body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
	background: #899e65;
	text-align: center;
}

p {
	font-size: 1.3em;
	margin:0;
	line-height: 1.4;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 20px;
}

h1{
	padding: 0 20px 0px 20px;
	font-size:200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #836241;
}

h2{
	font-size: 2em;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

h3{
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h4 {
	font-size: 110%;
	color: #000;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size:14px;
}
	
.horzline {
	clear:both;
	width: 600px;
	height: 10px;
	overflow:hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cbb296;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}
#page-container {
	width:800px;
	text-align: left;
	border: thin solid #000000;
	background-color: #FFFFFF;
	background-image: url(../images/containergif.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-position: left;
}

#header {
	background: #899e65;
	height: 200px;
}

#sidebar-a {
	float: left;
	width: 200px;
	background: #cbb296;
	text-align: center;
}

#hours {
	float: left;
	width: 200px;
	clear: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #cbb296;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
}

#aaha {
	float: left;
	width: 195px;
	background: #cbb296;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	clear: left;
	height: 100%;
}
#content {
	float: right;
	width: 600px;
	background: #ffffff;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 50px;
	z-index: 100;
}

#footer {
	clear: both;
	height: 50px;
	background-color: #CBB296;
	padding-top: 10px;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left: 2px;
	margin-top: 25px;
	font-weight: bold;
	list-style-type: none;
}

#nav a {
	display:block;
	width:180px;
	color:#000000;
	text-decoration:none;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 40px;
}

#nav a:hover { 

	background-image: url(../images/menu_a.gif);
	background-repeat: no-repeat;
    color: #0033CC;
}
#nav a:active {
	background-image: url(../images/menu_o.gif);
	background-repeat: no-repeat;
    color: #996633;
}

#servicelist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.5em;
    font-weight:bold;
    list-style:none;
}
#servicelist a {
    display:block;
    width:300px;
    color:#836241;
    text-decoration:underline;
    padding:7px 10px 6px 10px;
}
#servicelist a:hover { 
    background-position:0 -29px;
    color: #1e5ebd;
}
#servicelist a:active {
    background-position:0 -58px;
    color:#1e5ebd;
}
#gmap {
	border: 15px solid #cbb296;
	width: 500px;
	height: 500px;
	margin: 10px 0 10px 10px;
}
table {
	margin-left: 20px;
}
a:link {
	color: #566936;
}
a:visited {
	color: #566936;
}
#page-container #content object {
	margin-left: 20px;
}

