html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
}


/* EPHOX CSS */

/* These styles are not actually in use:
h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #555;
	font-family: Arial, sans-serif;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #555;
	font-family: Arial, sans-serif;
}

*/

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	font-family: Arial, sans-serif;
	margin-bottom: 1.0em;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	font-family: Arial, sans-serif;
	margin-bottom: 1.0em;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #555;
	font-family: Arial, sans-serif;
	margin-bottom: 1.0em;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #998c7a;
	font-family: Arial, sans-serif;
	margin-bottom: 1.0em;
}

#contentNav p,
#contentRelated p {
	color: #555;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-bottom: 1.0em;
	line-height: 1.3em;
}

#contentMain p {
	color: #555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#contentNav blockquote,
#contentRelated blockquote {
	color: #555;
	font-size: 11px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-left: 2.0em;
	margin-bottom: 1.0em;
	line-height: 1.3em;
}

#contentMain blockquote {
	color: #555;
	font-size: 12px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-left: 2.0em;
	margin-bottom: 1.0em;
	line-height: 1.3em;
}

#contentNav ul,
#contentRelated ul {
	font-size: 11px;
	margin-left: 1.0em;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
	list-style: disc inside;
	line-height: 1.3em;
}

#contentMain ul {
	font-size: 12px;
	margin-left: 1.0em;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
	list-style: disc inside;
	line-height: 1.3em;
}

ul {
	list-style: disc inside;
}

#contentNav ol,
#contentRelated ol {
	font-size: 11px;
	list-style: decimal inside;
	margin-left: 1.0em;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.3em;
}

#contentMain ol {
	font-size: 12px;
	list-style: decimal inside;
	margin-left: 1.0em;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.3em;
}

img {
	border: none 0;
	margin-bottom: 1em;
}

#contentNav table,
#contentRelated table,
#contentMain table {
	margin-bottom: 1.0em;
}

#contentNav td,
#contentRelated td {
	padding: 0.5em;
	border: 1px solid #84A8B1;
}

#contentMain td {
	padding: 0.5em;
	border: 1px solid #C8C0B9;
}


/* END EPHOX */


/* Structure */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-width: 1px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#container {
	color: #555;
	font-family: Arial;

}

#container #contentWrapperShadow {
	background-image: url(../images/bgShadow.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding-top: 8px;
}

#container #contentWrapperShadow #contentWrapper {
	width: 940px;
	margin: 0 auto;
	z-index: 2;
}

#container #contentWrapperShadow #contentWrapper #alert {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 1.0em 0 0 0;
	padding: 0 0 0 0;
	background-position: 15px 15px center;
	background-repeat: no-repeat;
	position: relative;
}
	
#container #contentWrapperShadow #contentWrapper #alert.alertRed {
	background-image: url(../images/bgAlertRed.png);
}
#container #contentWrapperShadow #contentWrapper #alert.alertYellow {
	background-image: url(../images/bgAlertYellow.png);
}
#container #contentWrapperShadow #contentWrapper #alert.alertGreen {
	background-image: url(../images/bgAlertGreen.png);
}

#container #contentWrapperShadow #contentWrapper #alert p {
	padding: 1.6em 16.0em 3.0em 9.0em;
	line-height: 1.4em;
	position: relative;
	margin-bottom: -2.0em;
}

#container #contentWrapperShadow #contentWrapper #alert a.alertMore {
	position: absolute;
	right: 50px;
	top: 17px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	width: 132px;
	height: 20px;
	text-indent: -9999em;
}

#container #contentWrapperShadow #contentWrapper #alert a.alertMore.alertRed {
	background-image: url(../images/alertButtonMoreInfoRed.png);
}
#container #contentWrapperShadow #contentWrapper #alert a.alertMore.alertYellow {
	background-image: url(../images/alertButtonMoreInfoYellow.png);
}
#container #contentWrapperShadow #contentWrapper #alert a.alertMore.alertGreen {
	background-image: url(../images/alertButtonMoreInfoGreen.png);
}
#container #contentWrapperShadow #contentWrapper #alert a.alertMore:hover {
	background-image: url(../images/alertButtonMoreInfoBlue.png);
}

#container #contentWrapperShadow #contentWrapper #hero {
	width: 100%;
	background-color: #fff;
	font-family: Arial;
	height: 328px;
	background-image: url(../images/bgHeroBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 1.0em;
}

