* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #184d9b url(../img/page_bk_strip.jpg) top repeat-x;
}
/*----Layout----*/
#main {
	width: 100%;
}
#container {
	width: 922px;
}
#header {
	width: 922px;
}
#top {
	float: left;
	width: 100%;
	height: 206px;
	background: url(../img/top_bk.jpg) no-repeat;
}
#nav {
	float: left;
	width: 922px;
	height: 58px;
	background: url(../img/nav_bk.jpg) no-repeat;
}
#body_contain {
	float: left;
	width: 922px;
	font-family: Tahoma;
	font-size: 11px;
	background: url(../img/body_bk_strip.jpg) repeat-y;
}
#body_top {
	float: left;
	width: 922px;
	background: url(../img/body_top.jpg) top right no-repeat;
	
}
#left_column {
	float: left;
	width: 250px; /*250*/
	padding: 5px 0px 0px 10px;
	position: relative;
	left: 20px;
	top: 3px;
}
#body_content {
	float: left;
	position: relative;
	left: 30px;
	width: 63%; 
	padding: 10px 0px 10px 7px;	
}
#body_bottom {
	clear: both;
	float: left;
	width: 922px;
	height: 18px !important;
	background: url(../img/body_bottom.jpg) no-repeat;	
}
#footer {
	clear: both;
	float: left;
	width: 922px;
}

/*----top navigation----*/
#nav ul {
	float: left;
	width: 75%;
	margin: 0px;
	padding: 0px 0px 0px 42px;
	list-style: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 45px;
}
#nav li a {
	color: #cddadd;
	text-decoration: none;
	font-family: calibri, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 15px;
	float: left; 
	height: 45px;
	line-height: 50px;
}
#nav li a:hover {
	background: #000;
	margin-top: 5px;
	float: left;
	line-height: 40px;
	height: 45px;
	color: #fff;
}


/*----left navigation----*/
#menu	{
	float: left;
	width: 250px;
	background: url(../img/left_bk_strip.gif) repeat-y;
}
#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: #e1681f;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
#menu li a:hover {
	display: block;
	width: 230px;
	height: 30px;
	background: url(../img/nav_ovr_strip.gif) repeat-x;
	color: #000;
}

/*----footer navigation----*/
#footer_links {
	float: left;
	width: 922px;
	background: url(../img/footer_bk_strip.jpg) repeat-y;
}
#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: #5e676a;
	text-decoration: none;
	padding: 0px 10px;
}
#footer_links li a:hover {
	color: #000;
	padding: 0px 10px;
}

/*----Other Stuff----*/
img {
	border: none;
}
.logo {
	float: left;
	width: 255px; /*303*/
	padding-left: 48px;
		padding-top: 26px;
}
.top_left {
	float: left;
	width: 600px;
	height: 206px;
/*	background: url(../img/top_left_bk.jpg) left top no-repeat;*/
}
.contact_info {
	float: right;
	width: 50%;
	position: relative;
	top: 10px;
	right: 20px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #817d7d;
}
.contact_info a {
	color: #817d7d;
	text-decoration: none;
}
.contact_info a:hover {
	color: #ee5a00;
}



#searchbox {
	float: right;
	width: 18.5%;
	position: relative;
	top: 10px;
	right: 35px;
	text-align: right;
}
* html #searchbox {
	width: 19%;
}
.search_field {
	float: left;
	width: 133px;
	height: 36px;
	background: url(../img/search_bk.jpg) no-repeat;
}
#searchbox input.search_box {
	border: none;
	width: 120px; /*133*/
	height: 26px; /*36*/
	padding: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background: none;
}
#searchbox input.btn_search {
	width: 27px;
	height: 36px;
	background: url(../img/ico_search.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

.module {
	margin-bottom: 3px;
	float: left;
	width: 100%;
	padding-bottom: 19px;
	background: url(../img/module_bottom.jpg) bottom no-repeat;
}
.module h3 {
	margin: 0px;
	padding: 15px 0px 0px 40px;
	float: left;
	width: 210px; /*240*/
	height: 23px; /*38*/
	font-family: Arial, Helvetica;
	font-size: 11pt;
	color: #cddadd;
	background: url(../img/left_top.jpg) no-repeat;
	text-transform: uppercase;
}
.module_top {
	float: left;
	width: 100%;
	background: url(../img/left_bk_strip.gif) repeat-y;
}
.module_top table {
	width: 94%;
	margin: 0px auto;
}
.module_bottom {
	clear: both;
}

.body_inset {
	float: left;
	width: 579px;
	margin: 0px auto 10px auto;
	background: url(../img/body_inset_bottom.jpg) bottom no-repeat;
	padding-bottom: 19px;
}
h1.category_title, .body_inset h2 {
	float: left;
	width: 554px; /*579*/
	height: 33px; /*48*/
	padding-top: 15px;
	background: url(../img/body_inset_top.jpg) top no-repeat;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	color: #cddadd;	
	padding-left: 25px;
	text-transform: uppercase;
}
.body_inset h1 a {
	color: #cddadd;
	text-decoration: none;
}
.body_inset h1 a:hover {
	color: #FC0;		
}
.body_inset_bottom {
	float: left; 
	width: 100%;
	height: 19px;
	background: url(../img/body_inset_bottom.jpg) no-repeat;
	margin-bottom: 10px;
}
.body_form {
	float: left;
	width: 559px; /*579*/
	padding: 5px 10px 0px 10px;
	background: #fff url(../img/body_inset_strip.gif) repeat-y;
}

.copyline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 100%;
	height: 60px; /*80*/
	padding-top: 20px;
	text-align: center;
	color: #8e8d8d;
	background: url(../img/copyline_bk.jpg) no-repeat;
}
.copyline a {
	color: #8e8d8d;
	text-decoration: none;
}
.copyline a:hover {
	color: #fff;
}

