/*Layout classes and ids
Pam Joseph - 04/29/2007*/

body { 
	margin: 0;
	padding: 0;
	text-align: center; /*Layout center fix for IE 5.x */ 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

p, h1, h2, h3, h4, h5, h6, td, div, ol, ul, dl { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/

}

/*The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
 #pagewrapper {
	position:relative;
	width:800px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding:0;
	
	
}

#headerhome, #headerapply, #headerquicklinks, #headercontactus, #headersearch, #headersearchboxcontainer, #headersearchbox, #headershadowrule,#header2menus,#headermenuleft {
	display: none;   	
}
#headerlogo {
	float:left;
	display: block;
} 

#headermenu1, #headermenu2, #headermenu3, #headermenu4, #headermenu5, #headermenu6, #headermenu7, #headermenu8, #headermenuright, #headermaroonrule,#headeralert{
	display: none;  

}

#deptheaderimagecontainer, #depttopsmallimage,#depttoplargeimage,#depttopnav{
	display: none; 	
}




#contentcontainer {
	overflow: visible;
	
}

#contentcolumn1container, #contentcolumn3container{
	 /*display:none;*/
	 float:left;
}
#contentcolumn2container {
	float:left;
	padding: 3px 15px 10px 20px;
}

#deptrelatedlinks,#deptrelatedimage,#relatedimageframe,#relatedimage,#relatedimagetext,#deptcontactblock,#deptbreadcrumbs{
	display:none;
}

#deptpagetitle{
	/*width: 468px;*/
	font-size: 2em;
	color: #990033;	
	padding-bottom: 8px;	
}
/*ANY CHANGES TO SIZES - YOU MUST UPDATE THIS WIDTH */
#deptmaincontent{
	display:block;
	text-align:left;
	width: 90%;
	height: auto;
	overflow:visible;
	
}

#depttestimonial,#testimonialimageframe,#testimonialimage,#testimonialimagetext {
	display:none;
}
#FWTableContainer537332407,#MMMenuContainer0420152530_0,#MMMenuContainer0419232546_0, #MMMenuContainer0423111319_1,#MMMenuContainer0423115757_2,#MMMenuContainer0423124847_3,#MMMenuContainer0423130657_4,#MMMenu0420152530_0,#MMMenu0420152530_0,#MMMenuContainer0423131313_5,#MMMenuContainer0423133859_6,#MMMenuContainer0423135131_7{
	display:none;
}
/*pmj 09092007 added for new XML Menus */
div#red-menu,div#gold-menu,div#footercontainer {
	display:none;
}

#footercontainer {
	height: 50px;
	border-top-style:solid;
	border-top-color:  #CCCCCC;
	border-top-width: thin;	
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	line-height: 0.9em;
}

#footerleft{
	position:  relative;
	float:left;
	width:166px;
}
#footercenter{
	position:  relative;
	float:left;
	width: 476px;
	
	text-align: center;
}

#footerright{
	position:  relative;
	float:right;
	width: 141px;
}