#container #contentWrapperShadow #contentWrapper #hero.small {
	height: 86px;
	background-position: center 82px;
	margin-bottom: 2px;
}

#container #contentWrapperShadow #contentWrapper #hero.medium {
	height: 228px;
}

#container #contentWrapperShadow #contentWrapper #heroMenu {
	background-color: #4282b1;
	height: 28px;
	border-bottom: 2px solid #fff;
	position: relative;
	margin-top: 2.0em;
	z-index: 14;
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul {
	background-color: #ede2cd;
	height: 22px;
	border-bottom: 2px solid #fff;
	list-style: none;
	
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li {
	float: left;
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li a {
	background-color: #e8e0ce;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 5px 1.5em 6px 1.5em;
	font-size: 11px;
	border-right: 2px solid #fff;	
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li:hover a,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li a.current {
	background-color: #4282B1;
	color: #fff;	
	border-bottom: 2px solid #4282b1;
	text-decoration: none;
}


#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul {
	display: none;
	position: absolute;
	
	z-index: 3;
	/*border: 1px solid #ab9d8a;*/
	border-top: 6px solid #4282b1;
	
	background-color: #f6f3eb;
	background-image: url(../images/bgHeroNavShadow.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	
	height: auto;
	border-left: 1px solid #4282b1;
	border-right: 1px solid #4282b1;
	border-bottom: 1px solid #4282b1;
	
	padding-bottom: 1.0em;
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul.leftAlign {
	left: 0;
	height: 294px;
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li {
	float: none;
	line-height: 21px;
	padding: 0;
	margin: 0;
	border: none;
	
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted13,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted26,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted39,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted51 {
	margin-top: -294px;
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted13,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted14,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted15,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted16,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted17,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted18,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted19,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted20,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted21,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted22,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted23,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted24,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted25 {
	margin-left: 188px;
} 

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted26,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted27,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted28, 
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted29,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted30,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted31,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted32,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted33,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted34,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted35,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted36,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted37,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted38 {
	margin-left: 376px;
} 

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted39,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted40,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted41,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted42,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted43,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted44,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted45,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted46,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted47, 
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted48,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted49,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted50 {
	margin-left: 562px;
} 

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted51,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted52,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted53,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted54,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted55,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted56,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted57,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted58,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted59,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted60,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted61,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted62,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted63,
#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li.parted64 {
	margin-left: 750px;
} 

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li a {
	text-transform: capitalize;
	padding: 0 0 0 25px;
	width: 163px;
	border: none;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/bgCollegeChildMenuDotOff.gif);
	background-position: 17px top;
	background-repeat: no-repeat;
	
}
#container #contentWrapperShadow #contentWrapper #heroMenu ul li:hover ul li a {
	background-color: #f6f3eb;
	color: #555;
	border: none;
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li ul li a:hover {
	background-color: #ab9d8a;
	color: #fff;
	background-image: url(../images/bgCollegeChildMenuDotOn.gif);
}

#container #contentWrapperShadow #contentWrapper #heroMenu ul li:hover ul {
	display: block;
}

#container #contentWrapperShadow #contentWrapper #hero #heroLabel {
	float: left;
	width: 333px;
	height: 316px;
	background-image: url(../images/bgHeroLabel.jpg);
	margin-right: 2px;
}

#container #contentWrapperShadow #contentWrapper #hero #heroLabel.textless {
	background-image: url(../images/bgHeroLabel1.jpg);
}

#container #contentWrapperShadow #contentWrapper #hero.small #heroLabel {
	height: 80px;
	background-image: url(../images/bgHeroLabelSmall.jpg);
}

#container #contentWrapperShadow #contentWrapper #hero.medium #heroLabel {
	height: 216px;
	background-image: url(../images/bgHeroLabelMedium.jpg);
}


#container #contentWrapperShadow #contentWrapper #hero #heroLabel ul {
	text-align: center;
	font-size: 1.2em;
	margin-top: 14em;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	list-style: none;
}

#container #contentWrapperShadow #contentWrapper #hero #heroLabel ul li {
	
}

#container #contentWrapperShadow #contentWrapper #hero #heroLabel ul li a {
	color: #b6def9;
	line-height: 2.0em;
	display: block;
	width: 240px;
}

