* { margin:0; padding:0;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFCF00;
	background-image: url(images/yellowbg.jpg);
	background-repeat: repeat-x;
}
.noborders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFCC00;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFCD00;
}

.oneColFixCtrHdr #mainContent_aboutus {
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
#slides {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(slides/bg.jpg);
	background-repeat: repeat-x;
	margin-right: 9px;
	margin-left: 9px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#application p {
	font-size: .7em;
}
#application div {
	margin-bottom: 5px;
	margin-top: 5px;
}
#application .formbrds td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.formbrds {
	border: 1px solid #474747;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}


h1 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#application h1 {
	font-size: 0.9em;
	text-align: left;
	margin-left: 20px;
}
#application h2 {
	font-size: .8em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.botbrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}




	
.contbg {
	background-color: #FFFFFF;
	background-image: url(hrimages/columnsbg.gif);
	background-repeat: repeat-y;
}

.hbuttons a{
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	width: 168px;
	height: 18px;
	float: left;
	display: inline;
	margin-right: 0px;
	background-image:url(hrimages/topnavbg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 8px;
	background-color: #747474;
	text-transform: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #747474;
}



.navbg {
	background-image: url(hrimages/topnavbg.jpg);
	background-repeat: repeat-x;
	background-color: #747474;
}


.hbuttons a:hover{
	background-image:url(hrimages/topnavover.jpg);
	background-color: #5A595E;
	color: #FFFFFF;
}



#menu2 {
	width: 155px;
	margin: 0px;
	margin: 0px;
	font-size: .75em;
	padding: 0px;
	}

	
	#menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}

#menu2 ul li {
	margin: 0px;
	padding: 0px;
} 
	
#menu2 ul li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #5A5A58;
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	height: 20px;
	}
	
#menu2 li a:hover {
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FDF200;
	}

#menu2 h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10px;
	color: #494949;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#footernav{
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: #E7E7E7;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-top-color: #e9e9e9;
}


#footernav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#footernav ul{
	text-indent: 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 10px;
}

#footernav ul li{
	display: inline;
}

#footernav ul li a{
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}

#footernav ul li a:visited{
color: #666666;
} 

#footernav ul li a:hover{
	color: #333333;
}

.footerborder {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #666666;
}
#contactInfo {
	margin-right: 9px;
	margin-left: 9px;
}
.contactboxes {
	padding-left: 20px;
}
.contactboxes p {
	font-size: 0.7em;
	line-height: 1.25em;
}
.contactboxes h1 {
	font-size: 0.9em;
}
.bottombrd {
	background-image: url(images/bottombrd.jpg);
	background-repeat: repeat-x;
	height: 63px;
}
.marginleft {
	margin-left: 20px;
}
.minguaranteed {
	background-image: url(images/30min.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
