/* CSS Basic Document */
body
a:link {
text-decoration:none;
}


a:hover {
font-style: italic;
color: red;
}
a:visited {text-decoration:none;}
a:visited:hover {text-decoration:none;}


{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
}
.logo
{
margin-left:26px;
margin-top:56px;
}

.text_box_background
{
background:url(../images/text_box_bg.gif) left top repeat-y;
padding:13px 16px 15px 27px;
text-align:justify;
}



.text_box_shadow
{
background:url(../images/box_bottom_shadow.gif) left top no-repeat;
height:12px;
}
.border_right
{
border-right:6px solid #E2D9B9;
}
.text_box_table
{
margin-top:10px;
margin-bottom:20px;
margin-left:22px;
margin-right:12px;
}
.free_quote
{
margin-left:159px;
}




/* CSS Background image Document */
.header_bottom
{
background:url(../images/header_bottom.gif) left top no-repeat;
height:13px;
}
.header_bg
{
background:url(../images/header_bg.jpg) left top repeat-x;
height:180px;
}
.header_image
{
background:url(../images/header_image.jpg) right top no-repeat;
height:132px;
}
.footer_left
{
background:url(../images/footer_left.gif) left top no-repeat;
height:32px;
padding-right:10px;
}
.left_bg
{
background:url(../images/left_bg.gif) left top repeat-y;
width:200px;
padding-left:30px;
}
.contact_shadow
{
background:url(../images/contact_shadow.gif) left top no-repeat;
height:12px;
}


/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8D6206;
	text-decoration: none;
}
/* menu */
.menu{
width: 99%;
font-weight: bold;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu ul{
font:normal 12px Verdana;
font-weight: bold; 
/*border: 1px solid #BBB;*/
width: 200px;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menu ul li{
list-style:none;
background-color: #e2d7b7;
margin: 2px;
height: 20px;
padding-top: 5px;
padding-botoom: 2px;
padding-left:7px;
border: 1px solid #BBB; 
}

.menu ul li a{
/*color: #494949;*/
color: black;
margin: 0;
text-decoration: none;
}

.menu ul li:hover{
background-color: #F0F0F0;	
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
margin-top: -23px;
margin-left: 190px;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
height: 21px;
display: block;
text-indent: 3px;
margin: 2px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
background-color: #e2d7b7;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #F0F0F0;
}
.chrom ul li:hover{
background-color: #F0F0F0;	
}
