/* WJH Layout */

body {
	background-color: #585c5d;
	color: #000;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	color: #e2383f;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

/* Utility Navigation */

div#sign_in {
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 100;
}

div#sign_in ul{
	float: right;
	height: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sign_in ul li {
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

div#sign_in ul li a {
	background-color: #fec938;
	color: #000;
	display: block;
	font-size: 12px;
	height: 60px;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

div#header {
	background-color: #fff;
	clear: both;
	height: 120px;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 960px;
}

div#header h1 {
	float: left;
	height: 115px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 200px;
}

#header h1 a {
	background-image: url(../images/redesign/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 115px;
	text-indent: -9999px;
	width: 200px;
}

#header ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-top: 80px;
}

#header li {
	float: left;
}

#header li a{
	background-image: url(../images/redesign/nav_block.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding-left: 30px;
	padding-right: 20px;
	text-decoration: none;
}

#header li a:hover, #header_home li a:hover {
}

.menu_link_red {
	font-weight: bold;
}

.menu_link_red_home {
	color: #e2383f;
	font-size: 18px;
}

#header li a#menu_last_link, #header_home li a#menu_last_link {
	padding-right: 0;
}

div#scroller {
	background-color: #000;
	clear: both;
	color: #000;
	height: 40px;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
color: #fff;
height: 40px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
font-size: 16px;
background: #000;
line-height: 40px;
margin-right: 300px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/* -- */

#body {
	/*background-image: url(../images/body_bg.jpg);*/
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0 auto;
	min-height: 370px;
	padding: 20px;
	position: relative;
	width: 960px;
}

/* -- */

#left_column_home {
	background-color: #e2383f;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 180px;
}

#left_column {
	width: 200px;
}

#left_column_home p {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

#left_column_home p.small {
	font-size: 9px;
}

#right_column_home {
	float: left;
	width: 750px;
}

#right_column_home #photos {
	float: left;
	margin-bottom: 20px;
}

#right_column_home #photos img {
	border: 1px solid #000;
	display: block;
	float: left;
	margin-right: 10px;
}

#right_column_home #photos img.last {
	margin-right: 0;
}

#right_column_home #eoh_logo {
	clear: both;
	float: right;
	margin-right: 10px;
	margin-top: 100px;
}

#site_links {
	clear: both;
	float: left;
	font-size: 11px;
	padding-bottom: 20px;
}

#site_links ul {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-right: 30px;
	padding: 0;
}

#site_links li {
	height: 18px;
	line-height: 18px;
}

#site_links_left {
	float: left;
	margin-left: 15px;
	margin-right: 20px;
	width: 460px;
}

#site_links_right {
	float: right;
	width: 460px;
}

#site_links h3 {
	margin-bottom: 10px;
}

/* -- */

#left_column  {
	float: left;
}

#left_column ul#utility_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	position: relative;
	z-index: 500;
}

#left_column ul#utility_nav li {
	clear: both;
	display: block;
	float: left;
	padding-bottom: 13px;
	width: 199px;
}

#left_column ul#utility_nav li:hover {

}

#left_column ul#utility_nav li a {
	background-color: #e2383f;
	border-bottom: 5px solid #000;
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	padding-bottom: 6px;
	text-decoration: none;
	width: 160px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}

.utility_link_grey {
	font-size: 18px;
	color: #b3b3b3;
}

#left_column #sub_nav {
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
	margin-left: -2px;
	margin-top: 10px;
	padding: 6px;
	width: 170px;
}

#left_column #sub_nav img {
	display: block;
}

#left_column #sub_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_column #sub_nav ul a{
	border-bottom: 1px solid #b3b3b3;
	color: #000;
	display: block;
	height: 65px;
	line-height: 21px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 10px;
	text-align: right;
	text-decoration: none;
	width: 168px;
	text-align: right;
}

#left_column #sub_nav ul a.sub_nav_last {
	border: none;
}

#left_column #sub_nav ul img {
	 display: inline;
	 margin-right: 10px; 
}

.sub_nav_red {
	color: #e2383f;
	font-size: 40px;
	font-weight: bold;
}

#left_column #sub_nav ul a:hover .sub_nav_red {
	color: #000000;
}

#left_column #sub_nav #tax_credit a.text{
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 149px;
}

#left_column a.auction_btn {
	background-image: url(../images/widget_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	min-height: 10px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.auction_btn span.line1 {
	font-size: 13px;
}

a.auction_btn span.line2 {
	font-size: 13px;
}

a.auction_btn span.line3 {
	font-size: 40px;
}

a.auction_btn span.line4 {
	font-size: 13px;
}

/* -- */

#middle_column {
	float: left;
	margin-left: 20px;
	width: 490px;
}

