body{
/* color: #FF9900;*/
 color: #EAAC21;
 margin: auto;
 background-color: white;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pageHeader{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

table.mainLayout{
	width: 720px;
	border: none;
	background-color: #004681;
	margin: auto;
	table-layout:fixed;
}

.smallcaps{
	text-transform:uppercase;
	font-size:0.75em;
}

#mainContent{
	vertical-align: top;
	background-color: white; 
	font-size: 12px;
	color: black;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	clear: left;
	line-height: 17px;
	border-right: 1px solid #004681;
}

#sideMenu{
	width: 160px;
	background-color: white;
	background-image: url(/images/side-fade.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
	vertical-align: top;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #EAAC21;
}

#sideMenu p{
	margin: 0px;
}

#sideMenu .label{
	margin-top: 1em;
	font-weight: bold;
}

#sideMenu .phonenumbers{
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sideMenu .othercontact{
	
}

#sideMenu a{
	color: #EAAC21;
}

#sideMenu a:hover{
	color: #EAAC21;
}

/* MAIN MENU STYLES */

#mainMenu, #bottomMenu{
	background-color: white;
	background-color: #004681;
	color: white;
	border-bottom: 1px solid #004681;
	font:11px Arial, Helvetica, sans-serif;
}

#mainMenu{
	width: 560px;
	padding-left: 25px;
}

#bottomMenu{
	width: 560px;
	padding-left: 25px;
	text-align:center;
}

#mainMenu ul li a, #bottomMenu ul li a{
	font-weight:bold;
	text-decoration: none;
	color: white;
}


#mainMenu ul li a:hover, #bottomMenu ul li a:hover{
	text-decoration: none;
	color: white;
	background-color: #2268a3;
}

#mainMenu ul li a.inspectionLink,#bottomMenu ul li a.inspectionLink{
	color: #EAAC21;
}

#mainMenu ul, #bottomMenu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

#mainMenu li, #bottomMenu li {
	float: left;
	position: relative;
	padding-right: 1ex;
	padding-bottom: 0px;
	padding-top: 0px;
	z-index: 2;
}

#mainMenu li ul {
  display: none;
  position: absolute; 
  top: 14px;				/*offset the submenu hangs by*/
  left: 0;
  border-left: 2px solid #112462;/*#004681;*/
  border-right: 2px solid #112462;
  border-bottom: 3px solid #112462;
  background-color: #004681;
  z-index: 3;
/*  padding-bottom: 5px;*/
}

#mainMenu li > ul {
	top: 14px;
	left: 0px;
	z-index:1;
}

#mainMenu li:hover ul, #mainMenu li.over ul{
	display: block;
	font-weight: normal;
}

#subMenu li{
	width: inherit;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	float: none;
	font-weight: normal;
	border-top: 1px solid #060666;
}

#subMenu{
/*	font-weight: normal;*/
}

#subMenu a, #mainMenu ul li ul li a{
	position: relative;
	display: block;
	text-decoration: none;
	color: white;
/*	font-weight: normal;*/
	background-color: #004681;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

* html #subMenu li a{
	width: 100%;
/*	font-weight: normal;*/
}

#subMenu li a:hover{
	text-decoration: none;
	color: white;
/*	font-weight: normal;*/
	background-color: #004681;
}

/* FORM STYLES */

.formList{
	list-style-type:none;
	font-size: 11px;
	margin-left: 0px;
	padding-left: 0px;
}

.formList div.formHeading{
	padding-left: 3px;
	color: white;
	background-color:#004681;
	border-bottom: 1px solid white;
	position: relative;
}

.formList div.formHeading .hideLink{
	position: absolute;
	text-align: right;
	right: 0px;
}

* html .formList div.formHeading .hideLink{
	padding-right: 5ex;
}

.formList div.formHeading a{
	color: white;
}

.formElements{
	margin-left: 1em;
	margin-bottom: 1ex;
	margin-top: 1ex;
}

.formElements td{
	padding-bottom: 2px;
}

/* GETON FOOTER STUFF */

.getonTag{
	font-size: 10px;
}

.getonTag a{
	color: #EAAC21;
	text-decoration: none;
}


/* SITEMAP STYLES */

#sitemap{
	list-style: none;
}

#sitemap li a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#sitemap li ul{
	list-style: none;
	margin-bottom: 9px;
}

#sitemap li ul li a{
	font-weight: normal;
	text-decoration: underline;
}

.slogan{
	border-bottom: 1px solid #004681;
	text-align: center;
	color: #EAAC21;
	font-weight: bold;
	background-color:  #004681;
	font-style: italic;
}

.slogan2{
	border-bottom: 1px solid #004681;
	text-align: center;
	color: #004681;
	font-weight: bold;
	background-color: #EAAC21;
	border-bottom: 2px solid white;
	font-style: italic;
}

.required{
	font-weight: bold;
}

.imageRight{
	float: right;
	clear: left;
	margin-left: 5px;
}

.imageLeft{
	float: left;
	clear: right;
	margin-right: 5px;
}