@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	outline:none;

	
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

.container {
	margin: 0 auto;
	width: 958px;
	background-color: #e6e6e6;

}
.topnav {
	background: url(images/topnav-bg.jpg) repeat-x top;
	height: 54px;
	overflow: hidden;
	width: 958px;

}
.topnav ul {
	float: right;
	padding-right: 25px;
	padding-top: 0;
}
.topnav ul li {
	float: left;
	list-style:none;
}
.topnav ul li a{
	float: left;
	text-indent: -99999px;
	outline:none;
}

li.home a{
	background: url(images/topnav-home.jpg) left top no-repeat;
	width: 82px;
	height: 54px;	
}

li.services a{
	background: url(images/topnav-services.jpg) left top no-repeat;
	width: 100px;
	height: 54px;
}

li.aboutus a{
	background: url(images/topnav-aboutus.jpg) no-repeat;
	width: 97px;
	height: 54px;
}

li.contact a{
	background: url(images/topnav-contact.jpg) no-repeat;
	width: 111px;
	height: 54px;
}

li.home a:hover, li.services a:hover, li.aboutus a:hover, li.contact a:hover  {
	background-position: 0 -54px;
}

#home .topnav ul li.home a, #services .topnav ul li.services a, #aboutus .topnav ul li.aboutus a, #contact .topnav ul li.contact a  {
	background-position: left bottom;
}

.header {
	position:relative;
}

.logolink {
	position:absolute;
	top: 25px;
	left: 15px;
	width:490px;
}

.quote {
	position:absolute;
	top: 53px;
	right: 160px;
	width:228px;
}

.leftnav {
	width: 240px;
	float: left;
}

.leftnav h2{
	background: url(images/h2-bg.jpg) no-repeat;
	width: 170px;
	height: 30px;
	margin: 15px 0 0 15px;
	padding: 9px 15px 0 40px;
	color:#FFF;
}

.leftnav ul {
	background: url(images/leftnav-bg.jpg) repeat-y;
	width:225px;
	margin: 0 0 10px 15px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #d0d1d7
}

.leftnav ul li{
	border-bottom: 1px solid #d8dbe4;
	border-left: 1px solid #d8dbe4;
	border-right: 1px solid #d8dbe4;
	list-style:none;
	width: 215px;
	margin: 0 auto;
	background: url(images/arrow.gif) 12px 8px no-repeat;
}

.leftnav ul li a{
	display:block;
	width: 175px;
	padding: 7px 5px 7px 35px;
	color: #333;
	text-decoration:none;
}
.leftnav ul li a:hover {
	background: #f1f2f5 url(images/arrow.gif) 12px 8px no-repeat;
	text-decoration:underline;
}


.bodycontent {
	float:right;
	width: 700px;
	margin: 15px 0px 15px 0px;
}

.content {
	float:right;
	width: 685px;
	background: #fff;
	border: 1px solid #d0d1d7;
	margin: 0 15px 7px 0px;
	clear:both;
	padding-bottom: 10px;
	min-height: 500px;
}

.content .banner {

}

.content p,h1,h2,ul {
	padding: 15px 14px 0px 14px;
	margin: 0;
}

.content ul {
	margin-left: 25px;
}


.content .cert {
	padding: 0 20px;
}


.container .footer {
	background:url(images/footer.jpg) repeat-x;
	height: 82px;
	clear:both;
}

.footer p, .footer a{
	text-align:center;
	color: #fff;
	padding-top: 30px;
	text-decoration:none;
}
