/*///////////////GENERAL////////////*/
body{
background-color:#D9D4DA;
margin:0;
}
img{
border:0;
}
p{
margin:0 0 1em 0;
}

/*/////////////LINKS/////////////*/
a{
color:#50534C;
}
a:hover{
color:#AA7B87;
}

/*///////////MAIN DIVS/////////*/
#container{
border-right:2px solid #4C3C4B;
border-bottom:2px solid #4C3C4B;
width:770px;
float:left;
}
#logo{
position:absolute;
top:30px;
left:0;
text-align:center;
width:460px;
}
#tagline{
position:absolute;
top:80px;
left:0;
text-align:center;
width:460px;
}
#top{
background:bottom repeat-x url('../images/border_bottom_white.gif') #50534C;
text-align:right;
width:770px;/*IE6*/
}
#banner{
overflow:visible;
text-align:right;
}
#body{
background:top right no-repeat url('../images/truck_wheels_line.gif') white;
padding-top:2px;/*for dark line*/
float:left;
width:770px;/*IE6*/
}

/*///////////HEADERS///////////*/
h1{
margin:0;
}
h2{
color:#4C5268;
margin:0;
padding:0 0 0 167px;
font-family:Copperplate Gothic Bold,serif;
font-size:20px;
background:bottom left no-repeat url('../images/h2_bottom_blue.gif');
/*width:450px;*/
}
#h2{
background:163px 0 repeat-y url('../images/border_vertical_blue.gif');
padding:0;
/*width:760px;*/
}
h3{
margin:0;
font-size:medium;
font-family:Copperplate Gothic Bold,serif;
}
h4{
font-size:medium;
font-weight:bold;
}

/*/////////////MENU///////////////*/
#menu_container{
float:left;
width:165px;
text-align:right;
}
#menu{/*total width:165px*/
background-color:#A7A9A5;
border-right:2px solid #4C5268;
border-bottom:2px solid #4C5268;
font-family:Copperplate Gothic Bold,serif;
float:left;
width:auto;
/*width:165px;*/
/*text-align:right;*/
}
#menu ul{
float:right;
margin:5px 0;
padding:0 0 0 20px;
width:140px;
}
#menu li{
list-style-type:none;
margin:2px;
padding:0 1px 0 0;
width:135px;
}
#menu a{
color:#404040;
}
#menu a:hover{
color:white;
}
#cur{
background-color:#50534C;
margin:0;
border:1px solid white;
}
#cur a{
color:white;
}

/*///////////////CONTENT///////////////*/
#content{
float:left;
padding:3px 10px 0.5em 5px;
width:380px;
}
#content_full{
float:left;
padding:3px 10px 0.5em 5px;
width:590px;
}

/*//////////////SIDE///////////////*/
#side{
float:right;
width:210px;
}
#side_full{
width0;
display:none;
}

/*/////////////////FOOTER//////////////*/
#footer{
color:#404040;
font-family:Copperplate Gothic Light,serif;
font-size:8pt;
padding:5px 0 1em 0;
margin-left:165px;
text-align:center;
width:395px;
}
#footer a{
color:#404040;
}
#footer a:hover{
color:#777777;
}

/*///////////SIDE QUOTE////////////*/
.side_quote{
background:left top no-repeat url('../images/quote_start.gif');
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
text-align:center;
}
.side_quote2{
background:right bottom no-repeat url('../images/quote_end.gif');
}

/*//////////////OTHER/////////////*/
.nowrap{
white-space:nowrap;
}

td.left{
	padding-right:5px;
	text-align:right;
}

.side_info{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
}