@charset "utf-8";
/* CSS Document */
body
{
	color:#5a5a5a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:url(../images/body-bg.jpg) no-repeat #fff9da;
}
img
{
	border:none;
}
a
{
	outline:none;
	color:#5a5a5a;
	text-decoration:none;
}
.clearboth
{
	clear:both;
}
h1
{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#474747;
	font-weight:normal;
}
h2
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#060;
	
	}

#outer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#links
{
	height:42px;
}
#links ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#links ul li
{
	float:left;
	display: inline;
	text-transform:uppercase;
	padding-top:15px;
	padding-bottom:15px;
	margin-right:1px;
}
#links ul li a
{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
}
#links ul li a:hover
{
	background:url(../images/links-bg-hover.gif) repeat-x;
	color:#1c2f00;
}
#header
{
	height:100px;
	*height:119px;
	width:980px;
	position:relative;
}
.logo
{
	width:402px;
	height:50px;
	margin-top:35px;
}
.freequote
{
	position:absolute;
	width:256px;
	height:91px;
	left: 726px;
	top: 0px;
	*top: 19px;
}

#content
{
	border:1px solid #d8d8d8;
	background:#ffffff;
	min-height:300px;
}
.banner
{
	margin-top:16px;
	width:947px;
	height:263px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/banner.jpg) no-repeat;
	position:relative;
}
.banner-aboutus
{
	position:absolute;
	width:376px;
	left: 572px;
	top: 0px;
	color:#9a9a9a;
	text-align:justify;
}

.text
{
	width:914px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}
.text ul li
{
	list-style-image:url(../images/arrow.png);
	padding-left:5px;
	padding-bottom:5px;
}
.left-text
{
	width:613px;
	float:left;
	text-align:justify;
}
.right-text
{
	width:280px;
	float:right;
}
.services-top
{
	width:280px;
	height:17px;
	background:url(../images/services-top.gif) no-repeat;
}
.services-center
{
	width:260px;
	background:url(../images/services-center.gif) repeat-y;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
.services-bottom
{
	width:280px;
	height:17px;
	background:url(../images/services-bottom.gif) no-repeat;
}

#footer
{
	height:80px;
	background:#1c2f00;
	color:#ffffff;
	text-align:center;
	padding-top:15px;
}
#footer a
{
	color:#ffffff;
}

.footerdis
{
	font-size:9px;
	text-decoration:none;
	margin:inherit;
}