/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: layout_screen.css
 * 
 * Description:
 * Rules for screen display only. General display rules should appear in 
 * layout_all.css or basesyles.css.
 *
 */

@import url(basestyles.css);
a img { border: 0; }
#mastHead hr {
	display: none;
}
#mediaPlayer span {
	display: none;
}
#content fieldset {
	border: 1px solid #ddd;
	padding: 15px;
}
#content legend {
	padding: 5px;
}
body {
	color: #444;
	border-top: 5px solid #6e1687;
	background: #fff url("../images/bg_body.png") left 5px repeat-x;
	text-align: center;
}
.width {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#mastHead {
	background: transparent url("../images/bg_masthead.png") left bottom repeat-x;
	padding: 20px 0 0 0;
	width: 100%;
}
#mastHead h2#logo {
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent url("../images/bg_logo.png") left top no-repeat;
}
#content h2#logo {
	margin: 20px 0 0 0; padding: 0;
	background: transparent url("../images/bg_logo.png") left top no-repeat;
}
#mastHead h2#logo a, #content h2#logo a {
	display: block;
	background: transparent url("../images/bg_logo.png") left top no-repeat;
	width: 230px;
	height: 80px;
	text-indent: -999em;
	overflow: hidden;
}

#mastHead #search {
	position: absolute;
	width: 290px;
	top: 2.5em;
	right: 0;
}
#mastHead fieldset, #snav fieldset {
	border: none;
	margin: 0;
}
#mastHead #search label {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #555;
}
#mastHead #search .txt {
	float: left;
	width: 200px;
	margin: 0;
	padding: 1px;
}
#mastHead #search .btn {
	float: right;
}
/* unstyle all ULs in the mastHead */

#mastHead ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#enav, #mnav, #snav {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* Eyebrow Nav */
#enav {
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
#extranet #enav {
	width: 400px;
}
#enav ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 9px;
	border-right: 1px solid #e0e0e0;
}
#enav ul li a {
	line-height: 1.8em;
	text-decoration: none;
	color: #555;
	display: block;
}
#enav ul li a:hover {
	text-decoration: underline;
}
#enav ul li.login {
	background: transparent url("../images/bg_li-login.gif") right center no-repeat;
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	border-right: 0;
}
#enav ul li.login a {
	background: transparent url("../images/bg_li-login-a.gif") left center no-repeat;
	padding: 0 0 0 9px;
	border-right: 0;
}
#enav ul li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
/* Main Nav */

#mnav {
}
#mnav ul { margin:0 auto; }
#mnav ul li {
	float: left;
	margin: 0 22px 0 0;
}
#mnav ul li a {
	line-height: 1em;
	text-decoration: none;
	color: #6e1687;
	display: block;
	padding: 7px 10px 6px;
	background: none;
}
#mnav ul li a:hover {
	text-decoration: underline;/*	background: #717171 url("../images/bg_mnav-a-hover.gif") left bottom repeat-x; */
}
#mnav ul li em a, #mnav ul li em a:hover {
	position: relative;
	background: #fff;
	padding: 6px 9px 6px;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-bottom: none;
	color: #333;
	font-style: normal;
}
/* Sub Nav */

