@charset "utf-8";
/* CSS Document */
/*	cut out default	*/
* {
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	background-color:#fff;
	text-align:center;
}
h1, h2 {
	text-align:left;
	padding-bottom:1em;
	color:#0c5f45;
	font:1.6em "Times New Roman", Times, serif;
}
h2 {
	font-size:1.3em;
	padding:5px 10px;
}
h3, h4 {
	font:bold .9em Tahoma, "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	color:#002349;
}
p {
	font:.9em "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:1.4em;
	word-spacing:1px;
	text-align:left;
	color:#000;
	padding:3px 10px;
}
li {
	color:#666;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
ol {
	list-style-position:inside;
}
fieldset {
	border:none;
}
legend {
	color:#fff;
	font-family:georgia, sans-serif;
}
a {
	color:#666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
ul {
	list-style:none;
}
table {
	border-collapse:collapse;
}
img {
	border:0;
}
/*	end of - cut out default	*/


div#header, div#nav, div#consume,  div#image, div#main, div#footer {
	float:left;
}
div#wrapper, div#header, div#nav, div#footer {
	width:952px;
}

/*	start of wrapper	*/
div#wrapper {
	margin:10px auto;
	text-align:left;
}
/*	skip navagation	*/
p.accessaid {
	position:absolute;
	height:0;
	overflow:hidden;
	display:none;
}
p.accessaid a {
	background:none;
}			
/*	 header section	*/

div#header {
	position:relative;
	background:#dcdcb8 url(../images/header_logo.jpg) right top no-repeat;
	height:257px;
}
	div#header h1 {
		text-indent:-999em;
	}
		div#header h1 span {
			position:absolute;
			width:236px;
			height:257px;
			background:#000 url(../images/h1_logo.jpg) 0 0 no-repeat;
			display:block;
			top:0px;
			left:0px;
		}
/*	nav section	*/
div#nav {
	background:#000 url(../images/nav_block.png) 0 0 no-repeat;
	padding-top:25px;
}
	ul#navagation {
		height:30px;
		background:url(../images/nav_gradient.gif) 0 0 repeat-x;
	}
		ul#navagation li {
			float:left;
			border-left:1px solid #999;
			border-right:1px solid #999;
			background:url(../images/nav_gradient.gif) 0 0 repeat-x;
			height:30px;
			margin:0 2px;
			width:164px;
			w\idth:150px;
		}
		ul#navagation li#home {
			border-left:none;
			margin-left:0;
		}
		ul#navagation li#find {
			border-right:none;
		}
			ul#navagation a {
				padding-top:5px;
				display:block;
				text-align:center;
				height:25px;
				width:150px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				font:.8em Verdana, Arial, sans-serif;
			}
				ul#navagation a:visited {
					color:#CCC;
				}
				ul#navagation a:hover {
					color:#3C9;
					background:url(../images/nav_gradient.gif) 0 -30px repeat-x;
				}
				ul li ul.menu {
					display:none;
					position:absolute;
					width:150px;
					background-color:#2d2d2e;
					border:none;
					z-index:1;
				}
				ul li ul#menu1 {
					left:auto;
					top:320px;
				}
					ul li ul#menu1 li {
						background-image:none;
						border:none;
					}
						* html ul.menu a {
							height:1px;
						}
ul#navagation, div#consume {
	border-left:4px solid #616161;	
	border-right:4px solid #616161;
}
div#consume {
	clear:both;
	background-color:#dcdcb8;
	padding-top:10px;
	width:944px;
}
	/* Start of map section */
	div#map_area {
		float:left;
		display:inline;
		width:925px;
		margin:0 10px;
	}
		div#map_area img {
			float:right;
			margin-right:50px;
		}
		div#map_area h2, div#map_area p {
			width:555px;
		}
	div#house {
		float:left;
		clear:both;
		width:925px;
		border-top:1px dotted #999;
	}
		div#map {
			 width:500px; 
			 height:300px; 
			 margin:10px 20px; 
			 float:left; 
			 border:1px solid #030;
		}
		div.profile {
			border:0;
			float:left;
			width:890px;
			margin:10px;
		}
		div#map_desc {
			float:right;
			width:450px;
			margin-top:10px;
			border-left:1px dotted #999;
		}
			div#map_desc h2, div#map_desc p {
				margin-left:10px;
			}
				div#map_desc form {
					margin-left:30px;
				}
					div#map_desc th {
						width:150px;
						margin:5px 10px;
					}
					div#map_desc input {
						-moz-appearance: none !important;
  						background-color: white !important;
						width:200px;
						margin:5px 0; 
					}
/* End of map section */
/* Footer section */
div#footer {
	background:url(../images/footer_block.png) 0 0 no-repeat;
	padding:30px 0 50px 0;
}
	div#footer img {
		margin-left:400px;
	}
/*  End of footer section */

