/* MAIN
---------------------------------------- */

body {
	margin: 0 0 0 5px;	
	padding: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 1.4;
}

img {
	border: 0;
}

a {
	color: #00a;
}

a:hover {
	text-decoration: none;
}
	
/* CONTENT
---------------------------------------- */
div.contentResearch {
	background: #fff;
	margin-top: 175px;
	left: 250px;
	position: absolute;
	width: 680px;
	z-index: 2;
}
div.contentResearch h1 {
	border-bottom: 1px solid #eaeaea;
	color: #a00;
	clear: both;
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.contentResearch h2 {
	background: url("images/h3bg.gif") repeat 0% 0% #efefef;
	color: #039;
	border-bottom: 1px solid #000000;
	font-size: medium;
	margin: 20px 0 10px 0px;
}

div.contentResearch h3 {	
	color: #039;
	font-size: medium;
	margin: 20px 0 10px 0px;
}

div.contentAd {
	background: #fff;
	margin-top: 175px;
	left: 20px;
	position: absolute;
	width: 740px;
	z-index: 2;
}

div.contentAd h1 {
	border-bottom: 1px solid #eaeaea;
	color: #a00;
	clear: both;
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.contentAd h2 {
	background: url("images/h3bg.gif") repeat 0% 0% #efefef;
	color: #039;
	border-bottom: 1px solid #000000;
	font-size: medium;
	margin: 20px 0 10px 0px;
}

div.contentAd h3 {	
	color: #039;
	font-size: medium;
	margin: 20px 0 10px 0px;
}

div.content {
	background: #fff;
	margin-top: 175px;
	left: 247px;
	position: absolute;
	width: 500px;
	z-index: 2;
}

div.content div.description {
	margin: 10px 0;
}

div.content p.more {
	background: url("images/more.gif") no-repeat 0% 55% transparent;
	padding-left: 15px;
}

div.content p.more_long {
	background: url("images/more.gif") no-repeat 0% 13% transparent;
	padding-left: 15px;
}

div.content .date {
	color: #777; font-size: x-small;
}

div.content img {
	float: right;
	margin: 0 0 15px 15px;
}

div.content h1 {
	border-bottom: 1px solid #eaeaea;
	color: #a00;
	clear: both;
	font-size: 16pt;
	font-weight: normal;
	margin: 0 0 10px 0;
}

div.content h2 {
	background: url("images/h3bg.gif") repeat 0% 0% #efefef;
	color: #039;
	font-size: medium;
	border-bottom: 1px solid #000000;
	margin: 20px 0 10px 0px;
}

div.content h3 {
	color: #074285;
	font-size: small;
	clear: both;
	margin: 10px 0px;
	padding-left: 20px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

div.content h4 {
	clear: both;
	background: url("images/h3bg.gif") repeat 0% 0% #eaeaea;
	color: #a00;
	font-size: medium;
	margin: 10px 0px;
}

div.content h5 {
	color: #a00;
	font-size: 11pt;
	margin: 10px 0;
	border-top: 1px solid #eaeaea;
	padding: 10px 0 0 0;
}

div.content p {
	margin: 10px 0 10px 20px;
}

div.content ol, div.content ul {
	margin-top: 0;
}

div.content li {
	list-style-image: url("images/libullet.gif");
	margin-left: 20px;
	padding-left: 5px;
	text-align: left;
}

div.content ul.article li {
	list-style-image: none;
	list-style-type: disc;
}

td {
	vertical-align: top;
	padding: 5px;
}

div.content td {
	padding: 0;
}

div.content td ul {
	margin: 0;
	padding: 0 0 0 30px;
}

div.content td li {
	padding-left: 5px;
}

li.header {
	font-size:medium;
	font-weight:bold;
	color: #074285;
	margin-top:15px;
}
	
div.content input, div.content textarea, div.content select {
	display: block;
	margin-bottom: 5px;
}

div.content input.submit {
	display:inline;
	margin: 0px 5px 0px 5px;
}

div.content input.phone {
	display:inline;
	margin: 0px 10px 10px 0px;
}

div.content input.inline {
	display:inline;
}
	
input.radio {
	display: block;
	clear: right;
	float: right;
	margin-right: 200px;
}
	
p.posted {
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999;
	text-align: left;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}



/* MAIN MENU
---------------------------------------- */

div.menu {
	font-size: small;
	position: absolute;
	text-align: center;
	margin-top: 121px;
	width: 958px;
	border-left: 1px solid #508fc4;
	border-right: 1px solid #508fc4;
	z-index: 3;
}

div.menu a {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

ul.mainmenu {
	background: #2175BC;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.mainmenu li {
	display: inline;
	padding: 0;
	line-height: 1.5;
	border-left: 1px solid #90BADE;
	margin: 0px;
}

ul.mainmenu a {
	background: transparent;
	padding: 1px 10px;
	margin: 0;
}

ul.mainmenu a:hover {
	text-decoration: underline;
}

ul.submenu {
	background: #d0dfee;
	line-height: 1.5;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #508FC4;
}

ul.submenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.submenu a {
	border-right: 1px solid #508FC4;
	padding: 0 8px;
	margin: 0;
	color: #000;
}

ul.submenu a:hover {
	text-decoration: underline;
}


/* LEFT BOX
---------------------------------------- */

div.leftbox {
	background: #ffffff;
	margin-top: 175px;
	border: 1px solid #508fc4;
	position: absolute;
	width: 225px;
}

div.leftbox h2 {
	background: url("img/sidebarLeft.gif") left bottom repeat-x #0055ce;	
	color: #fff;
	font-size: small;
	padding: 2px 10px;
	margin: 0;
}

div.leftbox img {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px 10px;
}

div.leftbox p {
	margin: 5px 10px 10px 10px;
	padding: 0;
}

div.leftbox p.more {
	background: url("images/libullet.gif") no-repeat 0% 55%;
	padding-left: 15px;
}

div.leftbox p.more_long {
	background: url("images/libullet.gif") no-repeat 0% 5px;
	padding-left: 15px;
}

div.leftbox h3 {
	background: transparent;
	color: #900;
	font-size: small;
	margin: 5px 5px 7px 15px;
	line-height: 1.3;
	padding: 0px;
}

div.leftbox h4 {
	color: #a00;
	font-size: small;
	margin: 10px;
	background: #d0dfee;
	padding: 1px 4px;
}

div.leftbox ul {
	margin: 0px 10px 10px 5px;
	padding: 0px 0px 0px 10px;
}

div.leftbox ul li {
	list-style-image: url("images/libullet.gif");
	margin-left: 15px;
}

div.leftbox ul.blk_bullet {
	margin: 5px 10px 10px 0px;
}

div.leftbox ul.blk_bullet li {
	list-style-image: none;
	list-style-type: disc;
}

div.leftbox blockquote {
	background: #fafafa;
	margin: 0px 4px 10px 4px;
	padding: 4px 0px 4px 10px;
	border: 1px solid #eaeaea;
}

div.leftbox form {
	margin-left: 10px;
}

input.submit {
	background: #fff;
	border: 1px solid #afc9e4;
	margin: 3px 0px 3px 0px;
}

div.leftbox .date {
	color: #777; font-size: x-small;
}

/* RIGHT BOX
---------------------------------------- */

div.rightbox {
	background: #ffffff;
	margin-top: 175px;
	border: 1px solid #ffc25e;
	position: absolute;
	left: 763px;
	width: 200px;
}

div.rightbox p  {
	margin: 5px 10px 10px 10px;
	padding: 0;
}

div.rightbox h2  {
	background: url("img/sidebarRight.gif") left bottom repeat-x #ffc763;
	color: #033786;
	font-size: small;
	padding: 2px 4px;
	margin: 0 0 10px 0;
}

div.rightbox h4 {
	color: #a00;
	font-size: small;
	margin: 10px;
	padding: 1px 4px;
}

div.rightbox p.more {
	background: url("images/more.gif") no-repeat 0% 5px;
	padding-left: 15px;	
}	

div.rightbox ul {
	margin: 0px 10px 10px 5px;
	padding: 0px 0px 0px 10px;
}

div.rightbox ul li {
	list-style-image: url("images/libullet.gif");
	margin-left: 15px;
}

div.rightbox ol {
	margin: 0px 10px 10px 5px;
	padding: 0px 0px 0px 10px;
}

div.rightbox ol li {
	margin-left: 20px;
}

div.rightbox form {
	margin-left: 10px;
}

/* HEADER
---------------------------------------- */

div.header {
	position: absolute;
	width: 958px;
}

div.crumbs {
	font-size: x-small;
	position: absolute;
	margin-top: 5px;
	text-align: left;
	background: url("images/bulletcrumbs.gif") no-repeat 0% 50%;	
	padding-left: 10px;	
}
	
div.headerImage {
	background: url("http://www.hummer4sale.net/imgs/header.gif") no-repeat transparent;
	height: 80px;
	border-top: 1px solid #508fc4;
	border-left: 1px solid #508fc4;
	border-right: 1px solid #508fc4;	
	position: absolute;
	width: 100%;
	margin-top: 45px;
	left: 0;
	cursor: pointer;
}

div.headerMenu {
	font-size: x-small;
	position: absolute;
	margin-top: 5px;
	right: 0;
}

div.tagline {
	position: absolute;
	margin-top: 50px;
	left: 180px;
	font-size: x-small;
	z-index: 10;
}

/* FOOTER
---------------------------------------- */

div.footer {
	margin-top: 15px;
	padding-top: 10px;	
	border-top: 1px solid #ccc;
}

div.footer p {
	text-align: left;
	margin: 5px 0;
}

/* MEDIA SPONSORS
---------------------------------------- */
div.media-sponsors {
	background: #ffffff;
	margin-top: -230px;
	margin-left:540px;
	border: 1px solid #508fc4;
	position: relative;
	padding:0px;
	width: 405px;
}


/* MISC
---------------------------------------- */
.morelikethis { margin: 15px 0; }
.morelikethis h4 { margin-bottom: 0; font-size: 100%; }
.morelikethis ul { margin-top: 0; margin-bottom: 0; }


div.buyingtools {
	background: #ffffff;
	margin-top: 0px;
	border: 1px solid #508fc4;
	position: relative;
	padding:0px;
	width: 520px;
}
div.buyingtools h2  {
	background: url("img/sidebarRight.gif") left bottom repeat-x #ffc763;
	color: #033786;
	font-size: small;
	padding:0px;
	margin:0px;
}
.section {border:2px #6698CB solid; width:100%; margin-bottom:15px; top:1100px; position: relative;}
.cols
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#splash_getStarted {margin:0;width:100%;}
	#splash_getStarted h4{color:#003399; font-size:110%; margin:0; padding:0;}
	#splash_getStarted .cols td {background-color:#ffffff; width:24%; padding:5px; font-size:90%;}
	#splash_getStarted .cols, #splash_getStarted .cols td {border:1px solid #003399;}
	#splash_getStarted span {color:#CC0000; font-weight:bold;}
	#splash_getStarted span a {font-weight:normal;}