#snav {
	margin: 0;
	padding: 5px 0 9px;
	background: #fff url("../images/bg_snav.png") center bottom no-repeat;
}
#snav ul, #snav ul li {
	margin: 0;
	display: inline;
}
#snav h4 {
	display: none;
	margin: 0;
}
#snav ul {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
#snav ul li {
	margin: 5px 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
	color: #000;
	border-right: 1px solid #e0e0e0;
}
#snav ul li form label {
	float: left;
	margin: 0 5px 0 0;
}
#snav ul li a {
	text-decoration: none;
	display: block;
	color: #333;
}
#snav ul li a:hover {
	text-decoration: underline;
}
#contentBounds {
	padding: 0 0 30px 0;
}
#content {
	/*float: left;*/
	margin: 10px auto;
	width: 900px;
	/*display: inline;*/
}
#full {
	float: left;
	margin: 25px -7px 0;
	width: 778px;
	display: inline;
}
#full h1 {
	color: #fff;
	border-top: 1px solid #370b43;
	margin: 0 7px;
	padding: 9px 15px;
	line-height: 110%;
}
#full div.bottom {
	border-bottom: 1px solid #333;
	clear: both;
	padding: 20px 0 0;
	margin: 0 0 0 7px;
	width: 764px;
}
#full #mainColumn {
	margin: 0 25px 0 0;
	width: 727px;
	display: inline;
}
#full div.bottom hr {
	display: none;
}
.one {
	background: transparent url("../images/bg_content-one.png") left top repeat-y;
}
.two {
	background: transparent url("../images/bg_content-two.png") left top repeat-y;
}
#content h1 {
	background: #fff;
	color: #6e1687;
	margin: 0;
	padding: 9px 10px 12px 0;
	line-height: 110%;
}
#content a {
	color: #06c;
	text-decoration: none;
}
#content a:hover {
	color: #6e1687;
	text-decoration: underline;
}
#mainColumn, #sideColumn {
	padding-top: 10px;
	min-height: 360px;
}
.two #mainColumn {
	display: inline;
	float: right;
	margin: 0 25px 0 0;
	width: 460px;
}
.two #sideColumn {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
	width: 220px;
}
.one #mainColumn {
	display: inline;
	float: right;
	margin: 0 25px 0 0;
	width: 715px;
}
#mainColumn h2 {
	padding-bottom: 3px;
	line-height: 20px;
}
.one #mainColumn h4 {
	padding-top: 5px;
}
#content #sideColumn h2 {
	color: #e80;
	font-size: 133%;
	line-height: 1.2em;
	margin-bottom: .5em;
}
#content #sideColumn h3 {
	margin: 0;
	font-size: 110%;
}
#content div.bottom {
}
#content div.bottom hr {
	display: none;
}


#tickerWrapper {
	background: #fff url("../images/bg_ticker-bot.png") left 1.9em repeat-x;
	margin: 0 7px 0 0;
	padding-bottom: 20px;
}
#ticker {
	background: transparent url("../images/bg_ticker-top.png") left top repeat-x;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	height: 2.2em;
	line-height: 24px;
	white-space: nowrap;
}
#ticker ul {
	margin: 0;
}
#ticker ul li {
	margin: 0 10px;
	display: inline;
}


ul#pageNav {
	margin: 2em 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	position: relative;
}
ul#pageNav li {
	float: left;
	display: inline;
	margin: 0 1px;
	border: 1px solid #ddd;
	border-bottom-width: 0;
}
ul#pageNav li.divisions, ul#pageNav li.features, ul#pageNav li.state {
	margin-left: 25px;
}
ul#pageNav li a {
	display: block;
	padding: 2px 5px;
	background: #eee;
	text-decoration: none;
}
ul#pageNav li em a {
	font-style: normal;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 -1px;
	position: relative;
	z-index: 99;
}
table.powerRankings {
}
table.powerRankings th, table.powerRankings td {
	font-size: 92%;
	line-height: 1.1em;
	padding: 3px;
	border-bottom: 1px solid #eee;
}
table.powerRankings th {
	background: #eee;
	border-bottom: 2px solid #ddd;
}
#lnav {
	float: left;
	margin: 113px 0 0 -8px;
	padding: 0;
	position: relative;
	z-index: 100;
	width: 208px;
}
#lnav a {
	text-decoration: none;
}
#lnav a:hover {
	text-decoration: underline;
}
#lnav a.highlight {
	color: #fc3;
	text-decoration: none;
}
#lnav ul {
	list-style: none;
	margin: 0;
}
#lnav ul li {
	background: transparent url("../images/bg_lnav-li.png") left .3em no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 0 15px;
	position: relative;
}
#lnav ul li ul li {
	background: transparent url("../images/bg_lnav-li-li.gif") left .5em no-repeat;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0 .3em;
	padding: .2em 0 .4em 10px;
}
#lnav ul li a {
	color: #6e1687;
}
#lnav ul li ul li a {
	color: #06c;
}
#lnav ul li a:hover {
}
#lnav #getStarted, #lnav .getReal, #lnav .getSeen, #contentBounds #middle .getReal, #contentBounds #middle .getSeen, #contentBounds #middle .getStarted {
	background: #6e1687;
	margin: 1.5em 0 0 7px;
	padding: 15px 10px;
	min-height: 60px;
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;

	border-top: 4px groove #ffbc3f;
	border-bottom: 4px ridge #ffbc3f;
}
#lnav #getStarted h3, #lnav .getReal h3, #lnav .getSeen h3 {
	margin: 0 0 1em;
	position: relative;
	font-size: 151%;
	color: #fff;
}
#lnav #getStarted h3 a, #lnav .getReal h3 a, #lnav .getSeen h3 a {
	color: #fff;
	text-decoration:none;
}
#lnav #getStarted a, #lnav .getReal a, #lnav .getSeen a, #contentBounds #middle .getReal a, #contentBounds #middle .getSeen a, #contentBounds #middle .getStarted a {
	color: #fff;
	text-decoration: underline;
}
#lnav .getReal h4, #lnav .getReal h4, #lnav .getSeen h4 {
	font-size: 100%;
	margin: 0 0 .25em 0;
	font-weight: normal;
}
#lnav .adContainer {
	background: #f1f1f1;
	margin: 2em 0 0 7px;
	padding: 15px 10px;
	min-height: 60px;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.2em;

	border-top: 4px groove #bbb;
	border-bottom: 4px ridge #bbb;
}
/* Qualify Button */

