@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}/* CSS Reset, yo */
h1, h3, h4, p, {
font-weight:normal;
}
body {
	background: url(images/bg_tile.jpg) repeat-x;
	font-family:"Segoe UI", Verdana, Arial, sans-serif;
	line-height:1em;
}
#container {
	width:989px;
	margin:0 auto;
}
#header {
	background:url(images/header_bg_03.jpg) repeat-x;
	padding-top:10px;
	height:141px;
	display:block;
	clear:both;
}
#nav ul {
	margin:0 auto;
	text-align:center;
}
#nav li {
	list-style: none;
	display:inline;
}
#nav li a:hover {
	background-position:0px -25px;
}
#nav {
	display:block;
	height:43px;
	position:relative;
	top:100px;
}
#content {
	background:#FFFFFF;
	padding:15px;
}
#main {
	width:495px;
	float:left;
	margin-bottom:20px;
}
#main p , td {
	font-size: .8em;
	line-height:1.6em;
	padding-bottom: 8px;
}
#main ul {
	padding-left:20px;}
#slideshow {
	display:block;
	margin:0 auto;
}
#footer {
	background:url(images/footer_bg.jpg) repeat-x;
	padding:15px 13px;

}
#map_img { display:block; float:right;}
#byborn {
	float:left;
	width:50px;
	height:20px;
	margin:-3px 0px 10px 5px;
}
#footer p {
	float:center;
	color:#999999;
	font-size: 11px;
	text-transform: uppercase;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#0f526d;
}
#note {
	background:url(images/note_bg_15.jpg) no-repeat;
	display:block;
	line-height:1.4em;
	width:175px;
	height:152px;
	padding:30px;
	color:#655b41;
	float:left;
	margin:10px 20px 10px 0px;
}
.title {
	display:block;
	text-indent:-9999px;
	width:211px;
	height:95px;
	background:url(images/logo.png) no-repeat;
	text-align:center;
	overflow:hidden;
	margin: 0px auto;
	padding:0px;
	margin-top:-45px;
}
h2 {
	font-size:18pt;
	color:#0f526d;
	line-height:1.5em;
	font-weight:lighter;
	margin-top:.5em;
	margin-bottom:1em;
}
h3 {
	font-size:12pt;
	color:#0f526d;
	line-height:1.5em;
	font-weight:lighter;
	margin-top:1em;
	margin-bottom:1em;
}
h4 {
	font-size:12pt;
	color:#0f526d;
	line-height:1.5em;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:1em;
}

.phone {
	color:#032a39;
	margin-left:10px;
}


.red {
	color:#CC0000;
	font-weight:bold;
	font-size:1.2em;
}
.redsmall {
	color:#CC0000;
	font-size:.8em;
}


.indented{margin-left:10px;}
#container #content #main li {
	padding-bottom: 6px;
	font-size: 80%;
}
/* TOOLS ------------------------------------------------- */

.clear { clear: both; }
.clearfix { zoom: 1; /* for IE7 */ }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.accessibility {
	position: absolute;
	left: -999px;
	width: 900px;
	background: none;
	}
	
.sold {
	text-transform: uppercase;
	color: #FF0000;
}
.smaller {
	font-size: 11px;
}

