/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:1px;
	}
body {
	font: 76% Arial, Helvetica, sans-serif;
	background:#EDF1DC url(../images/body-bg.jpg) 50% top repeat-y;
	margin: 0;	
	padding: 0;
	}
#container {
	width:770px;
	margin:0 auto;
	padding:0;
	background:url(../images/container-bg.jpg) 0 98px no-repeat;
	}
#content-column {
	width:560px;
	float:left;
	margin:0;
	padding: 0;
	} 
#whatever {
	width:161px;
	float:right;
	margin:0;
	padding:0;
	}
#right-column {
	width:185px;
	float:right;
	margin:0;
	padding:0;
	}
.skip {
	display:none;
	}
	
/* --------- weather --------- */

div.weather {
	float:left;
	margin: 0 10px 18px 0;
	text-align:center;
	padding:0 0 15px 0;
	border:#2881ab solid 1px;
	width: 210px;
	}
div.weather h2 {
	text-transform:uppercase;
	color: #fff;
	background: #333333;
	width: 190px;
	padding: 5px 10px 6px 10px;
	margin: 0 0 12px 0;
	}

/* ------links------ */

a.external {
	padding-right: 8px;
	background: url(../images/external.gif) right center no-repeat;
	}
a {
	color:#AC1816;
	text-decoration:underline;
	}
a:visited {
	color: #7A1310;	
	}
a:hover {
	color:red;
	text-decoration:underline;
	}


/* ------paragraph------ */

p {
	line-height: 1.5em;
	}

/* --------------- AP Feature Box horizontal --------------- */

#feature-sub {
	border: solid #ACC5C5 1px;
	border-top: none;
	background: url(../images/feature.jpg) left bottom no-repeat;
	padding:1px;
	}
#feature-left {
	padding-top: 10px;
	padding-left:15px;
	float:left;
	width:270px;
	}
#feature-left p {
	font-size:.9em;
	margin:0;
	color:black;
	}
#feature-left p a {
	color:black;
	}
#feature-right {
	float:right;
	width:250px;
	padding:10px 0;
	}
#feature-right p a.button {
	background-color:#FFFFFF;
	text-transform:uppercase;
	border:solid #ACC5C5 1px;
	padding:3px 6px 4px 6px;
	text-decoration:none;
	color:black;
	}
#feature-right .row {
	margin-bottom: 5px;
	}
#feature-right img {
	background-color:#fff;
	padding:1px;
	border:solid #ACC5C5 1px;
	margin-right:7px;
	}
.feature{
	height: 20px;
	border-bottom: 1px solid #ACC5C5;
	margin: 3px 0 0 0;
	padding: 0;
	}
.feature ul{
	padding: 0;
	margin: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	list-style-type: none;
	}
.feature li{
	padding: 0;
	display: inline;
	margin: 0;
	background: none;
	}
.feature li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px; 
	color: black;
	background: transparent url(../images/righttabselected.gif) 100% 0 no-repeat;
	border-left: 1px solid #ACC5C5;
	display:block;
	float:left;
	top:1px; 
	text-decoration:underline;
	}


/* ------ headings ------ */
	
#header h1 {
	margin:0;
	padding:0;
	float:left;
	font: 2.6em Arial, Helvetica, sans-serif;
	color:#AC1816;
	letter-spacing:-2px;
	/*text-transform: lowercase;*/
	}
#header h1 a {
	text-decoration: none;
	color:#AC1816;
	}
#header h1 span {
	color:#4B91CF;
	}
#content-column h2 {
	margin-top: 0;
	font: normal 1.7em Arial, Helvetica, sans-serif;
	color: #000066;
	}

/* ------Header------ */

#header {
	margin:0;
	padding:0;
	height:40px;
	padding-top: 12px;
	}
#sub-nav {
	margin-bottom: 1.8em;
	}
#header p {
	float:right;
	font-size:.9em;
	}
#header p a {
	color:#CCCCCC;
	}


/* --------- horizontal navigation --------- */

#nav {
	padding: 0;
	margin: 0 ;
	float: right;
	width: 770px;
	height: 28px;
	font: normal .9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    background: #1a381f url(../images/nav.jpg) repeat-x;
	}
#nav li {
	display: inline; 
	background-color:#1a381f;
	}