#btnQualify a {
	background: transparent url("../images/btn_getStarted.png") center top no-repeat;
	display: block;
	width: 180px;
	height: 48px;
	margin: 0 auto;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}
#btnQualify a:hover {
	background-position: center center;
	cursor: pointer;
}
#btnQualify a:active {
	background-position: center bottom;
	cursor: pointer;
}
/* Footer */

#footer {
	padding: 0 20px;
}
#footer, #footer a {
	font-size: 11px;
	line-height: 1.2em;
}
#footer a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin-top: 15px;
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #555;
}
#footer ul li:last-child {
	padding: 0 0 0 10px;
	border-right: none;
}
#footer .width {
	text-align: center;
}


/* Student Athletes & Families */
#sportList li {
	width:33%;
	float:left;
}
#collegeList {
	margin: 10px 0 0 25px;
}
#collegeList li {
	width:50%;
	float:left;
	font-size: 92%;
	list-style:none;
}
.sportFeature {
	width: 48%;
	float: left;
}
.right {
	float: right;
}
.left {
	float: left;
}
.img_frame {
	border: #ddd solid 1px;
	padding: 3px;
}
.fl_left {
	float: left;
	padding: 0 8px 5px 0;
}
.fl_right {
	float: right;
	padding: 0 0 5px 5px;
}
.img_left, .img_right {
	float: left;
	border: #ddd solid 1px;
	padding: 3px;
	margin: 0 10px 10px 0;
}
.img_right {
	float: right;
	margin: 0 0 10px 10px;
}
.img_center {
	display: block;
	margin: 0 auto 10px auto;
}
.img_middle {
	display: block;
	margin: 0 auto 10px auto;
}
.eventList {
	font-size: 85%;
	line-height: 110%;
	margin: 0;
	padding: 0;
}
#contentBounds .eventList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentBounds .eventList ul li {
	color: #6e1687;
	padding: 0 0 10px 0;
	margin: 0;
}
#contentBounds .eventList ul li a {
	text-decoration: none;
}
.eventToolTip {
	color: #6e1687;
	background-color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	z-index: 101;
	visibility: hidden;
	top: 0px;
	left: 0px;
	border: 1px solid #6e1687;
	padding: 8px;
	width: 300px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 284px;
}
.eventToolTip dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.eventToolTip dd {
	margin-left: 20px;
}
.sportFeature hr {
	margin: 3px 0 7px 0;
}
/* College Coaches */



#profileList {
	margin:0;
}
#profileListOdd {
	margin:0;
}
.listOdd {
	background-color: #eee;
}
/* Contact and Register Form */



#contact .fl_left {
	width: 48%;
	float: left;
}
#contact .fl_right {
	float: right;
	width: 48%;
}
label {
	margin: 3px 5px 0 0;
}
.formElement {
	margin: 2px 0 4px 0;
}
.stretchy {
	width: 97%;
}
.privacy {
	font-size: 85%;
	line-height: 1.2em;
	margin-top: 5px;
}
.submitBtn {
	margin: 5px 0 0 205px;
}
/* Home */

