@charset "UTF-8";
html, body {
	background: #000000 url(../images/bckgd.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0;
	font: 14px Arial, Helvetica, sans-serif;
	min-height: 100%;
	margin-bottom: 1px;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #da0812;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}
#wrapper {
	margin: 0px auto;
	width: 880px;
	height: 100%;
}
#header {
	height: 100px;
	background: url(../images/header.png) no-repeat;
	float: left;
	width: 880px;
}
#header_tagline {
	float: right;
	width: 500px;
	margin-right: 25px;
	font-size: 11px;
	margin-top: 15px;
	color: #FFFFFF;
}
#header_tagline h4 {
	color: #FF0000;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
#dd_menu {
	background: url(../images/navbar.png) no-repeat;
	float: left;
	width: 830px;
	padding-left: 45px;
	height: 48px;
}
#dd_menu  ul {
	font-size: 12px;
	margin-top: 12px;
}
#dd_menu   li  {
	display: inline;
	height: 28px;
	float: left;
	border-right: 2px groove #5E0707;
	padding: 0px 4px;
}
#dd_menu ul li img {
	margin: 4px 0px 0px;
}
#dd_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	display: inline;
	text-align: left;
	vertical-align: top;
	padding: 7px 5px 5px;
}
#dd_menu li a:hover {
	color: #999999;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	z-index:100;
	background-color: #C00710;
	visibility: hidden;
}
.dropmenudiv a{
	display: block; /*THEME CHANGE HERE*/
	padding: 4px 8px 4px 4px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	min-width: 100px;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
	background: #FFFFFF;
}
#dd_menu  .active_menu  a {
	color: #FF0000;
	text-decoration: none;
}
#main_content {
	background: url(../images/content_bckgd.png) no-repeat;
	min-height: 272px;
	width: 780px;
	padding-left: 50px;
	padding-right: 50px;
}
#content {
	float: left;
	width: 520px;
	margin-top: 8px;
}
.clear {
	height: 10px;
	clear: both;
}
#jobapp {
	background: #FFF;
	clear: both;
	margin-top: 10px;
	padding: 10px;
	float: none;
}
#left_half {
	float: left;
	width: 520px;
}
#right_half {
	float: right;
	width: 235px;
}
.content_top {
	width: 520px;
	background: url(../images/content_box_top.png) no-repeat left bottom;
	float: left;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
.content_mid {
	width: 480px;
	float: left;
	min-height: 400px;
	background: url(../images/content_box_mid.png) repeat-y 0px 5px;
	padding: 10px 20px;
	clear: left;
}
.content_bottom {
	float: left;
	height: 8px;
	width: 520px;
	background: url(../images/content_box_bottom.png) no-repeat;
}
.content_mid  p {
	margin-bottom: 10px;
	font-size: 12px;
}
.content_mid_red {
	width: 504px;
	float: left;
	background: url(../images/content_box_mid.png) repeat-y;
	padding: 0px 8px;
	height: 135px;
}
.content_mid ul {
	font-size: 12px;
}
.content_mid li {
	list-style: disc inside;
	margin-left: 10px;
	padding: 0px;
	margin-top: 5px;
}
#css_logo {
	background: url(../images/css_logo.png) no-repeat;
	height: 134px;
	width: 202px;
	margin-right: 20px;
	margin-top: 0px;
}
.menus {
	margin-top: 8px;
	clear: both;
}
.menu_top {
	height: 8px;
	width: 235px;
	background: url(../images/menu_top.png) no-repeat left bottom;
	clear: right;
	float: right;
}
.menu_mid {
	background: url(../images/menu_mid.png) repeat-y;
	padding: 5px 15px 10px;
	text-align: center;
	overflow: hidden;
	width: 205px;
	clear: right;
	float: right;
}
.menu_mid   p   {
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: none;
}
.menu_mid a {
	color: #C00710;
	text-decoration: none;
}
.menu_mid a:hover {
	color: #999999;
	text-decoration: none;
}
.menu_bottom {
	background: url(../images/menu_bottom.png) no-repeat;
	height: 8px;
	width: 235px;
	clear: right;
}
#footer_tagline {
	color: #C00710;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	padding: 15px;
	width: 850px;
	float: left;
}
#footer {
	height: 75px;
	width: 880px;
	background: url(../images/footer.jpg) no-repeat;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
}
#footer a {
	color: #FFF;
}
#crumbs {
	color:#FFFFFF;
	font-size: 10px;
}
#crumbs ul li{
	display:inline;
	padding: 0 3px 0 0;
	margin: 3px 0 0 0;
	list-style: none;
}
#crumbs ul{
   list-style-type: none;
   padding-left: 1em;
}
#crumbs a {
	text-decoration: none;
	color:#FFFFFF;
}
.helv12red {
	color: #FF0000;
}
.error {
	clear:both;
	color:red;
	display: block;
	font-weight: bold;
}
.formfield {
	border: 1px solid #da0812;
	width: 350px;
	padding:3px;
}
.email_button {
	background: url(../images/email_button.jpg) no-repeat;
	height: 40px;
	width: 40px;
	border: none;
	cursor: pointer;
}
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 175px;
	height:175px;
	margin: 0px auto;
}
.thumbs {
	position:absolute;
	width:20000em;
	clear:both;
	left: 0px;
	top: 0px;
}
.thumbs div {
	float:left;
	width:175px;
	height:175px;
	cursor:pointer;
}
.plan {
	border: thin solid #da0812;
	padding: 5px;
	margin-bottom: 10px;
}
.service span.number {
	float: left;
	color: #FFF;
	background: #F00;
	padding: 2px 5px;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	margin-right: 5px;
}
.service h4 {
	border-top: 2px solid #F00;
	padding-top: 5px;
}
.service_list {
	margin-bottom: 10px;
}
.service_list li {
	background: url(../images/2dots.gif) no-repeat 0px 1px;
	padding-left: 10px;
	border-style: none;
	list-style: url(http://mercuryfuel.com/css/none) none;
	padding-bottom: 5px;
	padding-top: 0px;
}
#joblistings {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #F00;
}
.jobapp {
	font-size:10px;
}
.jobapp input, .jobapp textarea {
	border: 1px solid #da0812;
	padding:3px;
}
.jobs_includes p {
	padding:10px;
	font-size:12px;
}
#signup {padding-top:50px;
}