/* Vision - Real Estate Edition
Author: Reid Knorr - http://www.reidknorr.com/
Copyright 2009
*/

/* Basic Styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	background: #1e424e url(../images/background_2.jpg) no-repeat center 1px;
	color: #666;
}
a {
	color: #eee;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
h3 {
	font-weight: normal;
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
#top_bar {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #c3c7c8;
	background: url('../images/top_bg.png') repeat-x;
	height: 32px;
}
	#top_bar .center {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	#top_bar .date {
		float: left;
		margin-top: 8px;
	}
	#top_bar .login {
		float: right;
		margin-top: 8px;
	}
	#top_bar .login a {
		color: #c3c7c8;
		text-decoration: none;
	}
	#top_bar .login a:hover {
		text-decoration: underline;
	}
#wrapper {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

/* Header and Navigation */
#header {
	float: left;
	width: 100%;
	height: 90px;
}
#logo {
	float: left;
	height: 70px;
	width: 233px;
	background: url('../images/logo.png') no-repeat;
	margin: 10px 0 0 20px;
}
#navigation {
	width: 962px;
	height: 62px;
	background: url('../images/nav_bg.png') no-repeat;
	float: left;
	clear: both;
}
	#navigation ul, #navigation ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation ul li {
		float: left;
		display: block;
	}
	#navigation ul li a {
	padding: 25px 28px 20px 28px;
	float: left;
	display: block;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	}
	#navigation ul li a:hover {
		text-decoration: underline;
	}
#search {
	float: right;
	margin: 15px 5px 0px 0px;
}
	#search input {
		background: url('../images/search_bg.png') no-repeat;
		width: 175px;
		height: 22px;
		border: none;
		outline: none;
		font-size: 12px;
		color: #fff;
		padding: 8px 30px 0px 10px;
	}
	
/* Main Image and Page Name */
#featured {
	width: 962px;
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
}
#main_image {
	width: 960px;
	margin-left: 1px;
}
#sub_featured {
	float: left;
	height: 60px;
	width: 960px;
	margin-left: 1px;
	background: url('../images/subfeatured_bg.jpg') no-repeat;
	font-style: italic;
	color: #f1f1f1;
}
	#sub_featured span {
		float: left;
		margin: 22px 0px 0px 20px;
	}
	#sub_featured #buttons {
		float: right;
		margin: 10px 20px 0px 0px;
	}
		#sub_featured #buttons a {
			text-decoration: none;
			color: #666;
			background: url('../images/button.jpg') no-repeat;
			width: 114px;
			height: 38px;
			line-height: 38px;
			text-align: center;
			display: block;
			float: left;
			margin: 0px 0px 0px 5px;
		}
		#sub_featured #buttons a:hover {
			text-decoration: underline;
		}
#page_name {
	float: left;
	width: 962px;
	height: 71px;
	clear: both;
	background: url('../images/page_name.png') no-repeat;
	margin-top: 10px;
	color: #fff;
}
	#page_name div.heading {
		float: left;
		margin: 20px 10px 0px 22px;
	}
	#page_name div.heading h3 {
		color: #fff;
		font-size: 26px;
		font-weight: normal;
	}
	#page_name div.description {
		float: left;
		margin: 26px 0px 0px 3px;
		padding: 2px 0px 0px 13px;
		border-left: 1px solid #d8d8d8;
		color: #d8d8d8;
		font-style: italic;
	}
	#page_name div.description span {
		margin: 0;
		padding: 0;
	}
	#page_name div.phone {
		float: right;
		color: #fff;
		margin: 30px 25px 0px 0px;
	}
	