#middle_column h2 {
	color: #e2383f;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	margin-top: 10px;
}

#middle_column h2 a {
	text-decoration: none;
}

#middle_column hr {
	margin-bottom: 18px;
}

#middle_column .publish_info {
	margin-top: 0;
	font-style: italic;
}

#small_right_column {
	float: right;
	margin-left: -20px;
	width: 240px;
}

#small_right_column {
	float: right;
	width: 240px;
}

ul#product_thumbs {
	float: right;
	list-style-type: none;
	margin: 0;
	margin-left: 240px;
	margin-top: -50px;
	padding: 0;
	position: absolute;
	z-index: 500;
}

ul#product_thumbs li {
	float: left;
	margin-left: 10px;
}

ul#product_thumbs li img {
	border: 3px solid #000;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

ul#product_thumbs li#starburst img {
	border: 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,0);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0);
	margin-left: -50px;
	margin-top: 30px;
}

#home_middle {
	float: left;
	margin-left: -40px;
	width: 535px;
}

#home_middle p {
	font-size: 12px;
	line-height: 15px;
}

#home_middle h3 {
	font-size: 12px;
}

#home_right {
	float: right;
	margin-right: 30px;
	width: 219px;
}

ul.blocks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_column div#blocks {;
	float: left;
	width: 180px;
	
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}

ul.blocks li {
	float: left;
	font-size: 12px;
	height: 90px;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 90px;
}

#left_column ul.blocks li {
	margin: 0;
}

ul.blocks li a {
	background-repeat: no-repeat;
	display: block;
	height: 96px;
	/*height: 45px;
	padding-top: 45px;*/
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	width: 96px;
}

#home_right ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home_right ul.links li {
	margin-bottom: 10px;
}

#home_right ul.links li a {
	font-size: 12px;
	line-height: 15px;
}

#home_right p {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 40px;
	text-align: center;
	width: 200px;
}

#right_column {
	float: right;
	width: 750px;
}

#small_right_column, #middle_column, #right_column p {
	font-size: 14px;
	line-height: 18px;
}

#ranges {
	clear: both;
	float: right;
}

.range {
	background-color: #000;
	background-image: url(../images/black_btn.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	height: 58px;
	margin-bottom: 10px;
	margin-right: 55px;
	margin-top: 10px;
	padding-top: 12px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 180px;
}

.interior.range {
	margin-top: 0;
}

a.range:hover{
	background-color: #e2383f;
	background-image: url(../images/red_btn.jpg);
	color: #fff;
}

.range .prices {
	display: block;
	font-size: 25px;
	margin-top: 6px;
}

.range.last {
	margin-right: 0;
	background-color: #e2383f;
	background-image: url(../images/red_btn.jpg);
}

a.range.last:hover {
	background-color: #000;
	background-image: url(../images/black_btn.jpg);
}

.range.last br {
	height: 0px;
}

.range .find {
	color: #e2383f;
	font-size: 30px;
	font-weight: bold;
}

.range .home {
	font-size: 16px;
	font-weight: bold;
}


#map_container {
	border: 1px solid #c1c1c1;
	background-color: #c1c1c1;
	float: left;
	height: 280px;
	overflow: hidden;
	width: 748px;
}

#community_container {
	float: left;
	overflow: hidden;
	width: 750px;
}

#community_info {
	float: left;
	padding-left: 20px;
	width: 420px;
}

#community_header_info {
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C1C1C1;
	float: left;
	padding: 10px;
	width: 221px;
}

#community_header_body {
	float: left;
	margin-right: 10px;
	width: 490px;
}

#community_header_body img.main {
	margin-bottom: 10px;
}

#community_container h2{
	color: #e2383f;
	font-size: 24px;
	margin: 0;
}

#community_container h3{
	font-size: 16px;
	margin-top: 0;
}

#community_info p, #community_header_info p, #community_container #image p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#community_info a {
	color: #e2383f;
	font-weight: bold;
}

#community_info a:hover {
	color: #000000;
}

#map {
	float: left;
	height: 280px;
	overflow: hidden;
	width: 748px;
}

#community_container #image {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	overflow: hidden;
	padding: 10px;
	width: 278px;
}

#community_container #image img {
	border: 1px solid #c1c1c1;
	display: block;
}

#community_container #map {
	background-color: #c1c1c1;
	float: left;
	height: 280px;
	overflow: hidden;
	width: 300px;
}

.community_quick_info {
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 730px;
}


.community_quick_info h2{
	float: left;
	font-size: 19px;
	margin: 0;
}