.date_box {
	float: left;
	width: 60px;
	height: 47px;
	text-align: center;
	padding-bottom: 5px;
	margin-right: 10px;
	background: #FFDB40;
}
* html .date_box {
	padding-bottom: 0px;
}
.month {
	float: left;
	width: 60px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px; 
	color: #000;
	background: #fe9c01;
}
.day {
	display: block;
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	line-height: 30px;
}
.author {
	padding: 3px 0px;
	color: #858484;
	border-bottom: 1px solid #d4d3d3;
}
.dateline {
	padding: 3px 0px;
	color: #858484;
}

.blog_entry {
	float: left;
	width: 98%;
	padding: 0px;
	margin: 5px 0px;
	border: 4px solid #fff;
	background: #e9f1f3;
}
.blog_title {
	float: left;
	width: 100%;
	height: 52px;
	background: url(../img/title_bk_strip.jpg) repeat-x;	
}
.blog_entry h1, .blog_entry h2 {
	/*position: relative;*/
	margin: 0px;
	padding: 10px 0px 0px 10px;
	display: block;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #f3f0f0;
	
}
.blog_entry h2 a {
	color: #fef0f0;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #FC0;	
}
.blog_content {
	float: left;
	padding: 10px;
}
.blog_entry p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #333a3c;
}
.readmore {
	float: right; 
	padding-right: 10px; 
	padding-top: 10px;
}
.readmore a, a.readon  {
	color: #e1681f;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/ico_readmore.jpg) left no-repeat;
	padding-left: 20px;
}
.readmore a:hover, a.readon:hover {
	color: #000;
}
/*---webform---*/
.webform p {
	padding: 0px;
	margin: 2px 0px;
}
.webform label {
	display: block;
	font-weight: bold;
	color: #5e676a;
}
.webform input {
	width: 160px;
	height: 16px;
	padding: 2px;
	background: #fff;
	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: #fff;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.webform select.short {
	width: 80px;
	height: 20px;
	padding: 2px;
	background: #fff;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.webform input.btn_search {
	width: 117px;
	height: 29px;
	background: url(../img/btn_inset.jpg) no-repeat;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #585858;
	border: none;
	cursor: pointer;
	padding-left: 15px;
	text-transform: uppercase;
}

/*---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: #5e676a;
}
.columnform input {	
	width: 160px;
	height: 16px;
	padding: 2px;
	background: #fff;
	border: 1px solid #a9a7ae;
	font-size: 11px;
	font-weight: bold;
	color: #e1681f;
}
.columnform select {
	width: 160px;
	height: 20px !important;
	height: 22px ;
	padding: 2px !important;
	padding: 0px;
	background: #fff;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
	color: #e1681f;
}
.columnform select.short {
	width: 80px;
	height: 20px;
	padding: 2px;
	background: #fff;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
	color: #e1681f;
}
.columnform input.btn_search {
	width: 117px; /*117*/
	height: 29px;
	background: url(../img/btn_search.jpg) no-repeat;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #585858;
	border: none;
	cursor: pointer;
	margin: 0px auto;
	padding-left: 15px;
	text-transform: uppercase;
}
.columnform input.btn_send {
	display: block;
	width: 76px;
	height: 29px;
	background: url(../img/btn_send.jpg) no-repeat;
	border: none;
	cursor: pointer;
	margin: 3px auto;
	color: #585858;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 15px;
}
#title_bar {
	float: left;
	width: 554px; /*579*/
	height: 33px; /*48*/
	padding-top: 15px;
	background: url(../img/title_bar.jpg) top no-repeat;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	color: #cddadd;	
	padding-left: 25px;
	text-transform: uppercase;
}

/*---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%;
}
