body {
	background: url("/_ima/bg.jpg") repeat-x #253743;
	margin: 0px; 
	padding: 0px 0px 40px 0px;
	color: #536978;	
	font: 16px/22px 'MS Sans Serif', Geneva, sans-serif;
	}

/*____________________________________________________________________________________________ Links _*/

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #000;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; color: red; }

/*____________________________________________________________________________________________ Fixed Presets _*/

ul { list-style: none; padding: 0px 0px 0px 20px; }
ul li { background: url(/); padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 20px }
	
/*____________________________________________________________________________________________ Main Layout _*/

#navigation {
	background: url("/_ima/nav-bg.jpg") repeat-x;
	width: 834px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px 15px 0px 15px;
	height: 39px;
	line-height: 14px;
	font-size: 14px;
	text-align: right;
	color: #9da1a5;
	}
	#navigation a:link, #navigation a:visited {
		float: left;
		height: 25px;
		padding: 14px 20px 0px 20px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		}
	#navigation a:hover, #navigation a:active {
		color: #fff;
		text-decoration: none;
		}

#container {
	background-color: #fff;
	width: 910px;
	height: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	}
#banner {
	background-color: #253743;
	width: 865px;
	margin: 0px auto;
	}
	.logo {
		margin: 0px;
		padding: 0px;
		display: block;
		float: left;
		border: 0px;
		}
	.price {
		margin: 0px;
		padding: 0px;
		display: block;
		float: right;
		border: 0px;
		}

#main-content {
	width: 865px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	}
	#left-content {
		width: 538px;
		float: left;
		padding: 0px 0px 10px 0px;
		}
	#right-content {
		width: 307px;
		float: right;
		padding: 0px 0px 10px 0px;
		}
		.gray-box {
			background-color: #eee;
			padding: 10px 20px 10px 20px;
			font-size: 13px;
			line-height: 16px;
			}
			.gray-box p {
				margin: 0px;
				padding: 5px 0px 5px 0px;
				border-bottom: 1px solid #DFDFDF;
				}

	#under-content {
		clear: both;
		border-top: 1px solid #dbdfe1;
		padding: 5px 0px 0px 0px;
		}
		#under-content p {
			width: 780px;
			float: left;
			font-size: 13px;
			line-height: 16px;
			margin: 0px;
			padding: 10px 0px 0px 0px;
			}
		.eho-metro {
			margin: 0px;
			padding: 0px;
			display: block;
			float: right;
			}
			
#contact-bar {
	background-color: #3b4b56;
	width: 910px;
	margin: 0px auto;
	margin-top: 20px;
	}
	.urban-pace {
		margin: 0px;
		padding: 0px;
		display: block;
		float: left;
		border: 0px;
		}
	.contact-btn {
		margin: 0px;
		padding: 0px;
		display: block;
		float: right;
		border: 0px;
		}
		
/* #bottom-white-bar {
	background-color: #fff;
	width: 910px;
	height: 15px;
	margin: 0px auto;
	margin-top: 20px;
	} */


#contact-left {
	width: 250px;
	float: left;
	}
#contact-right {
	width: 250px;
	float: left;
	}
	
.input-name {
	padding: 0px;
	margin: 0px;
	}
.inputs {
	width: 210px;
	}
.selects {
	width: 215px;
	}
.contact-breaker {
	width: 100%;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	clear: both;
	}

	
.areatext {
	width: 465px;
	height: 80px;
	}
	
a.pretty-container {
	width: 120px;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 1px solid #000;
	}
	a.pretty-container span {
		background-color: #6D6E72;
		width: 120px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: center;
		text-decoration: none;
		color: #fff;
		letter-spacing: 4px;
		font-size: 10px;
		}
	a.pretty-container img {
		border: 0px;
		}
