/* CFA 2010 Soccer Site Style Sheet - 1/20/10*/
/* C.W. Emely */

/* Site Colors */
/* Light Blue - #0181BE */
/* Medium Blue - #004890 */
/* Red - #550f0e */
/* green - #b4d58e */
/* ------------------------ */

@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #550f0e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.wrapper #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/container_background.jpg);
	background-repeat:repeat-y;
	border: thick solid #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:10pt;
	color:#000000;
}
.wrapper #wide_container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: thick solid #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:10pt;
	color:#000000;
}
.wrapper #content {
	padding: 0px;
	margin: 0px;
}
.wrapper #header {
	background-image:url(../images/main_header.jpg);
	background-repeat:no-repeat;
	height:222px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.wrapper #header .slideshow {
	float:right;
	padding: 10px 10px 0px 0px;
}
.wrapper #header .topnav {
	background-color:ffffff;
	padding-top:8px;
	font-size:12pt;
}
.wrapper #wide_content {
	padding: 0px;
	margin: 0px;
}
.wrapper #wide_header {
	height:222px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.wrapper #wide_header .slideshow {
	float:right;
	padding: 10px 10px 0px 0px;
}
.wrapper #wide_header .topnav {
	background-color:ffffff;
	padding-top:8px;
	font-size:12pt;
}
.wrapper #wide_mainContent {
	margin: 20px 20px 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.wrapper #sidebar1 {
	background-image: url(../images/black-side-bar.jpg);
	background-repeat:repeat-y;
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #796e6e;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px;
}
.wrapper #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.pagecontent {
	margin: 10px 40px 20px 30px;
}
.wrapper #footer {
	position:relative;
	clear: left;
	width: 100%;	
	/* height: 45px; */
	margin-top: 0px;
	padding: 6px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 9pt;
	color:#CCC;
	text-align:center;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 6px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a {
	color:#FFF;
	text-decoration: none;
}
.wrapper #footer a:hover {
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.SponsorBox {
	position: absolute;
	float:right;
	top: 238px;
	left: 928px;
	width: 138px;
	padding: 2px 2px 2px 2px;
	border: 2px solid #550f0e;
	text-align:center;
}
.SponsorLogo {
	padding-top: 10px;	
	padding-bottom: 10px;
	border: 0;
}
.SponsorTitle {
	font-size: 14pt;
	color: #EC3D44;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding: 4px 0 8px 0;
}
.Symbol {
	font-size:10pt;
	vertical-align:super;
}
.NavLine {
	font-weight: bold;
	color:#550f0e;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #550f0e;
	margin-bottom: 20px;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	font-style:italic;
	color: #550f0e;
	padding-bottom: 6px;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #550f0e;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #550f0e;
	padding-bottom: 0px;
	margin-bottom: 2px;	
}
a:link {
	color: #004890;
	text-decoration:none;
}
a:visited {
	color: #004890;
	text-decoration:none;
}
a:active {
	color: #550f0e;
	text-decoration:underline;
}
a:hover {
	color: #550f0e;
	text-decoration:underline;
}
.page_content {
	/*background-image:url(../images/grassbackground.jpg);
	background-repeat:no-repeat; */
	background-color: #FFFFFF;
	float:left;
	position: relative;
	/*height: 840px; */
	width:630px;
	padding: 0px 5px 0px 10px;
	margin:0px 0px 0px 0px;
	margin-left:0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.page_content p {
	padding: 0px 20px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.wide_page_content {
	background-color: #FFFFFF;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.wide_page_content p {
	padding: 0px 20px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.rules_content {
	float:left;
	position: relative;
	height: 1150px;
	/*width:460px;*/
	padding: 0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.rules_content p {
	padding: 0px 0px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.directions_content {
	background-image:url(../images/grassbackground.jpg);
	background-repeat: repeat-y;
	float:left;
	position: relative;
	height: 640px;
	width:630px;
	padding: 0px 20px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.directions_content p {
	padding: 0px 0px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.reg_content {
	background-color:#FFFFFF;
	float:left;
	position: relative;
	height: 1860px;
	width:610px;
	padding: 0px 20px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.reg_content p {
	padding: 0px 0px 0px 0px;
	text-align:left;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.hometext {
	text-align:center;
	padding: 0px 20px 0px 0px;
}
.home_quote {
	position:absolute;
	top: 1300px;
	left: 365px;
	width: 230px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
.homeimg_1 {
	position:absolute;
	top: 1290px;
	left: 65px;
	margin: 0px 8px 0px 0px;
	z-index:150;
}
.homeimg_2 {
	position:absolute;
	top: 1470px;
	left: 285px;
	margin: 0px 8px 0px 0px;
	z-index:100;
}
.gallery_content {
	text-align:center;
	padding: 0px 20px 0px 20px;
}
.text_16 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	font-style:italic;
	color: #000000;
}
.text_18 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	font-style:italic;
	color: #550f0e;
	padding-bottom: 6px;
}
.text_20I {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight:bold;
	font-style:italic;
	color: #550f0e;
	padding-bottom: 6px;
}
.text_20 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight:bold;
	color: #550f0e;
	padding-bottom: 6px;
}
.team_bracket {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #550f0e;
}
.team_1st {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #004890;
}
.team_2nd {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0181BE;
}
.sidetitle {
	margin-top: 10px;
	padding-top: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	font-style:italic;
	color: #ffffff;
	text-align:center;
}
.sidetext {
	margin-top: 10px;
	padding-top: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #b4d58e;
	text-align:center;
}
.sidetext_red {
	margin-top: 10px;
	padding-top: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #C00;
	text-align:center;
}
.sidetext_small {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #b4d58e;
	text-align:center;
}
.sidetext_small_red {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #C00;
	text-align:center;
}
.sidetext A:link {
	color: #b4d58e;
	text-decoration:none;
}
.sidetext A:visited {
	color: #b4d58e;
	text-decoration:none;
}
.sidetext A:active {
	color: #C00;
	text-decoration:none;
}
.sidetext A:hover {
	color: #C00;	
	text-decoration:none;
}
#sidelist {
	margin: 10px 0px 20px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#sidelist ul {
	list-style:none;
	padding-left: 0px;
	margin-left: 0px;
}
#sidelist ul li {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
}
#sidelist ul li a {	
	color: #000000;
	text-decoration:none;
}
#sidelist ul li a:hover {	
	color: #132e71;
	text-decoration:underline;
}
#sidelist ul li a:active {
	color: #132e71;
	text-decoration:underline;
}
#sidelist ul li a:visited {
	color: #000000;
	text-decoration:none;
}
.form_text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.form_text_red {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
}
#topnav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:right;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#topnav a:link {	
	color: #004890;
	text-decoration:none;
}
#topnav a:visited {
	color: #004890;
	text-decoration:none;
}
#topnav a:active {
	color: #550f0e;
	text-decoration:none;
}
#topnav a:hover {	
	color: #550f0e;
	text-decoration:none;
}
.tight {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.h_thinline_DB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #132e71;
}
.h_line_DB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #132e71;
}
.h_thinline_G {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #b4d58e;
}
.h_line_LB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #d1ddeb;
}
.h_thinline_LB {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #d1ddeb;
}
.list li {
	padding-bottom: 4px;	
}
.resources li {
	padding-bottom: 6px;
}
#resources {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 10px;
}
#resources a {	
	color: #132e71;
	text-decoration:none;
}
#resources a:hover {	
	color: #666666;
	text-decoration:none;
}
#resources a:active {
	color: #666666;
	text-decoration:none;
}
#resources a:visited {
	color: #132e71;
	text-decoration:none;
}
.RegisterList
{
	font-weight: bold;
	vertical-align: top;
	padding-left: 30px;
	margin-left: 30px;
}
.RegisterList li
{
	padding-bottom: 10px;
	padding-left: 6px;
	margin-left: 4px;
}
.FormList
{
	font-family:Verdana; 
	font-size:1em;
	font-weight: bold;
	vertical-align: top; 
	color:#000000;
	list-style-image: url(../images/soccer_bullet.gif);
	padding-left: 30px;
	margin-left: 30px;
}
.FormList li
{
	padding-bottom: 5px;
	padding-left: 6px;
	margin-left: 4px;
}
.h_line
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #004890;
}

.h_thinline
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #004890;
}