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

/* Tag (re)definitions */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../graphics/logo.png) center top no-repeat;
	height: 120px;
}
h2 {
	width:650px;
	padding: 0;
	margin: 0;
	height: 35px;
	text-indent: -9999px;
}
h2.home {
	background: url(../graphics/subhead_home.png);
}
h2.about {
	background: url(../graphics/subhead_about.png);
}
h2.services {
	background: url(../graphics/subhead_services.png);
}
h2.contact {
	background: url(../graphics/subhead_contact.png);
}

h3 {
	font-size: 21px;
	padding: 5px;
}

h4  {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	}
	
a { 
	color: #000066;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* ID styles */

#mainContainer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #336699 url(../graphics/bg_main.png) left top repeat-x;
}

#mainHeader {
	height: 160px;
	text-align: center;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;	
	width: 100%;
}
#nav li {
	display:inline;
	padding: 0 10px;
}
#nav li a {
	text-decoration: none;
	padding: 7px 15px;
	color: #000000;
}
#nav li a:hover {
	background: url(../graphics/bg_nav_on.png) left bottom repeat-x;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	padding: 7px 14px;
}
#mainBody {
	width: 650px;
	margin: 15px auto 30px auto;
	padding: 0;
	background: #CCD9E5;
}
#mainBody p, #mainBody ul{
	margin: 0;
	padding: 10px;
	font-size: 13px;
}
#mainFooter {
	height: 80px;
	background: #FFFFFF url(../graphics/bg_footer.png) left top repeat-x;
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 11px;
}
#mainFooter p {
	padding-bottom: 10px;
}

#clientlist1 {
	width:315px;
	float:left;
	height: 225px;
	}
#clientlist2 {
	width:334px;
	float:right;
	height: 225px;
	}	
.clientlist li {
	list-style: url(../graphics/bullet_round.png);
	margin-left: 15px;
	}	
.servlist li {
	list-style: url(../graphics/bullet_round.png);
	margin-left: 10px;	
	}

/* CLASS styles */

.testimonial {
	font-style: italic;
}
.testimonial_name {
	font-style: normal;
}
.list_column {
	width: 205px;
	height: 135px;
	float: left;
}
.content_img {
	float: right;
	clear: left;
	padding: 0 5px 15px 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.association_certification_logos {
	padding-right: 15px;
}
#contactform {
	padding: 10px;
}
#contactform label {
	display: block;
	padding-top: 10px;
	font-size: 13px;
}

