@charset "utf-8";
/* CSS Document */

/* zero out */
body, ul, li, a, p, img, div#bodyText{
	margin: 0;
	padding: 0;
}
body { background: none; }
a:hover {
	color: #F00;
}
div#bodyText p{ /*Override main.css setting so that we can set equal margins in bodyText below*/
	margin-left: 0;
	padding-left: 0;
}
div#bodyFrame {
	padding: 0;
	}
img { border: 0px solid black; text-decoration: none; }
div#bodyText ul { margin-left: 3em; margin-bottom: 1em; }
table#bios a { text-decoration: none; }
table#bios strong { text-decoration: underline; }
div#tournav { font-size: 10pt; float: right; padding: 0; margin-top: 5px; }

/* ---------------------------- Debug visuals -------------------------
#eMain {
border: 5px dotted #009900 !important;
	}
.topNavSpacer {
border: 5px dotted #990000;
*/
	
	
#header {
	height: 23px;
	margin-top: 0px;
	margin-bottom: 6px;
}
	
	
/* ---------------------------- Overall & Main site overrides ------------------------- */
#eMain {
	margin-bottom: 8px;
	background: #EEE;
	border: 1px solid #7A7A7A;
	}	
#rightNav {
	float: right;
	}
div#bodyText {
	border-left: 0px;
	border-right: 0px;
	width: 728px; /*width + 2*margin = 768*/
	margin: 0 20px;
	float: none;
	min-height: 200px;
	}

div.applicantsTopNav {
	z-index: 2;
	}
div#bodyText h2 {
	padding: 0 !important;
	}
h1 {
	line-height: 25px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
	color: #666; /*#D91921*/
	padding: 0;
	border-bottom: 1px solid #ccc;
	display: block;
	}
.txt { display: none; }	
	
/* ---------------------------- Modifiers for the site-wide top nav -------------------------*/	
div#topNav {
	margin: 0; /*Changed top-margin from 5px to 0px, and added the 5px margin to bodyFrame as "left: 5px". This fixes spacing problem b/w topNav and applicantsTopNav in IE. */
	border: 0;
	padding: 0;
	line-height: 20px;
	font-size: 10pt;
	border-bottom: 5px solid #ccc;
	}
div#topNav a {
	font-style: normal;
	}
div#topNav a:hover, div#topNav a.active {
	background: #ccc;
	color: #000;
	}

	
	
	
	
	
	
	
	
	
/* ---------------------------- Top Navigation Drop Downs; suckerfish method -------------------------*/
.navSpacer { /* kickstand the space open for our absolutely positioned nav */
	position: relative;
	width: 100%;
	height: 35px;
	margin-bottom: 10px; 
	}
#applicantsTopNav{
	position: absolute;
	top: 20px;
	left: 0;
	color: #FFF;
	width: 770px;
	text-align: center;
	background: #900 url(../images/applicantsGraphics/applicants-bar_red.gif);
	line-height: 30px;
	list-style: none; 
	}
	
#applicantsTopNav,
#eContainer {
	margin-top: 3px;
}

#applicantsTopNav ul{ /*Do we still need this?*/
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}	
#applicantsTopNav li {
	position: relative;
	float: left;	
	width: 192px;
	}
#applicantsTopNav li a {
	width: 100%; 
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	}
#applicantsTopNav>li:hover { /* The hover state of 1st level nav items */
    text-decoration: none;
    color: #FFF;
    background: #600 url(../images/applicantsGraphics/applicants-bar_dkred.gif);
    }	
#applicantsTopNav li.currentSection a{
	background: url(../images/applicantsGraphics/bg-tab.png) no-repeat bottom left;
	color: white;
	}
#applicantsTopNav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%; /* sweet! always position it 100% down from the height of the parent! Supports typeface size scaling. Word. */
	width: 100%;
	}
#applicantsTopNav li li {
	background: none;
	width: auto; /* 1 */
	float: none; /* 1 */
	font-weight: normal;
	line-height: 25px;
	margin-right: 12px;
	}
