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

body{
	background-image: url(/images/body-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.clear{
	clear: both;
}

#container{
	background-image: url(/images/container-bg.png);
	background-repeat: repeat-y;
	width: 781px;
	height: auto;
	margin: 0 auto;
	padding: 0px 15px;
}

*html #container{
	background-color: white;
	padding: 0px;
	border-left: 1px solid #C4C1D4;
	border-right: 1px solid #C4C1D4;
}

#container #header{
	height: 171px;
	width: 781px;
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#container #header a{
	height: 128px;
	width: 460px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute; left: 26px; top: 13px;
	z-index: 2;
}

*html #container #header a{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='image');
	background: none;
}

#container #header img{
	position: absolute; right: 0px; top: 0px;
}

#container #content{
	padding: 40px 60px 100px 50px;
	width: auto;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-color: white;
}

#container #content h1{
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #b27f11;
}

#container a{
	color: #533ea8;
	text-decoration: underline;
}

#container #content a:hover{
	text-decoration: underline;
	color: #000;
}

#container #content h2{
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #38444f;
	border-bottom: 1px solid #c5c8cb;
	margin-bottom: 25px;
	background-image: url(/images/titles/our-services.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center left;
} 

#container #content .services-block{
	width: 315px;
	padding: 10px;
	float: left;
}

#container #content .services-block img{
	border: 1px solid #b27f11;
	margin-right: 10px;
	margin-bottom: 60px;
	float: left;
}

#container #rhcol{
	float: left;
	width: 200px;
	background-color: #FFF;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 25px 90px 0px;
}

#container h3 {
	font-size: 1.3em;
	color: #b27f11;
	font-weight: normal;
	/*line-height: 0.8em;*/
}

#content-ftr{
	width: 811px;
	height: 38px;
	background-image: url(/images/content-ftr.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

*html #content-ftr{
	background-image: none;
	border-left: 1px solid #C4C1D4;
	border-right: 1px solid #C4C1D4;
	width: 781px;
	background-color: #FFF;
}

#content-ftr img{
	position: absolute;
	bottom: 27px;
	right: 42px;
}
*html #content-ftr img {
	position: absolute;
	bottom: 0px;
	right: 42px;
}

#footer{
	width: 780px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	text-align: center;
}

#footer a{
	color: #533ea8;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

*html #footer {
	width: 781px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #bababa;
	text-align: center;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4C1D4;
	border-left-color: #C4C1D4;
}
#container #content p {
	line-height: 160%;
}
