/* CSS Document */

/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:1px;
	}
body {
	font: 76% Arial, Helvetica, sans-serif;
	background: #edf1f3 url(../images/body_background.gif) repeat-y 51% 0;
	color:#6d6d6d;
	margin: 0;	
	padding: 0;
	}
#container {
	background:#fff url(../images/container-bg.gif) repeat-y;
	position: relative;
	width: 998px;
	margin: 0 auto;
	padding: 0;
	left:1px;
	text-align:	left;
	border-bottom: 24px solid #eee;
	}
#content-division {
	padding: 0 19px 0 20px; 
	margin:0;
	}	
.dot-bg {
	background:url(../images/dot-bg.gif) 660px 105px no-repeat;
}

/* --------- Map Side Bar --------- */

#map {
	width: 365px;
	height: 450px;
	margin: 0 0 30px 5px;
	border:#000 solid 1px;
	float:right;
}

#side_bar a:hover {
	text-decoration: underline;
	}
#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 {
/*	width: 25%; */
/*	float: left; */
	background-color: #efefef;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
 #side_bar_title {
	background-color: #efefef;
	line-height: 1.5em;
	}
	
/*--------default styles---------*/

h1, h2, h3, h4, h5, h6 pre, form, body, html, fieldset, legend, input, dl, dt, dd, li, ul, ol, fieldset{
	margin:0;
	padding:0;
	}	

p {
	margin:0 0 1.5em 0;
	padding:0;
	line-height:1.5;
	font-size:1em;
	}	
	
	
/* ------links------ */
a:link, a:visited, {
	color:#6d6d6d;
	text-decoration:underline;
	} 
a:hover, a:focus,  a:active {
	color:#6d6d6d;
	text-decoration:none;
	}


/* ---headers----- */
h1{
	font-size: 1.7em;
	font-weight:600;
	}
.content-panel h1 {	
	margin-bottom: 6px;
	}
h2{	
	font-size: 1.2em;
	}
h2.lead-header{
	font-size: 1.7em;
	font-weight:600;
	}
h3{
	padding: 0;
	margin-bottom: 8px;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	}
	
/* --------- Header (1) --------- */

#header {
	height: 262px;
	margin:0 8px;
	background: #551a8b url(../images/header.jpg) 0 55px no-repeat;
	}
#header h1#site-name a {
	font: normal 1em "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 600px;
	margin:11px 0 0 30px;
	float:left;
	color:#FFFFFF;
	}
#header h1#site-name span {
	font-weight: normal;
	font-size: 50%;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
#header_right {
	float: right;
	text-align: right;
	padding:0 25px;
	margin:26px 0 0 0;
	width: 300px;
	font-size:.9em;
	}
#header_right a {
	font-size: .9em;
	padding:0 5px 0 7px;
	background:url(../images/dotted-border.gif) no-repeat;
	color: #999999;
	}
#header_right a.bgnone {
	background:none;
	}

	
		

/* --------- horizontal navigation --------- */

#nav {
	padding: 10px 0 10px 0;
	margin: 190px 0 0 0;
	background-color: #fff;	
	color: #3d3d3d;
	float: right;
	width: 767px;
	font: .9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#nav li {
	display: inline; 
	/*background:url(../images/dotted-border.gif) right 5px no-repeat;*/
	border-left: #999 dotted 1px;
	padding:0 20px 0 10px;
	float:left;
	}
#nav li a {
	padding:0 0 0 15px;
	color: #3d3d3d;
	text-decoration: none;
	float: left;	
	text-align:center;
	}
#nav li a:hover {
	padding: 0 0 0 15px;
	background: url(../images/link-bullet.gif) 0 0.3em no-repeat;
	color: #000;
	text-decoration:none;
	}
#nav #bgnone {
	border:none;
	}
#nav .last {
	padding:7px 0 8px 5px;
	}

/* --------- Current button state --------- */

#nav li a.nowpage {
	padding: 0 0 0 15px;
	background: url(../images/link-bullet.gif) 0 0.3em no-repeat;
	}

/* --------- Right Column --------- */

#right-column {
	width: 720px;
	float: right;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
	
/* --- Columns and content sections --*/
			
.content-panel {
	padding: 0; 
	margin: 28px 0 20px 0; 
	width: 300px; 
	overflow: hidden;
	float:none;
	background-color:#fff;
	}
.content-panel a:link, .content-panel a:visited {
	color:#6d6d6d;
	text-decoration:underline;
	}
.content-panel a:hover {
	color:#6d6d6d;
	text-decoration:none;
	}
.content-panel a.more {
	display:block;
	}
.content-panel h1 {
	color:#000;
	margin: 28px 0 5px 0;
	}
.content-panel h2 {
	color:#000;
	}
#right-column .content-panel h3 a {
	color:#d58012;
	font-family:Tahoma, sans-serif !important;
	font-size:.8em;
	font-weight:bold;
	text-decoration:underline;
}
.width200 {
	width:200px;
	margin:0;
	padding:0;
	background-color:#fff;
	}
