/* CSS Document */

/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:1px;
	}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(../images/background.gif) 50% 29px no-repeat;
	margin: 0;	
	padding: 0;
	}
#container {
	width:938px;
	margin:0 auto;
	padding:0;
	background:url(../images/container-bg.jpg) 0 98px no-repeat;
	}
#main {
	padding:0 4px 0 0;
	}
#wrapper {
	margin:0;
	padding:1px 0 0 0;
	width:772px;
	float:left;
	}
#content-right {
	width:531px;
	float:right;
	margin:0;
	padding:218px 11px 0 0;
	background:url(../images/feature-image.jpg) 2px 0 no-repeat;
	}
#content-left {
	width:224px;
	float:left;
	margin:0;
	padding:0 6px 0 0;
	}
#right-column {
	width:161px;
	float:right;
	margin:0;
	padding:0;
	}
.skip {
	display:none;
	}
	
strong {
	color:#444;
	}

/* ------links------ */

a:link, a:visited {
	color:#7ea32e;
	text-decoration:none;
	}
a:hover, a:focus {
	color:#7ea32e;
	text-decoration:underline;
	}
a:active {
	color:#7ea32e;
	text-decoration:none;
	}

/* ------Header------ */

#header {
	margin:0;
	padding:0;
	height:75px;
	}
#header h1 {
	margin:0 0 0 3px;
	padding:0;
	float:left;
	font:4.3em "Myriad Pro", Arial, Helvetica, sans-serif;
	color:#93bc3c;
	letter-spacing:-3px;
	}
#header h1 .red {
	color:#c03b00;
	padding:0 10px 0 0;
	}
#header h1 a{
	color:#93bc3c;
	letter-spacing:-3px;
	text-decoration: none;
	}
#header h1 .red {
	color:#c03b00;
	padding:0 10px 0 0;
	}
#header_right {
	padding:0;
	margin:38px 50px 0 0;
	float: right;
	font-size:10px;
	color:#8e8e8e;
	}
#header_right ul {
	display:inline;
	}
#header_right ul li {
	display:inline;
	padding:0 12px;
	background:url(../images/double-bullet.gif) 0 .4em no-repeat;
	}
#header_right ul li a:link, #header_right ul li a:visited {
	color:#8e8e8e;
	text-decoration:none;
	}
#header_right ul li a:hover, #header_right ul li a:focus {
	color:#8e8e8e;
	text-decoration:underline;
	}
#header_right ul li a:active {
	color:#8e8e8e;
	text-decoration:none;
	}

/* --------- horizontal navigation --------- */

#nav {
	padding: 0;
	margin:0 0 5px 3px;
	background:#c03b00 url(../images/nav-bar.gif) no-repeat;
	color: #fff;
	float: left;
	width: 100%;
	height:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	}

#nav li {
	display: inline; 
	}
#nav li a.first {
	border:none; 
	}
#nav li a {
	margin-top:5px;
	padding: 7px 8px 5px 8px;
	border-left:#a63300 1px solid;
	color: #fff;
	text-decoration: none;
	float: left;
	}
#nav li a:hover {
	text-decoration:underline;
	}
#nav li a.nowpage {
	text-decoration:underline;
	}	
/* --------- secondary navigation --------- */

#secondary-nav {
	text-transform:uppercase;
	color:#c03b00;
	list-style-type:none;
	margin:0 0 4px 0;
	padding:0;
	}
#secondary-nav li {
	background:#fff;
	margin:0;
	padding:0;
	border:#e9e9e9 2px solid;
	border-left-width:1px;
	border-right-width:1px;
	}
#secondary-nav li a {
	padding:.7em 0 .7em 7px;
	display:block;
	}
#secondary-nav li a:link, #secondary-nav li a:visited {
	color:#c03b00;
	background:#fff;
	}
#secondary-nav li a:hover, #secondary-nav li a:focus {
	color:#fff;
	background:#93bc3c;
	text-decoration:none;
	}
#secondary-nav li a:active {
	color:#c03b00;
	background:#fff;
	}
	
/* ----- current page state ------ */
#secondary-nav li a.nowpage {
	color:#fff;
	background:#93bc3c;
	text-decoration:none;
	}

/* -----list sets------ */
ul.article-link-list {
	padding:17px 0 20px 0; 
	margin:0 0 8px 0;
	font-size: 1em;
	list-style-type:none;
	border:#eaeaea 1px solid; 
	}
ul.article-link-list li {
	padding:0 0 0 18px;
	margin:0 0 10px 10px;
	color:#5984b0;
	background:url(../images/bullet.gif) no-repeat;
	}
ul.article-link-list li a:link, ul.article-link-list li a:visited {
	color:#5984b0;
	text-decoration:underline;
	}
ul.article-link-list li a:hover, ul.article-link-list li a:focus {
	color:#5984b0;
	text-decoration:none;
	}
