@charset "utf-8";
html, body { height: 100%; }
*#container { min-height: 100%; }
* html *#container { height: 100%; } /* if IE6 is required */

body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;color:#5f5f5f;font-size:12px;
	background: #FFF url(../images/bgr2.gif) top repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
body#home {
	background: #FFF url(../images/page_bg.gif) top repeat-x;
}
body#pop {
	background: #FFF;	
	width: 760px;  
	margin: 0 auto; 
	text-align: left; 
}
a{
	color: #B01217;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: none;
}
a:focus { -moz-outline-style: none; }
img {
	border: 0;
}
#container {
	width: 930px;  
	margin: 0 auto; 
	text-align: left; 
}
.ncaa {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;color:#5f5f5f;font-size:10px;
	color: #000000;
}
.ncaa-h {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;color:#5f5f5f;font-size:13px;font-weight:bold;
	color: #000000;
}
/*Header & Main Nav*/
#header {
	height: 75px;
	background-color:#ddd;
}
#header_main { 
	width:926px;
	float:left;
	height:75px;
}
#logo {
	float:left;
	width:470px;
	height:75px;
	display:block;
	margin:0;
	background:url(../images/logo.gif) no-repeat;
}
#logo a {
	display:block;
	text-indent:-9999px;
	width:470px;
	height:75px;
}
ul#global_login {
	float:right;
	position:relative;
	list-style:none;
	width:375px;
	height:75px;
	padding:0;
	margin:0 1px 0 0;
	background: url(../images/returning.gif) top left no-repeat;
	overflow: hidden;
}
ul#global_login li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 15px;
}
ul#global_login li a {
	text-indent:-999em;
	background:url(../images/login.png) top left no-repeat;
	padding:0;
	display:block;
	height:56px;
}
ul#global_login li.signup a {
	background-position:top right;
	width:82px;
}
ul#global_login li.signup a:hover {
	background-position:bottom right;
}
ul#global_login li.login {
	width:293px;
}
ul#global_login li.login a:hover {
	background-position:bottom left;
}
#navMain {
	padding: 0;
	margin: 0;
	width: 930px;
	height: 28px;
}
#nav {
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	height: 28px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}

#nav li a {
	display: block;
	height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: 50% 0; /* horizontally centers the background image */
	background-repeat: no-repeat;
}
#navHome {
	width: 55px;
	background-image: url(../images/nav/nav-home.gif);
}
#navWhy {
	width: 118px;
	background-image: url(../images/nav/nav-why.gif);
}
#navProfile {
	width: 125px;
	background-image: url(../images/nav/nav-profile.gif);
}
#navFaq {
	width: 47px;
	background-image: url(../images/nav/nav-faq.gif);
}
#navNCAA {
	width: 76px;
	background-image: url(../images/nav/nav-ncaa.gif);
}
#navFinancial {
	width: 170px;
	background-image: url(../images/nav/nav-financial.gif);
}
#navClubs {
	width: 97px;
	background-image: url(../images/nav/nav-clubs.gif);
}
#navFreshmen {
	width: 157px;
	background-image: url(../images/nav/nav-freshmen.gif);
}
#navContact {
	width: 85px;
	background-image: url(../images/nav/nav-contact.gif);
}
#nav li a:hover {
	background-position: 50% -28px;
}
#nav li a.currentSection,
	#nav li a.currentSection:hover {
	background-position: 50% -56px;
}
/*End Header & Main Nav*/
#flash {
	width: 930px;
	height: 300px;
}
/*=== Title ===*/
#title {
	height: 75px;
	margin: 0;
	padding: 0 0 0 215px;
	font-family:  Georgia, serif;
	color: #FFF;
}
#title h1 {
	padding: 10px 0;
	color: #fff;
	font-size: 26px;
	font-weight:100;
	letter-spacing: 1px;
}
/*=== End Title ===*/
#columns {
	margin: 5px 0 0;
	padding: 0 0 15px;
	font-size:14px;
}
#columns .colMain h1{
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
}
#columns .colMain h2{
	color: #B01217;
	font-size: 17px;
	margin: 0 0 12px;
}
#columns .colMain h3{
	clear: both;
	color: #3073AA;
	font-size: 15px;
	margin: 10px 0 6px 0;
}