/* Content */
#content_subpage {
	width: 960px;
	float: left;
	clear: both;
	padding-left: 1px;
	margin-top: 0px;
}
#content {
	width: 960px;
	float: left;
	clear: both;
	padding-left: 1px;
	margin-top: 10px;
}
	#content_top {
		float: left;
		clear: both;
		height: 5px;
		width: 960px;
		background: url('../images/content_top.jpg') no-repeat;
	}
	#content_main {
		float: left;
		clear: both;
		background: #f2f2f2;
		width: 940px;
		padding: 0px 10px 2px 10px;
	}
	#listing_items {
		width: 645px;
		float: left;
	}
	#listing-images {
		width: 640px;
		height: 350px;
		float: left;
		clear: both;
	}
	.listing-item {
		float: left;
		width: 645px;
		margin: 10px 0px 10px 0px;
	}
		.listing-image {
			float: left;
			width: 285px;
			height: 138px;
		}
		.listing-content {
			float: left;
			width: 350px;
			margin-left: 10px;
		}
		.listing-content h2 a, .listing-content h2 {
			color: #4F748A;
			font-weight: normal;
			padding: 2px 0px 0px 0px;
			text-decoration: none;
		}
		.listing-content h2 a:hover {
			text-decoration: underline;
		}
		.listing-content h3 {
			font-weight: bold;
			padding: 7px 0px 0px 0px;
		}
		#listing_items div.listing-content p {
			padding: 5px 2px 5px 2px;
			line-height: 20px;
		}
		.listing-info {
			width: 640px;
			float: left;
		}
		.listing-bold {
			width: 620px;
			height: 45px;
			background: #cfcfcf;
			border-bottom: 1px solid #bfbfbf;
			border-top: 1px solid #bfbfbf;
			float: left;
			padding: 10px;
			margin-bottom: 10px;
		}
		.listing-info h2 {
			color: #4F748A;
			font-weight: normal;
			padding: 2px 0px 0px 0px;
		}
		.listing-info h3 {
			font-weight: bold;
			padding: 7px 0px 0px 0px;
		}
		.listing-info div.info {
			float: left;
		}
		.listing-info div.price {
			float: right;
		}
		.listing-info div.image-nav {
			float: left;
			clear: both;
			width: 620px;
			background: #ddd;
			height: 15px;
			padding: 5px 10px 5px 10px;
		}
		.listing-info span#image-name {
			float: left;
			width: 400px;
		}
		.listing-info div.controls {
			float: right;
			width: 200px;
			text-align: right;
		}
			.listing-info div.controls a {
				color: #4F748A;
			}
			.listing-info div.controls a:hover {
				text-decoration: none;
			}
	#subpage_main {
		width: 960px;
		background: url('../images/subpage_sidebar.jpg') repeat-y;
		float: left;
		clear: both;
	}
	#subpage_main p a {
		color: #2d6375;
	}
	#subpage_main p a:hover {
		text-decoration: none;
	}
	#subpage_main #sidebar a {
		color: #2d6375;
	}
	#subpage_main #sidebar a:hover {
		text-decoration: none;
	}
		#subpage_main #sidebar {
			float: left;
			clear: both;
			width: 291px;
			height: 100%;
			background: url('../images/sidebar.jpg') repeat-y;
			padding: 10px 0px 10px 0px;
		}
			#subpage_main #sidebar h3 {
				padding: 10px 0px 5px 2px;
				width: 272px;
				float: left;
				color: #444;
				font-size: 16px;
				margin-left: 8px;
				border-bottom: 3px solid #ccc;
			}
			#subpage_main #sidebar ul, #subpage_main #sidebar ul li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#subpage_main #sidebar ul li span{
				font-size:12px;
				font-style:italic;
				margin-left:30px;

			}
			#subpage_main #BasicRewardsRight2a ul li.bigmoney{
	margin-left:30px;
	background:url(../images/rewards/bigmoney.png) center left no-repeat;
	padding:15px 0 5px 56px;
	}
			#subpage_main #BasicRewardsRight2a ul li.bigno{
	margin-left:30px;
	background:url(../images/rewards/bigno.png) center left no-repeat;
	padding:15px 15px 5px 46px;
	}
			#subpage_main #BasicRewardsRight2a ul li.additional{
	margin-left:30px;
	background:url(../images/rewards/additional.png) center left no-repeat;
	padding:15px 15px 5px 46px;
	}
		
	
	#subpage_main #sidebar ul li span.cash{
	font-size:12px;
	font-style:italic;
	margin-left:10px;
	background:url(../images/rewards/cashIcon.png) center left no-repeat;
	padding:0 0 0 16px;
	white-space:nowrap;
			}
			#subpage_main #sidebar ul li span.no{
	font-size:12px;
	font-style:italic;
	margin-left:30px;
	background:url(../images/rewards/noIcon.gif) center left no-repeat;
	padding:0 0 0 16px;
	white-space:nowrap;
			}			
			#subpage_main #sidebar ul li span.bank{
	font-size:12px;
	font-style:italic;
	margin-left:30px;
	background:url(../images/rewards/bank.png) center left no-repeat;
	padding:0 0 0 16px;
	white-space:nowrap;
			}				#subpage_main #sidebar ul li a {
				float: left;
				clear: both;
				display: block;
				width: 270px;
				padding: 7px 0px 6px 5px;
				margin-left: 8px;
				color: #777;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
			}
			#subpage_main #sidebar ul li a:hover {
				background: #f0f0f0;
				color: #888;
			}
			#subpage_main #sidebar ul li a.selected {
				background: #f0f0f0;
				color: #888;
				}
			#subpage_main #sidebar div.contact {
				float: left;
				width: 275px;
				margin-left: 7px;
			}
			#subpage_main #sidebar span.town {
				padding: 0px 0px 6px 5px;
				float: left;
				width: 100%;
			}
			#subpage_main #sidebar span.phone {
				padding: 7px 0px 6px 35px;
				float: left;
				width: 240px;
				background: url('../images/phone.png') no-repeat 3px top;
			}
			#subpage_main #sidebar span.email {
				padding: 7px 0px 6px 31px;
				float: left;
				margin: 6px 0px 0px 3px;
				width: 240px;
				background: url('../images/mail.png') no-repeat;
			}
			#subpage_main #sidebar span.street {
				padding: 7px 0px 0px 5px;
				float: left;
				width: 100%;
			}
			
		#subpage_main #ProcessRight1 {
			width: 650px;
			float: right;
			padding: 23px 5px 5px 5px;
			background: url('../images/process/1.jpg') no-repeat;
			min-height: 420px;
		}
		#subpage_main #ProcessRight1 p {
			padding-left:135px;
			line-height: 20px;
		}
		#subpage_main #ProcessRight1 h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
			text-align: center;
		}

		#subpage_main #BasicRewardsRight2a {
	width: 640px;
	float: right;
	padding: 23px 5px 25px 5px;
	background:#ffffff;
	margin-right:10px;
	margin-bottom:10px;
		}
		#subpage_main #BasicRewards2a p {
			padding-left:135px;
			line-height: 20px;
		}
		#subpage_main #BasicRewards2a h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
			text-align: center;
		}
		#subpage_main #BasicRewardsRight2a ul li{
			list-style:none;
			margin-top:10px;
		}		
		
		#subpage_main #ProcessRight2a {
			width: 650px;
			float: right;
			padding: 23px 5px 5px 5px;
			background: url('../images/process/1.jpg') no-repeat;
			min-height: 420px;
		}
		#subpage_main #ProcessRight2a p {
			padding-left:135px;
			line-height: 20px;
		}
		#subpage_main #ProcessRight2a h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
			text-align: center;
		}


		#subpage_main #ProcessRight2 {
			width: 650px;
			float: right;
			padding: 23px 5px 5px 5px;
			background: url('../images/process/2.jpg') no-repeat;
			min-height: 420px;
		}
		#subpage_main #ProcessRight2 p {
			padding-left:135px;
			line-height: 20px;
		}
		#subpage_main #ProcessRight2 h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
			text-align: center;
		}
		#subpage_main #ProcessRight3 {
			width: 650px;
			float: right;
			padding: 23px 5px 5px 5px;
			background: url('../images/process/3.jpg') no-repeat;
			min-height: 420px;
		}
		#subpage_main #ProcessRight3 p {
			padding-left:135px;
			line-height: 20px;
		}
		#subpage_main #ProcessRight3 h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
			text-align: center;
		}		
		#subpage_main #ProcessRight4 {
			width: 650px;
			float: right;
			padding: 23px 5px 5px 5px;
			background: url('../images/process/4.jpg') no-repeat;
			min-height: 520px;
		}
		#subpage_main #ProcessRight4 p {
			padding-left:135px;
			line-height: 20px;
		}
		#subpage_main #ProcessRight4 h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
			text-align: center;
		}	
			
		#subpage_main #right {
			width: 650px;
			float: right;
			padding: 13px 5px 5px 5px;
		}
		#subpage_main #right h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}	
		#subpage_main #rightbegin {
			width: 650px;
			float: right;
			padding-left:5px;
			padding-right:5px;
			padding-top:15px;
		}
		#subpage_main #rightbegin h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}	
		#subpage_main .rightReward {
	width: 650px;
	float: right;
	margin:10px 10px 10px 0;
	padding:13px 5px 5px;
	width:640px;
	background:#ffffff;
		}
		#subpage_main .rightReward a {
		color:#2D6375;
		text-decoration:underline;
		}
		#subpage_main .rightReward h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}		
	#aboutpage_main {
		width: 960px;
		background: url('../images/apppage_sidebar.jpg') repeat-y;
		float: left;
		clear: both;
	}
	
	.map {
    width: 380px;
    height: 395px;
    overflow: hidden;
}
	.map2 {
	height:395px;
	margin:12px;
	overflow:hidden;
	width:270px;
}	
#aboutpage_main div.abouttopLeft{
	background:#FFFFFF none repeat scroll 0 0;
	padding:15px;
	margin:10px 5px 10px 10px;
	width:500px;
	float:left;
}
#aboutpage_main div.abouttopRight{
	background:#FFFFFF none repeat scroll 0 0;
	margin:10px;
	width:395px;
	float:right;
	height: 275px;
}


	#aboutpage_main p a {
		color: #2d6375;
	}
	#aboutpage_main p a:hover {
		text-decoration: none;
	}
	#aboutpage_main #sidebar a {
		color: #2d6375;
	}
	#aboutpage_main #sidebar a:hover {
		text-decoration: none;
	}
		#aboutpage_main #sidebar {
			float: left;
			clear: both;
			width: 291px;
			height: 100%;
			background: url('../images/sidebar.jpg') repeat-y;
			padding: 10px 0px 10px 0px;
		}
			#aboutpage_main #sidebar h3 {
				padding: 10px 0px 5px 2px;
				width: 272px;
				float: left;
				color: #444;
				font-size: 16px;
				margin-left: 8px;
				border-bottom: 3px solid #ccc;
			}
			#aboutpage_main #sidebar ul, #apppage_main #sidebar ul li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#aboutpage_main #sidebar ul li a {
				float: left;
				clear: both;
				display: block;
				width: 270px;
				padding: 7px 0px 6px 5px;
				margin-left: 8px;
				color: #777;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
			}
			#aboutpage_main #sidebar ul li a:hover {
				background: #f0f0f0;
				color: #888;
			}
			#aboutpage_main #sidebar div.contact {
				float: left;
				width: 275px;
				margin-left: 7px;
			}
			#aboutpage_main #sidebar span.town {
				padding: 0px 0px 6px 5px;
				float: left;
				width: 100%;
			}
			#aboutpage_main #sidebar span.phone {
				padding: 7px 0px 6px 35px;
				float: left;
				width: 240px;
				background: url('../images/phone.png') no-repeat 3px top;
			}
			#aboutpage_main #sidebar span.email {
				padding: 7px 0px 6px 31px;
				float: left;
				margin: 6px 0px 0px 3px;
				width: 240px;
				background: url('../images/mail.png') no-repeat;
			}
			#aboutpage_main #sidebar span.street {
				padding: 7px 0px 0px 5px;
				float: left;
				width: 100%;
			}
		#aboutpage_main #right {
	width: 445px;
	float: right;
	padding: 15px;
	background: #ffffff;
	min-height: 550px;
		}
		#aboutpage_main #left {
	width: 445px;
	float: left;
	padding: 15px;
	background: #ffffff;
	;
		}		#aboutpage_main p {
			padding: 7px 2px 7px 2px;
			line-height: 20px;
		}
		#aboutpage_main #right h1 {
	font-weight: normal;
	padding: 5px 2px 2px 0px;
	font-size: 22px;
		}
		#aboutpage_main #left h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}
		
		#aboutpage_main .indiv_pic {
		margin-bottom:15px;
		margin-right:25px;
		}	
	
		#subpage_main p {
			padding: 7px 2px 7px 2px;
			line-height: 20px;
		}		
	#content_bottom {
		float: left;
		clear: both;
		height: 5px;
		width: 960px;
		background: url('../images/content_bottom.jpg') no-repeat;
	}
	