#applicantsTopNav li li a,
#applicantsTopNav li.currentSection li a{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-left: 10px; /* 1: This was all needed so that 100% width isn't turned into 100% + 10px padding */
	background: #ddd;
	border: 1px solid #AAA;
	border-top: 0px;
	/*filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;*/
	}
#applicantsTopNav li:hover ul {
	display: block;
	}

#applicantsTopNav li ul li:hover a,
#applicantsTopNav li.currentSection ul li:hover a{
	background: #333 !important;
	background-image: none !important;
	color: #fff !important;
	}
#applicantsTopNav .currentSection:hover ul { /* kill flyout for current section */
	/*display: none;*/
	}
#applicantsTopNav li.over {
	color: #FFF;
	background: #600 url(../images/applicantsGraphics/applicants-bar_dkred.gif);
}
#applicantsTopNav {
	margin-left: 1px;
	width: 768px;
}
	











/* ---------------------------- Right Sub Navigation Show-Per-Section -------------------------*/	
#applicantsSideNav { /* Nav Container */
	border: none;
	margin: -12px 0 20px 20px;
	padding: 0;
	position: relative;
	float: right;
	color: #000;
	width: 200px;
	height: auto;
	padding-top: 38px;
}
#applicantsSideNav ul { /* ul container, should be as big as the nav container */
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0 !important;
	line-height: 25px;
	}
#applicantsSideNav .navTitle {
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #666;
	border-bottom: 1px solid #ccc;
	}
#applicantsSideNav li ul { /* nested ul, contains subnav lis, should start below top-level li and expand to fit its content */
	position: relative;
	border-bottom: 1px solid #ccc;
	}
#applicantsSideNav li li { /* nested li, fills parent ul */
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	position: relative;
	width: auto; /* 1 */
	float: none; /* 1 */
	}
#applicantsSideNav li li a { /* each subnav link */
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px; /* 1: This was all needed so that 100% width isn't turned into 100% + 10px padding */
	background: #ddd url(../images/applicants-grad_gray.gif) top left no-repeat;
	}
#applicantsSideNav li li a:hover,
#applicantsSideNav li li a:active {
	background: #333;
	color: #FFF;
	}
#applicantsSideNav li li.currentSection a{
	cursor: default;
	color: #fff;
	background: #900 url(../images/applicantsGraphics/pointRight.gif) left no-repeat;
	}
#applicantsSideNav img {
	padding-top: 20px;
	}


/*#applicantsSideNav li li a:hover {
	background: #eee;
	cursor: pointer !important;
	}
#applicantsSideNav li li a:active {
	background: #eee;
	cursor: pointer;
	}
#applicantsSideNav img {
	padding: 0;
	margin: 0;
	}
#applicantsSideNav li h2 {
	color: #FFF;
	background: #600 url(../images/applicants-bar_dkred.gif);
	}*/





/* ---------------------------- Bottom Navigation -------------------------*/
#applicantsFootNav {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 770px;
	text-align: center;
	background: #C00 url(../images/applicantsGraphics/applicants-bar_red.gif);
	height: 30px;
	line-height: 30px;
	}
#applicantsFootNav ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}	
#applicantsFootNav li {
	float: left;	
	width: 200px;
	}
#applicantsFootNav li a {
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
	}
#applicantsFootNav a:hover {
	background: #600 url(../images/applicantsGraphics/applicants-bar_dkred.gif);
	color: #FFF;
	}
#applicantsFootNav ul {
	margin-left: 10%;
	}





/* ---------------------------- Bottom footer links -------------------------*/	
#applicantsFootText {
	font-size: 8pt;
	text-align: center;
	margin-bottom: 5px;
	}
#applicantsFootText .currentSection {
	color: #000;
	cursor: default;
	text-decoration: none;
	}



/*---------------Modifiers for side-wide bodyFrame-----------*/	
#bodyFrame{
	top: 5px; 
}


#eContainer {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/* Footer */
div#footText {
	margin-top: 10px;
	text-align: center;
}
div#footText a {
	text-decoration: underline;
}


img.adminEdit {
	left: 220px;
}

div#socialMedia {
	float: right;
}
div#socialMedia a {
	display: block;
	padding: 3px;
}