* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #220f00;
}
/*----Layout----*/
#main {
	width: 100%;
}
#container {
	width: 100%;
}
#header {
	float: left;
	width: 100%;
	background: #ff0000;
}
#top {
	float: left;
	width: 100%;
	padding: 10px 0px;
	background: #220f00;
	border-bottom: 1px solid #918780;
}
#nav {
	float: left;
	width: 100%;
	height: 50px;
	background: #95723f;
}
#body_contain {
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px auto;
}
#body_top {
	float: left;
	width: 100%;
	background: #fff url(../img/body_top_strip.jpg) top repeat-x;	
	padding-top: 15px; 
	padding-bottom: 10px;
}
#left_column {
	float: left;
	width: 18%; /*250*/
	margin: 1%;
}
#body_content {
	float: left;
	width: 60%; /*60*/
}
* html #body_content {
	width: 59%;
}
#right_column {
	float: left;
	width: 18%;
	margin: 1%
}
* html #right_column {
	float: right;
	width: 18%;
	margin-right: 1%;
}
#body_bottom {
	float: left;
	width: 100%;
	background: url(../img/body_bottom_strip.jpg) bottom repeat-x;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	min-height: 86px; /*86*/
	height: auto;
	background: #404042 url(../img/footer_bk_strip.jpg) top repeat-x;
}
* html #footer {
	height: 86px;
}
#footer_wrap {
	width: 98%;
	margin: 0px auto;
	background: url(../img/foot_wrap_bk.jpg) top repeat-x;
}
/*----top navigation----*/
#nav ul {
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 46px;
	float: left;
	height: 50px;
}
#nav li a {
	float: left;
	height: 50px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	background: url(../img/nav_out_strip.jpg) repeat-x;	
	border-left: 1px solid #4e2c01;
	border-right: 1px solid #4e2c01;	
}
#nav li a span {
	float: left;
	display: block;
	height: 50px;
	background: url(../img/nav_out.jpg) left no-repeat; 
	padding: 0px 50px 0px 10px;
	cursor: pointer;
}
#nav li a:hover, #nav li a.active {
	color: #db8b01;
}




/*----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%;
	border-bottom: 2px solid #9a7949;
}
#menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
}
#menu li a:hover, #menu li a.active {
	display: block;
	background: #d5c6b3;
	color: #000;
}


/*----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: #fff;
	text-decoration: none;
	padding: 0px 10px;
}
#footer_links li a:hover {
	color: #cccbcb;
	padding: 0px 10px;
}

/*----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: #fff;
}
.contact_info a {
	color: #fff;
	text-decoration: none;
}
.contact_info a:hover {
	color: #95723f;
}

#top_banner {
	float: left;
	width: 100%;
	height: 298px;
	background: #95723f url(../img/banner_bk.jpg) center no-repeat;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#center_wrap {
	width: 1000px;
	margin: 0px auto;
}
#center_top {
	float: left;
	width: 100%;
	height: 199px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#center_top h2 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#center_top .tagline_wrap {
	float: left;
	width: 40%;
	height: 159px;
	text-align: left;
	position: relative;
	top: 20px;
	left: 10px;
}
#center_tab {
	float: left;
	width: 100%;
	height: 99px;
}
/*----center banner---*/
.menu {}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}
.menu li {
	display:inline;
	float: left;
	width: 25%;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.menu li a span {
	display: block;
	padding: 5px 10px 5px 0px;
	text-align: right;
	color: #FC0;
	font-size: 9pt;
}
.menu li a p {
	height: 60px;
}
.menu li a#tablink1 {
	float: left;
	width: 70%;
	height: 99px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 0px 10px 30%;
	background: url(../img/center_tab01.jpg) 0px 0px no-repeat;
}
.menu li a#tablink1:hover, .menu li a#tablink1.tabactive {
	background: url(../img/center_tab01.jpg) 0px -99px no-repeat;
}
.menu li a#tablink2 {
	float: left;
	width: 70%;
	height: 99px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 0px 10px 30%;
	background: url(../img/center_tab02.jpg) 0px 0px no-repeat;
}
.menu li a#tablink2:hover, .menu li a#tablink2.tabactive {
	background: url(../img/center_tab02.jpg) 0px -99px no-repeat;
}
.menu li a#tablink3 {
	float: left;
	width: 70%;
	height: 99px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 0px 10px 30%;
	background: url(../img/center_tab03.jpg) 0px 0px no-repeat;
}
.menu li a#tablink3:hover, .menu li a#tablink3.tabactive {
	background: url(../img/center_tab03.jpg) 0px -99px no-repeat;
}
.menu li a#tablink4 {
	float: left;
	width: 70%;
	height: 99px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 0px 10px 30%;
	background: url(../img/center_tab04.jpg) 0px 0px no-repeat;
}
.menu li a#tablink4:hover, .menu li a#tablink4.tabactive {
	background: url(../img/center_tab04.jpg) 0px -99px no-repeat;
}

