@charset "UTF-8";
/* Fantell */
/* Login Area */
/* Copyright (c) 2007 Fantell */
/* For Screen */

/************** Colors **************
Dark Gray: #262626
Medium Dark Gray: #595959
Medium Light Gray: #828282
Light Gray: #E1E1E1

Dark Green: #114925 (Popup Header)
Medium Green: #55A445 (Offense)
Light Green: #AFCE36

Red: #BE2426 (Defense)
Dark Orange: #DE6D26 (Special Teams)
Medium Orange: #EF7322
Light Orange: #FBB040
*/

/************** Root Element **************/
html { margin:0; padding:0; }
body { margin:0; padding:0; font:small Arial,Helvetica,sans-serif; color:#595959; background:#E1E1E1; }

/************** Links **************/
#nav { height:46px; margin: 0 auto; padding:7px 0 0 0; background-image: url(../img/nav_bkgrnd.jpg); background-repeat:no-repeat; background-position:0 right; }
#nav ul 
{
	 margin: 0; padding: 0; font-size: 90%;
}
#nav ul li
{
	
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden; 
	float: left;
	padding: 3px 0;
}
 #nav ul li.twitter_link
{
	
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden; 
	float: left;
	background: url(../img/twitter_btn.gif) 95% center  no-repeat;
}
 #nav ul li.facebook_link
{
	
	display:-moz-inline-box;
	display:inline-block;
	overflow:hidden; 
	float: left;
	background: url(../img/fb_btn.gif) 95% -2px no-repeat;
	
}

#nav ul li a, #nav ul li a.visited { text-decoration:none; color:#FFFFFF; padding: 1px 10px;border-right: #FFFFFF 1px solid; }
#nav ul li a:hover, #nav ul li a:focus,#nav ul li a:active { text-decoration:none; color:#CCCCCC;padding: 1px 10px;border-right: #FFFFFF 1px solid;} 
#nav ul li a.twitter, #nav ul li a.twitter:visited { text-decoration:none; color:#FFFFFF; padding: 1px 30px 1px 10px; border-right: #FFFFFF 1px solid;}
#nav ul li a.twitter:hover{ text-decoration:none; color:#CCCCCC; padding: 1px 30px 1px 10px; border-right: #FFFFF 1px solid; }
#nav ul li a.facebook,#nav ul li a.facebook:visited { text-decoration:none; color:#FFFFFF;padding: 1px 28px 1px 10px; border:none; }
#nav ul li a.facebook:hover{ text-decoration:none; color:#CCCCCC;padding:1px 28px 1px 10px; border: none;} 
#nav ul li a.current{cursor: default; color:#FFFFFF;}


/************** Headings **************/
h2 { text-align:left; padding-bottom:5px; font-size:130%; font-weight: bold;
	color: #333333;
	line-height: 1.2em; }
h3 { font-weight:bold; color:##598d37; font-size:110%;}
h4 { font-weight:bold; color:#5B8A3D; font-size:120%;}


/************** Forms **************/
form { margin:30px auto; padding:0; }

/************** Page Layout **************/
html{height:100%;}
#container { width:1200px; height:100%; margin:0 auto; padding:0 0 5px 0; background:#F2F2F2; }
#header { height:150px;margin: 0 0 8px 0;}
#header form { position:absolute; top:15px; right:10px; width:190px; margin:0; padding:0; }
#header form p { margin:0 0 5px 0; color:#595959; }
#header form label { color:#fff; }
#header form input { color:#595959; }
#header form a { color:#fff; border:0 none; }

/*#nav { width:1200px; height:46px; margin: 0 auto; padding:5px 0 0 0; background-image: url(../img/nav_bkgrnd.jpg); background-repeat:no-repeat; background-position:-5px right; background-repeat:no-repeat;}*/

#content { width:100%; margin:0 auto; padding:0; align:center;}



#center {width:840px; margin:0 auto; align:center; background-color:#F2F2F2;}
#center table {width:771px; padding:0; align:center;}
#center table .width {width:400px;}
.inside{padding:20px 70px 20px 70px;line-height:20px}
#copyright { text-align:center; }
strong {font-weight:bold; color:#FFCB4E; font-size:120%;}
i{color:#999999;}
#container #header a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li.nodot {
	
	list-style-type: none;
	padding-left: 145px;
}



/************************************         new     ************************************/
#page {
	background-image: url(img/page-middle.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding:50px;
	width:700px;
	height: 100%;
	margin:0 auto;
}
#top {
	background-image: url(img/page-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0 auto;
	padding: 0;
	height: 34px;
	width: 840px;
}
#bottom {
	background-image: url(img/page-bottom1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0 auto;
	padding: 0;
	height: 34px;
	width: 840px;
}

#page a:hover,#page a:focus,#page a:active  {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#page a {
	color: #598d37;
	text-decoration: none;
	font-weight: bold;
}
.style1 {color: #006600}
.style2 {
	color: #FFFFFF
}