#columns .colMain h4{
	clear: both;
	color: #666;
	font-size: 14px;
	margin: 10px 0 4px;
}
h6 {
	color: #666;
	font-size: 15px;
	margin-bottom:-10px;
	padding: 0;
}
ul.faq a {
	color: #0068C2;
	font-size: 15px;
	margin: 10px 0 10px 0;
	padding-top: 5px;
}
#columns ul.faq li  {
	list-style-type:none;
}
#columns .colMain h5{
	color: #0068C2;
	font-size: 15px;
	margin: 10px 0 6px 0;
	padding-top: 5px;
}
#columns h5 a {
	color: #0068C2;
}
#columns h5 a:hover {
	color: #cc6600;
}
#columns p{
	padding: 0;
}
#columns hr {
	clear: both;
}
#columns ol li {
	list-style: decimal;
	margin: 2px 0 8px 20px;
	line-height: 16px;
	padding-left: 8px;
}
#columns ol li ol {
		margin: 8px 0;
}
#columns ol li ol li {
	list-style: lower-alpha;
	margin: 2px 0 8px 20px;
	line-height: 16px;	
}
#columns blockquote {
	padding-left: 28px;
}
#columns blockquote.success {
	padding: 20px;
	background: #fafafb;
	border: 1px solid #89da92;
}
#columns ul li {
	list-style: circle;
	margin: 4px 0 8px 20px;
	line-height: 16px;
}
.col1 {
	float: left;
	width: 188px;
}
.col1a{
	float: left;
	width: 188px;
}
.colMain {
	float:left;
	width: 920px;
	margin: 5px;
}
.col2 {
	float: left;
	margin-left: 10px;
}
.col3 {
	float: left;
	width: 178px;
	background: url(../images/box4.png) no-repeat;
	margin-left: 10px;

}
.col1a, 
.col2, 
.col3 {
	height: 1%;
	padding: 0;
}
h4 a {
	text-decoration: none;
	color:#B01217;
}
h4 a:hover {
	color:#666;
}
.col3 p {
	font:16px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px;
	text-align:center;
	font-weight:bold;
	color: #fff;
}
.bolder {
	font:18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing: 1px;
	background-color:#000;
	display: block;
	border: groove #FFF;
}
.empty {
	border-top: none;
}
#home .col1,
#home .col1a,
#home .col2,
#home .col3 {
	width: 178px;
	height: 100px;
	margin-bottom: 10px;
}
hr {
	margin: 15px 0;
	border: 1px solid #efefef;
}
/*- Paging -*/
.breadcrumbs{
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: #000;
}
.breadcrumbs span.divider {
	 font-size: 10px;
	 margin: 0 4px 0 4px;
}
#mainContent {
	background:#FFF;
	margin: 0;
	padding: 0 20px;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #7f8083;
	font-size: 11px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 930px;
}
#footer a{
	color: #7f8083;
}
#footer a:hover {
	color: #B01217;
	text-decoration: none;
}
#footer ul{
	font-size: 12px;
	padding: 0;
}
#footer li{
	display: inline;
	line-height: 11px;
	padding: 0 5px;
}
#footer li.last{
	border: 0;
}
.design {
	font-size:9px;	
}
#bottom{
	background: url(../images/bottom-bgr.gif) #e8e8e8 repeat-x top;
	height: 80px;
	padding: 15px 0 0;
	position: relative;
}
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.transparent_class {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
.transparent_class h1 {
	color:#666;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	border-bottom: 1px dotted #666;
	font-variant:small-caps;
}
.transparent_class h1.bottom {
	color:#666;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	border-top: 1px dotted #666;
	border-bottom:none;
	font-variant:small-caps;
}
.transparent_class p {
	margin: 5px 0;
}
.transparent_class a {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.transparent_class a:hover{
	color: #B01217;
	text-decoration: none;
}
#home_callout_block { float:left;text-align:center;
background:url(../images/coaches.png) left top no-repeat;padding:0 40px 0 40px; height: 100px; }
 #home_callout_block blockquote { font-family:georgia,"Times New Roman",serif;font-size:21px;font-style:italic;line-height:1.25em;margin-bottom:0;padding:0 50px;color:#333;font-weight:normal; }
#home_callout_block cite { display:block;margin-top:15px;padding-right:15px;text-align:right;font-family:georgia,"Times New Roman",serif;font-size:14px;font-variant:small-caps;text-transform:capitalize;color:#666; }
 #home_callout_block p { margin-bottom:6px;margin-top:6px;font-size:16px; }

a.aLinkBottom { text-align: right; font-size:10px; text-transform: uppercase; text-decoration: none; color: #000; padding-top: 8px !important; padding-top: 7px; display: block; background: url(../images/border.gif) repeat-x; }
a.aLinkBottom:hover, a.aLinkBottom:active { color: #990000; }			
a.aLinkBottom span { background: url(../images/arrow.gif) 100% 50% no-repeat; padding-right: 21px; }
.attention {
	font-family:georgia,"Times New Roman",serif;
	font-size:18px;
	line-height: 24px;
	font-style:italic;
}
#sportsTable {
	font-size:14px;
	line-height: 20px;
}
.sub_image {
	border:#3073aa 1px solid;
	padding: 2px;
	margin: 5px;
}
/* AC STYLES */

#login_header {
	width: 320px;
	float: left;
	margin-left: 130px;
	height: 75px;
	overflow: hidden;
}

/* END AC STYLES */

