/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Helvetica, Arial, sans-serif;
	vertical-align: top;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/body-bg.jpg) no-repeat top center #fff;
	color: #555;
}
p {
	margin:5px 0 20px 0;
	line-height:1.5em;
}
ul {
	margin:-10px 0 15px 0;
	list-style: disc;
}
li {
	line-height:1.5em;
	margin-bottom:8px;
}
th {
	font-weight:bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {color:#6b0a0f;text-decoration: none;}
a:hover {color:#a41e24;}
#util-nav a {color:#fffefb;}
#buckets a {font-weight:bold;}
#footer a {color:#042825;}
#footer a:hover {color:#095c55;}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/h2-bg.png) repeat-x #64b4ae;
	padding:5px 5px 0 5px;
	color:#fff;
	letter-spacing: -.02em;
	font-size:24px;
	line-height:26px;
	margin:10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
h2 {
	font-size:20px;
	color:#a42026;
	margin:10px 0;
}
h3 {
	font-size:15px;
	color:#64b4ae;
	margin:10px 0;
	padding-bottom:3px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/dot.gif) repeat-x bottom left;
}
h4 {
	font-size:15px;
	color:#64b4ae;
	margin:10px 0;	
}
h5 {
	font-size:12px;
	color:#333;
	margin:10px 0;	
}
/* =4 Header // Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	width:960px;
	margin:auto;
}
#header {
	position:relative;
	height:103px;
}
#logo {
	position:absolute;
	left:1px;
	top:12px;
}
#times-btn {
	position:absolute;
	right:9px;
	top:27px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#util-nav {
	position:absolute;
	right:0;
	margin:0;
	margin:0;
	list-style: none;
	font-family:Verdana;
	font-size:10px;
	text-transform: uppercase;
	top:83px;
}
#util-nav li {
	display:inline;
	padding:0 10px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/util-nav-bul.png) left center no-repeat;
	float:left;
}
#util-nav li.first {
	background-image:none;
}
#nav ul{
	margin:0;
	list-style: none;
}
#nav li {
	float:left;
	clear:left;
	width:240px;
	margin:0;
	display:inline;
}
#nav a img {
	display:block;
	line-height:1px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/homepage-tabs.png) no-repeat;
	height:48px;
	width:241px;
}
#nav a.a img {background-position:-4px -4px;height:48px;}
#nav a.b img {background-position:-4px -52px;height:50px;}
#nav a.c img {background-position:-4px -102px;height:48px;}
#nav a.d img {background-position:-4px -150px;height:49px;}
#nav a.e img {background-position:-4px -199px;height:48px;}
#nav a.f img {background-position:-4px -247px;height:44px;}

#nav li.current {background-color:#fff;border-bottom:solid 1px #cad1cf;}
#nav li.current.first {border:none;}
#nav li.current a.a img {background-position:-249px -4px;height:;}
#nav li.current a.b img {background-position:-249px -52px;height:49px;}
#nav li.current a.c img {background-position:-249px -102px;height:47px;}
#nav li.current a.d img {background-position:-249px -150px;height:48px;}
#nav li.current a.e img {background-position:-249px -199px;height:47px;}
#nav li.current a.f img {background-position:-249px -247px;height:;}


#nav ul ul {
	margin-top:-10px;
	padding-bottom:10px;
	display:none;
}
#nav ul li.current ul {display:block;}
#nav li li {
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/dot.gif) repeat-x top left;
	padding:5px 0 6px 5px;
	width:190px;
	margin-left:30px;
}
#nav li.last {background:none;}
#nav li.current-page a {
	padding-left:10px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/current-page.png) no-repeat 0 2px;
	color:#ff323b;
	cursor:default;
}

#util-nav li.last {
	background:none;
}
#cse-search-box div {
	border:solid 1px #4ea099;
	width:90px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/search-icon.gif) no-repeat 4px 2px #fff;
	height:16px;
	overflow:hidden;
}
#cse-search-box input.text {
	display:inline;
	border:none;
	background:#fff;
	width:70px;
	margin-left:20px;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content-wrap {
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/content-wrap-bg.png) repeat-y;
	width:968px;
	margin-left:-4px;
	position:relative;
}
 
* html #content-wrap {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/content-wrap-bg.png", sizingMethod="scale");
}

.content-top {
	height:4px;
	line-height:1px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/content-top.png) no-repeat;
	overflow:hidden;
}
.content-top2 {
	height:5px;
	line-height:1px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/content-top2.png) no-repeat left bottom #fff;
}
.content-btm {
	height:10px;
	line-height:1px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/content-btm.png) no-repeat right top;
	clear:both;
	overflow:hidden;
	width:968px;
}
#content-wrap .padding {padding:0 4px;}
#leftcolumn {
	float:left;
	width:240px;
	min-height:350px;
  	height:auto !important;
  	height:350px;
}
#content {
	float:right;
	width:713px;
	margin-right:4px;
	display:inline;
}
#content .padding {
	padding:0 12px;
}
#bcrumbs {
	height:30px;
	width:695px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/bcrumbs-bg.png) no-repeat;
	line-height:30px;
	margin:auto;
	position:relative;
}
#printbtn {
	position:absolute;
	right:10px;
	top:6px;
	line-height:1px;
}
#bcrumbs .padding {
	padding:0 10px;
}
#header-img {
	line-height:1px;
	margin:5px auto 1px auto;
	width:695px;
	height:120px;
	overflow:hidden;
}
.main {
	float:left;
	width:460px;
}
.rightcol {
	float:right;
	width:220px;
	margin:10px 0 0 0;
	background-color:#E0F0EF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:11px;
}

.rightcol h2 {
	font-size:13px;
}
#content .rightcol ul {
	margin:5px 0 10px 0;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.emailsignup .text {
			width:210px;
	color:#666;
	border:solid 1px #ccc;
	padding:5px 3px;
	margin:3px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.emailsignup .submit {
	border:none;
	background:transparent;
	color:#06433E;
	padding:0;
	font-weight:bold;
	float:right;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content ul {
	margin-left:20px;
	list-style:none;
	margin-bottom:20px;
}
#content li {
	margin-bottom:8px;
	line-height:1.5em;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/bullet.png) no-repeat 0 5px;
	padding-left:15px;
}
table.pretty {
	width:100%;
	line-height:1.5em;
	margin-bottom:10px;
}
table.pretty td {
	padding:5px;
}
table.climate {
	display:inline;
	border:none;
}
table.climate tr {
	border-bottom:1px solid #666;
}
table.climate td {
	vertical-align:top;
	padding:5px 14px 5px 0;
}
.grey {
	background-color:#f7f7f7;
}
.addthis_button{
	right:35px;
	position:absolute;
	top:6px;
	line-height:1px;
	height:16px;
	width:16px;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/footer-bg.jpg) repeat-y;
	border-top:solid 1px #edebe6;
	border-bottom:solid 1px #edebe6;
	font-size:10px;
	margin:20px 0;
	height:1%;
	position:relative;
}
#footer .column {
	float:left;
	width:240px;
}
#footer ul {
	margin:10px 0 15px 0;
	list-style: none;
	padding: 0 10px;
}
#footer li {
	line-height:1.1em;
	margin-bottom:3px;
}
#footer .address {
	float:right;
	width:220px;
	margin-right:10px;
	font-size:11px;
	display:inline;
}
/* =9 Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#tabs {
	height:299px;
	width:968px;
	margin-left:-4px;
	position:relative;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/tab-window.png) top right no-repeat;
}
#tabs dd {
	display:none;
	height:285px;
	width:713px;
	position:absolute;
	left:248px;
	top:7px;
}
#tabs dt {
	float:left;
	clear:left;
	width:245px;
}
#tabs a img {
	display:block;
	line-height:1px;
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/homepage-tabs.png) no-repeat;
	height:48px;
	width:245px;
}
#tabs a.a img {background-position:0 0;height:52px;}
#tabs a.b img {background-position:0 -52px;height:50px;}
#tabs a.c img {background-position:0 -102px;height:48px;}
#tabs a.d img {background-position:0 -150px;height:49px;}
#tabs a.e img {background-position:0 -199px;height:48px;}
#tabs a.f img {background-position:0 -247px;height:53px;}

#tabs a.a img.hover {background-position:-245px 0;height:52px;}
#tabs a.b img.hover {background-position:-245px -52px;height:50px;}
#tabs a.c img.hover {background-position:-245px -102px;height:48px;}
#tabs a.d img.hover {background-position:-245px -150px;height:49px;}
#tabs a.e img.hover {background-position:-245px -199px;height:48px;}
#tabs a.f img.hover {background-position:-245px -247px;height:53px;}

#buckets {
	background:url(http://06196e5a9319b41595238bae57b435f5a04a5ede.gripelements.com/img/buckets-bg.gif) repeat-y top center;
	margin-top:20px;
	font-family:Verdana;
	font-size:10px;
	height:1%;
	position:relative;
}
#buckets strong {
	color:#042825;
	font-size:11px;
}
.bucket {
	float:left;
	width:240px;
}
.bucket .padding {
	padding:0 10px;
}

/* Property Pages */

.property-images {
	float:right;
	width:205px;
	margin-left:15px;
}
.property-images img {
	margin:5px 0;
	padding:1px;
	border:solid 4px #E0EFEB;
}
.property-details td {
	padding:5px;
	min-width:150px;
}
.property-details p, .property-details li {
	margin-top:0;
	line-height:1.2em;
	font-size:.9em;
}
#content .property-details ul {
	margin:-10px 0 10px 20px;
}
#content .property-details li {
	margin-bottom:0;
}
.property-details h4 {
	margin-bottom:0px;
}
