@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/mainBg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
}
a:link, a:visited{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#777777;
}
-->
#mainWrapper{
	width:1000px;
	margin:0 auto;

}
#header{
	width:100%;	
}
#logoWrapper{
	float:left;
	width:170px;
	height:60px;
	top:30px;
	left:10px;
	position:relative;
}
#searchWrapper{
	float:right;
	width:300px;
	height:40px;
	top:40px;
	right:20px;
	position:relative;
}
#navigationWrapper{
	height:50px;
	width:960px;
	margin:0 auto auto 100px;
	position:relative;
	top:46px;
	text-align:center;
}
#main{
	width:980px;
	margin:50px auto;
}
#introWrapper{
	height:270px;
	width:980px;
	top:50px;
	padding-top:20px;
	margin-bottom:20px;
	background-image:url(../images/shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
}
#servicesWrapper{
	margin:0 auto;
	height:110px;
	width:980px;
	position:relative;
	background-image:url(../images/servicesBg.jpg);
	background-repeat:no-repeat;

}

#contentWrapper{
	width:980px;
	margin: 10px auto;
	background:#eeeeee;
	border:#cbd5d8 solid 1px;
}

#contentLeft{
	width:590px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}
.contentItemWrapper{
	

}
.contentItemHeader{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#dfdfdf solid 1px;
	margin-bottom:5px;
	padding:5px;
	color:#282828;
}
.contentItemText{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#747474;
	padding:5px;
	line-height:18px;
}
#contentRight{
	width:340px;
	float:right;
	margin-right:10px;
	margin-top:20px;
}
#footer{
	width:100%;
	background-image:url(../images/footerBg.jpg);
	background-repeat:repeat-x;
	height:140px;
	padding-top:20px;
}
.clear{
	clear:both;
}
.service{
	float:left;
	width:245px;
	height:100px;
}
.serviceText{
	top:20px;
	left:85px;
	position:relative;
	width:170px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666666;
}
.textClass{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 20px;
	width: 250px;
	background-color: #DDDDDD;
	border: 1px solid #d4d4d4;
	padding-top: 10px;
}
.selectClass{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 30px;
	width: 250px;
	background-color: #DDDDDD;
	border: 1px solid #d4d4d4;
	padding-top:3px;
}
.textareaClass{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 50px;
	width: 250px;
	background-color: #DDDDDD;
	border: 1px solid #d4d4d4;
	padding-top:3px;
}
#footerText{
	text-align:center;
	font-size:11px;
}
.formservice{
	font-size:10px;
}


