@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FCF7DC;
	/*background-image: url(../images/bg_christmas2.png);*/
	background-image: url(../images/bg3.png);
	/*background-image: url(../images/bg_summer.jpg);*/
	background-repeat: repeat-x;
	
}
a:link,a:hover,a:visited{
text-decoration: none;		
}
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height: 150px;
	/*background-color:#9F0;*/
	margin-top: 20px;
} 
.twoColFixLtHdr #header_logo { 
	width: 105px;
	height: 143px;

	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
	margin-left: 30px;
	z-index: 20;
	position: relative;
	margin-top: -12px;
	
} 
.twoColFixLtHdr #header_bg { 
	height: 55px;
	width: 800px;
	background-image:url(../images/menu_header_bg.png);
	background-repeat:no-repeat;
	margin-top: -75px;
	z-index: 1;
	position: relative;
	padding-left: 180px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 218px; /* 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-color:#3FC;*/

	
	
}
.twoColFixLtHdr #sidebar1_header{
width: 218px;
height: 43px;
background-image:url(../images/sidebar1_header.png);
background-repeat:no-repeat;
margin-bottom: 5px;	
}
.twoColFixLtHdr #page_header{
	font-size: 18px;
	font-weight: bolder;
	padding: 0px 10px 5px 0px;
	margin-bottom: 6px;
	color: #232483;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	margin: 0px 20px 8px 20px;
	/*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.twoColFixLtHdr #mainContent {
    margin: 0 0 0 228px;
	/*padding: 0 5px 0 5px*/
	
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 11px;
	margin-top: 10px;
	
	
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #sliding_images_holder {
	background-color: #35349F;
	width: 750px;
	height: 350px;
	/*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
	
}


/*fancy css and jquery menu */
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: .7em;
	font-weight: bold;
	
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 16px 15px;
	float: left;
	text-decoration: none;
	color: #221E6A;
	background: url(../images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color:#FFF;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

#quick_contact{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	float: right;
	width: 200px;
	margin-top: -130px;
	margin-right:20px;
	border-left-width: 1px;
	border-left-style: solid;
	
	font-size: 10px;
	font-weight: bold;
	border-left-color: #232483;
	color: #232483;
	line-height: 10px;
}

#sidebar1_login_area{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
width: 218px;
height: auto;	
margin-top: 5px;
padding-bottom: 10px;
}
#sidebar1_header_txt{
font-weight: bold; 
font-family:'Arial', Helvetica, sans-serif; 
padding: 10px;	
}
/*//////////////////////////// Module popup//////////////////*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .20;
	z-index: 400 !important;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 10px solid #003E8E;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 500 !important;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
img.btn_close {
	float: right;
	margin-top: -55px;
	margin-right: -25px;
	margin-bottom: 0;
	margin-left: 0;
	color: #000;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/*////////end /////*/

#forgot_pass{
	color:#3636A1;
	text-decoration:underline;
	margin-left: 7px;
	font-size: 10px;
}
#forgot_pass a{
	
	text-decoration:underline;
}
#spacer{
margin: 5px;	
}
#content_header{
	width: 530px;
	height: 10px;
	float: left;
	background-image: url(../images/article_header_bg.png);
	background-repeat: no-repeat; 
	margin-left: -2px;
	
}
#content_body{
	width: 530px;
	height: auto;
	float: left;
	margin-left: -2px;
	background-image: url(../images/article_body_bg.png);
	background-repeat: repeat-y;	
	font-family:'Verdana', Geneva, sans-serif;
	font-size: 12px;
	
}
#content_body_padding{
	
padding: 0px 20px 0px 20px;	
	
}
#content_body_header{	
font-size: 16px;
font-weight: bolder;
margin-bottom: 10px;
color: #1F5978;
}
#content_footer{
	background-image: url(../images/article_footer_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 76px;
	width: 530px;
	margin-left: -2px;

	
}

