body { background-color: #87cabd; background-image: url(../images/bg.gif); text-align: center; }

p, h1, h2, h3, h4, h5, a, ul, li, ol, dl, dt, dd, div, address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

address {
	font-style: normal;
}

h1 { font-size: 22px; font-weight: bold; border-bottom: 1px dotted; color: #900; }

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #24482e;
}

h3 {
	color: #4a9782;
	font-weight: bold;
}

a:link, a:visited {
	color: #821919;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
     width: 772px;
     margin: 0 auto;
	 background: #87cabd url(../images/contentbg.jpg) no-repeat 50% top;
	 
}

	div#header {
		height: 186px;
		background: #87cabd url(../images/headerbg.jpg) no-repeat;
		text-align: left;
	}
div#navcontainer { height: 28px; background: #87cabd url(../images/navbg.jpg) repeat-x; }
	
	div#content {
		
	}
	
		div#margin { margin: 10px; }
		
			div#margin p {
				line-height: 18px;
			}
	
	div#footer {
		text-align: center;
		clear: both;
		height: 28px;
		background: #87cabd url(../images/navbg.jpg) repeat-x;
	}
	
		 div#footer p {
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 0;
			position: relative;
			top: 6px;
			left: 0;
			color: #FFF;
			font-size: 11px;
		 }
	
			  div#footer a:link, div#footer a:visited {
				color: #fff;
				font-size: 11px;
			  }
	
			  div#footer a:hover, div#footer a:active {
				   text-decoration: none;
			  } 
			  
	div#bottom { height: 88px; background: #87cabd url(../images/bottombg.jpg) no-repeat; }
	
		div#contact {
			width: 200px;
			float: left;
		}
		
		div#hours { text-align: justify; width: 250px; float: left; }
		
		div#cc {
			width: 320px;
			float: right;
			text-align: right;
		}
		
			div#contact address, div#owner p, div#owner a, div#hours p {
				font-weight: bold;
				color: #FFF;
				margin: 0;
				padding: 5px;
			}
		
			div#cc p, div#cc a {
				text-align: right;
				color: #FFF;
			}

div#imv_copyright, div#imv_copyright a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 770px;
	margin: 0px auto;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.clearcentered {
	clear: both;	
	text-align: center;
	margin: 0 auto 0 auto;
}
.centered {
	text-align: center;
	margin: 0 auto 0 auto;
}

/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	margin: 0px;
	padding: 0px 0px 24px;
	width: auto;
}

ul#mainnav li {
	float: left;
	height: 28px;
	border-right: solid 1px #FFF;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(../images/navbgon.jpg) repeat-x;
	color: #000;
}
/* ----------------- SERVICES LIST ----------------- */
	
/*dl.services {
	width: 400px;
	margin: 0;
}
	
	dl.services dt.title {
		float: left;
		clear: left;
		width: 300px;
		font-weight: bold;
		border: solid #ccc;
		border-width: 0 1px 1px 0;
		padding: 5px 0;
		margin: 0;
		text-indent: 5px;
		}
	
	dl.services dd {
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px;
		margin: 0;
		text-indent: 5px;
		}*/
		
div.directions {
	float: left;
	width: 200px;
	margin-right: 20px;
}
	
table.services {
	margin: 0;
	text-align: left;
	padding: 0;}
table.services tr {}
table.services tr td {
	padding: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #ccc;}
table.services tr td.title {
	font-weight: bold;
	border-right: 1px solid #ccc;
	width: 290px;}
table.services tr td.fulltitle {
	font-weight: bold;
	width: 290px;}
table.services tr td.subtitle {
	text-indent: 25px;
	border-right: 1px solid #ccc;}	
	img.center {
	float: none;
	margin: 0 0 10px 0px;
	padding: 0px;
}