#nav li#leftmost {
	border: none;
	}
#nav li a.now {
    background: #1a381f url(../images/nav-now.jpg) repeat-x;
	text-decoration: none;
	color: #fff;
	}
#nav li a {
	padding: 7px 17px 8px 17px;
	color: #fff;
	text-decoration: none;
	float: left;
	}
#nav li a:hover {
    background: #1a381f url(../images/nav-now.jpg) repeat-x;
	text-decoration: none;
	color: #fff;
	}

	
/* ----- Left column headings & lists ----- */

#right-column ul {
	padding: .5em 0 .9em 0; 
	margin:0 0 1.5em 0;
	font-size: .9em;
	list-style-type:none;
	border:#ccc 1px solid; 
	background: #CDCDCD url(../images/ul-bg-orig.jpg) left top no-repeat;
	}
#right-column ul li {
	padding:.5em 10px .5em 14px;
	margin: 0;
	color:#5984b0;
	background:url(../images/li-bg.gif) left bottom no-repeat;
	}
#right-column ul.search {
	background: #CDCDCD url(../images/ul-bg.jpg) left top no-repeat;
	}
#right-column ul.search li a {
	color:#fff;
	}
#right-column ul li.bottom {
	background:none;
	}
#right-column h3 {
	padding: .6em 0 .5em 10px;
	margin: 0;
	background:#e4e4e4 url(../images/h3-bg.jpg) no-repeat;
	font: .9em Arial, Helvetica, sans-serif;
	color: #5984b0;
	text-transform:uppercase;
	}
#right-column h3.search {
	background:#e4e4e4 url(../images/h3-bg-search.jpg) no-repeat;
	padding: .6em 0 .5em 32px;
	color:#fff;
	}
	
/* --------- Map --------- */

#map {
	height:450px;
	margin:0 0 30px 5px;
	border:#000 solid 1px;
	}
#side_bar_title {
	line-height: 1.5em;
	}
#side_bar {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
#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;
	}
#gMapContainer.expandedMap {
	text-align:left;
	background-color: #fff;
	position:absolute;
	padding:7px 10px 57px 10px;
	border:1px solid #aaa;
	}
#gMapContainer.expandedMap #map {
	width:100%;
	}
a.expand {
	display:block;
	margin: 0 0 5px 10px;
	padding: 2px 6px 3px 6px;
	border: 1px solid #008DC4;
	margin-bottom: 4px;
	color:#008DC4;
	cursor:pointer;
	}
a:hover.expand {
	text-decoration: none;
	}
#gMapExpander {
	float: right;
	text-align:right;
	}


/* --- content sections --*/


.content-panel ul {
	margin:0;
	padding:0;
	}
.content-panel ul li {
	list-style-type:none;
	margin:.3em 5px 0 0;
	padding:0 8px 0 0;
	font-size:.9em;
	width:145px;
	float:right;
	text-align:right;
	background:url(../images/orange-bullet.gif) right center no-repeat;
	}
.content-panel {
	padding: 11px 2px 11px 3px; 
	margin: 0;
	width:240px;
	float:left;
	}
.content-panel h3, .content-panel p {
	width:152px;
	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;	
	}
	
#whatever img {
	margin:0 0 12px 0;
	padding:0;
	}
	
.content p {
	margin-left:18px;
	}
#banner {
	width: 250px;
	float:right;
	margin:.3em 0 0 14px;
	}
	
/* --------- property --------- */
#property {
	margin:0 0 0 10px;
	background-color:#fff;
		}
#property .item {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	font-size: 0.8em;
	}
#property .item2 {
	float: left;
	width: 155px;
	margin-bottom: 1em ;
	font-size: 0.8em;
	}
#property .itemmargin {
	margin-right: 40px;
	}
#property .itemmargin2 {
	margin-right: 70px
	}
#property img {
	display: block;
	border: 1px solid gray;
	}
#property a:hover img{
	border-color: black;
	}
#property p {
	margin: 0;
	}
	
/* ------------------- 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;
	padding: 0;
	}
#footer ul {
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	margin: 15px 0;
	padding: 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 --------- */
	.clearer {	
	margin:0;
	padding:0;
	clear:both;
	display:block;
	background-color:#FFCCCC;
	}
/* --------- 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:200px;
	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;
	}