body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background:#124B7E url(images/body_bg.png) repeat scroll 0 0;


}

#container{
	margin:0px auto;
	background:#fff url(images/logo_bg.png) repeat;
	width:910px;
	border:1px solid #000;
	border-top:0px;
	
	
}

#nav .last {
	border:0px;
}

img{
	border:0px;
}

#header {
background:#fff ;
border:0px solid #FFFFFF;
height:197px;
position:relative;
width:910px;

}

#nav {
	position:absolute;
	bottom:3px;
	right:1px;
	list-style:none;
	padding:5px 0;
	margin:0px;
	height:20px;
	width:908px;
	background:#124B7E url(images/nav_bg.jpg) repeat-x;

}

#nav li{
	display:inline;
	font-family:arial ;
	font-size:16px;
	font-weight:bold;
	color:#384991;
	padding:2px 13px;
	

}

#nav a{
	color:#fff;
	text-decoration:none;

}
#nav a:hover{
	color:#fff;
	border-top:3px solid #ffff00;
	border-bottom:3px solid #ffff00;

}

#content {
padding:0 5px 10px 0;
width:905px;
}
#maintext {
	float:right;
	width:715px;
	position:relative;
	margin-top:10px;
	padding-right:10px;

}

#sidebar{
	float:left;
	width:145px;
	padding:10px 14px;
	background:#FFFFFF;
	
}
/* About */
.about {
	text-align:justify;
	font-size:14px;
	
}

/* HAIL-DOG */
.haillink{
font-weight:bold;
border-top:3px solid #124B7E;
border-bottom:3px solid #124B7E;
line-height:20px;
height:20px;
text-align:center;
width:142px;
margin-left:-5px;
margin-top:5px;
display:block;
font-family:verdana,arial,sans-serif"
}
/* Contact */

form{
	margin:0 auto;
	width:660px;
	border:1px solid #124B7E;
	padding:20px;
	
	}

form label {
	line-height:20px;
}

	
form .formInput, form select{
	width:230px;
	border:1px solid #124B7E;
	
}
form .formTextarea{
	width:561px;
	border:1px solid #124B7E;

	}



/* Testimonials */
.quote {
	font-weight:bold;
	font-size:16px;
	color:#124B7E;
	font-family:"Times New Roman", Times, serif;
	line-height:12px;

}

.testimonial {
	border-top:1px solid #124B7E;
	border-bottom:1px solid #124B7E;
	margin-bottom:2px;
	background:#fff;
	padding:0 10px;

}
/* Q and A */

.quest{
	display:block;
	width:702px;
	background:#124B7E;
	color:#fff;
	height:20px;
	line-height:20px;
	padding:5px;
	font-weight:bold;
}
.answer{
	display:block;
	width:690px;
	border:1px solid #124B7E;
	padding:10px;
	background:#fff;
}

/* Certifications */
.certimg{
	margin:10px;
	float:left;
	position:relative;
	

}

/* Footer */

#footer {
color:#124B7E;
height:50px;
margin-top:15px;
padding:0px 10px;
width:870px;
position:relative;
}
#footer a{
	color:#124B7E;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
#designby a{
	color:#fff;
	text-decoration:none;

}

#designby a:hover{
	text-decoration:underline;
}
/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 