body
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/bg_main.jpg) #ECEDF3 repeat-x;
	margin:15px 15px 10px 15px;
	line-height: 1.5em;
	color: #000000;
}

#maincontainer{
width: 860px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(images/bg_body.jpg) repeat-y;
}

#topsection{
height: 113px; /*Height of top section*/
width:860px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
width:679px;
}

#leftcolumn{
float: left;
width: 179px; /*Width of left column*/
margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
padding-left:1px;
}

#leftcolumn_h{
float: left;
width: 179px; /*Width of left column*/
margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
padding-left:1px;
background: url(images/home_transportation.jpg);
height:470px;
}

#footer{
clear: left;
color: #FFF;
padding: 3px 10px;
height:18px;
background: url(images/footer.gif);
width:635px;
margin:0 0 0 180px;
}

#footer_h{
clear: left;
color: #FFF;
padding: 3px 10px;
height:18px;
background: url(images/footer.gif);
width:815px;
margin:0;
}

#footer a{
font-weight:normal;
}

.innertube{
margin: 10px 12px; /*Margins for inner DIV inside each column (to provide padding)*/
width:632px;
}

.divider {
border-bottom:#545454 1px dashed;
margin:14px 0px;
padding-bottom:14px;
width:100%;
}

.divider2 {
padding: 5px 5px 10px 5px;
border-top:#212121 1px solid;
margin:0px;
width:100%;
}

.divider2 {
}

img.lpad2 {
margin: 3px 0 5px 7px;
border: 1px solid #212121;
}

#feature strong{
font-size:12px;
}

#feature2 td{
padding:5px;
border-top:2px #212121 solid; 
vertical-align:top; 
background: url(images/item_bg.jpg) repeat-x;
margin-bottom:15px;
}

#feature2 img{
margin:10px 0 0 0;
border:0;
}

#feature3 td{
padding-top:5px;
border-top:1px #212121 solid; 
vertical-align:top; 
margin-bottom:15px;
}

#feature3 img{
margin-top:2px;
}

table.tab {
margin-top:10px;
padding:2px 0 0 4px;
border-top:2px #212121 solid; 
vertical-align:top; 
background: url(images/item_bg.jpg) repeat-x;
margin-bottom:15px;
}

table.tab strong{
font-size:12px;
}

h1 { 
	font-size:21px;
	color: #151B68;
	padding:0;
	line-height:1.1;
	margin:0 0 12px -1px;
}

h2 { 
	font-size:17px; 
	color: #FF1100;
	padding:0;
	line-height:1.1;
	margin:0 0 10px 0;
}

p {
margin-top:12px;
margin-bottom:0;
}
a
{
	text-decoration:none;
	color: #151B68;
	font-weight:bold
}
a:hover
{
	text-decoration:underline;
	color: #AD3534;
}

a.s, .s
{
	font-size:10px;
	font-weight: normal;
}

a img {
border:0
}

input, select {
  font-size:11px;
}

#feature table.normal td {
background:none;
border:none;
}

form
{
display:inline;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0px;
padding: 0;
width: 179px;
}

.glossymenu li a{
border-bottom: 1px #161913 solid;
color: white;
display: block;
width: auto;
padding: 3px 5px 3px 12px;
text-decoration: none;
font-weight:normal;
}

.glossymenu li.sub a{
border-bottom: 1px #161913 solid;
color: #FFFFCC;
display: block;
width: auto;
padding: 3px 5px 3px 25px;
text-decoration: none;
font-weight:normal;
background:url(images/btn_left.gif) top left no-repeat;
}

.glossymenu li.search {
padding: 3px 5px 10px 11px;
color:#FFFFFF;
font-size:10px;
line-height:2;
border-bottom: 1px #161913 solid;
}

.glossymenu li a:active{
color: #FF0000;
}

.glossymenu li a:hover, li.over{
background: #00002E;
color: #FFFF99;
border-bottom:1px solid #999999;
text-decoration:none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 162px;
}

* html .glossymenu li.sub a{
width:148px;
}
.glossymenu li.normal{
background: #10130E;
color:#FFFFFF;
padding: 15px 7px;
font-size:9px;
line-height:1.3;
text-align:center;
}

.glossymenu li.normal2{
padding:0;
}

.glossymenu li.normal2 a{
padding: 0;
background: none;
}


.glossymenu2{
list-style-type: none;
margin: 0px;
padding: 4px 0;
width: 159px;
}

.glossymenu2 li a{
display: block;
width: auto;
padding: 2px 5px 2px 12px;
font-weight:normal;
text-decoration:underline
}

.glossymenu2 li a:hover{
text-decoration:none;
}

* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 142px;
}


/* dropdown menu  */
.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0D1960; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:14px;
z-index:100;
background-color: #F1F8E2;
width: 180px;
visibility: hidden;
margin:-25px 0 0 100px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 4px 0px 3px 15px;
text-decoration: none;
color: #FFC;
font-weight:normal;
background: url(images/btn_left.gif) left top no-repeat #AD3534;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #F1DBDA;
color: #000;
}

.normal {
font-weight:normal;
}

.u {
text-decoration:underline;
}

.tab_r {
  margin:-10px -1px 0 11px;
}

*html .tab_r {
  margin-top:0;
}

.toptab_r {
	background:url(images/toptab_r.jpg);
	text-align:right;
	padding: 4px 20px 3px 0;
}

.toptab_r a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.toptab_r a:hover{
	color:#FFFF00;
}

.midtab_r {
	background: #E9EAEE;
	padding-top:3px;
	font-size:11px;
}

*html .midtab_r {
	background: #E9EAEE;
	padding:17px 0px 0 3px;
}

.midtab_r li {
	margin:-5px 5px 5px -20px;
}

.midtab_r li a{
	font-weight:normal;
}
.required {
color:#FF3300;
}

*html p.top {
	margin-top:0px;
}