* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #d9d2b5;
}
/*----Layout----*/
#main {
	width: 100%;
}
.container {
	width: 1050px;
}
#top_nav {
	float: left;
	width: 100%;
	height: 30px;
	background: #353223;
	color: #fff;
}
#header {
	float: left;
	width: 100%;
	background: #f0f0e4 url(../img/header_bk.jpg) bottom repeat-x;
}
#top_wrap {
	float: left;
	width: 100%;
	background: url(../img/top_bk.jpg) bottom right no-repeat;
}
#top {
	float: left;
	width: 100%;
	min-height: 100px;
	height: auto;
	padding-bottom: 10px;
}
#nav {
	float: left;
	width: 100%;
	height: 34px;
	padding-bottom: 10px;
}
#body_contain {
	float: left;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
}
#body_top {
	float: left;
	width: 100%;
	background: url(../img/right_bk_strip.jpg) right repeat-y;
}
#right_column {
	float: right;
	width: 393px;
}
#body_content {
	float: left;
	width: 62%;
}
#body_bottom {}
#footer {
	float: left;
	width: 100%;
	background: url(../img/footer_bk_strip.jpg) top repeat-x;
}


/*---header top navigation---*/
#top_nav ul {
	float: right;
	width: 98%;
	padding: 0 2% 0 0;
	margin: 0px;
	text-align: right;		
}
#top_nav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
}
#top_nav li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}
#top_nav li a:hover {
	color: #F90;
}


/*----top navigation----*/
#nav ul {
	float: left;
	width: 60%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	margin: 0px 1px;
	padding: 0px;
	display: inline;
	float: left;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background: url(../img/nav_bk.jpg) left 0px no-repeat;
	float: left;
	display: block;
	height: 34px;
	line-height: 32px;
}
#nav li a span {
	float: left;
	display: block;
	height: 34px;
	padding: 0 10px;
	background: url(../img/nav_bk_right.jpg) right 0px no-repeat;
	cursor: pointer;
}
#nav li a:hover {
	background: url(../img/nav_bk.jpg) left -34px no-repeat;
}
#nav li a:hover span {
	background: url(../img/nav_bk_right.jpg) right -34px no-repeat;
	cursor: pointer;	
}


/*----left navigation----*/
#menu	{
	float: left;
	width: 100%;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #f2e1b0;
	padding: 10px 0px 10px 10px;
}
#menu li a:hover {
	display: block;
	background: #8b6929;
	color: #fff;
}
#menu li a.active {
	background: #674607;
	color: #fff;
}
/*----footer navigation----*/
#footer_links {
	float: left;
	width: 100%;
	min-height: 70px;
	height: auto;
	background: url(../img/footer_bk.jpg) top right no-repeat;
}
* html #footer_links {
	height: 70px;
}
#footer_links ul {
	float: left;
	width: 62%;
	padding: 10px 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}
#footer_links li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;	
	float: left;
}
#footer_links li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 7px;
}
#footer_links li a:hover {
	color: #d8bf77;
	padding: 0px 7px;
}

/*----Other Stuff----*/
img {
	border: none;
}
.logo {
	float: left;
	width: 45%;
	padding-left: 23px;
		padding-top: 10px;
}
.contact_info {
	float: right;
	width: 40%;
	position: relative;
	top: 10px;
	right: 20px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.contact_info a {
	color: #000;
	text-decoration: none;
}
.contact_info a:hover {
	color: #fff;
}

#top_banner {
	float: left;
	width: 100%;
	height: 250px;
	background: #0CF;
}


#searchbox {
	float: right;
	width: 221px;
	position: relative;
	right: 20px;
	text-align: right;
}
* html #searchbox {
	width: 231px;
}
.search_field {
	float: left;
	width: 189px;
	height: 22px;
	background: url(../img/search_bk.jpg) no-repeat;
}
#searchbox input.search_box {
	float: left;
	width: 169px; /*187*/
	height: 12px; /*22*/
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
#searchbox input.btn_search {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../img/ico_search.gif) center no-repeat;
	border: none;
	cursor: pointer;
	margin-left: 10px;
}

.module {
	clear: both;
	float: left;
	width: 92%;
	padding: 0 4%;
	margin: 0px auto 7px auto;
}
.module h3 {
	margin: 0px;
	padding: 0 0 16px 4%;
	float: left;
	width: 96%; /*240*/
	height: 34px;
	line-height: 34px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #fff;
	background: #cda95e url(../img/module_top.jpg) bottom no-repeat;
	border-top: 1px solid #b5801f;
}
.module_top {
	float: left;
	width: 100%;	
}
.module_bottom {
	clear: both;
}




.body_inset {
	width: 635px;
	margin: 0px auto;
	padding-top: 5px;
}
.body_inset h2 {
	float: left;
	width: 630px; /*635*/
	height: 43px;
	line-height: 40px;
	background: url(../img/inset_top_strip.jpg) top repeat-x;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
}
.body_form {
	float: left;
	width: 615px; /*635*/
	padding: 10px 10px 10px 10px;
	background: #fff url(../img/body_form_bk.jpg) top no-repeat;
	border: 5px solid #8b6929;	
}


.copyline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	clear: both;
	float: left;
	width: 98%;
	color: #7c3e17;
	padding: 10px 0 10px 2%;
}
.copyline a {
	color: #7c3e17;
	text-decoration: none;
}
.copyline a:hover {
	color: #000;
}

h1.category_title {
	float: left;
	width: 93%;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 7%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	background:url(../img/cat_title.jpg) left no-repeat;
}
h1.category_title span {
	display: block;
	height: 50px;
	background: url(../img/cat_title_right.jpg) right no-repeat;
}


