﻿/* ----------------------------------------------------------- */
/*                  TEXT STYLES FOR BROWSER                    */
/* ----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #366;
	font-size: 16px;
	font-family: "myriad-pro-1","myriad-pro-2",Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: left;
}

a {
	color: #366;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
	outline: none;
}

img {
	border: none;	
}

.mainContentText p {
	line-height: 1.4em;
	margin-bottom: 8px;
}


.mainContentText ol {
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-left: 24px;
}

.mainContentText ul {
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 6px;
	margin-left: 36px;
}

.mainContentText li {
	margin-bottom: 6px;
	font-style: normal;
}

p.introText {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
}

p.heading0 {
	font-size: 24px;
	font-weight: 900;
	margin: 10px 0 10px 0;
}

p.heading1 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 10px 0;
}

p.heading2 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
}

p.heading3 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 0 0;
}

p.rightAlign {
	text-align: right;
}

p.centerAlign {
	text-align: center;
}

.footnoteText {
	border-top: 1px solid #ccc;
	margin: 15px 0 10px 0;
	padding: 5px 0 0 0;
}

.footnoteText ol {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 3px;
}

.footnoteText a {
 	font-style: italic;
}

a.footnote {
	vertical-align: super;
	font-size: 14px;
	line-height: 0px;
}

.formHeading {
	color: #366;
	font-weight: bolder;
	font-size: 14px;
}

.formLabel {
	text-align: right;
	padding-right: 14px;
}

.formLabelRequired {
	text-align: right;
	color: #900;
	padding-right: 10px;
}

.formField {
	color: #000;
	font-size: 14px;
	text-align: left;
	height: 16px;
	padding: 2px 0 0 2px;
	background: #EEE;
}

.formFieldMultiLine {
	color: #000;
	font-size: 14px;
	text-align: left;
	padding: 2px 0 0 2px;
	background: #EEE;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.emphasize {font-weight: bolder;}
.emphasizeRed {color: #900; font-weight: bolder;} 
.emphasizeGreen {color: #366; font-weight: bolder;} 
.emphasizeYellow {color: #FC3; font-weight: bolder;} 

.bgYellow {background-color: #FC3; color: #FFF;}
.bgYellowTint {background-color: #FF9;}
.bgRed {background-color: #900; color: #FFF;}
.bgRedTint {background-color: #FC9;}
.bgGreen {background-color: #366; color: #FFF;}
.bgGreenTint {background-color: #9C9;}
.bgGray {background-color: #EEE;}
.bgDarkGray {background-color: #666; color: #FFF;}


/* ----------------------------------------------------------- */
/*                  LAYOUT STYLES FOR BROWSER                  */
/* ----------------------------------------------------------- */

#container {
	position: relative;
	margin: 15px auto 15px auto;
	width: 790px;
	height: auto;
	padding: 0 15px 15px 15px;
	border:#CCC 3px solid;
	background: #FFF;
}

/* --------------------- LEFT SIDE --------------------------- */

#leftSide {
	margin: 15px 0 20px 0;
	width: 200px;
	float: left;
	clear: left;
}

#logo {
	margin: 0 0 15px 0;
	background: #FFF;
	display: block;
}

#printHeading {
	width: 0;
	height: 0;
	display: none;	
}

/* --------------------- RIGHT SIDE --------------------------- */

#rightSide {
	margin: 15px 0 20px 0;
	width: 570px;
	float: right;
	clear: right;
}

#crumbTrail {
	margin: 0 0 5px 0;
	width: 370px;
	float: left;
	clear: left;
	font-size: 12px;
	text-align: left;
}

#navTop {
	width: 200px;
	float: right;
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 12px;
}

#mainImage {
	width: 570px;
	float: right;
}


#horizontalMenu {
	margin: 5px 0 10px 0;
	width: 570px;
	float: right;
	clear: right;
	font-size: 12px;
	text-align: left;
}

#mainContent {
	width: 570px;
	float: right;
	clear: right;
}

#rightBoxes {
	float: right;
	width: 200px;
	margin-left: 10px;
}

/* --------------------- BOTTOM --------------------------- */

#navBottom{
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
}

#copyright{
	margin-top: 7px;
	width: 100%;
	clear: both;
}

#copyright p {margin: 0 0 3px 0;}
.copyright {font-size: 12px; color: #666; text-align: center;}
.copyright a:link {color: #666; text-decoration: none;}
.copyright a:visited {color: #666; text-decoration: none;}
.copyright a:hover {color: #900; text-decoration: underline;}


/* --------------- NAVIGATION BOXES ----------------- */

#navHeader {
	font-size: 14px;
	padding: 7px 10px 7px 10px;
}

#navHeader a {
	color: #FFF;
	margin: 10px 0 0 0;
}

#navHeader a:hover {
	color: #CCC;
	text-decoration: none;	
}

#navBox {
	padding: 2px 0 5px 0;
	margin: 2px 0 2px 0;
	background-color: #EEE;
}

#navBox p {
	margin: 5px 0 7px 20px;
}

#navBox a:hover {
	color: #900;
	text-decoration:none;
}
		
	
/* --------------------- QUOTE BOX--------------------------- */

#quoteBox {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#quote {
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 5px 0;
	color: #666;
	line-height: 1.2em;
}

#quoteName {
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: right;
	color: #666;
}

#quoteNameDetails {
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.2em;
	text-align: right;
	color: #666;
}


/* --------------------- NEWS BOX--------------------------- */

#newsBoxHeader {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

