/*
container
	content
		header 800x222
		middle
			nav 200
			text
		footer 800x48
		
*/
body{
	background:url(img/bg_tile.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8125em; /* ~13px */
	line-height:1.25em; /* ~16.25 */
	}

a{color:#5383b3; text-decoration:none;}
a:hover{text-decoration:underline;}

p{
	padding-bottom:1em;
	}
	
h3 {
	color: #1268b3;
	font-size: 1.5em;
}

br.clearboth {
	clear:both;
}

#container{
	width:100%;
	background:url(img/bg_container.jpg) repeat-x;
	}
	
#content, #header, #middle, #footer{
	width:822px;
	}
#content{
	margin:0 auto;
	
	}
	
#header{
	height:222px;
	background:url(img/header.jpg) no-repeat;
	}
#header h1, #header h2{display:none;}

#middle{
	background:url(img/midtile.jpg) repeat-y;
	}

#nav{
	width:208px;
	float:left;
	margin-left:22px;  /* 22 */
	background:url(img/navtop.jpg) no-repeat;
	color:#ffffff;
	}
#nav2{
	width:208px;
	background:url(img/navbottom.jpg) no-repeat;
	background-position:bottom;
	}
#mainnav{
	width:208px;
	}
#email, #mailing, #hours{
	width:188px;
	margin:10px 0 0 5px;
	}
#email li, #mailing li, #hours li{
	padding-left:10px;
	}

#email li a{color:#99ccff; text-decoration:none;}
#email li a:hover{text-decoration:underline;}

#hours{padding-bottom:20px;}

#mainnav{margin-top:15px;}
li.n1 a{display:block; width:208px; height:20px; background:url(img/n1.jpg) no-repeat; vertical-align: bottom;}
li.n2 a{display:block; width:208px; height:20px; background:url(img/n2.jpg) no-repeat; vertical-align: bottom;}
li.n3 a{display:block; width:208px; height:20px; background:url(img/n3.jpg) no-repeat; vertical-align: bottom;}
li.n4 a{display:block; width:208px; height:20px; background:url(img/n4.jpg) no-repeat; vertical-align: bottom;}
li.n5 a{display:block; width:208px; height:25px; background:url(img/n5.jpg) no-repeat; vertical-align: bottom;}

li.n1 a:hover{display:block; width:208px; height:20px; background:url(img/n1_over.jpg) no-repeat; vertical-align: bottom;}
li.n2 a:hover{display:block; width:208px; height:20px; background:url(img/n2_over.jpg) no-repeat; vertical-align: bottom;}
li.n3 a:hover{display:block; width:208px; height:20px; background:url(img/n3_over.jpg) no-repeat; vertical-align: bottom;}
li.n4 a:hover{display:block; width:208px; height:20px; background:url(img/n4_over.jpg) no-repeat; vertical-align: bottom;}
li.n5 a:hover{display:block; width:208px; height:25px; background:url(img/n5_over.jpg) no-repeat; vertical-align: bottom;}
li.n1 a span,li.n2 a span,li.n3 a span,li.n4 a span,li.n5 a span,li.n6 a span, #nav2 h2 span{display:none;}

#nav2 h2{height:25px; width:208px; background:url(img/contactus.jpg) no-repeat;}

/* --- This class is for preloading the rollovers for the nav --- */
.preload {
	display: none;
}
	
#sectionhead h1, #sectionhead h2 {display: none;}	
#sectionhead {
	float: left;
	width: 500px;
	height: 30px;
	border-bottom: #ff0000 solid 2px;
	margin-bottom: 1.5em;
}

#text{
	width:505px;
	margin-left:237px;
	text-align: justify;
	}
	
ul#textlist{
	margin-left: 2em;
	list-style-type: circle;
}

.bodyhead {
	float: left;
	width: 500px;
	height: 20px;
	border-bottom: silver solid 1px;
	margin-bottom: 1em;
	color: #1268b3;
	font-size: 1em;
	font-weight: bold;	
}
#bodyimage_left {
	float: left;
	 margin: 0 20px 20px 0;
	border: 0;
	padding: 2px;
}

#bodyimage_right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
	padding: 2px;
}

.testimonial{
	display: block;
	background-color: #CCDDEE;
	padding: .5em;
	margin: 10px 20px 10px 20px;
	border: #999999 1px solid;
	font-family: cursive;
	font-style: italic;
	font-size: 1.2em;
}

.testimonial_content{
	font-family: Arial, Helvetica, san-serif;
	font-size: .8125em;
	font-weight: normal;
	color: #333333;
	border-bottom: #999999 1px solid;
	margin: 0 0 1em 0;
}

#footer{
	color:#888888;
	font-size:.85em;
	height:48px;
	background:url(img/footer.jpg) no-repeat;
	clear:both;
	text-align:center;
	}

.website_block {
	float:left;
	width: 150px;
	background: #dddddd;
	border: #999999 solid 1px;
	margin:0px 6px 15px 0px;
	padding: 5px;
	text-align: center;
}

p.validtag {
	text-align: center;
}