#container #contentWrapperShadow #contentWrapper #hero #heroLabel ul li a:hover {
	color: #fff;
	background-image: url(../images/bgHeroLabelHighlight.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage {
	float: left;
	width: 605px;
	height: 316px;
	position: relative;
}

#container #contentWrapperShadow #contentWrapper #hero.small #heroImage {
	height: 80px;
}

#container #contentWrapperShadow #contentWrapper #hero.medium #heroImage {
	height: 216px;
	position: relative;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroSlideSet img.activeHeroImage {
	z-index: 10;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroSlideSet img.lastActiveHeroImage {
	z-index: 9;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroSlideSet img,
#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroSlideSet img.inActiveHeroImage {
    z-index:8;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroSlideSet img {
	position: absolute;	
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover {
	margin-top: 5.5em;
	position: absolute;
	z-index: 13;
	list-style: none;
	list-style-position: outside;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li {
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li a {
	color: #fff;
	display: block;
	width: 13px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.0em;
	border: 1px solid #fff;
	border-top: none;
	border-left: none;
	background-color: #2971a7;
	padding-left: 7px;
	
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li.first a {
	border-top: 1px solid #fff;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li.activeRollover a {
	background-color: transparent;
	height: 21px;
	width: 18px;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-image: url(../images/bgHeroImageMenu.gif);
	background-position: bottom;
	
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li.first.activeRollover a {
	height: 22px;	
	line-height: 22px;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li.activeRollover a:hover {
	height: 21px;
}




#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li a:hover {
	background-image: url(../images/bgHeroImageMenu.gif);
	background-position: bottom left;
	border-top: none;
	border-bottom: none;
	height: 21px;	
	text-decoration: none;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li.first a:hover {
	border-top: 1px solid #fff;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage ul#heroRollover li.first.activeRollover a:hover {
	height: 22px;	
	border-top: none;
}


#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroCaption {
	background-color: #fff;
	opacity: 0.7;
	line-height: 30px;
	height: 30px;
	font-size: 1.2em;
	color: #000;
	position: absolute;
	bottom: 0px;
	padding-left: 2.0em;
	width: 100%;
	font-family: Georgia;
	z-index: 11;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer {
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 12;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer ul {
	text-transform: uppercase;
	height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer ul li {
	float: left;
	padding: 9px 0 10px 0;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer ul li a {
	display: block;	
	color: #2971A7;
	padding: 0 0.6em;
	cursor: pointer;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer ul li a#playHeroPlayer,
#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer ul li a#pauseHeroPlayer {
	border-right: 1px solid #2971A7;
	border-left: 1px solid #2971A7;
	text-indent: -9999em;
	background-image: url(../images/bgHeroPlayerPlay.png);
	width: 9px;
	height: 12px;
	background-position: 6px;
	background-repeat: no-repeat;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroPlayer ul li a#pauseHeroPlayer {
	background-image: url(../images/bgHeroPlayerPause.png);
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroCaption p {
	position: absolute;
	display: none;
	
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroCaption p.activeCaption {
	display: block;
}

#container #contentWrapperShadow #contentWrapper #hero #heroImage #heroCaption a {
	text-transform: uppercase;
	padding-left: 1.0em;
	margin-left: 1.0em;
	color: #2971a7;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	background-image: url(../images/arrowCM33List.gif);
	background-position: left;
	background-repeat: no-repeat;	
}

#container #contentWrapperShadow #contentWrapper #moduleH3 {
	background-image: url(../images/bgH3.png);	
	background-color: #e8e0ce;
	height: 23px;
	line-height: 23px;
	margin-bottom: 1.0em;
	
}

#container #contentWrapperShadow #contentWrapper #moduleH3 h2 {
	font-size: 1.4em;
	font-family: Georgia;
	
	padding-left: 30px;
}

#container #contentWrapperShadow #contentWrapper #moduleH3 h2 a {
	color: #3f3e3c;	
}

#container #contentWrapperShadow #contentWrapper #moduleH3 h2 a:hover {
	color: #000;
	text-decoration: none;
}

#container #contentWrapperShadow #contentWrapper #contentNav {
	float: left;
	width: 220px;
	margin-right: 20px;
	background-color: #fff;
	border-width: 1px;
	border-style:none;
	border-color: grey;
	margin: 0;
	padding: 0;
}

#container #contentWrapperShadow #contentWrapper #contentNav div.hr,
#container #contentWrapperShadow #contentWrapper #contentMain div.hr,
#container #contentWrapperShadow #contentWrapper #contentRelated div.hr {
	height: 12px;
	background-color: #eee4d1;
	border-top: 1px solid #b5b4b4	;
	width: 100%;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

#container #contentWrapperShadow #contentWrapper #contentMain div.hr {
	background-color: #4282b1;
	border-top: 1px solid #1a496b;
}

#container #contentWrapperShadow #contentWrapper #contentNav div.hr.small,
#container #contentWrapperShadow #contentWrapper #contentMain div.hr.small,
#container #contentWrapperShadow #contentWrapper #contentRelated div.hr.small {
	height: 3px;
}

#container #contentWrapperShadow #contentWrapper #contentNav hr,
#container #contentWrapperShadow #contentWrapper #contentMain hr,
#container #contentWrapperShadow #contentWrapper #contentRelated hr {
	display: none;
}

#container #contentWrapperShadow #contentWrapper #contentNav h2,
#container #contentWrapperShadow #contentWrapper #contentMain h2,
#container #contentWrapperShadow #contentWrapper #contentRelated h2 {
	font-size: 2.2em;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 0.5em;
	letter-spacing: -1.5px;
	line-height: 1.1em;
}

#container #contentWrapperShadow #contentWrapper div.line {
	height: 1px;
	border: none;
	background-image: url(../images/bgSpotlightHR.gif);
	width: 100%;
	margin-top: 1.0em;
	margin-bottom: 0;
}

/* ADVERTISEMENTS */

#container #contentWrapperShadow #contentWrapper #contentMain #message404 {
	margin-top: 2.0em;
}

#container #contentWrapperShadow #contentWrapper #contentMain #message404 a {
	text-decoration: underline;
}

