body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #1f1209;
	background-color: #523e26;
}

#Header {
	height: 167px;
	background-color: #5792a8;
	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-position: top right;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	padding: 7px 0px 0px 0px;
}

#JobSelect Select {
	line-height:10px;
	padding: 0px;
	margin-left: 5px;
	color:#444444;
	font-size: 10px;
}

#MainNavContainer {
}

#MainNav {
	height: 21px;
	background-image: url("mainbar.jpg");
	background-repeat:repeat;
	clear:both;
}

#BodyWrapper {
	background-image: url("bodywrapperbg.gif");
	background-repeat:repeat-x;
	background-color: #523e26;
	width: 100%;
	clear:both;
}

#Borders {
/* encloses main content container and sets overall content width */
	margin: 0px auto 0px auto;
	border: 3px;
	border-top: 0px;
	border-color:#1f1209;
	background-color:#1f1209;
	border-style: solid;
	padding: 0px 1px 1px 1px;
}

#Container {
	margin: 0px;
	text-align: left;
	background-color: #e3e5cd;
	background-image: url("containerbg.jpg");
	background-repeat:no-repeat;
	background-position:top;
	border: 1px solid #c0c0bc;
	border-top: 0px;
}

/*Begin Menu Styles  */
#Menu {
	padding: 20px 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: 12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:1px;
}

#Menu li a {
	color: #4c1d17;
	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:#c8b58d;	
}

/*End Menu Styles */

/*Start Body Styles */
#BodyContent {
	padding: 20px 10px 20px 10px;
	width: 620px;
	font-size: 11px;
}
#BodyContent td {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
}

#BodyContent a {
	color: #7b2e25;
}

#BodyContent a:hover {
	color:#7b2e25;
	background-color: #c8b58d;
}

#BodyContent h1 {
	color: #4c1d17;
	border: dashed 1px #817251;
	border-right:none;
	border-left:none;
	font-family:"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: #a23a30;
	width: 575px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	border-left: solid 5px #4c1d17;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 3px 0px;
}

#BodyContent blockquote {
	width: 75%;
	color: #4c1d17;
	background-color: #c8b58d;
	border: dashed 1px #4c1d17;
	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: #1f1209;
}

#Jobs select {
	font-size:11px;
}

#Jobs a {
	color: #4c1d17;
}

#Jobs a:hover {
	background-color: transparent;
	color: #4c1d17;
}

#Jobs th{
		border-top: dashed 1px #817251;
		border-bottom: dashed 1px #817251;
		text-align:left;
		padding: 5px 0px 3px 3px;
		background-color: #c8b58d;
		font-size:12px;
}

.cell {
	padding: 5px 5px 5px 5px;
	border-top: solid 5px #e3e5cd;
	font-size: 11px;
}

.cell a {    /* to add mouse-over in case JS fails */
	display:block;
	width:100%;
}

.cell-on {
	background-color: #dedbc0;
	vertical-align:top;
}

.cell-on:hover {
	background-color:#d3c8a7;
}

.cell-off {
	vertical-align:top;
}

.cell-off:hover {
	background-color:#d3c8a7;
}


/* End Job Listing Styles */



/*Begin BottomNav Styles */
#BottomNav
{
	width: 740px;
	border-top: dashed 1px #817251;
	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: #1f1209;


}

#BottomNav li a {
	color:#1f1209;
	text-decoration:none;
}

#BottomNav li a:hover {
	background-color:#c8b58d;
	color:#4c1d17;
	text-decoration:underline;
}
/* End BottomNav styles */

/* Begin Footer Styles (contact info) */
#Footer {
	margin: 5px 0px 20px 0px;
	clear:both;
}
#Footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1f1209;

}




/* End Footer Styles */

