body{
	background: #f1edec url(images/background_bg.jpg) repeat-x;
	margin-top: 0;
	font-family: Georgia, Serif;
	color: #781a4e;

}
a{
	text-decoration: underline;
	color: #37a2d8;
}
a:hover{
	text-decoration: none;
}
p{
	font-family: Arial;
	font-size: 10pt;
	color: #323232;
	line-height: 11pt;
}
h1{
	font-size: 16pt;
	color: #f07600;
	margin: 0px 0 2px 0;
}
h2{
	font-size: 14pt;
	color: #37a2d8;
	margin: 0px 0 2px 0;

}
h3{
	text-align: center;
	font-size: 16pt;
	color: #535353;
	margin: 0 0 15px 0;

}
h4{

	margin: 20px 0 0 0;
	font-size: 18pt;
}
.field{
	float: left;
	border: 1px #e9e9e9 solid;
	background-color: #f6f6f6;
	height: 15px;
	width: 245px;
	font-size: 10pt;
	padding: 8px;
	color: #666666;
}
.commentbox{
	border: 1px #e9e9e9 solid;
	background: url(images/comments_bg.png) no-repeat;
	width: 260px;
	height: 104px;
	overflow: auto;
}
.button{
	background: url(images/submit.png) no-repeat;
	width: 94px;
	height: 31px;
	cursor: pointer;
	border: none;
}
#container{
	width: 968px;

	background: url(images/background.jpg) no-repeat;
	margin: 0px auto;
}


#left_column{
	float: left;
	width: 330px;
}
#right_column{
	float: left;
	width: 500px;
	margin: 0 0 0 0px;
}


#header{
	width: 968px;
	float: left;
}
#phone{
	width: 510px;
	height: 40px;
	margin: 0 60px 0 0;
	float: right;
	color: white;
	text-align: right;
}
#nav{
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	float:left;
	margin: 82px 0 0 20px;
}
.navbutton a{
	min-width: 80px;
	height: 45px;
	padding: 18px 25px 8px 25px;
	text-align: center;
	text-decoration: none;
	float: left;
	display: inline;
	color: #781a4e;

}
.navbutton a:hover {
	text-align: center;
	color: white;
	text-decoration: none;
	float: left;
	display: inline;
	background-image: url(images/rollover.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}


#above{
	width: 968px;
	min-height: 330px;
	float: left;
}
#fader{
	width: 425px;
	height: 278px;
	position: absolute;
	margin: 13px 0 0 17px;
}
#quality_banner{
	position: absolute;
	z-index: 2;
	margin: 7px 0 0 10px;
}
#intro{
	width: 350px;
	position: relative;
	float: right;
	margin: 35px 30px 0 0;
	color: #535353;
	font-size: 10pt;

}
#intro ul{
	list-style: none;
	margin: 0;
	padding: 0 20px 0 15px;
}
#intro li{
	background: url(images/checkmark.png) left center no-repeat;
	padding-left: 30px;
	margin: 0 0 8px 0px;

}
#checklist{
	float: left;
	width: 350px;
	margin: 0 0 0 10px;
}
#free{
	border: none;
	float: left;
	margin: 20px 0 0 0;
}
#spacer{
	float: left;
	width: 968px;
	height: 30px;
}
#below{
	width: 968px;
	float: left;
	background: url(images/content_bg.png) repeat-y ;
	background-position: -3px;

}
#contact_form{
	width: 320px;
	min-height: 453px;
	background: url(images/contact_bg.png) no-repeat;
	padding: 5px;
	margin: 0px 0 0 20px;
	float: left;

}
#affiliations{
	margin: 0 0px 15px 25px;
	
}
#affiliations img{
	margin: 0 5px 0 0;
}
#content{
	background: url(images/welcome_bg.png) no-repeat;
	padding: 15px;
	float: left;
	width: 600px;
	min-height: 277px;
	margin: 0px 0px 0 0;
}

#content p{
	width: 420px;
}
#content ul{
	width: 500px;
	font-family: Arial;
	font-size: 10pt;
	color: #323232;
	line-height: 14pt;
	list-style: none;

}
#content li{
	background: url(images/checkmark.png) left center no-repeat;
	padding-left: 30px;
	margin: 0 0 8px 0px;

}
#about{
	background: url(images/welcome_bg.png) no-repeat;
	padding: 15px;
	float: left;
	width: 600px;
	min-height: 277px;
	margin: 0px 0px 0 0;

}
#about p{
	width: 550px;
}
.testimonials{
	padding: 15px 15px 0 15px;
	margin: 0px 0px 0 0;
	float: left;
	background: url(images/testimonials_bg.png) no-repeat;
	width: 585px;
	height: 240px;
}
.testimonials p{
	width: 490px;
}
#contact{
	background: url(images/welcome_bg.png) no-repeat;
	padding: 15px;
	float: left;
	width: 600px;
	min-height: 277px;
	margin: 0px 0px 0 0;

}
#contact p{
	width: 550px;
}
#footer{
	height: 90px;
	background: #781a4e;
	width: auto;

}
#footer_text{
	font-family: Arial;
	font-size: 10pt;
	color: white;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer_text p{
	display: inline;
	color: white;
	margin: 0px 0 0 0;

}
#footer_text img{
	display: inline;
	float: left;
}
#footer a{
	color: white;
}