@charset "UTF-8";
/* CSS Document */
html{
height:100%;
}

body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	background-color:#f3ecdc;
	background-image:url(../images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}



#mainbody{
	margin:0;
	padding:0;
	clear:both;
position:relative;
min-height:90%;
}

h1,h2,h3,p,ul,ol{
margin:0;
padding:0;
}


h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#4e2029;
	margin-bottom:3px;
}
p{
font-family:Georgia, "Times New Roman", Times, serif;
color:#666;
font-size:11px;
line-height:16px;
margin-bottom:5px;
}
ul{
	font-size:12px;
	color:#666;
	margin-bottom:5px;
	}
	li{
	line-height:13px;
	margin:3px 0 3px 15px;
	}

a{
	text-decoration:none;
	color:#336699;
	font-weight:bold;
}
a:hover {
text-decoration:underline;
}

#container{
margin:auto;
width:900px;
}
#header{
	clear:both;
margin-top:30px;
}

#header img#hotline{
float:right;
margin-top:34px;
}
#nav {
float:right;
margin:3px 0 0 0;
	*margin:-1px;
    padding:0;
    list-style:none;
    }
#nav li {
	  display:inline;
      margin:0;
      padding:0;
    }

#nav a {
	float:left;
      background:url("../images/tab-left.jpg") no-repeat left top;
	  display:block;
      margin:0 1px;
      padding:0 0 0 12px;
      text-decoration:none;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-variant:small-caps;
	  font-size:9pt;
	  font-weight:bold;
	  color:#7a430c;
	      }
#nav a span {
      float:left;
      display:block;
      background:url("../images/tab-right.jpg") no-repeat right top;
      padding:10px 12px 0px 0px;
	  height:23px;
      }
	  #nav a:hover {
      background-position:0% -33px;
	  color:#4e2029;
      }
    #nav a:hover span {
      background-position:100% -33px;
	  color:#4e2029;
	  	  *cursor:hand;
      }
	  
	  #nav #active a{
      background-position:0% -33px;
	  color:#4e2029;
      }
    #nav #active a span {
      background-position:100% -33px;
	  color:#4e2029;
      }
	  
	 #middlecontent{
	 	float:left;
	 margin-top:15px;
	 width:100%;
	 }
	 
	 #middlecontent img{
	 float:left;
	 }
	 
	 #dwi{
	 margin-left:15px;
	 width:245px;
	 height:152px;
	 padding:20px;
	 float:left;
	 background:#f6d898 url(../images/dwi_bg.jpg) repeat-x top left;
	 overflow-y:hidden;
	 }
	 
	 #bottomcontent{
	 float:left;
	 margin: 15px 0;
	 width:100%;
	background:#f3ecdc url(../images/bottom_bg.jpg) repeat-x top left;
	 }
	 #bottom-wrap{
 margin:auto;	 
 margin-top:15px;
 width:900px;
 overflow-x:hidden;
	 }
	.bottombox{
	float:left;
	width:258px;
	}
	img.divider{
	margin:0 25px 0 25px;
	float:left;
	}
	#map{
	margin:5px 0 5px 0;
	}
	#map a img{
	border:#fff 5px solid;
	}
	#map a:hover img{
	border:#ecddbc 5px solid;
	}
	#map p{
	margin-top:5px;
	font-size:10px;
	}
	#footer{
		margin-top:15px;
	position:relative;
	width:100%;
	float:left;
	background-color:#fbf6ea;
	}
	
	#footerwrap{
	margin:0 auto;
	padding:0;
	width:900px;
	}
	#copyright{
	float:left;
	border-left:#ebd29c 1px solid;
	padding-left:25px;
	margin-top:10px;
	font-size:10px;
	
	}
	
	#copyright p{
	margin-bottom:0px;
	color:#56202b;
		font-size:10px;
	}
	#copyright p a{
	color:#56202b;
	}
	#cards{
	float:right;
	margin:10px 0;
	}
	
	#breadcrumbs {
	clear:both;
	width:100%;
	margin: 0 0 10px 0;
	}
	
	#breadcrumbs p{
		color:#592031;
	}
	#breadcrumbs p a {
		color:#592031;
		text-decoration:underline;
	}
	
	
	#quote{
	float:left;
	margin:0;
	padding:0;
	margin-top:30px;
	width:259px;
	background:url("../images/quote.gif") no-repeat;
	height:135px;
	}
	
	#quote span{
	margin:0;
	padding:0;
	display:none;
	}
	#rightcol{
		float:right;
		width:590px;
	}
	#leftcol{
	float:right;
	width:310px;
	}
	
	#contactus{
		margin:0px;
	 padding:20px;
	 padding-top:15px;
	 width:550px;
	 height:169px;
	 *height:165px;
	 float:left;
	 background:#f6d898 url(../images/dwi_bg.jpg) repeat-x top left;
	 overflow:hidden;
	 margin-bottom:15px;
	 }
	 
	 #contactus #map{
	 	float:right;
	 }
	 
	 #contactdetails{
	 float:left;
	 margin:7px 0 0 0;
	 }
	
	#contactdetails em{
		color:#9a6522;
		font-size:120%;
		font-style:normal;
		font-weight:bold;	
	}
	
	

