/* Clear Page Styles */
#nav{
	display: block;
}

/* Body Styles */
body{
	margin: 0;
	padding: 0;	
	background: url(../../images/internal_container_bg.jpg) repeat-x #766956;
}

/* Alters text position */
h1 a{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;  
	text-align: left;
	text-decoration: none; 
	outline: none; 
	border: none;
}

h2 p{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;  
	text-align: left;
	text-decoration: none; 
	outline: none; 
	border: none;
}

/* Container */
#container{
	width: 762px;
	margin: 0 auto;
	background: url(../../images/container-bg.gif) repeat-y;
}

/* Header */
#header{
	float: left;
	width: 100%;
	height: 122px;
	background: url(../../images/internal_logo.jpg) no-repeat;
}
#home_title{
	float: left;
	width: 100%;
	background: url(../../images/header_home.jpg) no-repeat;
}
#about_title{
	float: left;
	width: 100%;
	background: url(../../images/header_about.jpg) no-repeat;
}
#buyers_title{
	float: left;
	width: 100%;
	background: url(../../images/header_buyers.jpg) no-repeat;
}
#contact_title{
	float: left;
	width: 100%;
	background: url(../../images/header_contact.jpg) no-repeat;
}
#find_title{
	float: left;
	width: 100%;
	background: url(../../images/header_find.jpg) no-repeat;
}
#search_title{
	float: left;
	width: 100%;
	background: url(../../images/header_search.jpg) no-repeat;
}
#sellers_title{
	float: left;
	width: 100%;
	background: url(../../images/header_sellers.jpg) no-repeat;
}
#sitemap_title{
	float: left;
	width: 100%;
	background: url(../../images/header_sitemap.jpg) no-repeat;
}
#weather_title{
	float: left;
	width: 100%;
	background: url(../../images/header_weather.jpg) no-repeat;
}
#testimonials_title{
	float: left;
	width: 100%;
	background: url(../../images/header_testimonials.jpg) no-repeat;
}
#gallery_title{
	float: left;
	width: 100%;
	background: url(../../images/header_gallery.jpg) no-repeat;
}
#ceo_title{
	float: left;
	width: 100%;
	background: url(../../images/header_ceo.jpg) no-repeat;
}
h1{
	margin: 0;
	padding: 0;
}
h2{
	margin: 0;
	padding: 0;
}
h1 a{
	height: 121px;
}
h2 p{
	height: 49px;
}

/* Top Navigation  */
#topnav{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../images/top_nav_bg.jpg);
	list-style: none;
}
#topnav li{
	float: left;
	width: auto;
}
#topnav li a{
	display: block;
	padding: 9px 15px 8px 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #eee;
}
#topnav li a:hover{
	background: #222;
	color: #fff;
}

/* Button Behaviors */
#button_area{
	height: 215px;
	width: 762px;
	float:left;
}

/* Main Content */
#main{
	clear: both;
	float: left;
	background-color: #766956;
}
#contents{
	display: inline; 
	float: left;
	width: 592px;
	margin-left: 165px;
	padding-top: 15px;
}

/* Sidebar */
#side{
	float: left;
	width: 145px;
	margin-left: -757px;	
	background: url(../../images/side_nav_bg.jpg) repeat-y;
}

/* Side Navigation */
#nav{
	margin: 0;
	padding: 0px 2px 0px 2px;
	width: 141px;
	list-style: none;
}
#nav li{
	display: inline; 
}
#nav li a{
	display: block;
	padding: 4px 10px;
	font-weight: bold;
	color: #d7d2cb;
	text-decoration: none;
	border-bottom: 2px solid #251516;
}
#nav li a:hover,
#home #nav li.home a{
	background: #251516;
	font-weight: bold;
	color: #d7d2cb;
}

/* Footer */
#footer{
	clear: both;
	padding: 0.75em;
	background: url(../../images/footer_bg.jpg) repeat-x #766956;
	text-align: center;
}
#home #footer-links a.home{ 
	text-decoration: none;
	font-weight: bold;
}

/* Misc */
#photo_left{
	float: left;
	padding-right: 10px;
	padding-bottom: 7px;
}

#photo_right{
	float: right;
	padding-left: 10px;
	padding-bottom: 7px;
}
#abr_left{
	float: left;
	padding-right: 10px;
}
#weather{
	padding: 6px 0px 0px 0px;
}
#large_map{
	border: 2px solid #000;
}
#brown_line{
	border-bottom: 2px solid #251516; 
	width: 100%;
	 
}
#gallery_left{
	width: 260px;
	float:left;
	margin: 5px 10px 10px 0px;
}
#gallery_right{
	float:left;
	width: 315px;
	margin: 5px 0px 10px 0px;
}

#gallery_right a{
	border: 1px solid #000;
	margin: 2px;
	float:left;
}
#gallery_left a{
	border: 1px solid #000;
	margin: 2px 0px 2px 0px;
	float:left;
}
#find_box_container{
	width: 500px;
	marin: 10px 0px 10px 0px;
}
#find_box_left{
	float: left;
	border: 1px solid #000;
	width: 244px;
	text-align: center;
	padding: 3px;
	margin: 0px 10px 10px 10px;
}
#find_box_holder{
	float:left;
	width: 270px;
	marin: 10px 0px 10px 0px;
}
