* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #ececec url(../img/page_bk_strip.jpg) top repeat-x;
}
/*----Layout----*/
#main {
	width: 100%;
}
.container {
	width: 950px;
}
#header {
	float: left;
	width: 100%;
	margin-top: 12px;
}
#top {
	float: left;
	width: 100%;
	height: 100px;
}
#nav_wrap {
	float: left;
	width: 100%;
	height: 53px;
	background: url(../img/nav_bk.jpg) left no-repeat;
	margin-top: 10px;
}
#nav {
	float: left;
	width: 100%;
	height: 53px;
	background: url(../img/nav_bk_right.jpg) right no-repeat;
}
#body_contain {
	float: left;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 10px;
	background: #fff url(../img/body_top.gif) top left no-repeat;
}
#body_top {
	float: left;
	width: 100%;
	padding-top: 10px;	
	background: url(../img/body_top_right.gif) top right no-repeat;
	border-left: 1px solid #dbdada;
	border-right: 1px solid #dbdada;
}
#left_column {
	float: left;
	width: 25%;
	padding: 0 1%;
}
#body_content {
	float: left;
	width: 71%; 
	padding: 0 1% 0 0;
}
#body_bottom {}
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #3a5c82;
}
#footer_contain {
	float: left;
	width: 100%;
	background: url(../img/footer_top.jpg) top left no-repeat;
}
#footer_top {
	float: left;
	width: 100%;
	min-height: 200px; /*86*/
	height:auto;	
	padding-top: 55px;
	background: url(../img/footer_top_right.jpg) top right no-repeat;
}
* html #footer_top {
	height: 200px;
}
/*----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: 0px 5px;
}
#nav li a:hover {
	color: #db8b01;
}


/*----left navigation----*/
#menu	{
	float: left;
	width: 100%;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: url(../img/nav_bul.jpg) 5px 15px no-repeat;
}
#menu li:hover {
	background: url(../img/nav_bul_hov.jpg) 5px 13px no-repeat;
}
#menu li a {
	display: block;
	color: #3a5c82;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/nav_link_bg.jpg) center bottom no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#menu li a:hover {
	display: block;
	color: #828181;
}




/*----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: #413928;
	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: #000;
}
.contact_info a {
	color: #000;
	text-decoration: none;
}
.contact_info a:hover {
	color: #fff;
}

#top_banner {
	float: left;
	width: 100%;
	height: 200px;
}
#center_gfx {
	width: 950px;
	margin: 0px auto;
}


#searchbox {
	float: right;
	width: 221px;
	position: relative;
	top: 10px;
	text-align: right;
}
.search_field {
	float: left;
	width: 179px;
	height: 22px;

}
#searchbox input.search_box {
	float: left;
	width: 159px; /*187*/
	height: 12px; 
	padding: 5px 0px 5px 10px;
	margin-right: 10px;
	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;
}

.module {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px auto 7px auto;
}
.module h3 {
	margin: 0px;
	padding: 0 0 0 10%;
	float: left;
	width: 90%; /*240*/
	height: 54px;
	line-height: 38px;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #fff;
	background: #000 url(../img/mod_title.jpg) left no-repeat;
}
.module h3 span {
	display: block;
	height: 54px;
	background: url(../img/mod_title_right.jpg) right no-repeat;
}
.module_top {
	float: left;
	width: 99.7%;	
	background: #ececec url(../img/mod_bk_strip.gif) right repeat-y;
	border-left: 1px solid #dbdada;
}
.module_bottom {
	clear: both;
	float: left;
	width: 100%;
	height: 10px;
	background: url(../img/mod_bottom.jpg) left no-repeat;
}
.module_bottom span {
	display: block;
	height: 10px;
	background: url(../img/mod_bottom_right.jpg) right no-repeat;
}




.body_inset {
	width: 655px;
	margin: 0px auto;
	padding-top: 5px;
}
.body_inset h2 {
	float: left;
	width: 640px; /*655*/
	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: 635px; /*655*/
	padding: 20px 10px 10px 10px;
	background: #fff url(../img/body_form_bk.jpg) top no-repeat;
	margin-bottom: 10px;
}


.copyline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}
.copyline a {
	color: #fff;
	text-decoration: none;
}
.copyline a:hover {
	color: #000;
}

h1.category_title {
	clear: both;
	float: left;
	width: 100%;
	height: 43px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background: url(../img/cat_title.jpg) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
}
h1.category_title span {
	display: block;
	height: 43px;
	line-height: 40px;
	padding: 0 0 0 5%;
	background: url(../img/cat_title_right.jpg) right no-repeat;
}

.blog_title {
	float: left;
	width: 100%;
	border-left: 1px solid #dbdada;
	background: url(../img/blog_content_bk.gif) right repeat-y;
}

.date_box {
	float: left;
	width: 57px;
	height: 55px;
	background: #ECECEC;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.month {
	float: left;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding: 4% 0; 
	color: #fff;
	background: #3A5C82;	
}
.day {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
}	

.blog_entry {
	float: left;
	width: 100%;
	padding: 0;
	background: url(../img/blog_top.jpg) top left no-repeat;
}
.blog_entry h1, .blog_entry h2 {
	margin: 0px;
	padding: 10px 0px 0px 5px;
	display: block;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	background: url(../img/blog_top_right.jpg) top right no-repeat;	
}
.blog_entry h2 a {
	color: #000;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #3a5c82;
}
.author { 
	padding: 5px 0px;
	color: #7e7e7e;	
	border-bottom: 1px solid #ccc;
}
.dateline {
	padding: 5px 0px;
	color: #7e7e7e;	
}

.blog_content {
	padding: 4%;
	float: left;
	width: 92%;
	border-left: 1px solid #dbdada;
	background: url(../img/blog_content_bk.gif) right repeat-y;
}
.blog_content ul li {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
	font-size: 12px;
}
.blog_content a {
	color: #3A5C82;
	text-decoration: none;
	font-weight: bold;
}
.blog_content a:hover {
	color: #000;
}
.blog_entry p {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.blog_bottom {
	float: left;
	width: 100%;
	height: 10px;
	background: url(../img/blog_bottom.jpg) left no-repeat;
}
.blog_bottom span {
	display: block;
	height: 10px;
	background: url(../img/blog_bottom_right.jpg) right no-repeat;
}
.readmore {
	clear: left;
	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: 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: 0px auto;
	padding: 10px 0px;
}
#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: #3A5C82;
	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: #3A5C82;
}


/*----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%;
}