#container #contentWrapperShadow #contentWrapper #contentMain #message404 .message404text {
	font-size: 1.2em;
	line-height: 1.3em;
}

#container #contentWrapperShadow #contentWrapper #contentMain #message404 .message404text ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 25px;
}

#container #contentWrapperShadow #contentWrapper #footer.forceBottom {
	width: 940px;
	position: absolute;
	bottom: 0;
}

/* /ADVERTISEMENTS */

#container #contentWrapperShadow #contentWrapper #contentNav, 
#container #contentWrapperShadow #contentWrapper #contentMain,
#container #contentWrapperShadow #contentWrapper #contentRelated {
	margin-top: 2.0em;

}

#container #contentWrapperShadow #contentWrapper #contentMain {
	float: left;
	width: 470px;
	margin-right: 0px;
	border-width: 1px;
	border-style:none;
	border-color: grey;
	padding-left: 10px;

}

#container #contentWrapperShadow #contentWrapper #contentMain.full {
	width: 700px;
	margin: 2.0em 0 0 0;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination {
	text-align: center;
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	line-height: 1.3em;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination span {
	font-family: Arial;
	font-style: normal;
	float: left;
	margin-left: 2.0em;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination .viewAll {
	float: left;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination ul {
	float: right;
	list-style: none;
	margin-bottom: 0.4em;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination ul li {
	float: left;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination ul li a {
	display: block;
	padding-left: 0.5em;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination .line {
	margin: 0.5em 0;
	clear: both;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination .left {
	float: left;
}

#container #contentWrapperShadow #contentWrapper #contentMain .pagination .right {
	float: right;
}

#container #contentWrapperShadow #contentWrapper #contentRelated {
	width: 230px;
	float: right;
	border-width: 1px;
	border-style:none;
	border-color: grey;

}

#container #contentWrapperShadow #contentWrapper #footer li.facebook a {
	background-image: url(../images/iconConnectFacebook.gif);
}

#container #contentWrapperShadow #contentWrapper #footer li.twitter a {
	background-image: url(../images/iconConnectTwitter.gif);
}

#container #contentWrapperShadow #contentWrapper #footer li.rss a {
	background-image: url(../images/iconConnectRss.gif);
}

#container #contentWrapperShadow #contentWrapper #footer li.blogs a {
	background-image: url(../images/iconConnectBlogs.gif);
}
 
#container #contentWrapperShadow #contentWrapper #footer {
	margin-top: 3em;
}

