html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#000000;
	font:#ffffff;
}
img {
	border: 0;
}
a { 
	font-weight: bold;
	text-decoration: none;
		color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
.more {
	text-align: right;
	color: #679a34;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 11px verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
}

h4{
	font: 18px arial, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
}


#header {
	height: 99px;
	position: absolute;
	width: 998px;
	background: url(images/marcusevans-logo.gif) no-repeat;
	background-position:right top;
	background-repeat:no-repeat;
}
#header h1 {
	margin-top: 0px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 160px;
	font: 11px verdana, arial, sans-serif;
		color: #ffffff;
}



#body {width: 1000px;
	padding-top: 2em;
	text-align: justify;
}



#AD-left {
	float: left;
	width: 485px;
	background-image:url(images/jobs-right.jpg) ;
	padding: 5px;
	height:225px;
	background-position:left top;
	background-repeat:no-repeat;
}
#AD-left h1
    {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
    color: #FFFFFF;
    padding: 0px 0px 30px 0px;
	line-height:90px;
	
}
#AD-left a { 
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#AD-left a:hover{ 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#AD-right {
	float: right;
	width: 485px;
	background-image:url(images/jobs-left.jpg) ;
	padding: 5px;
	height:225px;
	background-position:left top;

}
#AD-right h1
    {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
    color: #FFFFFF;
    padding: 0px 0px 30px 0px;
	line-height:90px;
	
}
#AD-right a { 
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#AD-right a:hover{ 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#body-left {
	float: left;
	width: 650px;
	text-align:justify;
	padding: 5px;
	background-color:#000000;
}
#body-left h1{
	font:Verdana, Geneva, sans-serif #FFF;
	font-size:16px;
}
#body-right {
	float: right;
	width: 310px;
	
	padding: 5px;
	color:#FFFFFF;
}



#footer {
	color: #FFFFFF;
	background: #000000 url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;

}
#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}






.indentmenu{
font: bold 11px verdana;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
padding-top:98px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 1000px;
border: 0px solid #b1b1b1; /*dark purple border*/
border-width: 0px 0;
background:  url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 13px 30px;
text-decoration: none;
border-right: 0px solid #b1b1b1; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ffffff;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #ffffff; !important; /*text color of selected and active item*/
padding-top: 13px; /*shift text down 1px for selected and active item*/
padding-bottom: 13px; /*shift text down 1px for selected and active item*/
background:  url(images/indentbg2.gif) center center repeat-x;
}