.community_quick_info p{
	clear: left;
	float: left;
	font-size: 12px;
	width: 420px;
}

.community_quick_info a {
	color: #e2383f;
	text-decoration: none;
}

.community_quick_info a:hover {
	color: #000000;
}

.community_links {
	float: right;
	border-left: 4px dotted #c1c1c1;
}

.community_links a {
	background-color: #e2383f;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
}

.community_links a.last{
	margin-bottom: 0;
}

.clear {
	clear: both;
	width: 750px;
}

.model {
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	float: left;
	height: 370px;
	line-height: 12px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 221px;
}

.model.find_your_home {
	height: 295px;
}

.model.three {
	margin: 0;
}

.model img {
	border: 1px solid #c1c1c1;
	background-color: #EEE;
	display: block;
	height: 160px;
	width: 219px;
}

.model h4 {
	margin-bottom: 0;
	margin-top: 10px;
}

.model h4 a{
	line-height: 20px;
}

.model p {
	font-size: 12px;
}

div#red_box {
	background-color: #e2383f;
	position: relative;
	bottom: 0;
	float: right;
	height: 550px;
	right: 0;
	margin-top: -550px;
	width: 40px;
}

#footer {
	background-color: #fff;
	clear: both;
	float: left;
	margin-left: -20px;
	width: 1000px;
}

#footer_logos{
	/*background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;*/
	background-color: #000;
	clear: both;
	float: left;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 1000px;
}

#footer_logos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#footer_logos li {
	float: left;
}

#footer_logos li a {
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	outline: none;
	text-indent: -9999px;
}

#footer_logos li a#fw {
	background-image: url('../images/logos/fairway-bw.jpg');
	width: 200px;
}

#footer_logos li a#fw:hover {
	background-image: url('../images/logos/fairway-fc.jpg');
}

#footer_logos li a#boa {
	background-image: url('../images/logos/boa_bw.jpg');
	width: 240px;
}

#footer_logos li a#boa:hover {
	background-image: url('../images/logos/boa.jpg');
}

#footer_logos li a#wf {
	background-image: url('../images/logos/wf_bw.jpg');
	width: 255px;
}

#footer_logos li a#wf:hover {
	background-image: url('../images/logos/wf.jpg');
}

#footer_logos li a#cm {
	background-image: url('../images/logos/cm_bw.jpg');
	width: 223px;
}

#footer_logos li a#cm:hover {
	background-image: url('../images/logos/cm.jpg');
}

#footer_logos li a#ml {
	background-image: url('../images/logos/ml_bw.jpg');
	margin: 0;
	width: 200px;
}

#footer_logos li a#ml:hover {
	background-image: url('../images/logos/ml.jpg');
	margin: 0;
}




#footer_nav {
	clear: both;
	color: #FFF;
	height: 35px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}

#footer_nav ul.left {
	background-color: #fec938;
	border-top: 5px solid #e2383f;
	float: left;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#footer_nav ul.right {
	float: right;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#footer_nav ul li {
	color: #000;
	float: left;
	height: 30px;
	line-height: 30px;
}

#footer_nav ul li#last_li {
	/*background-image: url(../images/eoh_logo.jpg);
	background-position: center right;
	background-repeat: no-repeat;*/
	border: none;
	float: right;
	font-size: 10px;
	padding-right: 80px;
}

#footer_nav ul li a {
	color: #000;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#footer_nav ul li#last a {
	border: 0;
}

div#footer_links {
	background-color: #000;
	background-image: url(../images/eoh_logo.jpg);
	background-position: 30px center;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	padding-left: 90px;
	width: 910px;
}

div#footer_links ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-top: 20px;
}

div#footer_links ul li {
	clear: both;
	float: left;
}

div#footer_links ul li a {
	color: #555;
	font-size: 10px;
}


.lender_wrapper {	
	float: left;
	height: 175px;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 320px;
}

.lender_wrapper h4, .lender_wrapper p {
	float: left;
	width: 200px;
}

.lender_wrapper h4 {
	margin: 0;
}

.lender_wrapper img {
	float: left;
	background-color: #EEE;
	border: 1px solid #c1c1c1;
	display: block;
	width: 100px;
	margin-right: 10px;
}

/*
#footer {
	background-color: #e2383f;
	clear: both;
	height: 40px;
	margin-top: 30px;
	width: 100%;
}

/*#footer ul {
	list-style: none;
	margin: 0 auto;
	margin-top: 14px;
	width: 715px;
}

#footer ul li a {
	border-right: 1px solid #FFF;
	color: #FFF;
	float: left;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer a.last {
	border: none;
}*/

