@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	font-size:12px;
	background:url(../images/body-bg.gif) repeat-x #f9f9f7;
}
a
{
	outline:none;
	color:#2f2f2f;
	text-decoration:none;
}
img
{
	border:none;
}
.clearboth
{
	clear:both;
}
h1
{
	margin:0px;
	padding:0px;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#3b3b3b;
}
h2
{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#3b3b3b;
	font-weight:normal;
}
#outer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	height:138px;
}
.logo
{
	height:94px;
	width:372px;
}
.links
{
	background:url(../images/links-bg.gif) repeat-x;
	height:37px;
	text-transform:uppercase;
	padding-top:7px;
	padding-left:18px;
}
.links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links li {
	display: inline;
	height:36px;
	
}
.links li a
{
	color:#ffffff;
	float:left;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:11px;
	padding-bottom:11px;margin-right:1px;
}
.links li a:hover
{
	background:url(../images/links-hover.gif) repeat-x;
}


#content
{
	background:#ffffff;
	padding-left:18px;
	padding-right:18px;
	padding-top:7px;
	padding-bottom:10px;
	margin-bottom:7px;
}
#banner
{
	height:327px;
	width:944px;
	margin-bottom:20px;
}
.left-container
{
	width:257px;
	float:left;
}
.right-container
{
	width:662px;
	float:right;
	text-align:justify;
}
.services-top
{
	width:187px;
	height:40px;
	background:url(../images/services-top.gif) no-repeat;
	padding-top:20px;
	padding-left:70px;
}
.services-center
{
	width:217px;
	background:url(../images/services-center.gif) repeat-y;
	padding:20px;
	padding-top:5px;
	padding-bottom:15px;
	text-align:justify;
}
.services-bottom
{
	width:237px;
	height:27px;
	background:url(../images/services-bottom.gif) no-repeat;
	text-align:right;
	padding-right:20px;
	padding-top:9px;
}

.heading
{
	background:url(../images/welcome-bg.gif) no-repeat;
	height:29px;
	margin-bottom:15px;
	padding-left:50px;
	
}
#footer
{
	background:#b3af95;
	height:28px;
	text-align:center;
	padding-top:16px;
	font-size:11px;
}
#footer a
{
	color:#38321f;
}
.social {margin:0 15px;}
.white10
{
	font-size:10px;
	color:#ffffff;
}
.footer-bottom
{
	background:url(../images/footer-bottom.png) no-repeat;
	height:22px;
}