body {
	background: url(images/main_bgd.jpg) repeat-x #fff;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, dl, dt, dd, address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

.business_name {
color: #333133;
font-weight: bold;
}

p {
	line-height: 1.8;
}

address {
	font-style: normal;
}

dt {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #01006D;
	margin: 10px 20px 5px 20px;
} 

dd {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 5px 30px 10px 30px;
} 

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a:link, a:visited {
	color: #6A6A58;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#wrapper {
margin: 0;
padding: 0;
position: relative;

}

div#hdr_flash {
position: absolute;
top: 20px;
left: 0px;
}

div#header {
height: 177px;
	background: url(images/hdr_photos.jpg) no-repeat;
	background-position: 20px 0px;
}



	div#content {
	position: relative;
	background: url(images/content_bg.gif) repeat #fff;
		clear: both;
	}
	
div#audio {
border: 1px solid #8b8a60;
position: absolute;
top: 6px;
left: 460px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
}

div#railing_flash {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 100px;
	right: 0px;
	z-index: 1000;
}
		div#margin {
			float: left;
			margin: 0;
			padding: 20px;
			background-color: #fff;
		}
		
		div#margin p {
		padding-right: 250px;
		}
	
	div#footer {
		height: 50px;
		background: url(images/utilnav_bgd.gif) repeat-x #fff;
		text-align: center;
		clear: both;
		
	}
	
		 div#footer p {
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 6px 0 0 0;
			top: 9px;
			left: 0;
			color: #333133;
			font-size: 11px;
			line-height: 1.5;
			font-weight: bold;
		 }
	
			  div#footer a:link, div#footer a:visited {
				margin: 0 5px 0 5px;
				color: #333133;
				font-size: 11px;
				font-weight: bold;
			  }
	
			  div#footer a:hover, div#footer a:active {
				   text-decoration: none;
				   font-weight: bold;
			  } 
			  
	div#contact {
		
		background: url(images/address_bgd.gif) repeat-x;
		height: 55px;
	}
	
		div#contact address {
			text-align: center;
			margin: 0 auto 0 auto;
			padding: 0;
			color: #333133;
			font-weight: bold;
		}
		
		div#contact p {
			text-align: center;
			padding: 5px;
			margin: 0 auto 0 auto;
			color: #333133;
			font-weight: bold;
		}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.leftxmgn {
	float: left;
	margin: 0 10px 30px 0;
}

div#img_left {
float: left;
background: url(images/photo_frame.jpg) no-repeat;
margin: 5px 10px 20px 0px;
padding: 9px 2px 10px 2px;
}

div#img_right {
	float: right;
	background: url(images/photo_frame.jpg) no-repeat;
	margin: 5px 100px 20px 15px;
	padding: 9px 2px 10px 2px;
}

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;
}

.up {
	position: relative;
	z-index: 3000000;
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */
	div#top_nav {
	height: 20px;
	}
	
	ul#mainnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 50px;
	top: 0px;
	z-index: 1000;
	}

	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 3px 6px 3px 6px;
	margin: 0px;
	border-right: 1px solid #8b8a60; 
	color: #fff; 
	font-weight: bold;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	background-color: #f6e08c;
	color: #333133;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */

div#copyright {
height: 70px;
background-color: #8b8a60;
border-bottom: 1px solid #333133;
margin: 0;
padding: 0 0 0 20px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #fff;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#fff;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#fff;
text-decoration:underline;
}

div#copyright img {
border: none;
}

iframe {
background-color: #fff;
}

