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

HTML,body {
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#666666;
	
}

.img_padding{
	padding:0px 10px 10px 0px;
}

.formleft{
	position:relative;
	display:block;
	float: left;
	width: 150px;
}

textarea{	
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
}

h1{
	color:#406d9e;
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px;
}

h2{
	color:#406d9e;
	font-weight:normal;
	font-size:11px;
	padding:0px;
	margin:0px;
}

#Container{
	margin-right:auto;
	margin-left:auto;
	width:785px;
	padding-left:3px;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;


}



.logo{
	padding:10px 0px 10px 7px;
}


#nav{
	width:773px;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	height:36px;
	
}





#left{
	width:493px;
	padding:10px 5px 0px 10px;
	float:left;
	
}

.testimonials{
	border-top:#406d9e 2px dotted;
	padding-top:10px;
}

.testimonials a {
	color:#406d9e;
}
#right{
	border-left:#406d9e 2px dotted;
	padding-left:10px;
	width:247px;
	float:left;
	margin-top:10px;
}

#right a{
	color:#406d9e;
}

.legal{
	border-top:#406d9e 2px dotted;
	padding-top:10px;
	
}

.end_bg{
	clear:both;
	padding-top:10px;
}
#Footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
	height:55px;
	padding-top:10px;
	margin-right:auto;
	margin-left:auto;
	width:785px;
	padding-left:3px;
	
}

#Footer a{
	color:#fff;
	padding-right:5px;
}
