/* CSS Document */


.templeaderboard{
	background-color:#CCC;
	border:solid 1px #666;
	height:300px;
	width:700px;
	margin:30px 0 30px 0;
	}


/* Universal */

body{
	background-color:#D1D3D4;
	background-image: url(../assets/universal/body_bg.png);
	background-repeat: repeat-x;
	padding:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:12px;
	line-height:16px;
	}







#wrapper{
	border:none;
	margin:auto;
	width:1020px;
	text-align:center;
	}
	
	
	
	
	
	
	
/* ////////////////// BTNS ////////////////// */

.homelinks a{
	font-size:11px;
	color:#C1282D;
	font-weight:bold;
	font-style:italic;
	}
	
.homelinks a:hover{
	font-size:11px;
	color:#333;
	font-weight:bold;
	font-style:italic;
	}

.col_right_btn {
	margin:10px 0;
	text-align:center;
	width:230px;
   border-top: 1px solid #f79797;
   background: #db040f;
   background: -webkit-gradient(linear, left top, left bottom, from(#ad0003), to(#db040f));
   background: -moz-linear-gradient(top, #ad0003, #db040f);
   padding: 7px 0;
   -webkit-border-radius: 38px;
   -moz-border-radius: 38px;
   border-radius: 38px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.col_right_btn:hover {
   border-top-color: #696969;
   background: #696969;
   color: #fff;
   }
.col_right_btn:active {
   border-top-color: #333333;
   background: #333333;
   }






/* ////////////////// LAYOUT ////////////////// */

.col_rightframe2{
	margin-top:20px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #D1D3D4;
	border-left:solid 1px #D1D3D4;
	border-right:solid 1px #D1D3D4;
	padding: 10px 0 10px 0;
	background-color:#E6E7E8;
}


.col_rightframe3{
	margin-top:0px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #D1D3D4;
	border-left:solid 1px #D1D3D4;
	border-right:solid 1px #D1D3D4;
	padding: 10px 0 10px 0;
	background-color:#E6E7E8;
	text-align:center;
}

.col_rightframe3 a{
	text-decoration:none;
}
.col_rightframe3 a:hover{
	text-decoration:none;
}


.col_rightframe{
	border-top:solid 1px #ccc;
	min-height:50px;
	border-bottom:solid 1px #D1D3D4;
	border-left:solid 1px #D1D3D4;
	border-right:solid 1px #D1D3D4;
	padding: 15px 0 0 0;
	background-color:#E6E7E8;
	border-bottom-right-radius:6px;	-moz-border-radius-bottomright:6px;	-webkit-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;	-moz-border-radius-bottomleft:6px;	-webkit-border-bottom-left-radius:6px;
	}
	
.col_rightframe a {
	text-decoration:none;
	}
	
.col_rightframe a:hover {
	text-decoration:none;
	}	

	
.col_righframe_header{
	border-bottom:solid 1px #fff;
    border-top: 1px solid #f79797;
	background: #db040f;
  	background: -webkit-gradient(linear, left top, left bottom, from(#ad0003), to(#db040f));
   	background: -moz-linear-gradient(top, #ad0003, #db040f);
	border-top-right-radius:6px;	-moz-border-radius-topright:6px;	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	-webkit-border-top-left-radius:6px;
	min-height:20px;
	}	


#col_left{
	width:700px;
	float:left;
	
	}
	
#col_right{
	width:260px;
	float:right;

	}	

.col_right{
	width:260px;
	float:right;

	}	


	
	
	
	
	
/* ////////////////// TEXT ////////////////// */

.newstitle{
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	line-height:12px;
	color:#C1282D;
	font-size:15px;
	letter-spacing:-1;
	margin:0;
	font-weight:bold;
	}

.newsdate{
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	line-height:12px;
	color:#333;
	font-size:11px;
	letter-spacing:-1;
	margin:5px 0 10px 0;
	font-style:italic;
	font-weight:bold;
	}


a {
	text-decoration:underline;
	color:#333;
	}	
		
a:hover{
	text-decoration:underline;
	color:#C1282D;
	}


h1{
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	margin:0;
	color:#C1282D;
	font-size:21px;
	font-weight:100;
	letter-spacing:-1px;
	}
	


h2{
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	line-height:15px;
	color:#C1282D;
	font-size:15px;
	letter-spacing:-1;
}


h3{
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	line-height:12px;
	color:#333;
	font-size:13px;
	letter-spacing:-1;
	margin-bottom:5px;
	font-weight:700;
}


h4{
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	line-height:16px;
	color:#333;
	font-size:14px;
	letter-spacing:-1;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:700;
}
	
.hr_thinsolidgrey{
	margin:10px 0;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 1px #E6E7E8;
	}
	

.hr_medsolidgrey{
	margin:10px 0;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 2px #333;
	}	

.hr_meddashedgrey{
	margin:20px 0;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:dashed 1px #666;
	}	


.p2{
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size:14px;
	line-height:17px;
	

	}


/* ////////////////// HEADER ////////////////// */

.email_text{
	margin:10px 5px 0 0;
	width:115px;
	float:right;
	
	}
.email_btn{
	margin:12px 23px 0 0;
	float:right;

	}

.mailinglist{
	width:110px;
	color:#666;
	border:none;
	background-color:transparent;
	background-image:none;
	webkit-border-radius: 6px;
   	-moz-border-radius: 6px;
   	border-radius: 6px;
	}
	



#header{
	margin:6px 0 0 0;
	width:1000px;
	text-align:left;
	background-image: url(../assets/header/bg.png);
	background-repeat: no-repeat;
	height:115px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	}	
	
#header a{
	text-decoration:none;
	color:#333;
	}	
		
#header a:hover{
	text-decoration:underline;
	color:#C1282D;
	}		
	
#headerlinks{
	padding:5px 0 0 3px;
	float:left;
	}	
	
#navbar{
	width:1000px;
	height:40px;
	background-image: url(../assets/header/nav.png);
	background-repeat: no-repeat;
	}
	