/* Application Page */

	#apppage_main {
		width: 960px;
		background: url('../images/apppage_sidebar.jpg') repeat-y;
		float: left;
		clear: both;
	}
	#apppage_main p a {
		color: #2d6375;
	}
	#apppage_main p a:hover {
		text-decoration: none;
	}
	#apppage_main #sidebar a {
		color: #2d6375;
	}
	#apppage_main #sidebar a:hover {
		text-decoration: none;
	}
		#apppage_main #sidebar {
			float: left;
			clear: both;
			width: 291px;
			height: 100%;
			background: url('../images/sidebar.jpg') repeat-y;
			padding: 10px 0px 10px 0px;
		}
			#apppage_main #sidebar h3 {
				padding: 10px 0px 5px 2px;
				width: 272px;
				float: left;
				color: #444;
				font-size: 16px;
				margin-left: 8px;
				border-bottom: 3px solid #ccc;
			}
			#apppage_main #sidebar ul, #apppage_main #sidebar ul li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#apppage_main #sidebar ul li a {
				float: left;
				clear: both;
				display: block;
				width: 270px;
				padding: 7px 0px 6px 5px;
				margin-left: 8px;
				color: #777;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
			}
			#apppage_main #sidebar ul li a:hover {
				background: #f0f0f0;
				color: #888;
			}
			#apppage_main #sidebar div.contact {
				float: left;
				width: 275px;
				margin-left: 7px;
			}
			#apppage_main #sidebar span.town {
				padding: 0px 0px 6px 5px;
				float: left;
				width: 100%;
			}
			#apppage_main #sidebar span.phone {
				padding: 7px 0px 6px 35px;
				float: left;
				width: 240px;
				background: url('../images/phone.png') no-repeat 3px top;
			}
			#apppage_main #sidebar span.email {
				padding: 7px 0px 6px 31px;
				float: left;
				margin: 6px 0px 0px 3px;
				width: 240px;
				background: url('../images/mail.png') no-repeat;
			}
			#apppage_main #sidebar span.street {
				padding: 7px 0px 0px 5px;
				float: left;
				width: 100%;
			}
		#apppage_main #right {
	width: 950px;
	float: right;
	padding: 13px 5px 5px 5px;
		}
		#apppage_main p {
			padding: 7px 2px 7px 2px;
			line-height: 20px;
		}
		#apppage_main #right h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}	
		#apppage_main #app {
	width: 950px;
	padding: 13px 5px 5px 5px;
		}
		#apppage_main p {
			padding: 7px 2px 7px 2px;
			line-height: 20px;
		}
		#apppage_main #app h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}			
