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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.inside{
	margin:auto;
	width:988px;
}
.header {
	margin:auto;
	background-image:url(/assets/header_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	width:979px;
	height:67px;
	margin-top:32px;
}
.homenav {
	float:right;
	margin-top:13px;
	width:408px;
	height:30px;
	margin-right:29px;
}
.copyright {
	margin:auto;
	position:absolute;
	top:845px;
	margin-left:10px;
}
.phdh {
	margin:auto;
	position:absolute;
	top:844px;
	margin-left:799px;
}
.cleanup {
	margin:auto;
	width:300px;
	position:absolute;
	top:858px;
	margin-left:439px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.cleanup a{
	color:#666666;
}
.filler {
	margin:auto;
	color:#FFFFFF;
	position:absolute;
	height:60px;
	top:853px;
	margin-left:419px;
}
/*-------------------------------------------------------------------------------------------------------*/
#wrapper{
	position:absolute;
	background-image:url(/assets/longpage_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	top:163px;
	height:675px;
	width:100%;
}
#c1{
	position:absolute;
	width:965px;
	height:675px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:28px;
	padding-left:7px;
	
}
#info{
	position:absolute;
	width:333px;
	height:340px;
}
#infotitle{
	padding-bottom:7px;
}
#numbers{
	padding-top:13px;
}
.ltblue{
	color:#7276E4;
	padding-top:15px;
}
.ltblue a{
	color:#7276E4;
}
#image{
	position:absolute;
	margin-left:413px;
}
#formdiv{
	position:absolute;
	background-image:url(/assets/contact_form_bg.png);
	background-repeat:no-repeat;
	height:300px;
	width:965px;
	margin-top:351px;
}
/*---FORM CSS---*/
#form{
	margin:none;
	padding:none;
}
.element{
	position:absolute;
	background:none;
	border:none;
	outline:none;
}
#name{
	width:398px;
	height:20px;
	margin-left:4px;
	margin-top:58px;
}
#email{
	width:398px;
	height:20px;
	margin-left:4px;
	margin-top:128px;
}
#phone1{
	width:68px;
	height:20px;
	margin-left:4px;
	margin-top:198px;
}
#phone2{
	width:68px;
	height:20px;
	margin-left:106px;
	margin-top:198px;
}
#phone3{
	width:88px;
	height:20px;
	margin-left:210px;
	margin-top:198px;
}
#sendto{
	position:absolute;
	left:10px;
	top:0px;
}
#message{
	width:510px;
	height:164px;
	margin-left:450px;
	margin-top:55px;
	resize:none;
}
#send{
	position:absolute;
	margin-top:244px;
	margin-left:446px;
	cursor:pointer;
}
#clear{
	position:absolute;
	margin-top:244px;
	margin-left:578px;
	cursor:pointer;
}
#sending{
	position:absolute;
	margin-left:-25px;
	margin-top:19px;
	z-index:10;
}
#sent{
	position:absolute;
	margin-left:-25px;
	margin-top:19px;
	z-index:10;
}