#container #contentWrapperShadow #contentWrapper #footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#container #contentWrapperShadow #contentWrapper #footer h3 {
	color: #063956;
	text-transform: uppercase;
	font-size: 1.4em;
	font-family: Times;
	
	margin-bottom: 1.0em;
	font-weight: normal;
}

#container #contentWrapperShadow #contentWrapper #footer div.hr {
	height: 6px;
	background-color: #4282b1;
	border-top: 1px solid #1a496b;
	width: 100%;
	
	margin-bottom: 2.0em;
}

#container #contentWrapperShadow #contentWrapper #footer div.hr hr {
	display: none;
}

#container #contentWrapperShadow #contentWrapper #footer #footerLeft {
	float: left;
}

#container #contentWrapperShadow #contentWrapper #footer #footerLeft p#address {
	font-size: 1.2em;
	line-height: 1.4em;
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight {
	margin-left: 350px;

}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu {
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu a {
	color: #847d6e;
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu br {
	clear: both;
}


#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu ul li {
	float: left;
	padding: 0 1.0em;
	border-left: 1px solid #ccc;
	font-size: 1.2em;
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu ul li.first {
	padding-left: 0;
	border: 0;
	float: left;
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu ul.social {
	margin-top: -3.0em;
	padding-top: 1.0em;
	border-top: 1px solid #ccc;
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu ul.social li {
	border: none;
	font-size: 1.2em;
}

#container #contentWrapperShadow #contentWrapper #footer #footerRight #footerChildMenu ul.social li a {
	display: block;
	height: 18px;
	line-height: 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 2.0em;
}

#container #contentWrapperShadow #contentWrapper #footer #footerChildMenu ul.social li.first a {
	padding-left: 0;
	border: 0;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu {
	margin-top: 3.0em;
	height: 28px;
	width: 100%;
	background-color: #063957;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu h2 {
	font-size: 1.4em;
	font-family: Times;
	line-height: 28px;
	text-transform: uppercase;
	
	float: left;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu h2 a {
	color: #fff;
	padding: 0 1.0em;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu ul {
	float: right;
	font-size: 1.1em;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu ul li {
	float: left;
	font-weight: bold;	
	line-height: 28px;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu ul li a {	
	color: #a2d6ff;
	padding: 0 1.0em;
	border-left: 1px solid #a2d6ff;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu ul li.first a {
	padding-left: 0;
	border: 0;
}

#container #contentWrapperShadow #contentWrapper #footer #footerParentMenu ul li a:hover {
	color: #fff;
}

/* Typography */

strong, b {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

small {
	font-size: 0.75em;
}

.bold {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Links */


#container #contentWrapperShadow #contentWrapper #moduleCM6 a.subMore,
#container #contentWrapperShadow #contentWrapper #moduleMS1 a.subMore {
	display: block;
	text-align: right;
	font-style: normal;
	font-size: 1.1em;
}

#container #contentWrapperShadow #contentWrapper a.more {
	font-weight: normal;
	font-style: italic;
	display: block;
	margin-top: 0.5em;
	margin-bottom: -0.5em;
	font-family: Georgia;
	color: #2971a7;
	font-size: 12px;
	display: block;
	text-align: right;
}

a {
	text-decoration: none;
	color: #2971a7;
}

a:visited {
	text-decoration: none;
	color: #2971a7;
}

a:hover {
	text-decoration: underline;
}

/* Tables */

/* Lists, images, etc. */


.clear {
	clear: both;
}

.hide {
	display: none;
}

.pointer {
	cursor: pointer;
}



/* ACCORDIAN TEMP */

#container #contentWrapperShadow #contentWrapper #hero .heroSlider {
	position: absolute;
	z-index: 11;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header, #container #contentWrapperShadow #contentWrapper #hero .heroSlider .content{
	float: left;
	height: 315px;	
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header {
	width: 40px;
	color: #fff;
	cursor: pointer;	
	background-color: #b2a38f;
	height: 315px;
	background-repeat: no-repeat;
	background-position: 15px;
	position: relative;
	border-left: 1px solid #fff;
	text-indent: -9999em;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header:hover,
#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header.current {
	background-color: #2971a7;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header.bg1 {
	background-image: url(../images/bgHeroSliderHeader1.png);
	border-left: none;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header.bg2 {
	background-image: url(../images/bgHeroSliderHeader2.png);
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header.bg3 {
	background-image: url(../images/bgHeroSliderHeader3.png);
	background-position: center 3px;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .header.current .outsideShadow {
	width: 14px;
	height: 315px;
	background-image: url(../images/bgHeroSliderHeaderCurrent.png);	
	background-position: top left;
	position: absolute;
	right: -14px;
	z-index: 100;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .content {
	display: none;
	width: 0px;
	overflow: hidden;
	position: relative;	
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .content.visible {
	display: block;
	width: 482px;
	
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .content .captionHolder {
	background-color: #fff;
	opacity: 0.7;
	line-height: 30px;
	height: 30px;	
	position: absolute;
	bottom: 0px;	
	width: 100%;	
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .content .captionHolder p {
	font-size: 1.2em;
	color: #000;
	padding-left: 2.0em;
	font-family: Georgia;
}

#container #contentWrapperShadow #contentWrapper #hero .heroSlider .content .captionHolder p a {
	color: #2971a7;
}






/**
* Added for lightBox video Player
*
**/
a.imgLink {
	display: block;
	margin: 0 0 6px 0;
}

/** 
* @section Video Player Lightbox
* @note    the Screen is used to overlay all content and reduce the visibility of it.
*          the Player contains the video, placed on top of the Screen.
*          the Close closes the video lightbox, placed on top of the Player. 
*          all of this is added via JS.
**/
#jsVideoPlayerScreen {
	background: #000; /* @note transparency is handled via JS. */
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}

#jsVideoPlayer {
	background: #222;
	display: none;
	min-width: 180px;
	min-height: 90px;
	padding: 20px;
	position: absolute;
	z-index: 9100;
}

#jsVideoPlayerClose {
	background: url(../images/gwuSprite.png) no-repeat -579px -210px;
	_background: url(../images/bgPopupClose.gif) no-repeat top left;
	cursor: pointer;
	display: none;
	height: 26px;
	position: absolute;
	right: -12px;
	top: -13px;
	width: 26px;
	z-index: 9200;
}
#rightAlign{
    float: right;
    color: #555;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-bottom: 1.0em;
	line-height: 1.3em;
    border-width: 1px;
	border-style:none;
	border-color: grey;

}

#floatLeft{

    float:left;
}

#floatRight{

    float:right;
}

#announcementBox{
    border-width: 1px;
	border-style:none;
	border-color: grey;

}

#synergy_image{
   float:left;
padding: 0 15px 10px 0;
width: 400px;

}

#paragraph_text{
font-size: 1.1em;
text-align: justify;

}

#synergy_text{
text-align: justify;
}

#sponsorship_text{

padding-top:0px;
}

#sponsorship_img{
float:left;
padding-right:10px;

}