#home #contentBounds {
	padding: 0;
}
#middle {
	position: relative;
}
#home #contentBounds #middle .getReal form {
	margin-top:12px;
}
#home #contentBounds #middle .getReal {
	margin: 0;
}
#home #contentBounds #middle .getSeen {
	margin: 0;
}
#home #contentBounds #middle .getStarted {
	margin: 0;
	float: right;
}
#home #contentBounds #middle h3 {
	margin: 0 0 .5em;
	position: relative;
	font-size: 160%;
	color: #fff;
}
#home #contentBounds #middle h3 a {
	color: #fff;
	text-decoration: none;
}
#home #contentBounds .hr {
	margin: 10px 0 20px;
	background: url("../images/bg_hr.gif") left top repeat-x;
	height: 2px;
}
#home #contentBounds .hr hr {
	display: none;
}

.homeBar {
	margin: 0 auto;
	padding: 12px 15px;
	background: #F1F1F1 url(../images/carousel/home3_top.gif) repeat-x;
	line-height:125%;
}
.homeBar a {
	color:#0066cc;
	font-weight: normal;
	text-decoration:none;
}

.homeBar a:hover {
	color:#6e1687;
	text-decoration:underline;
}

.homeBarBlocks {
	background: transparent url(../images/bg_homeBarBlocks.png) left top repeat-y;
}

.homeBarBottom {
	background: transparent url(../images/carousel/home3_top.gif) repeat-x;
	height:3px;
}

.homeBlock {
	padding: 10px 0;
	text-align:left;
	float:left;
	width:280px;
	margin-right: 35px;
}
.homeBarBlocks .middle {
	width: 290px;
}
.homeBarBlocks .last {
	float: right;
	margin: 0;
}
.homeBlock h4 {
	margin-bottom:10px;
	font-size:1.25em;
}
.homeBlock .img_left, .homeBlock .img_right { background: #fff; }


/* Student Athlete Success Stories carousel */
.homeBlock #sass, .homeBlock #sass li {
	margin: 0;
	padding: 0;
	width: 290px;
}
.homeBlock #sass li {
	width: 290px;
	height: 140px;
	list-style: none;
}
#sass-nav {
	text-align: center;
}


.yourSport {
	float:left;
	margin-left: 10px;
	display: inline;
	width: 510px;
	background: url("../images/bg_hr_vert.gif") right top repeat-y;
}

#signUp {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e4d9e7;
	padding: 10px 0;
	border-bottom: 4px ridge #c5a2cf;
}
#signUp h2 {
	font-size: 15px;
	color: #333;
	display: inline;
}
#signUp h2 strong, #signUp form {
	display: inline;
	font-weight: normal;
}


.goBtn {
	padding: 0 3px;
}
#contentBounds #middle .fl_right {
	padding: 3px 3px 0 15px;
}
#contentBounds #bottom .fl_right {
	padding: 3px 20px 0 15px;
}
/* power rankings */



.year {
	border-left: 1px solid #ddd;
	width: 110px;
	padding-left: 10px;
}
.year select {
	width: 60px;
}
	

ul.college_features, ul.college_detail {
	font-size: 92%;
	list-style: none;
	margin: 0;
}
ul.college_features li {
	clear: both;
	margin: 15px 0;
}
ul.college_features a {
	font-size: 130%;
}
ul.college_features div.fl_left, ul.college_detail div.fl_left {
	width: 100px;
	text-align: center;
	padding: 3px 0 0;
}
ul.college_features li p {
	margin: 0 0 0 130px;
}
ul.college_detail li {
	float: left;
}
ul.college_detail li.thumbnail {
	float: right;
}
ul.college_detail li h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 130%;
}
ul.college_detail li p {
	margin-bottom: .25em;
}



/* sports */



.virtual {
	padding: 8px 8px 8px 0;
}
.virtual .img_frame {
	border: #aaa solid 1px;
	padding: 3px;
	background: #fff;
}
.impact {
	padding: 0 0 10px 30px;
	position: relative;
	float: right;
}
.impact img {
	float: none;
}
.impactBadge {
	position: absolute;
	left: 30px;
	bottom: 0;
	margin: 0;
	background: transparent url("../images/sports/impact.png") 0 0 no-repeat;
	width: 56px;
	height: 76px;
	z-index: 99;
}
/* print button */

