/* -- GENERAL REDECLARATIONS -- */


/*
green 	#7EA741
blue	#364547
grey	#657875
*/


html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #364547 url("../images/bg.jpg") repeat-x;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/1.6 Arial, Verdana, Helvetica, sans-serif;color: #333}

a				{outline: none;}
a:link,
a:visited 		{color:#7EA741; text-decoration:none;}
a:hover,
a:active 		{color:#657875; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
/*dl 					{margin:0 0 10px;}*/
dt 					{font-weight:bold;}
/*dd					{margin:0 0 3px 10px;}*/
p 					{margin:0 0 15px;}
h1 					{font-size:22px; margin:0 0 12px;color: #657875; font-family: "Lucida Grande",Arial,sans-serif;letter-spacing: -1px}
h2 					{font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}
ol.alpha {list-style-type: lower-alpha;}

#preload {position: absolute;text-indent: -9000px;top: -9000px;left: -9000px;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
p.highlight-box {
	width: 370px;
	text-align:center; 
	font-weight: bold;
	background: #ccc; 
	padding: 15px;
	border: 1px dotted #364547;
	margin-top: 15px;
}

/* Standard Layout */

#wrapper {
	position: relative;
	background: transparent;
	width: 716px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	position: relative;
	background: transparent;
	padding: 0px;
	width: 716px;
	height: 118px;
}

#header #contact-top {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 336px;
	height: 38px;
	background: url("../images/contact-top.jpg") no-repeat 0 0;
}

#header #contact-top a {
	display: block;
	width: 336px;
	height: 38px;
	text-indent: -9000px;
}

#header h1 {margin: 0px;}

#header h1 a {
	display: block;
	width: 252px;
	height: 109px;
	text-indent: -9000px;
	background: url("../images/logo.jpg") no-repeat 25px 20px;
}

#content {
	position: relative;
	margin: 0;
	width: 708px;
	padding: 0 4px 0 4px;
	height:auto;
	background: transparent url("../images/content-bg.png") repeat-y;
}

#content-top {
	margin-left: -4px;
	width: 712px;
	height: 210px;
	padding-top: 4px;
	padding-right: 4px;
	background: url("../images/content-top.jpg") no-repeat 0 0;
}

#content-top h2 {
	margin: 0px;
	float: right;
	text-indent: -9000px;
	width: 408px;
	height: 210px;
	background: url("../images/slogan.jpg") no-repeat 0 0;
}

#content-main {
	position: relative;
	width: 400px;
	height: 100%;
	padding: 20px;
}

#page-vehicles #content-main,
#page-other #content-main {
	width: 665px;
}

#page-vehicles #content-main hr,
#page-other #content-main hr {
	width: 400px;
	clear: both;
}

#page-other p {
	width: 400px;
}

#content-side {
	float:right;
	width: 216px;
	padding: 65px 20px 25px 20px;
	background: transparent;
	height:100%;
}

#footer {
	clear:both;
	width: 716px;
	height: 70px;
	background: transparent url("../images/footer.png") no-repeat;
	text-align: center;
}

#footer a {
	float: right;
	text-indent: -9000px;
	margin-top: 20px;
	width: 255px;
	height: 40px;
}



/*-- TABLE STYLING --*/

table {
	width: 100%;
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px dotted #7EA741;
}

td.bold, th {
	font-weight: bold;
	border-bottom: 1px dotted #7EA741;
}

/* ----------------------------------------------- 
		FORM STYLING
----------------------------------------------- */

/*
green 	#7EA741
blue	#364547
grey	#657875
*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form .hidden {
  text-indent: -9000px;
  display: none;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

label, input, textarea, select, .radiolabel {
	display:inline;
	float:left;
  	width:200px;
	margin-bottom: 0px;
	padding: 2px;
}

textarea {
	width: 250px;
}

select {width: auto;}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
  margin: 3px 3px 0 0px;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

label.longlabel {
	width:120px;
}

label.radiolabel {
	width: auto;
	margin-right: 10px;
}

label.error {color:#FF0000;}
form span {color: #FF0000;}

input, textarea {
	border: 1px solid #657875;
	margin: 0px;
}

input:hover, textarea:hover {
  	border: 1px solid #7EA741;
}


input.button {
	color: #fff;
	font-weight: bold;
	width:auto;
	height: 28px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
    padding: 2px 10px 3px 10px;
	background: #657875;
	border: 0px;
}

input.button:hover {
	background: #7EA741;
	border: 0px;
}

input.inline {float: left; margin-top: -20px;margin-left: 20px}

input.noborder {border: none;} 

input.radio {
	width: 20px;
	/*margin-left: 100px;*/
	border: 0;
}

input.longinput {width: 300px;}
input.shortinput {width: 100px;}
input.extrashortinput {width: 50px;}

form span.inline {float: left;display: inline; color: #000;margin: 0 5px 0 5px;}

 /*
green 	#7EA741
blue	#364547
grey	#657875
*/

/* ----------------------------------------------- 
	DOCUMENT LISTS
----------------------------------------------- */

dl {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

dt {
	font-weight: bold;
   	clear:left;
  	width:100px;
  	/*height: 100%;*/
   	float:left;
   	text-align:left;
   	display: block;
  	margin: 0px;
  	padding-bottom: 10px;
  	padding-right: 10px;
}

dd {
	border: 1px solid #fff;
	margin: 0px;
	width: 400px;
	height:auto;
	text-align: left;
}

dt label {width: auto;padding-right: 10px;margin:0px;text-align: left;float:left;}
dd input, dd textarea {margin: 0px;margin-right: 10px;}
dd input.radio {margin-right: 0px;}
dd input.button {margin: 10px 10px 0px 0px;}


/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

