﻿body {
	font: 11px/15px Arial, Helvetica, sans-serif; 
	color: #545454;
	margin-top:30px;
}

/*/ Text Styles /*/
h1
{
	margin: 10px 20px;
	font: 20px Georgia, Arial;
	color: #601f17;
}

h2
{
	font-size: 12px;
	color: #154f80;
	margin: 0px;
}

h3
{
	font-size: 13px;
	color: #bcbb8c;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

p
{
	font: 13px/17px Arial, Helvetica, sans-serif; 
	color: #545454;
	margin: 12px 0px 0px 0px;
}

.details
{
	font-size: 14px;
	line-height: 20px;
}

.tiny
{
	font-size: 10px;
}

/******************************************/

/*/ Header/Footer/Nav Styles /*/

.wrapper
{
	margin: 17px auto 0px auto;
	width: 1014px;
}

.header 
{
	margin: 0px auto;
	width: 1014px;
	height: 33px;
	background: #fff url('../images/content_top_bg.gif') no-repeat bottom;
	padding-bottom: 10px;
}

.header_content
{
	width: 500px;
	float: right;
}

.header_content .explore
{
	float: left;
	margin: 10px 10px 0px 0px;
}

.header .tab img
{
	margin-left: 5px;
}

.header .tab_mapview
{
	background: #fff url('../images/tab_mapview_on.gif') no-repeat;
	float: left;
	width: 116px;
	height: 33px;
}

.header .tab_listview
{
	background: #fff url('../images/tab_listview_off.gif') no-repeat bottom;
	float: left;
	width: 116px;
	height: 33px;
    margin-left: 10px;
 }

.content_middle
{
	margin: 0px auto;
	width: 980px;
	background: #fff url('../images/content_middle_bg.gif') repeat-y;
	padding: 0px 17px;
	min-height: 500px;
}

.nav_wrapper
{
	width: 250px;
	float: left;
	margin-right: 10px;
	background: #cbca97 url('../images/leftnav_bg.gif') no-repeat bottom;
}

.leftnav
{
	float: left;
	margin-right: 10px;
	width: 250px;
	min-height: 298px;
	padding: 20px 0px 162px 0px;
	text-align: center
}

.leftnav_logo
{
	border-bottom: 10px #fff solid;
	float: left
}

.leftnav .map
{
	background: #cbca97 url('../images/map.jpg') no-repeat center top;
	width: 230px;
	height: 185px;
	position: relative;
}

.content_bottom
{
	margin: 0px auto;
	width: 1014px;
	height: 17px;
	background: #fff url('../images/content_bottom_bg.gif') no-repeat;
}

.footer
{
	margin: 10px auto;
	padding: 0px 40px;
	width: 934px;
}
/******************************************/

/*/ Basic Styles /*/
img
{
	border: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}
/******************************************/

/*/ Page Styles /*/
.listview
{
	background: #fff url('../images/listview_bg.gif') no-repeat;
	width: 720px;
	min-height: 580px;
	float: left;
}

.pagination
{
	font: 10px Georgia, Arial;
	color: #777657;
	margin-right: 15px;
	width: 225px;
}

.pagination .showing
{
	margin-right: 20px;
	display: inline;
	float: right;
}

.pagination .page
{
	float: right;
	margin-right: 10px;
	display: inline;
}

.wall_item
{
	float: left;
	border: 1px #e9e9e9 solid;
	border-width: 0px 1px 1px 0px;
	width: 320px;
	height: 110px;
	padding: 10px 15px;
	margin: 3px 0px 0px 3px;
	background-color: #fff
}

.wall_item .photo,
.detail .photo
{
	background: #fff url('../images/listview_img_bg.gif') no-repeat;
	width: 88px;
	height: 88px;
	padding: 7px;
	float: left;
}

.wall_item .description
{
	margin: 5px 0px 0px 10px;
	float: left;
	width: 200px;
} 

.wall_item .description h2 img
{
	padding-right: 8px;
}

.detail
{
	background: #fff url('../images/detail_bg.gif') no-repeat;
	width: 720px;
	min-height: 676px;
	float: left;
}

.detail_header
{
	margin: 35px 20px;
	font: 20px Georgia, Arial;
	color: #601f17;
	float: left;
}

.detail .images
{
	float: left;
	padding: 19px 0px 0px 20px;
	width: 365px;
	min-height: 535px
}

.detail .images .main
{
	border: 5px #dddcbb solid;
	margin-bottom: 20px;
}

.detail .description
{
	width: 300px;
	float: left;
	padding: 16px 25px 0px 0px;
	text-align: left

}


	
/******************************************/

/*/ Link Styles /*/
a:visited,
a:link
{
	color: #545454;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1 a:visited,
h1 a:link
{
	color: #601f17;
	text-decoration: none;
}

.pagination a:visited,
.pagination a:link
{
	color: #777657;
	text-decoration: underline;
}

h2 a:visited,
h2 a:link
{
	text-decoration: underline;
	color: #154f80
}

h2 a:hover
{
	color: #154f80;
	text-decoration: none;
}

/******************************************/

/*/ Hover States /*/

.pagination a:hover
{
	text-decoration: none;
}

.wall_item:hover
{
	background-color: #f9f9f3;
}

.wall_item:hover .photo
{
	background: #fff url('../images/listview_img_bg_on.gif') no-repeat;
}
/******************************************/
