body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #04232e;
	background-color: #b8b45a;
	background-image: url("bodybg.gif");

}

#Header {
	height: 167px;
	background-color: #00202b;
	background-image: url("headerbg.gif");
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

#Logo {
	height: 167px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}



#JobSelect {
	height: 30px;
	width: 475px;
	text-align:left;
	background-image: url("jobselectbg.gif");
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	padding: 7px 0px 0px 0px;
	color: #75711e;
}

#JobSelect Select {
	line-height:10px;
	padding: 0px;
	margin-left: 5px;
	color: #444444;
	font-size: 10px;
}

#MainNavContainer {
}

#MainNav {
	height: 10px;
	background-image: url("mainbar.gif");
	background-repeat:repeat;
	clear:both;
}

#BodyWrapper {
	background-image: url("bodywrapperbg.gif");
	background-repeat:repeat-x;
	width: 100%;
	clear:both;
}

#Borders {
/* encloses main content container and sets overall content width */
	margin: 0px auto 0px auto;
	border-top: solid 2px #a9afb1;
	padding: 0px 8px 0px 8px;
	background-image: url("bordersbg.gif");

}

#Container {
	text-align: left;
	background-color: #ffffff;
}

/*Begin Menu Styles  */
#Menu {
	padding: 10px 0px 20px 10px;
}

#Menu ul {	
	padding:0px;
	margin:0px;
}

#Menu li {
	margin:0px 0px 1px 0px;
	display:block;
	width: 100%;
	list-style: none;
	background-image: url("menubullet.gif");
	background-position:center left;
	background-repeat:no-repeat;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#Menu li a {
	color: #660000;
	display:block;
	text-decoration:none;
	padding: 4px 0px 4px 10px;	
	background-image: url("menubullet.gif");
	background-position:center left;
	background-repeat:no-repeat;


}

#Menu li a:hover {
	background-color: #ebead1;	
}

/*End Menu Styles */

/*Start Body Styles */
#BodyContent {
	padding: 20px 10px 20px 10px;
	width: 620px;
}
#BodyContent td {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
}

#BodyContent a {
	color: #a7a452;
}

#BodyContent a:hover {
	color: #660000;
	background-color: #ebead1;
}

#BodyContent h1 {
	color: #364950;
	border: dashed 1px #a7a542;
	border-right:none;
	border-left:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 24px;
	padding: 6px 0px 6px 0px;
	margin: 5px 0px 5px 0px;
	text-align:left;
}

#BodyContent h2 {
	color: #3a4f57;
	width: 575px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	border-left: solid 5px #660000;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 3px 0px;
}

#BodyContent blockquote {
	width: 75%;
	color: #113311;
	background-color: #ebead1;
	border: dashed 1px #a7a542;
	border-right:none;
	border-left:none;
	padding: 10px;
	font-style:italic;
}

/*End Body Styles */




/* Begin Job Listing Styles */
#Jobs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #04232e;
}

#Jobs select {
	font-size:11px;
}

#Jobs a {
	color: #04232e;
}

#Jobs a:hover {
	background-color: transparent;
	color:#660000;
}

#Jobs th{
		/* border-top: dashed 1px #648C29;
		border-bottom: dashed 1px #648C29; */
		text-align:left;
		padding: 5px 0px 3px 3px;
		background-color: #3a4f57;
		font-size:12px;
		color: #ffffff;
}

.cell {
	padding: 5px 5px 5px 5px;
	border-top: solid 5px #ffffff;
	font-size: 11px;
}

.cell a {    /* to add mouse-over in case JS fails */
	display:block;
	width:100%;
	text-decoration:none;
}
.cell a:hover {
	text-decoration: underline;
}

.cell-on {
	background-color: #ececec;
	vertical-align:top;
	text-decoration: none;
}

.cell-on:hover {
	background-color: #ebead1;
}

.cell-off {
	background-color: #ffffff;
	vertical-align:top;
}

.cell-off:hover {
	background-color: #ebead1;
}

/* End Job Listing Styles */



/*Begin BottomNav Styles */
#BottomNav
{
	width: 740px;
	border-top: dashed 1px #b8b45a;
	text-align:center;
}

#BottomNav ul {	
	padding: 5px 10px 10px 10px;
	margin:0px;
}

#BottomNav li {
	margin:0px 5px 0px 5px;
	display:inline;
	list-style: none;
	line-height: 170%;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #444444;


}

#BottomNav li a {
	color:#04232e;
	text-decoration:none;
}

#BottomNav li a:hover {
	color: #660000;
	background-color: #a7a542;
	text-decoration:underline;
}
/* End BottomNav styles */

/* Begin Footer Styles (contact info) */
#Footer {
	margin: 0px auto 0px auto;
	clear:both;
	width: 796px;
	background-color: #04232e;
	padding: 20px 0px 20px 0px;
}
#Footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #677a80;

}




/* End Footer Styles */