#blog_wrap {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.blog_title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #7d5b1b;
}

.date_box {
	float: left;
	width: 57px;
	height: 55px;
	background: #f1f0e4;
	text-align: center;
	margin-right: 10px;
}
.month {
	float: left;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding: 3% 0; 
	color: #f1f0e4;
	background: #644304;
}
.day {
	float: left;
	width: 100%;
	padding-top: 5%;
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
}
.author {
	padding: 3px 0px;
	color: #876525;
}
.dateline {
	padding: 3px 0px;
	color: #876525;
}

.blog_entry {
	float: left;
	width: 96%;
	padding: 2%;
}
.blog_entry h1, .blog_entry h2 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 16pt;
	font-weight: normal;
	color: #6b4a0a;
}
.blog_entry h2 a {
	color: #6b4a0a;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #000;
}


.blog_content {
	padding: 0px;
	float: left;
	width: 100%;
}
.blog_entry p {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.readmore {
	clear: left;
	float: right; 
	padding-right: 10px; 
	padding-top: 10px;
}
.readmore a, a.readon  {
	color: #910101;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bullet_arrow.gif) left no-repeat;
	padding-left: 10px;
}
.readmore a:hover, a.readon:hover {
	color: #db8b01;
}
/*---webform---*/
.webform p {
	padding: 0px;
	margin: 2px 0px;
}
.webform label {
	display: block;
	font-weight: bold;
	color: #314f71;
}
.webform input {
	width: 160px;
	height: 16px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	font-size: 11px;
	margin-top: 2px;
}
.webform select {
	width: 160px;
	height: 20px !important;
	height: 22px ;
	padding: 2px !important;
	padding: 0px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.webform select.short {
	width: 80px;
	height: 20px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.webform input.btn_search {
	width: 135px;
	height: 39px;
	background: url(../img/btn_search.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #fff;
	border: none;
	cursor: pointer;
}

/*---column webform---*/
.columnform {
	clear: left;
	margin: 0px auto;
	padding: 5px 0px;
}
.columnform p {
	margin: 3px auto;
	padding: 0px;
	width: 90%;
	text-align: center;
}
.columnform label {
	display: block;
	font-weight: bold;
	color: #314f71;
}
.columnform input {	
	width: 160px;
	height: 16px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	font-size: 11px;
	font-weight: bold;
	color: #314f71;
}
.columnform select {
	width: 160px;
	height: 20px !important;
	height: 22px ;
	padding: 2px !important;
	padding: 0px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.columnform select.short {
	width: 80px;
	height: 20px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.columnform input.btn_search {
	width: 135px; 
	height: 39px;
	background: url(../img/btn_search.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #fff;
	border: none;
	cursor: pointer;
	margin: 0px auto;
}
.columnform input.btn_send {
	display: block;
	width: 79px;
	height: 25px;
	background: url(../img/btn_send.gif) no-repeat;
	border: none;
	cursor: pointer;
	margin: 3px auto;
	color: #fff;
}



/*---related articles---*/
#related_items {
	clear: both;
	width: 96%;
	margin: 10px auto;
}
#related_items h5 {
	width: 100%;
	margin: 0px auto;
	padding: 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	border-bottom: 1px solid #876525;
}
#related_items h6 {
	width: 96%;
	padding: 5px 0px 5px 20px;
	color: #876525;
	font-size: 110%;
	font-weight: bold;
}
#related_items ul {
	margin: 5px 0px;
	padding: 0px 0px 0px 30px;
}
#related_items li {
	margin: 0px;
	padding: 3px 0px;
	color: #000;
}
#related_items li a {
	color: #000;
	text-decoration: none;
}
#related_items li a:hover {
	color: #876525;
}

/*----pagination---*/
#pagination {
	clear: both;
	width: 96%;
	margin: 5px auto;
	padding: 5px 10px 5px 0px;
	text-align: right;
	color: #fcd603;
	font-weight: bold;
	background: #000;
}
#pagination a {
	color: #fff;
	text-decoration: none;
	padding: 5px;	
	font-weight: bold;
}
#pagination a:hover, #pagination a.active, #pagination span {
	color: #fcd603;
	font-weight: bold;
}

/*----login password---*/
.login_form {
	width: 50%;
	margin: 0px auto;
	padding: 4%;
	border: 1px solid #cecece;
	background: url(../img/ico_lock.gif) right center no-repeat;
}

/*---property listing---*/
.list_result {}
.list_item {
	clear: both;
	float: left;
	width: 95%;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.item_img {
	float: left;
	width: 25%;
	text-align: center;
}
.item_img img {
	border: 5px solid #fff;
}
.item_details {
	float: left;
	width: 73%;
}
.item_details h4 {
	margin: 0px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12pt;
}
.item_details p {
	margin: 0px;
	padding: 0px;
}
p.item_specs {
	float: left;
	width: 70%;
}
.item_details a {
	color: #000;
	text-decoration: none;
}
.item_details a:hover {
	color: #333;
}
span.item_price {
	float: right;
	padding: 5px 7px 5px 30px;
	margin: 5px;
	background: url(../img/ico_tag.gif) left center no-repeat;
	font-size: 14pt;
	font-weight: bold;	
	font-style: italic;
	color: #000;
}
span.item_qty {
	float: left;
	display: inline;
	padding: 7px;
	margin: 8px 1px;
	background: #DADADA;
}
.more_details {
	float: left;
	width: 97%;
	border: 1px solid #ccc;
	padding: 0.5% 1%;
}