.content-panel.main {
	width:369px;
	margin:0;
	padding:0;
	}
.content-panel.larger {
	width:369px;
	margin:0;
	padding:0;
	}
.content-panel.smaller {
	width:230px;
	margin:0;
	padding:0;
	}
.content-panel.percent100 {
	width:100%;
	}			
.left {
	float: left;
	
	}				
.right {
	float:right;
	}
.smallertext {
	font-size:0.9em;
	margin:0 0 20px 0;
	padding:0;
	background-color:#fff;
	}
.smallertext img {
	border:#000 thin solid;
	}
	.bmnone {
		margin-bottom:0;
		}
		
		#feature-image {
			width:200px;
			text-align:center;
			margin:0 0 20px 0;
			padding:0;
			}
		#feature-image2 {
			width:300px;
			text-align:center;
			margin:0 0 30px 0;
			padding:0;
			float:left;
			}
		#feature-image.tpm10 {
			margin-top:10px;
			}
		.caption {
			text-align:left;
			padding:2px 10px 2px 10px;
			background:#ebebe9;
			font-size:0.86em;
			line-height:1.2;
			margin:0;
			font-family:Tahoma, sans-serif !important; 			
			}

/* =list sets
--------- */
ul.list {
	padding-top:0; 
	margin:4px 0 20px 0;
	font-family:Tahoma, sans-serif !important; 
	}
ul.list li {
	padding-top:.4em;
	margin:0;	
	padding-left:12px;
	background: url(../images/link-bullet.gif) 0 0.8em no-repeat;
	}
ul.list li a {
	color:#5fa1fa;
	}
ul.list li a:hover {
	text-decoration:underline;
	}
h2.list-head1 {
	color:#153f86;
	padding:0 0.5em 0;
	margin:.5em 0 0 0;
	border-bottom:#7b7b7b thin dotted;	
	}

			
/* --------- Images --------- */
.image-small {
	margin:0;
	padding:0;
	border:0;
	display:block;
	border: 1px solid #000;
	}

a img.image-small, a:link img.image-small, img.image-small, a:visited img.image-small {
	float: left; 
	background: #fff; 
	padding: 0; 
	border: 1px solid #000;
	margin: 5px 0 0 0; 
	width:75px;
	}
	

/* --------- Central Column: Property Section (a sub-section of content) (5) --------- */

#property {
	margin:12px 0 0;
	background-color:#fff;
		}
#property .item {
	float: left;
	width: 165px;
	margin-bottom: .7em ;
	font-size: 0.8em;
	}
#property .item2 {
	float: left;
	width: 165px;
	margin-bottom: .7em ;
	font-size: 0.8em;
	}
#property .itemmargin {
	margin-right: 25px;
	}
#property .itemmargin2 {
	margin-right: 25px;
	}
#property img {
	display: block;
	border: 1px solid gray;
	}
#property a:hover img{
	border-color: black;
	}



/* --------- Left Column Sections (7,8) --------- */

#left-column {
	width: 190px;
	float: left;
	margin:28px 0 0 12px;
	padding:0;
	}	
	
	#banner {
		margin: 1.4em 0 20px 0;
		}


/* ------------------- Footer (9) ------------------- */

#footer {
	height:80px;
	background:#fff url(../images/dotted-border-x.gif) repeat-x;
	clear: both;
	padding-top:.5em;
	font: .85em Arial, Helvetica, sans-serif;
	}

#footer p {
	text-align: center;
	color: #666;
	margin:2em 0 1em 0;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #d58012;
	}
#footer a:hover, #footer a:active {
	text-decoration:underline;
	}
#footer ul#footer-nav {
	text-align:center
	}
#footer ul#footer-nav li {
	display:inline;
	padding:0 5px;
	border-right:#666 1px solid;
	}
#footer ul#footer-nav li.last {
	border:none;
	}

/* ------alter defaults------ */
a:link, a:visited { 
	text-decoration: none; 
	}
a img, a:link img, a:visited img, fieldset { 
	border: none;
	}
ul, ol { 
	list-style: none; position: relative;
	}
a {
	font-weight:500;
	}
a.normal {
	font-weight:300;
	}
.width500 {
	width:500px;
	}	
.tppnone {
	padding-top:0;
	}
.tpm20 {
	margin-top:20px;
	}
.tpp20 {
	padding-top:20px;
	}
.btm10 {
	margin-bottom:10px
	}
.btm20 {
	margin-bottom:20px
	}
.rm30 {
	margin-right:30px;
	}
.lm30 {
	margin-left:30px;
	}
#feature-image.lm30 {
	margin-left:30px;
	}
.tpborder {
	border-top:#666666 dotted 1px;
	}
.bordernone {
	border:none;
	}
.bgnone {
	background:none;
	}	
.clearboth {
	display:block;
	clear:both;
	}
.white {
	color:#fff;
	}
.lp14 {
	padding-left:14px;
	}


/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 	
	
	
	
.clearer {	
	margin:0;
	padding:0;
	clear:both;
	display:block;
	background-color:#FFCCCC;
	}
	
/* 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;
	}
