/* CSS Document */

h1, h2, h3, h4, h5 {
	color:#0078c1;
	font-weight:normal;
}

h1{
	font-size:18pt;
}

h2{
	font-size:16pt;
}

h3{
	font-size:14pt;
}

body{
	font-size:10pt;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}

#siteWrap{
	width:900px;
}

nav#megaMenu{
	display:none;
}

carousel{
	min-height:150px;
	
	/* drop shadow */
	-webkit-box-shadow: 0 #ffffff;
	-moz-box-shadow: 0 #ffffff;
	box-shadow: 0 #ffffff;
}

#slideWrapper{
	min-height:150px;
	margin:0;
	padding:0;
	
	-webkit-box-shadow: 0 #ffffff;
	-moz-box-shadow: 0 #ffffff;
	box-shadow: 0 #ffffff;
}

#slidesContainer {
	min-height:150px;
	
	/* drop shadow */
	-webkit-box-shadow: 0 #ffffff;
	-moz-box-shadow: 0 #ffffff;
	box-shadow: 0 #ffffff;
}

#slidesContainer .highlight {
	width:900px; /* reduce by 20 pixels to avoid horizontal scroll */
	min-height:150px;
}

#followLink{
	display:none;
}

#slideButtons{
	display:none;
}

#textFormatS1, #textFormatS2, #textFormatS3, #textFormatS4, #textFormatS5, #textFormatS6{
	background-image:none;
	margin:0;
	padding:0;
}

#slideTwo, #slideThree, #slideFour, #slideFive, #slideSix{
	display:none;
}

#textFormatS2, #textFormatS3, #textFormatS4, #textFormatS5, #textFormatS6{
	display:none;
}


#boxHolder{
	display:none;
}

#colOneImg{
	display:none;	
}

#colTwoImg{
	display:none;
}

#pubCarousel{
	margin:0;
	padding:0;
}

#colThree{
	display:none;
}

aside{
	display:none;
}

#announcements{
	display:none;
}

#announcementsHome{
	display:none;
}



#footer, footer, #social{
	display:none;
}
