* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #e0bd92 url(../img/bg.png);
}
.spacer {
	clear:both; 
	line-height:0px; 
	font-size:0;
}
/*----Layout----*/
#main {
	width: 100%;
}
#container {
	width: 950px;
}
#header {
	width: 950px;
}
#top {
	float: left;
	width: 100%;
	height: 100px;
}
#nav {
	float: left;
	width: 950px;
	height: 54px;
	background: url(../img/topnav-bg.png) no-repeat;
}
* html #nav {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/topnav-bg.png', sizingMethod='crop');	
}
#body_contain {
	float: left;
	width: 950px;
	font-family: Tahoma;
	font-size: 11px;
}
#body_top {
	width: 950px;
	background: #b48d52 url(../img/body_top.jpg) top right no-repeat;
	float: left;
	padding-bottom: 10px;
}
#left_column {
	float: left;
	width: 235px; /*250*/
	padding: 15px 5px 0px 10px;
}
#body_content {
	float: left;
	width: 71%; 
	background: #fff;
	margin: 10px 0px 0px 10px;
}
#body_bottom {
	float: left;
	width: 950px;
	height: 15px;
	background: url(../img/body_bottom.png) top no-repeat;
}
* html #body_bottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/body_bottom.png', sizingMethod='crop');	
}
#footer {
	clear: both;
	float: left;
	width: 950px;
	height: 86px; /*86*/
	margin-top: 7px;
	margin-bottom: 10px;
	background: url(../img/footer_bk.jpg) no-repeat;
}
/*----top navigation----*/
#nav ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	width: 650px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 56px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: calibri, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li a:hover {
	color: #db8b01;
}



/*----left navigation----*/
#menu	{
	float: left;
	width: 235px;
	padding-top: 10px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	background: url(../img/left_nav_bar.gif) bottom repeat-x;
}
#menu li a {
	display: block;
	width: 225px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#menu li a:hover {
	display: block;
	color: #dcb58a;
}
#menu ul li img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}


/*----footer navigation----*/
#footer_links ul {
	width: 100%;
	margin: 0px auto;
	padding: 10px 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;	
}
#footer_links li a {
	color: #423528;
	text-decoration: none;
	padding: 0px 10px;
}
#footer_links li a:hover {
	color: #9a7235;
	padding: 0px 10px;
}

/*----Other Stuff----*/
img {
	border: none;
}
.logo {
	float: left;
	width: 50%;
}
.contact_info {
	float: right;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 45%;
	padding-top: 30px;
	padding-right: 10px;
}
.contact_info a {
	color: #fff;
	text-decoration: none;
}
.contact_info a:hover {
	color: #cacaca;
}

#top_banner {
	float: left;
	width: 950px;
	height: 250px;
	background: url(../img/banner_bk.jpg) no-repeat;
}


#searchbox {
	float: right;
	width: 221px;
	position: relative;
	top: 15px;
	text-align: right;
}
.search_field {
	float: left;
	width: 189px;
	height: 34px;
}
#searchbox input.search_box {
	float: left;
	width: 169px; /*189*/
	height: 12px; /*22*/
	padding: 5px 5px 5px 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/btn_arrow.gif) no-repeat;
	border: none;
	cursor: pointer;
}

.module {
	border-bottom: 7px solid #614d34;
	margin-bottom: 7px;
	clear: both;
}
.module img {
	padding-top: 15px;
	padding-bottom: 15px;
}
.module h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 225px; /*240*/
	height: 40px;
	line-height: 38px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #e5ca9c;
	background: url(../img/module_top.png) no-repeat;
}
* html .module h3 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/module_top.png', sizingMethod='crop');
}
.module_top {
	float: left;
	width: 235px;
	background: url(../img/module_bk.png) top no-repeat;
	color: #fff;
	padding-top: 10px;
}
* html .module_top {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/module_bk.png', sizingMethod='crop');
}
.module_top table {
	width: 94%;
}
.module_bottom {
	clear: both;
}

.body_inset {
	width: 96%;
	background: #fff;
	padding: 2%;
	margin: 0px auto;
}
.body_inset h2 {
	background-image: url(../img/body_inset_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 42px;
	width: 600px;
	padding-left: 50px;
	line-height: 42px;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #b48d52;
}
.body_inset .p {
	background-image: url(../img/body_form_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.body_inset_bot {
	float: left;
	width: 100%;
	background-image: url(../img/content-bot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 5px;
}
.body_form {
	float: left;
	width: 630px; /*650*/
	padding: 20px 10px 10px 10px;
	background: #fff url(../img/body_form_bk.jpg) top no-repeat;
}

.copyline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	text-align: center;
	color: #9a7235;
}
.copyline a {
	color: #9a7235;
	text-decoration: none;
}
.copyline a:hover {
	color: #423528;
}


.date_box {
	height: 48px;
	width: 51px;
	background: url(../img/date-bg.gif) no-repeat;
	float: left;
	color: #e5ca9c;
	text-align: center;
}
.month {
	float: left;
	width: 51px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px; 
	color: #fff;
}
.day {
	display: block;
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
}	
.author {
	padding: 3px 0px;
	color: #858484;
	border-bottom: 1px solid #d4d3d3;
}
.dateline {
	padding: 3px 0px;
	color: #858484;
}


/*----Blog Entry----*/
#blog_wrap {
	width: 96%;
	margin: 0px auto;
}
h1.category_title, .body_inset h2 {
	background: url(../img/body_inset_top.jpg) no-repeat;
	float: left;
	height: 42px;
	width: 600px;
	padding-left: 50px;
	line-height: 42px;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #b48d52;
}
.blog_entry {
	float: left;
	padding: 2%;
	width: 96%;	
}
.blog_entry h1, .blog_entry h2 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: block;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
}
.blog_entry h2 a {
	color: #000000;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #b48d52;
}
.blog_content {
	clear: left;
	padding: 0px;
}
.blog_entry p {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.readmore {
	float: right; padding-right: 10px; padding-top: 10px;
}
.readmore a, a.readon  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bullet_arrow.gif) left no-repeat;
	padding-left: 15px;
}
.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: 10px 0px 5px 0px;
}
.columnform p {
	margin: 3px auto;
	padding: 0px;
	width: 90%;
	text-align: center;
}
.columnform label {
	display: block;
	font-weight: bold;
	color: #fff;
}
.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;
	border-bottom: 1px solid #ccc;
}
#related_items h6 {
	width: 96%;
	padding: 5px 0px 5px 20px;
	color: #fcd603;
	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;
}
#related_items li a {
	color: #000;
	text-decoration: none;
}
#related_items li a:hover {
	color: #fcd603;
}



/*----full content width----*/
#full #body_top {
	float: left;
	width: 950px;
	background: url(../img/full_top.jpg) top right no-repeat;
}
#full #body_content {
	float: left;
	width: 930px; /*950*/
	padding: 10px;
}
#full .blog_entry {
	float: left;
	width: 880px;
	padding: 10px;
}


/*iframe*/
.contentFrame {
			border-left: none;
			border-right: none;
			border-top: none;
			border-bottom: none;
			width: 98%;
			height: 1200px;
			margin-top:5px;
			padding-left:5px;
}



/*----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%;
}