#login{
	width:265px;
	margin:10px 0 0 0;
	padding: 10px 7px 8px 0;
	float:right;
	webkit-border-radius: 6px;
   	-moz-border-radius: 6px;
   	border-radius: 6px;
	background:#E6E7E8;
	border:solid 1px #CCC;
	}		
	
.logintop{
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:4px;
	text-align:center;
	background-color:#C1282D;
	border-top-right-radius:6px;	-moz-border-radius-topright:6px;	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	-webkit-border-top-left-radius:6px;
	margin-bottom:7px;
	}	
.loginfield{
	width:120px;
	background-color:#666;
	color:#fff;
	font-size:10px;
	height:13px;
	float:left;
	margin-left:6px;
	}
	
.loginfield{
		background-color:#666;

	}	

.login_button1 {
   background: #ccc;
   padding: 3px 6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #333;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
.login_button1 a:hover{
   border-top-color: #c1282d;
   background: #c1282d;
   color: #ffffff;
   }


 .login_button {
   background: #ccc;
   padding: 3px 6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #333;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.login_button:hover{
   border-top-color: #c1282d;
   background: #c1282d;
   color: #ffffff;
   }  
   



/* ////////////////// BODY ////////////////// */
	
	
#main_content{
	padding: 20px 10px;
	margin:15px 0 0 0;
	background-color:#FFF;
	border-top-right-radius:6px;	-moz-border-radius-topright:6px;	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;	-moz-border-radius-topleft:6px;	-webkit-border-top-left-radius:6px;	
	text-align:left;
	width:980px;
	min-height:300px;
	
	}	
		
.body_b{
	margin:15px 0 0 0;
	background-color:#FFF;
	border:solid 1px #999;
	webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	border-radius: 8px;
	text-align:left;
	width:1000px;
	min-height:300px;
	
	}	
	



.body_heading{
	margin-top:30px;
	margin-bottom:15px;
	width:663px;
	height:23px;
	border:solid 1px #333;
	background-color:#666;
	padding:7px 0 0 38px;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	vertical-align:middle;
	background-image: url(../assets/universal/body_title_u.png);
	background-repeat: no-repeat;
	background-position: left;
	}
	
.body_padding{
	padding-left:7px;
	}
.body_frame{
	margin-right:8px;
	float:left;
	padding:3px;
	background-color:#999;
	border:solid 1px #333;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	min-height:55px;
	min-width:115px;
	}		

	
	
	
/* ////////////////// FOOTER ////////////////// */

.footer{
	text-align:center;
	}
	
#footer_a{
	margin:auto;
	padding-top:10px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	background-color:#6D6E71;
	height:190px;
	}

#footer_b{
	height:375px;
	background-color:#414042;
	border-top:solid 5px #E6E7E8;
	border-bottom:solid 1px #fff;

	}



#footer_c{
	text-align:center;
	margin:0;
	line-height:12px;
	padding-top:15px;
	height:290px;
	background-color:#E6E7E8;
	border-top:solid 1px #666;
	}


#footer_c a{
	text-decoration:underline;
	
	}


.footer_rights{
	margin-top:15px;
	margin-bottom:25px;
	font-size:9px;
	color:#666;
	}
	
.footer_terms{
	width:700px;
	font-size:9px;
	color:#333;
	margin:auto;

	}	

#footer_whatshot{
	width:1020px;
	margin:auto;
	padding-right:20px;
	}	

#footer_b_wrapper{
	width:1020px;
	margin:auto;
	
	
	}
.footer_b_1{
	color:#C7C8CA;
	font-size:13px;
	line-height:15px;
	height:315px;
	width:495px;
	float:left;
	background-color: #58595B;
	background-image: url(../assets/footer/aboutus.png);
	background-repeat: no-repeat;
	}	
	
.footer_b_2{
	margin-left:12px;
	height:315px;
	width:240px;
	float:left;
	background-color: #58595B;
	background-image: url(../assets/footer/sitemap.png);
	background-repeat: no-repeat;
	}
	
.footer_b_3{
	margin-left:12px;
	height:315px;
	width:240px;
	float:left;
	background-color: #58595B;
	background-image: url(../assets/footer/affiliated.png);
	background-repeat: no-repeat;
	}				
	
.footerb_padding{
	text-align:left;
	padding:45px 10px 0 10px;
		}
		
.footer a{
	text-decoration:none;
	
	}	
	
.footer_btn {
	margin-bottom:3px;
	padding:1px 0 1px 4px;
	background-color:#414042;
	line-height:16px;
	font-size:11px;
	text-decoration:none;
	color:#999;
	}
.footer_btn_mura {
	margin-bottom:3px;
	padding:1px 0 1px 4px;
	background-color:#D1D3D4;
	line-height:16px;
	font-size:11px;
	text-decoration:none;
	color:#999;
}
.footer_btn_mura:hover{
	background-color:#414042;
	color:#333;

	}		
	
.footer_btn:hover{
	background-color:#D1D3D4;
	color:#333;

	}				