.print {
	position: absolute;
	left: 760px;
	top: 5.3em;
	font-size: 11px;
	font-weight: bold;
	width: 95px;
	float:right;
	background: url("../images/printer.gif") left top no-repeat;
	margin-top: 5px;
	padding-left: 22px;
}
/* index extranetHome */

#extranetHome, #extranetHome #contentBounds a {
	color: #fff;
}
#extranetHome #contentBounds a:hover {
	color: #fc3;
	text-decoration: none;
}
#extranetHome #contentBounds {
	background: #666 url("../images/bg_contentBounds_home.gif") left top repeat-x;
}
#extranetHome #contentBounds .width {
	padding-top: 7px;
}
#extranetHome #contentBounds .intro {
	padding-top: 5px;
}
#extranetHome #contentBounds .intro h3 {
	margin-bottom: 5px;
}
#extranetHome #contentBounds .intro ul {
	margin: 0;
	font-size: 100%;
}
#extranetHome #contentBounds .intro li {
	float:left;
	width: 40%;
	margin-bottom: 5px;
	margin-right: 5%;
	list-style: none;
}
#extranetHome #contentBounds #middle {
	margin-top: 50px;
}
#extranetHome #contentBounds #middle h3 {
	padding: 0px 4px;
	background-color:#ff9900;
	color: #000000;
	font-size: 140%;
}
#extranetHome .headlines {
	background: #666 url("../images/bg_headlines.gif") left top repeat-x;
	border: #8e8e8e 1px solid;
	float: left;
	width: 45%;
	padding: 4px;
}
#extranetHome .stats {
	background: #666 url("../images/bg_headlines.gif") left top repeat-x;
	border: #8e8e8e 1px solid;
	float: right;
	width: 47%;
	padding: 4px;
}
#extranetHome #contentBounds #bottom {
	width: 75%;
}
#extranetHome #enav {
	position: absolute;
	top: -5px;
	right: 0;
	width: 200px;
}
#sitemap ul.topLevel {
	margin-bottom: 2em;
}
#sitemap ul ul {
	margin: 0 2em;/*line-height: 1.4em;*/
}
#hblistmod h5 {
	font-size:inherit;
	margin-bottom:0px;
	margin-top:0px;
}
#hblistmod ul {
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	margin-bottom:2em;
}
#hblistmod ul li {
	list-style-type:none;
}
#hblistmod img.hblistrht {
	margin:0px 0px 15px 15px;
	float:right;
}
#hblistmod img.hblistlft {
	margin:0px 15px 15px 0px;
	float:left;
}
#hblistmod div.hblistrht {
	margin:0px 0px 0px 0px;
	float:right;
}
#hblistmod div.hblistrht75 {
	margin:0px 0px 15px 90px;
}
/*#hblistmod div.hblistrht150 {margin:0px 0px 15px 165px;}*/
#hblistmod div.hblistrht150 {
	margin:0px 0px 0px 0px;
}
#hblistmod div.hblistrht225 {
	margin:0px 0px 15px 240px;
}
#hblistmod div.hblistrht300 {
	margin:0px 0px 15px 315px;
}
#hblistmod div.hblistlft {
	margin:0px 0px 0px 0px;
	float:left;
}
#hblistmod div.hblistlft img {
	float: left;
	border: #666 solid 1px;
	padding: 2px 2px 2px 2px;
	margin: 0 10px 10px 0;
}
#hblistmod div.hblistlft75 {
	margin:0px 90px 15px 0px;
}
#hblistmod div.hblistlft150 {
	margin:0px 165px 15px 0px;
}
#hblistmod div.hblistlft225 {
	margin:0px 240px 15px 0px;
}
#hblistmod div.hblistlft300 {
	margin:0px 315px 15px 0px;
}
#hblistmod img.hblistinl {
	margin:0px 0px 15px 0px;
}
#hblistmod div.hblistcolrht {
	width:48%;
	float:right;
}
#hblistmod div.hblistcollft {
	width:48%;
	float:left;
}