/* Testimonial Page */

	#testpage_main {
		width: 960px;
		background: url('../images/apppage_sidebar.jpg') repeat-y;
		float: left;
		clear: both;
	}
	#testpage_main .content{
	background:#FFFFFF none repeat scroll 0 0;
	margin:10px;
	padding:10px;
	}
	
	#testpage_main p a {
		color: #2d6375;
	}
	#testpage_main p a:hover {
		text-decoration: none;
	}
	#testpage_main #sidebar a {
		color: #2d6375;
	}
	#testpage_main #sidebar a:hover {
		text-decoration: none;
	}
		#testpage_main #sidebar {
			float: left;
			clear: both;
			width: 291px;
			height: 100%;
			background: url('../images/sidebar.jpg') repeat-y;
			padding: 10px 0px 10px 0px;
		}
			#testpage_main #sidebar h3 {
				padding: 10px 0px 5px 2px;
				width: 272px;
				float: left;
				color: #444;
				font-size: 16px;
				margin-left: 8px;
				border-bottom: 3px solid #ccc;
			}
			#testpage_main #sidebar ul, #testpage_main #sidebar ul li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#testpage_main #sidebar ul li a {
				float: left;
				clear: both;
				display: block;
				width: 270px;
				padding: 7px 0px 6px 5px;
				margin-left: 8px;
				color: #777;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
			}
			#testpage_main #sidebar ul li a:hover {
				background: #f0f0f0;
				color: #888;
			}
			#testpage_main #sidebar div.contact {
				float: left;
				width: 275px;
				margin-left: 7px;
			}
			#testpage_main #sidebar span.town {
				padding: 0px 0px 6px 5px;
				float: left;
				width: 100%;
			}
			#testpage_main #sidebar span.phone {
				padding: 7px 0px 6px 35px;
				float: left;
				width: 240px;
				background: url('../images/phone.png') no-repeat 3px top;
			}
			#testpage_main #sidebar span.email {
				padding: 7px 0px 6px 31px;
				float: left;
				margin: 6px 0px 0px 3px;
				width: 240px;
				background: url('../images/mail.png') no-repeat;
			}
			#testpage_main #sidebar span.street {
				padding: 7px 0px 0px 5px;
				float: left;
				width: 100%;
			}
		#testpage_main #right {
	width: 950px;
	float: right;
	padding: 13px 5px 5px 5px;
		}
		#testpage_main p {
			padding: 7px 2px 7px 2px;
			line-height: 20px;
		}
		#testpage_main p.testimonial {
	padding: 26px 16px 16px 40px;
	line-height: 20px;
	background: url(../images/quote2.png) no-repeat 4px 6px;
	font-style: italic;
		}
		
		#testpage_main #right h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}	
