/*********************************************************************
   Style Sheet for Quality Forms
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:160%;
	color:#000;
	text-align:center;
	margin:10px 0px;
	}
	
img {
	border:none;
	}
	
.clear {
	clear:both;
	}
	
/* Main Links
-------------------------------------------------------------------- */	
a:link, a:visited {
	color:#999;
	}
	
a:hover, a:active {
	color:#e3303d;
	}
	
/* Main Section
-------------------------------------------------------------------- */
#main {
	width:780px;
	text-align:left;
	margin:auto;
	}
	
.logo {
	float:left;
	width:179px;
	margin-right:110px;
	}
	
.phone {
	float:left;
	width:247px;
	margin-top:10px;
	}
	
.icons {
	float:right;
	margin-top:20px;
	}
	
.icons img {
	margin-left:20px;
	}
	
/* Menu
-------------------------------------------------------------------- */
#menu {
	text-align:center;
	margin:5px 0px;
	padding:15px;
	background:url(../images/menubg.jpg) top left repeat-x;
	}
	
#menu ul {
	list-style:none;
	}
	
#menu ul li {
	display:inline;
	padding:10px 28px;
	border-right:1px dotted #999;
	}
	
#menu ul .last {
	border-right:none;
	}
	
#menu a {
	font-size:18px;
	color:#e3303d;
	text-decoration:none;
	}
	
#menu a:link, #menu a:visited {
	color:#e3303d;
	text-decoration:none;
	}
	
#menu a:hover, #menu a:active {
	color:#555;
	text-decoration:none;
	}
	
/* Body Section
-------------------------------------------------------------------- */	
#body a:link, #body a:visited {
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #999;
	}
	
#body a:hover, #body a:active {
	color:#e3303d;
	text-decoration:none;
	border-bottom:none;
	}
	
#left {
	float:left;
	margin-top:20px;
	width:150px;
	}
	
#left ul  {
	list-style:none;
	}

#left ul li {
	padding:2px 0px 2px 20px;
	background:url(../images/bullet.gif) left center no-repeat;
	}
	
#content {
	float:left;
	margin-top:20px;
	padding-left:20px;
	width:360px;
	border-left:1px dotted #999;
	}
	
#content img {
	float:left;
	margin-right:15px;
	}
	
#right {
	float:right;
	margin-right:8px;
	}
	
#body #right a {
	border:none;
	}
	
/* Body Text Styles
-------------------------------------------------------------------- */	
#body h1 {
	color:#e3303d;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-bottom:18px;
	}
	
#body h2 {
	color:#000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:12px;
	}
	
#body h3 {
	color:#e3303d;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
	margin-bottom:5px;
	}
	
#body p {
	margin-bottom:12px;
	}
	
#body ul {
	margin-bottom:12px;
	}
	
#body #content ul {
	margin:0px 0px 12px 30px;
	}
	
#body #content ul li {
	padding:3px 0px;
	}

#body #content strong {
	color:#e3303d;
	}
	
#body .readmore {
	background:url(../images/arrow.gif) left center no-repeat;
	padding-left:20px;
	color:#e3303d;
	font-weight:bold;
	border:none;
	margin-bottom:12px;
	}
	
#body .readmore a, .readmore a:link, .readmore a:visited, .readmore a:hover, .readmore a:active {
	color:#e3303d;
	text-decoration:none;
	border:none;	
	}
	
/* News Page
-------------------------------------------------------------------- */
.newstitle {
	padding:3px 8px;
	background:#dadada;
	border:1px solid #bbbbbb;
	font-size:12px;
	font-weight:bold
	}
	
/* Form
-------------------------------------------------------------------- */
#form td {
	padding:5px;
	}
	
.req {
	color:#f00;
	}
	
/* Footer Section
-------------------------------------------------------------------- */	
#foot {
	clear:both;
	margin-top:10px;
	width:100%;
	border-top:6px solid #e3303d;
	font-size:10px;
	color:#999;
	}
	
.copyright {
	margin-top:10px;
	float:left;
	width:400px;
	}
	
.footlinks {
	margin-top:10px;
	float:right;
	list-style:none;
	}
	
.footlinks li {
	display:inline;
	padding:0px 10px;
	border-right:1px dotted #999;
	}
	
.footlinks .last {
	border-right:none;
	}
	
#foot a, #foot a:link, #foot a:visited {
	color:#e3303d;
	text-decoration:none;
	border-bottom:none;
	}
	
#foot a:hover, #foot a:active {
	color:#999;
	text-decoration:none;
	border-bottom:none;
	}