#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4 {
	float: left;
	width: 100%;
	height: 199px; 
	font-size:12px;
	background: #efefef;
}




#searchbox {
	float: right;
	width: 211px;
	position: relative;
	top: 10px;
	text-align: right;
}
.search_field {
	float: left;
	width: 162px;
	height: 30px;
	background: url(../img/search_bk.jpg) no-repeat;
}
#searchbox input.search_box {
	border: none;
	width: 142px; /*162*/
	height: 20px; /*30*/
	padding: 5px 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background: none;
}
#searchbox input.btn_search {
	float: left;
	width: 22px;
	height: 30px;
	background: url(../img/ico_search.jpg) center no-repeat;
	border: none;
	cursor: pointer;
	margin-left: 10px;
}

.module {
	margin-bottom: 7px;
	float: left;
	width: 100%;
}
.module h3 {
	margin: 0px;
	padding: 0 0 0 4%;
	float: left;
	width: 96%; /*240*/
	height: 50px;
	line-height: 48px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #fff;
	background: url(../img/mod_title.jpg) left no-repeat;
}
.module h3 span {
	display: block;
	height: 50px;
	background: url(../img/mod_title_right.jpg) right no-repeat;
}
.module_top {
	float: left;
	width: 95%;
	border-right: 1px solid #d5c6b3;
	border-left: 1px solid #d5c6b3;
	border-bottom: 6px solid #d5c6b3;	
	padding: 2%;
}
.module_top table a {
	text-decoration: none;
	color: #000;
}
.module_top table a:hover {
	text-decoration: underline;
}
.module_bottom {
	clear: both;
}




.body_inset {
	width: 655px;
	margin: 0px auto;
	padding-top: 5px;
}
.body_inset h2 {
	float: left;
	width: 640px; /*655*/
	height: 43px;
	line-height: 40px;
	background: #563d17;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
}
.body_inset h3 {
	float: left;
	width: 100%;
	margin: 5px 0px;
	padding: 5px 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #41464A;
}
#custom_content {
	float: left;
	width: 98%;
	margin: 10px 0px 10px 1%;
	line-height: 16px;
}
.body_form {
	float: left;
	width: 635px; /*655*/
	padding: 20px 10px 10px 10px;
	background: #fff;
	margin-bottom: 10px;
}

.copyline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.copyline a {
	color: #fff;
	text-decoration: none;
}
.copyline a:hover {
	color: #cccbcb;
}


#blog_wrap {
	width: 98%;
	margin: 0px auto;
}

h1.category_title {
	clear: both;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	background: url(../img/title_bk.jpg) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
	margin: 10px 0px 3px 0px;
}
h1.category_title span {
	display: block;
	height: 50px;
	padding-left: 2%;
	background: url(../img/title_bk_right.jpg) right no-repeat;
}

.blog_title {}

.date_box {
	float: left;
	width: 57px;
	height: 55px;
	text-align: center;
	background: #d5c6b3;
	margin-bottom: 5px;
}
.month {
	float: left;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding: 4% 0; 
	color: #fff;
	background: #93703e;	
}
.day {
	display: block;
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
}	
.author {
	padding: 3px 0px;
	color: #858484;
	border-bottom: 1px solid #d4d3d3;
	margin-bottom: 5px;
}
.dateline {
	padding: 3px 0px;
	color: #858484;
}

.blog_entry {
	float: left;
	width: 96%;
	padding: 2%;
	border-top: 1px solid #d5c6b3;
	border-left: 1px solid #d5c6b3;
	border-right: 1px solid #d5c6b3;
	border-bottom: 5px solid #d5c6b3;	
	margin: 3px 0px;
}
.blog_entry h1, .blog_entry h2 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000;
}
.blog_entry h2 a {
	color: #000;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #93703e;
}


.blog_content {
	clear: left;
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-top: 3px solid #d5c6b3;
}
.blog_content a {
	color: #90F;
	text-decoration: none;
}
.blog_content a:hover {
	text-decoration: underline;
}
.blog_content 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: #9a7949;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bullet_arrow.gif) left center no-repeat;
	padding-left: 15px;
}
.readmore a:hover, a.readon:hover {
	color: #db8b01;
	text-decoration: none;
}
/*---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: 139px;
	height: 42px;
	background: url(../img/btn_search.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #fff;
	border: none;
	cursor: pointer;
}
#form_text_intro {
	float: left;
	width: 35%;
	color: #000;
}

/*---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: 139px; 
	height: 42px;
	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;
}


/*---no right column---*/
#right-off #body_content {
	float: left;
	width: 80%; /*60*/
}
* html #right-off #body_content {
	width: 79%;
}


/*---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 #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;
	color: #000;
}
#related_items li a {
	color: #000;
	text-decoration: none;
}
#related_items li a:hover {
	color: #fcd603;
}


/*----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%;
}

 #tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4 {

 float: left;

 width: 100%;

 height: 199px; 

 font-size:12px;

 background: #efefef

}