ul.article-link-list li a:active {
	color:#5984b0;
	text-decoration:underline;
	}
h2.article-link-head {
	padding: 9px 0 5px 10px;
	margin: 0;
	background:#e4e4e4;
	font-size:1em;
	color:#838282;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* --------- Map --------- */

#map {
	width:524px;
	height:450px;
	margin:0 0 30px 5px;
	border:#000 solid 1px;
}
#side_bar_title {
	background-color: #efefef;
	line-height: 1.5em;
	width:98%;
}
#side_bar {
	background-color: #efefef;
	line-height: 1.5em;
	margin-bottom: 1em;
	width:98%;
}
#side_bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
}
#side_bar a:hover {
	text-decoration: underline;
}

/* --- content sections --*/
h2 {
	clear: both;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	}
h1.green, h2.green {
	background:#93bc3c;
	color:#fff;
	height:25px;
	padding:8px 0 0 13px;
	text-transform:uppercase;
	font-size:1.1em;
	}
h1.red, h2.red {
	background:#c03b00;
	color:#fff;
	height:25px;
	padding:8px 0 0 13px;
	text-transform:uppercase;
	font-size:1.1em;
	}
.content-panel ul {
	margin:0;
	padding:0;
	}
.content-panel ul li {
	list-style-type:none;
	margin:.8em 5px 0 0;
	padding:0 8px 0 0;
	font-size:.9em;
	width:150px;
	float:right;
	text-align:right;
	background:url(../images/green-bullet.gif) right .4em no-repeat;
	}
.content-panel ul li a {
	color:#7ea32e;
	text-decoration:none;
	}
.content-panel {
	padding: 11px 2px 11px 3px; 
	margin: 0;
	width:260px;
	float:left;
	}
.content-panel h3, .content-panel p {
	width:175px;
	float:right;
	font-size:.9em;
	margin:0;
	padding:0;
	}
content-panel h3 {
	font-weight:600;
	}
.content-panel p {
	margin:11px 0 1px 0;
	}
.content-panel img {
	border:#c4c4c4 1px solid;
	float:left;
	margin:0;
	}	
.first-panel {
	background:url(../images/content-top-left.gif) right bottom no-repeat;	
	}
.last-panel {
	background:url(../images/content-bottom-right.gif) left top no-repeat;	
	}
	
#right-column img {
	margin:0 0 12px 0;
	padding:0;
	}
	
.content p {
	margin-left:18px;
	}
.content p img{
	float:left;
	margin: 0 15px 20px 0;
	}	
/* --------- property --------- */
.feat-accomm {
	background:#8f8f8f;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	}
.feat-accomm-title {
	padding:8px 0 5px 13px;
	background:#c03b00;
	display:block;
	margin:0;
	}
#property {
	margin:1em 0 0 3em;
	background-color:#fff;
		}
#property .item {
	float: left;
	width: 110px;
	margin-bottom: 1em ;
	font-size: 0.8em;
	}
#property .item2 {
	float: left;
	width: 155px;
	margin-bottom: 1em ;
	font-size: 0.8em;
	}
#property .itemmargin {
	margin-right: 50px;
	}
#property .itemmargin2 {
	margin-right: 70px
	}
#property img {
	display: block;
	border: 1px solid gray;
	}
#property a:hover img{
	border-color: black;
	}
#property p {
	margin: 0;
	}
#property span {
	display: block;
	font-weight:600;
	}
	
/* ------------------- Footer  ------------------- */

#footer {
	height: 70px;
	clear: both;
	margin: 4em  0 0 0;
	padding: 1px 0 0 0;
	font-size: 0.8em;
	width:100%;
	text-align:center;
	color:#969693;
	background:#e2e2e2 url(../images/footer-bg.gif) repeat-x;
	}
#footer p {
	font:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	}
#footer ul {
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	margin: 15px 0;
	}
#footer li {
	display:inline;
	padding:0 8px 0 5px;
	border-right:#969693 1px solid;
	}
#footer li.last {
	border:none;
	}
#footer a:link, #footer a:visited {
	color:#949494;
	text-decoration: underline;
	}
#footer a:hover, #footer a:focus {
	color:#949494;
	text-decoration: none;
	}	
#footer a:active {
	color:#949494;
	text-decoration: underline;
	}
		
.clearboth {
	clear:both;
	}		
.clearer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	}
/* --------- Clearfloat --------- */

.clearfloat:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}
.clearfloat { display: inline-block; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }

/* Contact Form */
label {
	display:block;
	margin:1em 0;
	}
input, textarea {
	display:block;
	width:250px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
	}
ul li.ok {
	color:#666;
	font-style:italic;
	}
ul li.error {
	color:#f00;
	}
form {
	margin:0 0 2em 1em;
	}