#content_header2{
	width: 530px;
	height: 10px;
	float: left;
	background-image: url(../images/article_header2_bg.png);
	background-repeat: no-repeat;    
	
	
	
}
#content_body2{
	width: 530px;
	height: auto;
	float: left;
	background-image: url(../images/article_body2_bg.png);
	background-repeat: repeat-y;	   
	
	
	
}
#content_footer2{
	background-image: url(../images/article_footer2_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 530px;
	margin-left: -8px;

	
}
   #news_small{
	width: 100%; 
	height: 112px;
	/*border: 1px solid #000;*/
	overflow:hidden; 
	margin-bottom: 1px;
	}
	
	#news_date{
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	 padding: 2px;
	 margin-right: 2px;
	 float: left;
	 background-color:#0099CC;
	 height: 40px;
	 width: 60px;
		
	}
	#news_subject{
	 padding: 0 0 0 2px;
	 font-size: 12px;
	 font-weight: bold;
	 float: left;
	 height: 40px;
	 width: 144px;
	 color: #1F5978;
	 margin-top:-2px;
	 /*background-color:#0FF;*/
	}
	#news_body_small{
	/*background-color:#0FF;*/
	height: 40px;
	width: 210px;
	padding: 7px 2px 11px 2px;
	/*overflow: hidden;*/
	float: left;
	font-size: 11px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:solid;
	border-left-style: none;
	border-bottom-color: #BDDBEB;	
	
	
	
	}
	#news_border{
	height: 2px;
	margin-bottom: 5px;
	background-image:url(../images/dots_vert.png);
	background-repeat:repeat-x;
	}
	
	#news_small a {
	text-decoration: none;	
		
	}
	#hide_google_logo{
	 width: 110px;
	 height: 26px;
	 background-color:#E3E9FF;
	 position: relative;
	 top: 479px;
	 left: 395px;
	 z-index: 0;
	}
	
#sliding_links_sub_header{
    background-color: #D5DEFF;
	padding: 3px;
	font-size: 11px;
	text-align: right;	
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	 margin-bottom: 10px;
	 
}
#user_borders{
background-color: #0099CC;
padding: 4px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
float: left;
}


#more_info{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
background-color: #FAD163;
width: auto;
height: auto;
padding: 2px;
float: right;
position: relative;
font-size: 9px;
margin-right: 20px;
cursor: pointer;
border: 1px solid #9A7205;

}

#more_info:hover{
background-color: #A8BBFF;	
}

#news_activity_event{
	
float: right;
font-size: 10px;
padding: 5px;
width: auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
background-color: #7EDDF8;
color:#FFF;
text-align: center;
}
table.table_border {
	width: 100%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	
}
table.table_border th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.table_border td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999;
	background-color: #fff;
	
}

#response_form1{
font-size: 11px;
color:#F00;
}

/*media*/
#main_sports_links{
width: 232px;
height: 240px;
border: 1px solid #003;
float: left;
margin: 4px 0px 0px 8px; 
/*-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
background-color:#0099CC;
cursor: pointer;
font-size: 20px;
font-weight: bold;
color: #FFF
text-decoration: none;
	
}
#main_sports_links:hover{
	
background-color:#005875;	
color:#FC0;
	
}

#main_sports_image{
	
width:228px
height: 173px;
margin: 2px 2px 5px 2px;
}

#main_sports_text_margin{
padding: 5px;
text-align:center;
	
}

#champs{
float: left; 
height: 140px; 
padding: 1px; 
margin: 0pt 0pt 0pt 3px;	
}

#orientation_ul{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fced70;
	padding: 10px 0 0 0;
	list-style-type: none;	
}

#presentaton_link{
	
	background-image: url(../images/Slide1_small.png);
	background-repeat:no-repeat;
	background-position: 3px 2px;
	border: 1px solid #06F;  
	width: 476px;
	height: 40px;
	padding: 5px;
	line-height: 30px;
	vertical-align: middle;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	cursor: pointer;
	color: #FFF;
	background-color: #0099cb;
		
}

#presentaton_link:hover{
	
	background-color:#9DE7FF;
	color:#0099cb;
}

div.error{
	color:#FF0000 !important;
	font-size: 11px;
	
}
label.error{
	color:#FF0000 !important;
	font-size: 11px;
	
}
input.error, select.error{
	border:#b10101 solid 2px !important;
	
}

.total_votes{
 float: left; margin-left: 30px; font-size: 11px; font-weight: bold; color:#fff; margin-top:20px;background-color: #0099CC;padding: 3px;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	width: 130px;
}
/*
#send_email input[type="text"]{
	
	font-variant:normal;
}
#send_email select{
	color:#000;
	font-variant:normal;
	

   
}
#send_email label{
	color:#000;
	display:block !important;
	
}*/