#newsBoxHeader a {
	color: #366;
	margin: 0 0 10px 0;
}

#newsBoxHeader a:hover {
	color: #CCC;
	text-decoration: none;	
}

#newsBox
 {
	padding: 1px 5px 7px 5px;
	text-align: left;
	font-size: 12px;
	margin: 2px 0 10px 0;
	min-height: 150px;
}

#newsBox p {
	margin: 5px 0 5px 0;
	line-height: 14px;
}

.newsitem {
	border-top: #999 thin solid;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

.newsHead {
	font-size: 14px;
	padding: 8px 0 0 0;
}

.newsMore {
	font-weight: lighter;
	font-size: 12px;
}

.newsDate {
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

/* --------------------- PARTNERS BOX--------------------------- */

#partnersBoxHeader {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 14px;
	color: #FFF; 
}

#partnersBoxHeader a {
	color: #FFF;
	margin: 0 0 10px 0;
}

#partnersBoxHeader a:hover {
	color: #CCC;
	text-decoration: none;	
}

#partnersBox {
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 12px;
	margin: 2px 0 10px 0;
	background-color: #EEE;
}

#partnersBox img {
	margin: 0 0 15px 0;
}

/* --------------------- FAQ BOX--------------------------- */

#faqBoxHeader {
	padding: 4px;
	width: 200px;
	font-weight: bolder;
	text-align: left;
	font-size: 14px;
	color: #000;
	clear: both;
}

#faqBox
 {
	padding: 5px 5px 10px 5px;
	text-align: left;
	font-size: 12px;
	margin: 2px 0 2px 0;
	min-height: 50px;
}

#faqBox p {
	margin: 5px 0 5px 0;
	line-height: 14px;
}

.faqQuestion {
	font-size: 12px;
	padding: 2px 0 0 0;
}

.faqMore {
	font-weight: lighter;
	font-size: 12px;
}

#faqBoxFooter {
	padding: 4px;
	font-weight: bolder;
	text-align: left;
	font-size: 12px;
	color: #000;
}

#faqBoxFooter a {
	color: #366;
	margin: 12px 0 0 0;
}

#faqBoxFooter a:hover {
	color: #CCC;
	text-decoration: none;	
}

/* --------------------- PROFILE BOX --------------------------- */

#profileBox {
	margin: 10px 0 10px 0;
	padding: 1px 0 1px 0;
	background: #FFF;
}

/* --------------- RECRUITMENT SCHEDULE TABLE ----------------- */

#recruitmentTable {
	font-size: 14px;
}

/* ------------------ YELLOW BUTTON ------------------------ */

#yellowButton
 {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 15px;
	background-color: #FC3;
	color: #900;
	margin: 0 0 10px 0;
}

#yellowButton
 a {
	color: #900;
	margin: 0 0 10px 0;
}

#yellowButton
 a:hover {
	color: #FFF;
	text-decoration: none;	
}

/* ------------------ GREEN BUTTON ------------------------ */

#greenButton {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 15px;
	background-color: #366;
	color: #FFF;
	margin: 0 0 10px 0;
}

#greenButton a {
	color: #FFF;
	margin: 0 0 10px 0;
}

#greenButton a:hover {
	color: #FC3;
	text-decoration: none;	
}

/* ------------------ RED BUTTON ------------------------ */

#redButton {
	padding: 6px;
	font-weight: bolder;
	text-align: center;
	font-size: 15px;
	background-color: #900;
	color: #FFF;
	margin: 0 0 10px 0;
}

#redButton a {
	color: #FFF;
	margin: 0 0 10px 0;
}

#redButton a:hover {
	color: #FC3;
	text-decoration: none;	
}


/* ------------------ GRAY NAVIGATION ------------------------ */

.navGray {
}

.navGray ul {
	list-style: none;
	text-align: left;
	width: 180px;
}

.navGray ul a {
	color: #666;
	background: #EEE;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 7px 10px 7px 10px;
	width: 180px;
}

.navGray ul a:hover {
	color: #900;
	background: #EEE;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
			
.navGray ul li {
	border-bottom: 1px solid #FFF;
	float: left;
	position: relative;
}

.navGray .center {
	text-align: center;
}
	
.navGray .centerRed {
	text-align: center;
	color: #900;
}

.navGray .highlightGreen {
	color: #FFF;
	background: #366;
}
	
.navGray .arrow {
	background: #EEE url('/images/graphic_arrow_Grey.gif') 180px no-repeat;
}
	
.navGray .arrow:hover {
	background: #EEE url('/images/graphic_arrow_Red.gif') 180px no-repeat;
}

.navGray .arrowGreen {
	color: #FFF;
	background: #366 url('/images/graphic_arrow_Grey.gif') 180px no-repeat;
}
	
.navGray .arrowGreen:hover {
	background: #EEE url('/images/graphic_arrow_Red.gif') 180px no-repeat;
}


.navGray .shiftUpSponsors {
	top: -317px;				
}	
		
.navGray .shiftUpWU {
	top: -244px;				
}	

.navGray .shiftUpColleges {
	top: -139px;				
}	
			
.navGray ul li ul {
	list-style: none;
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	width: 180px;
	border-left: 1px solid #FFF;
}

.navGray ul li:hover ul { display: block; width: 180px;}

.navGray ul li:hover ul li ul { display: none; }

.navGray ul li ul li:hover ul { display: block; width: 180px; }

.navGray ul li ul li:hover ul li ul { display: none; }

.navGray ul li ul li ul li:hover ul{ display: block; width: 180px; }



