html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

INPUT {
	BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 2px; FONT-SIZE: 13px; BORDER-LEFT-COLOR: #6F7033; BORDER-BOTTOM-WIDTH: 2px; BORDER-BOTTOM-COLOR: #6F7033; COLOR: #6F7033; BORDER-TOP-COLOR: #6F7033; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f4f8fb; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #6F7033
}

TEXTAREA {
	BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 2px; FONT-SIZE: 13px; BORDER-LEFT-COLOR: #6F7033; BORDER-BOTTOM-WIDTH: 2px; BORDER-BOTTOM-COLOR: #6F7033; COLOR: #6F7033; BORDER-TOP-COLOR: #6F7033; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f4f8fb; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #6F7033
}

SELECT {
	BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 2px; FONT-SIZE: 13px; BORDER-LEFT-COLOR: #6F7033; BORDER-BOTTOM-WIDTH: 2px; BORDER-BOTTOM-COLOR: #6F7033; COLOR: #6F7033; BORDER-TOP-COLOR: #6F7033; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f4f8fb; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #6F7033
}

TH {
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #6F7033;
	FONT-SIZE: 13px;
	color: #EDF0C4;
}

.light_header
{
	COLOR:#EDF0C4;
}

FIELDSET {
	BORDER-WIDTH:2px; BORDER-COLOR: #6F7033;
}

LEGEND{
	COLOR: #6F7033; FONT-WEIGHT: BOLD;
}

.light_td {
	BACKGROUND-COLOR: #EDF0C4;
}

.light_tr {
	BACKGROUND-COLOR: #EDF0C4;
	CELL-PADDING:0;
	CELL-SPACING:0;
}

.dark_td {
	BACKGROUND-COLOR: #6F7033;
	COLOR: #EDF0C4;
	padding: 5px 5px;
}

.dark_tr {
	BACKGROUND-COLOR: #6F7033;
	COLOR: #EDF0C4;
	CELL-PADDING:0;
	CELL-SPACING:0;
}

.dark_header {
	BACKGROUND-COLOR: #6F7033;
	COLOR: #EDF0C4;
	font-size: 115%;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}


.highlighted {
	BACKGROUND-COLOR: yellow;
}

.sub_menu a {
	color: white;
  	font-size: 11px;
	font-weight: bold;
}

.error {
	text-align: center;
	color: red;
	font-weight: bold;	
	border: 2px dashed red;
	margin: 20px;
	background: url(images/icons/ico_warn.gif) no-repeat 7px 5px;
	background-color: #CCCD94;
	margin-bottom: 5px;
	padding: 5px;
}

.success {
	text-align: center;
	color: green;
	font-weight: bold;
	border: 2px dashed green;
	margin: 20px;	
	background: url(images/icons/exclamation.gif) no-repeat 7px 5px;
	background-color: #CCCD94;
	margin-bottom: 5px;
	padding: 5px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot2.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 50px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

#google_leatherboard {
	padding-left: 22px;
}

/** green box **/
#gbox {
  width: 431px;
  margin-top: 47px;
  margin-left: 22px;
}

#gbox-bg  { background: url(images/green_bg2.gif) repeat-y; width:730px;}
#gbox-grd { background: bottom url(images/green_grad_bot2.jpg) repeat-x; width:670px;}
#gbox-top { background: url(images/green_top5.jpg) no-repeat; height: 24px; width:730px;}
#gbox-bot { background: bottom left url(images/green_bot4.gif) no-repeat; height: 23px; width:730px;}

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 16px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox h3 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
	background: #EDF0C4;
	padding: 14px;
	margin: 0 -14px;
}
#features h2 {
  position: relative;
}
/*
#features h3 {
  font: bold 12px arial, sans-serif;
  color: #000;
  margin: 1em 1em 0;
}*/
#features ul {
  float: left;
  width: 100%;
  margin: 0.5em 0.5em;
  padding: 0;
}

#features .main_menu {
  float: left;
  position: relative;
  width: 49%;
}

#features .sub_menu {
  float: right;	
  position: relative;
  width: 49%;
}

#features li {
  list-style: square;
  margin-left: 16px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
	background: url(images/grey_bg.gif) repeat-y;
	width: 322px;
	position: absolute;
	top: 292px;
	left: 457px;
	height: 106px;

}
#greybox-top {
  background: url(images/grey_img2.jpg) no-repeat;
  padding-left: 165px;
  padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#footer_links {
  font-size: 11px;
  color: #fff;
  margin-top: 10px;
}
#footer_links a{
  color: #fff;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 30px;
}

#copyright a{
  color: #fff;
}

/*Form Hint Tool tip style*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* ---------------- */
/* fancyform styles */
/* ---------------- */

.demo label{display:block;padding:0.5em;padding-left:32px;background-position:8px center;background-repeat:no-repeat;border:1px solid #252525;clear:both;cursor:pointer}
.checked{background-color:#222;background-image:url(images/style/chk_on.png)}
.unchecked{background-color:#1c1c1c;background-image:url(images/style/chk_off.png)}
.selected{background-color:#222;background-image:url(images/style/rdo_on.png)}
.unselected{background-color:#1c1c1c;background-image:url(images/style/rdo_off.png)}
.leftcol{float:left;clear:left;width:50%}
.rightcol{float:left;clear:right;width:50%}


/* ---------------- */
/* Trucker Tab Menu */
/* ---------------- */

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 8px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #678b3f url(trucker/img/color_tabs_left.gif) no-repeat left top; /* #EDF0C4 */
margin:0 2px 2px 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(trucker/img/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #8cb85c;
}

#ddcolortabs a:hover span{
background-color: #8cb85c;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #8cb85c;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 12px;
line-height: 12px;
background: #6F7033;/*#678b3f;*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
/*
.claimform  TH{
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #6F7033;
	FONT-SIZE: 13px;
	color: #EDF0C4;
}

.claimform  A{
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #6F7033;
	FONT-SIZE: 13px;
	color: #EDF0C4;
}
*/
/******************/
/* FIELDSET STYLE */
/******************/

fieldset{
	/*background-color:#fff9e7;*/
	
	border-width:2px;
	border-style:solid;
	border-color:#6F7033; /*#7c5b47;#678b3f;#6F7033;*/
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

fieldset legend{	
	background-color:#6F7033;
	
	border-width:1px;
	border-style:solid;
	border-color:#6F7033;
	
	color:#EDF0C4;/*#ffcc99;*/
	font-weight:bold;
	font-variant:small-caps;
	font-size:90%;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
	 
fieldset legend img{
	padding:0px 5px 0px 5px;	
}


/******************/
/* FANCY TABLE    */
/******************/
table.fancy {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #F9F5D7;
    border: 2px solid #AA0000;
}
table.fancy th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #000000;
}
table.fancy td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
}
table.fancy thead th {
    text-align: center;
    font-weight: bold;
    background-color: #AA0000;
    color: #FFFFFF;
}
table.fancy th.Corner {
    text-align: left;
}
table.fancy td.odd {
    background: #E8E4C0;
}