* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #323232;
	background-image: url(../img/page_bk_strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*----Layout----*/
#main {
	width: 100%;
}
#container {
	width: 950px;
}
#header {
	float: left;
	width: 950px;
}
#top {
	float: left;
	width: 100%;
	height: 100px;
}
#nav {
	float: left;
	width: 950px;
	height: 56px;
	background: url(../img/nav_bk.jpg) no-repeat;
}
#body_contain {
	float: left;
	width: 950px;
	background: url(../img/body_bk_strip.gif) repeat-y;
	font-family: Tahoma;
	font-size: 11px;
}
#body_top {
	float: left;
	width: 950px;
	background: url(../img/body_top.jpg) top no-repeat;
}
#left_column {
	float: left;
	width: 240px; /*250*/
	padding: 5px 5px 0px 5px;
}
#body_content {
	float: left;
	width: 680px; /*700*/
	padding: 10px;
}
#body_bottom {
	clear: both;
	float: left;
	width: 950px;
	height: 14px !important;
	background: url(../img/body_bottom.jpg) bottom no-repeat;
}
#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 {
	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;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-family: 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: #d8d7d7;
}
/*----top banner tabbed content---*/
.menu {
	float: left;
	width: 250px;
	height: 250px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu li.tab01 {
	height: 73px;
}
.tab01 a {
	display: block;
	width: 185px; /*250*/
	height: 53px; /*73*/
	background: url(../img/tab01_out.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 65px;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}
.tab01 a:hover, .tab01 a.tabactive {
	background: url(../img/tab01_ovr.jpg) no-repeat;
	color: #febf00;
}
.menu li.tab02 {
	height: 74px;
}
.tab02 a {
	display: block;
	width: 185px; /*250*/
	height: 54px; /*74*/
	background: url(../img/tab02_out.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 65px;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}
.tab02 a:hover, .tab02 a.tabactive {
	background: url(../img/tab02_ovr.jpg) no-repeat;
	color: #febf00;
}
.tab03 a {
	float: left;
	width: 185px; /*250*/
	height: 53px;	/*73*/
	background: url(../img/tab03_out.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 65px;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}
.tab03 a:hover, .tab03 a.tabactive {
	background: url(../img/tab03_ovr.jpg) no-repeat;
	color: #febf00;
}
.related {
	float: left;
	width: 250px;
	height: 30px;
	background: url(../img/top_related.jpg) no-repeat;
}
.related a {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	line-height: 30px;
}
.related a:hover {
	color: #febf00;
}
#tabwrap {
	float: left;
	width: 700px;
	height: 250px;
	background: #fff;
	overflow: hidden;
}
.tab01_content {
	width: 700px;
	height: 250px;
	background: url(../img/tab01_bk.jpg) no-repeat;
}
.tab02_content {
	width: 700px;
	height: 250px;
	background: url(../img/tab02_bk.jpg) no-repeat;
}
.tab03_content {
	width: 700px;
	height: 250px;
	background: url(../img/tab03_bk.jpg) no-repeat;
}
.tabcontent_box {
	float: left;
	position: relative;
	top: 42px;
	left: 38px;
	width: 440px;
}
.tabcontent_box h2 {
	font-family: Georgia;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #5bcb17;
	padding-bottom: 15px;
}
.tabcontent_box p {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
}
/*----left navigation----*/
#menu {
	float: left;
	width: 240px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	width: 230px;
	height: 30px;
	line-height: 28px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/left_nav_out.gif) repeat-x;
	padding: 0px 0px 0px 10px;
}
#menu li a:hover {
	display: block;
	width: 230px;
	height: 30px;
	background: url(../img/left_nav_ovr.gif) repeat-x;
	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: #6db335;
	padding: 0px 10px;
}
/*----Other Stuff----*/
img {
	border: none;
}
.logo {
	float: left;
	width: 50%;
	padding-top: 5px;
}
.contact_info {
	float: right;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	width: 45%;
}
.contact_info a {
	color: #fff;
	text-decoration: none;
}
.contact_info a:hover {
	color: #b8dbf9;
}
#top_banner {
	float: left;
	width: 950px;
	height: 250px;
	padding-bottom: 10px;
}
#top_textarea01 {
	float: left;
	width: 32%;
	padding: 25px;
}
#top_textarea01 h1 {
	margin: 0px;
	padding: 3px 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 18pt;
	font-weight: normal;
	font-style:italic;
	color: #c75a00;
}
#top_textarea01 p {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#top_textarea02 {
	float: right;
	width: 33%;
	padding: 25px;
}
#top_textarea02 h3 {
	margin: 0px;
	padding: 3px 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 18pt;
	font-weight: normal;
	font-style:italic;
	color: #fff;
}
#top_textarea02 ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#top_textarea02 li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/bullet_arrow.gif) 5px 7px no-repeat;
}
#top_textarea02 li a {
	color: #fff;
	text-decoration: none;
}
#top_textarea02 li a:hover {
	color: #b8dbf9;
}
#searchbox {
	float: right;
	width: 221px;
	position: relative;
	top: 10px;
	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 #3e3e3e;
	margin-bottom: 7px;
	clear: both;
}
.module h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 230px; /*240*/
	height: 47px;
	line-height: 38px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #fff;
	background: url(../img/module_top.jpg) no-repeat;
}
.module_top {
	float: left;
	width: 100%;
}
.module_bottom {
	clear: both;
}

.body_inset {
	width: 660px;
	margin: 0px auto;
	padding-top: 5px;
}
h1.category_title, .body_inset h2 {
	float: left;
	width: 645px; /*660*/
	height: 43px;
	line-height: 40px;
	background: url(../img/body_inset_top.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
}
.body_form {
	float: left;
	width: 640px; /*660*/
	padding: 10px;
	margin-top: 1px;
	background-color: #ececec;
	background-image: url(../img/webform_bk_strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#blog_wrap {
	width: 96%;
	margin: 0px auto;
}

.copyline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	width: 100%;
	text-align: center;
	color: #8e8d8d;
}
.copyline a {
	color: #8e8d8d;
	text-decoration: none;
}
.copyline a:hover {
	color: #fff;
}
.date_box {
	float: left;
	width: 55px;
	text-align: center;
	padding-bottom: 5px;
}
.month {
	float: left;
	width: 49px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	background: #468b19;
	color: #fff;
}
.day {
	display: block;
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	background: #fff;
}
.author {
	padding: 3px 0px;
	color: #858484;
	border-bottom: 1px solid #d4d3d3;
}
.dateline {
	padding: 3px 0px;
	color: #858484;
}

.blog_entry {
	float: left;
	padding: 2%;
	width: 96%;		
}
.blog_entry h1, .blog_entry h2 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 16pt;
	font-weight: normal;
	color: #000;
}
.blog_entry h2 a {
	color: #000;
	text-decoration:none;
}
.blog_entry h2 a:hover, a.readon:hover {
	color: #77be3a;
}

.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: #77be3a;
}
/*---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: #000;
}
/*---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;
}
/*iframe*/
.contentFrame {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 100%;
	height: 1200px;
	margin-top: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%;
}