/* Featured Section */
	#our_company {
		width: 300px;
		float: left;
		padding-top: 10px;
	}
		#our_company h3 {
			border-bottom: 1px solid #ddd;
			padding: 5px;
			margin-bottom: 5px;
		}
		#our_company p {
			padding: 5px;
			font-family: Arial, sans-serif;
			text-align: justify;
			font-size: 12px;
			color: #888;
			line-height: 18px;
		}
		#our_company a {
			color: #1e424e;
			font-size: 12px;
			font-style: italic;
		}
		#our_company a:hover {
			text-decoration: none;
		}
#featured_listings {
	width: 634px;
	float: right;
}
	#featured_top {
		background: url('../images/featured_top_bg.jpg') no-repeat;
		width: 634px;
		height: 55px;
	}
	#featured_bg {
		background: url('../images/featured_bg.jpg') repeat-y;
		float: left;
		width: 634px;
	}
	#featured_content {
		float: left;
		clear: both;
		position: relative;
		top: -40px;
		margin-bottom: -15px;
		padding: 0px 10px 0px 10px;
		width: 634px;
		z-index: 10;
	}
	#featured_content h3 {
		margin: 0px 0px 10px 10px;
	}
	#featured_bottom {
		height: 56px;
		width: 634px;
		background: url('../images/featured_bg_bottom.jpg') no-repeat;
		float: left;
		clear: both;
		position: relative;
		top: -35px;
		z-index: 5;
		margin-bottom: -35px;
	}
	#featured_content .listing {
		width: 285px;
		float: left;
		margin-right: 15px;
		margin-left: 10px;
	}
	#featured_content .listing h4, #featured_content .listing h4 a {
		font-size: 16px;
		font-weight: normal;
		color: #4f748a;
		float: left;
		width: 210px;
		margin: 3px 0px 0px 2px;
		text-decoration: none;
	}
	#featured_content .listing h4 a:hover {
		text-decoration: underline;
	}
	#featured_content .listing p {
		padding: 8px 2px 7px 2px;
		clear: both;
		line-height: 20px;
	}
