@charset "utf-8";
/* CSS Document */
ul.list{
	margin-left:30px;
}
*{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
body{
	background:url(/images/page-bg.jpg) repeat-x top left #E0D0C0;
}
ul{
	font-size:10pt;
}
p{
	line-height:18px;
	margin-bottom:8px;
	font-size:10pt;
	margin-top:3px;
}
.clear-both{clear:both;}
#wrapper{
	margin:0 auto;
	width:800px;
}
table#services-offered{
	width:100%;
}

#map{
width:300px;
margin-top:20px;
float:left;
margin-left:60px;
}

#contact-vertical{
width:300px;
margin-top:20px;
float:right;
margin-right:60px;
}
#navigation{
	background:url(/images/nav-bg.jpg) repeat-x top left;
	clear:both;
	height:47px;
	width:800px;
}

#navigation ul{
list-style-type:none;
}

#navigation ul li{
float:left;
list-style:none;
}

#navigation ul li a{
color:#EFDFBD;
display:block;
font-size:10pt;
line-height:47px;
padding-left:20px;
padding-right:20px;
text-decoration:none;
}
#navigation ul li a.current{
font-weight:bold;
color:#fff;
}
#navigation ul li a:hover{
text-decoration:underline;
}
#header{
	height:52px;
	width:800px;
}
#header img.logo{
	margin-top:20px;
}
#navigation h2{
	color:#efdfbd;
	float:right;
	font-size:18px;
	line-height:47px;
	font-weight:normal;
	margin-right:20px;
}
#quotes{
margin:10px 0 10px 0;
position:relative;
width:800px;
}
#quotes h1{
color:#5C4E2F;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font:Trebuchet MS;
font-weight:normal;
font-size:26px;
}
#quotes h2{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#5C4E2F;
font-size:18px;
float:right;
}

#content{
background:url(/images/content-top.jpg) no-repeat top left #e7f3ff;
clear:both;
padding:20px;
width:760px;
}

#content h1{
	background:url(/images/h1-underline.jpg) repeat-x bottom left;
	padding-bottom:6px;
}
table#contact-details{
margin:10px auto;
padding:5px;
border:none;
}
table#contact-details td.odd{
	padding-right:25px;
}
table#contact-details td{
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#email{
background:#52a6de url(/images/footer-bottom.jpg) no-repeat bottom left;
text-align:center;
clear:both;
height:60px;
width:800px;
}
#email h1 a{
	line-height:60px;
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
}
#email h1 a:hover{
color:#00ff00;
}
#footer{margin-top:10px;}
#footer p{
font-size:10pt;
	color:#fff;
}
#footer a{
font-size:10pt;
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
