@charset "UTF-8";
body  {
	font: 100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
	color: #786949;
}
a {
	color: #0060ff;
	text-decoration: none;
}
a:hover {
	color: #000;
}
#hdrContainer {
	background: url(images/header_bg.png);
	height: 395px;	
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}
#hdrWrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 147px;
	background:url(images/roadBG.png) no-repeat;
	color: #fff;
	padding: 175px 0 0 380px;
	text-align: left;
}
#header #serveList {
	margin: 0;
	margin-top: -10px;
	padding: 0;
	line-height: 1em;
}
#header #serveList li {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 13px;
	color: #fff;
}
#header #serveList .left {
	width: 235px;
}
#header #serveList .mid {
	width: 170px;
}
#header #serveList .right {
	width: 115px;
}

#menubar {
	height: 36px;
	width: 900px;
	margin: 0 auto;
}
#menubar #menulist {
	width: 549px;
	margin: 0 auto;
	padding: 0;
}
#menubar #menulist li {
	height: 16px;
	display: inline;
	float: left;
	list-style-type: none;
	padding: 10px 30px;
	margin: 0;
	background: url(images/menuBG.gif) repeat-x;
	border-left: 1px solid #000;
}
#menubar #menulist .lastLI {
	border-right: 1px solid #000;
}
#menubar #menulist li a {
	margin: 0;
	color: #fff;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif bold;
}
#menubar #menulist li a:hover {
	color: #000;
}
.twoColFixRt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 365px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0;
	margin-top: -14px;
}
.twoColFixRt #sidebar1 #sideImg {
	width: 315px;
	float: right;
	background: url(images/sideImgBG.jpg) no-repeat;
	padding: 220px 10px 10px 10px;
	text-align: center;
}

.twoColFixRt #sidebar1 #aboutSideImg {
	width: 315px;
	float: right;
	background: url(images/AboutUsSideImg.jpg) no-repeat;
	padding: 230px 10px 10px 10px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
}

.twoColFixRt #sidebar1 #vehiclesSideImg {
	width: 315px;
	float: right;
	background: url(images/vehiclesSideImg.jpg) no-repeat;
	padding: 230px 10px 10px 10px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
}

.twoColFixRt #sidebar1 #btnList {
	margin-top: 25px;
}

.twoColFixRt #sidebar1 #btnList li {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0;
}

.twoColFixRt #mainContent { 
	margin: 25px 380px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #595959;
	line-height: 1.5em;
} 

.oneColFix #mainContent {
	width: 900px;
	margin: 20px auto; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #595959;
	line-height: 1.5em;
	text-align: left;
}
.twoColFixRt #mainContent #mcImg {
	background: url(images/mcImgBg.jpg) no-repeat;
	width: 260px;
	padding: 1px 15px 10px 225px;
} 
.headline {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #000;
}
.black { color: #000; }
.headshot {
	float: left;
	margin: 0 15px 0 0;
}
.bio {
	width: 500px;
	float: left;
	margin: 10px 0;
}
.bioName {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -5px;
}
.bioCategory {
	font-size: 1.5em;
	font-weight: bold;
	color: #786949;
	margin-bottom: -15px;
}

#footer {
	font-size: 11px;
	border-top: 1px solid #000;
	background: url(images/footerBG.gif) repeat-x;
	margin: 0;
	padding: 5px 0;
}
.tbox {
	width: 500px;
	border: 1px solid #494949;
	font-size: 1.4em;
	padding: 5px;
	color: #595959;	
}
textarea {
	width: 500px;
	height: 200px;
	border: 1px solid #494949;
	font-size: 1em;
	padding: 5px;
	color: #595959;	
}
#orderForm .tbox, .select {
	width: 350px;
	border: 1px solid #494949;
	font-size: 1.4em;
	padding: 5px;
	color: #595959;	
}
#orderForm textarea {
	width: 350px;
	height: 200px;
	border: 1px solid #494949;
	font-size: 1em;
	padding: 5px;
	color: #595959;	
}
.frmBtn {
	width: 125px;
	font-size: 1.4em;
	color: #595959;
	border: 1px solid #ece5c0;
	background-color: #ece5c0;
	padding: 7px 0;
}
.frmBtn:hover {
	border: 1px solid #000;
	color: #000;
}

.suggestMenu {
	border: 1px solid #999999;
	background-color: white;
	height: 75px;
	overflow:auto;
	display:none;
	width: 360px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	color: #000;
}
.grey { color: #aaa; font-style: italic; }
.suggestItem {
	padding: 2px 5px;
}

