body {
	margin: 0;
	padding: 0;
	color: #192d0c;
	font-family: "Trebuchet MS", trebuchet, verdana;
	font-size: 12px;
	background-color: #101a08;
}

fieldset {
	margin-top: 15px;
}

fieldset legend {
	border: 1px solid black;
	padding: 2px 5px;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	border-left: 1px solid #273d13;
	border-right: 1px solid #693;
}

#header {
	background-image: url(/assets/images/masthead.jpg);
	background-repeat: no-repeat;
	height: 198px;
	position: relative;
}

#brand {
	display: block;
	width: 770px;
	height: 140px;
}
#brand span { display: none; }

#header .button {
	display: block;
	width: 250px;
	height: 40px; /* 54px - 14px padding */
	font-family: "Arial Black", impact, verdana;
	color: white;
	background-image: url(/assets/images/button_background.gif);
	text-decoration: none;
	font-size: 16px; letter-spacing: 1px;
	text-align: center;
	padding: 14px 0 0 0;
	border: 1px solid #fc0;
}
#header .button:hover {
	color: #fc0;
}
#requestprices {
	position: absolute;
	top: 143px;
	left: 213px;
}
#makeoffer {
	position: absolute;
	top: 143px;
	left: 498px;
}

#content-wrapper {
	background-color: white;
	background-image: url(/assets/images/content_background.gif);
	background-repeat: repeat-y;
	width: 770px;
	padding-top: 3px;
}

#leftcol {
	padding-top: 13px; /* To clear the utility links in right col */
	float: left;
	width: 180px;
	padding-bottom: 25px;
	line-height: 18px;
}

#navigation {
	margin-left: 20px;
	width: 145px;
	color: white;
	font-size: 12px;
}
#navigation ul {
	margin: 0 0 15px 0; padding: 0;
}
#navigation li {
	margin: 0; padding: 0;
	list-style-type: none;
}
#navigation .level_1_x li a {
	font-family: "Arial Black", impact, verdana;
	font-weight: normal;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#navigation .level_2_x li a {
	font-family: "Trebuchet MS", trebuchet, verdana;
	color: #78d71c;
	text-decoration: underline;
}
#navigation .level_2_x li a:hover {
	color: #b4ff66;
}
#navigation .level_2_x li a.selected {
	color: white;
	text-decoration: none;
}


/*
#navigation h3 {
	font-family: "Arial Black", impact, verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 0;
	color: white;
}
#navigation a {
	color: #78d71c;
}
#navigation a:hover {
	color: #b4ff66;
}
*/

#leftcol .plug {
	background-image: url(/assets/images/leftcol_plug_background.jpg);
	background-repeat: repeat-y;
	color: white;
	padding: 20px;
	margin-top: 20px;
}

#rightcol {
	float: right;
	width: 535px;
	margin-right: 20px;
	padding-bottom: 25px;
}

#utility-links {
	text-align: right;
	height: 15px;
}

.utility-link {
	text-decoration: none;
	border: 0;
}

h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 21px;
}

#rightcol blockquote {
	color: #999;
	font-size: 21px;
	margin: 26px 0;
	padding: 0 72px;
	text-align: center;
}

#sig {
	padding: 28px 0 15px 217px;
	//background-color: #273d13;
	background-color: #263911;
	background-image: url(/assets/images/sig_background.gif);
	background-repeat: no-repeat;
	clear: both;
	color: white;
	font-size: 10px;
	font-weight: normal;
}

#sig a {
	color: white;
	margin-right: 10px;
}

#fiveq {
	float: right;
	margin-right: 20px;
}

.infotable {
	border-spacing: 10px;
	border-collapse: separate;
	width: 100%;
}

.infotable th {
	background-color: #d5ecbd;
	font-size: 16px;
}

.infotable td {
	vertical-align: top;
	background-color: white;
	background-image: url(/assets/images/section_background.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 10px 20px;
	text-align: center;
}

.section p {
	margin-top: 0;
}

#sitemap {
	margin: 0; padding:0;
}
#sitemap ul {
	margin: 0; padding: 0;
}
#sitemap li {
	padding: 0; margin: 5px 35px;
}
