/* CSS Document */
body {
	font: 11px/12px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: top;
	
}

a:link, a:visited {
	color: #FFCC00;
	text-decoration: none;	
}

a:hover, a:active {
	color: #FFCC00;
	text-decoration: underline;	
}

a:visited:hover {
	color: #FFCC00;
	text-decoration: underline;	
}

a:visited:active {
	color: #FFCC00;
	text-decoration: underline;	
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 1em;
}

td {
	vertical-align: top;
	text-align: left;
}

.leftNav {
	background-color: #735B42;
}

.mainContent {
	background-color: #476469;
}

.header {	
	width: 100%;
	height: 102px;
	background-repeat:no-repeat;
	background-image:url(images/gutter_bg_top.gif);
}

#tagLine {
	margin-top: 18px;
	margin-left: 233px;
}

#navBar {
	margin-top: 44px;
	width: 100%;
	height: 21px;
}

.lowerInnerLight {
	width: 100%;
	background-color: #7A8F93;
	background-repeat:repeat-y;
	background-image:url(images/gutter_bg_bottom.gif);
}

.lowerInnerMedLight {
	width: 100%;
	background-color: #476469;
	background-repeat:repeat-y;
	background-image:url(images/about_gutter_bg_bottom.gif);
}

.lowerTextGrey {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font: 11px/12px Verdana, Geneva, sans-serif;	
	color: #333333;
}

.lowerTextWhite {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 25px;	
	padding-right: 25px;
	font: 11px/12px Verdana, Geneva, sans-serif;	
}

.leftNavText {
	font: 10px/11px Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 15px;
}

.lowerInnerMedium {
	width: 100%;
	background-color: #557075;
	background-repeat:repeat-y;
	background-image:url(images/candidate_gutter_bg_bottom.gif);
}

#candidateBottomMargin {
	height: 125px;
}

#aboutBottomMargin {
	height: 75px;
}

.blackHdr {
	color: #000000;
	font: 12px/13px Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.orangeSubHdr {
	color: #FF9900;
}

.yellowText {
	color: #FFCC00;
}

.lowerInnerDark {
	width: 100%;
	background-color: #334340;
	background-repeat:repeat-y;
	background-image:url(images/employer_gutter_bg_bottom.gif);
}

ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	}

ul li {
	background-image: url(images/white_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
	padding-bottom: 0px;
	font: 11px/12px Verdana, Geneva, sans-serif;
} 