#sponsor_container{
float:left;
width:700px;
}

#video_container{
padding-left: 130px;
}

#container #contentWrapperShadow #contentWrapper #contentMain.add {
	width: 915px;
	margin: 2.0em 0 0 0;
}

#eugeneLeft{
float:left;
}

#eugeneRight{
float:right;
}

#sponsors{
float:left;
width:700px;;
padding-right:0;
border-style:none;
border-width:1px;

}

#newContent{
width:470px;
float:left;
}

#leftContainer{
padding-left:15px;
width:185px;
float:left;
}

#rightContainer{
padding-right:40px;
width:200px;
float:right;
}

#contactRight{
padding-left:10px;

}

#meet{
width:335px;
float:left;
padding-right:15px;
}

#meet2{
width:335px;
float:right;
padding-left:15px;
}

#degrees{
padding-left:320px;
}

#support{
float:right;
width:460px;
}

#support2{
float:left;
width:300px;
}

#supportText{
font-size:9px;
padding-right:166px;
float:right;
}

#supportText2{
font-size:9px;

float:left;
}

#textBox{
float:left;
width:230px;
}

#textBox2{
float:right;
width:380px;
}

#supportContainer1{
height:320px;
}

#pictureContainer{
width:700px;
height:180px;
}

#box1{
float:left;
width:200px;
}

#box2{
float:left;
width:200px;
}

#box3{
float:left;
width:250px;
}

#curious_1{
width:320px;
height:315px;
float:left;
}

#curious_box_1{
width:100px;
height:200px;
float:right;

}

#curious_2{
width:360px;
height:315px;
float:right;
}

#curious_3{
width:700px;
height:300px;

}