.price {
		float: right;
		margin: 6px 0px 2px 0px;
		font-weight: bold;
	}
.city {
		float: left;
		clear: both;
		font-size: 12px;
		margin-left: 2px;
		display: block;
		width: 100%;
}
.type {
	font-size: 12px;
	color: #888;
	margin-left: 2px;
}
/* Footer */
#footer {
	float: left;
	clear: both;
	width: 962px;
	height: 56px;
	background: url('../images/footer_bg.jpg') no-repeat;
	color: #c3c7c9;
	font-size: 12px;
}
	#footer span {
		float: left;
		margin: 22px 0px 0px 20px;
	}
	#footer_menu {
		float: right;
		margin: 0px 10px 0px 0px;
	}
		#footer_menu ul, #footer_menu ul li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		#footer_menu ul li {
			float: left;
			display: block;
		}
		#footer_menu ul li a {
			float: left;
			color: #f5f5f5;
			display: block;
			text-decoration: none;
			padding: 22px 10px 18px 10px;
		}
		#footer_menu ul li a:hover {
			text-decoration: underline;
		}
#sub_footer {
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 962px;
	/*padding: 5px 10px 5px 10px;*/
	font-size: 12px;
	color: #c8d2d6;
}
#sub_footer a {
	text-decoration: none;
}
#sub_footer a:hover {
	text-decoration: underline;
}
span.design {
	float: left;
	padding: 8px 0px 5px 10px;
}
span.rss {
	float: right;
	padding: 8px 10px 5px 0px;
}
a.feed {
	background: url('../images/rss.jpg') no-repeat center right;
	padding: 6px 25px 5px 0px;
}
a.back {
	float: left;
	padding: 0px 0px 0px 10px;
}
div.clearfix {
	height: 0;
	line-height: 0;
	clear: both;
}

/* Contact Form */
#right fieldset {
	padding: 10px;
}
#right legend {
	color: #555;
}
#right label {
	width: 125px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	float: left;
	clear: both;
}
#right input, textarea {
	float: left;
	border: none;
	outline: none;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}
#right input.submit {
	clear: both;
	color: #555;
	float: left;
	margin-left: 130px;
}
input[type="button"]:hover, input[type="submit"]:hover 
{
background:#CCCCCC;
cursor:pointer;
}

.beginLeft {
float:left; 
width:400px; 
padding: 25px; 
margin-top: 80px; 
background: url('../images/phone-uncheck-background.png') no-repeat;
cursor:pointer;
}

.beginLeft:hover {
background: url('../images/phone-check-background.png') no-repeat;
cursor:pointer;
}

.beginRight {
float:right; 
width:400px; 
padding: 25px; 
margin-top: 80px;
background: url('../images/app-uncheck-background.png') no-repeat;
cursor:pointer;
}
.beginRight:hover {
background: url('../images/app-check-background.png') no-repeat;
cursor:pointer;
}