/* Forms */
fieldset {
	border: 3px solid #c1c1c1;
	margin-bottom: 40px;
	padding: 10px;
	width: 455px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}


label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

select, input[type=text], input[type=submit], input[type=button], textarea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	display: block;
	padding: 3px;
	width: 200px;
	border:2px solid #CCCCCC;
	background-image:url(../images/input_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-right: 20px;
}

.plan_attributes a{
	text-decoration: none;
}

input[type=button] {
	cursor: pointer;
	text-decoration: none;
}

input[type=button]:hover {
	cursor: pointer;
	border-color: #666;
	text-decoration: none;
}

input.right {
	margin: 0;
}

input.third {
	width: 140px;
}

input.full {
	width: 435px;
}

textarea {
	display: block;
	padding: 5px;
	width: 440px;
	height: 100px;
	margin-right: 0;
}

.bold_red {
	color: #e2383f;
	font-weight: bold;
}



#right_column .rendering_image {
	float: left;
	border: 1px solid #c1c1c1;
	width: 528px;
	margin-bottom: 20px;
}

#right_column h2.plan_name {
	float: right;
	line-height: 14px;
	margin-top: 0px;
	width: 190px;
}

#right_column span.model_name {
	color: #e2383f;
	font-size: 18px;
}

#right_column span.model_elevation{
	font-size: 14px;
	font-weight: bold;
}

#right_column p.plan_attributes {
	clear: right;
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 190px;
}

#community_info_page h2 {
	color: #e2383f;
}

#community_info_page h3 {
	color: #e2383f;
}

#community_info_page h4 {
	color: #e2383f;
}

#community_info_page table {
	font-size: 12px;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 750px;
	max-width: 750px;
}

#community_info_page table td {
	vertical-align: top;
	padding: 10px;
	padding-right: 20px;
}

#community_info_page table td.provider{
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
}

#community_info_page table td.phone_number{
	background-color: #EEE;
	border: 1px solid #CCC;
}

#community_info_page table td.additional_info{
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
}

#community_info_page table th {
	text-align: left;
	padding: 10px;
}

#community_info_page table td.left {

	width: 150px;
	padding-right: 20px;
}

#community_info_page table p {
	margin: 0;
}

#community_info_page table strong {
	color: #e2383f;
	font-size: 12px;
}

#crumbs {
	float: left;
	width: 750px;
}

#crumbs p{
	margin-bottom: 10px;
	margin-top: 0;
}

#photo_column{
	clear: both;
	float: left;
	width: 547px;
}

#info_column {
	float: right;
	width: 200px;
}

#tax_credit_large {
	background-image: url('../images/tax_credit_large.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 225px;
	width: 400px;
}

#large_timer{
	background-color: #000;
	clear: both;
	color: #FFF;
	float: left;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 400px;
	
}

#tax_credit_message {
	clear: both;
	color: #000;
	float: left;
	font-size: 16px;
	/*padding: 20px;*/
	width: 400px;
}

#tax_credit_message h1{
	color: #000000;
	font-size: 24px;
	text-align: center;
}

#tax_credit_message h2{
	color: #000000;
	font-size: 20px;
	text-align: center;
}

.red_box {
	background-color: #e2383f;
	clear: both;
	float: left;
	height: 40px;
	width: 100%;
}

p#timer{
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	margin: 0;
	padding-top: 5px;
	overflow: hidden;
	text-align: center;
	width: 169px;
}

.count_number {
	background-color: #e2383f;
	color: #FFF;
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.city_link{
	float: left;
}


.city_display {
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	clear: both;
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 728px;
}

.city_display.last {
	margin-bottom: 20px;
}

.city_display h2 {
	line-height: 30px;
	margin: 0;
	margin-left: 20px;
}

.community_text {
	float: left;
	margin-left: 20px;
	margin-top: 6px;
}

.range_display {
	background-image: url(../images/left_column_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	clear: both;
	float: left;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px;
	width: 728px;
}

.range_display h3{
	margin: 0;
}

.range_image {
	float: left;
}

.range_info {
	float: left;
	margin-left: 20px;
}

.clock{
	background-color: #000;
	color: #fff;
	float: left;
	font-size: 22px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}

.clock_small{
	font-size: 12px;
}

.black{
	color: #000;
}
.clock.clocklast{
	margin-right: 0;
}

.map_marker {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	width: 28px;
}

.map_popup {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}

.map_desc {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	width: 150px;
}

.map_title {
	color: #e2383f;
	font-size: 14px;
	font-weight: bold;
}

/* New */

div.slideshow {
	height: 286px;
	overflow: hidden;
	width: 531px;
}

div.slideshow img {
	border: 3px solid #000;
}
