@charset "utf-8";
/* CSS Document */
/***********************
	Reset
************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }
/***********************
	Universal
************************/
.clearall{ clear:both;}
.indent{text-indent:25px;}
.preload{display:none;}
.floatleft{float:left;}
.floatright{float:right;}
img.floatright{
	margin:0px 0px 15px 15px;
}
img.floatleft{ margin:0px 15px 15px 0px; }
img.center{
	margin:0 auto;
	text-align:center;
}
.width50{ width: 48%; }
.width45{ width: 45%; }
.preload{ display:none; }
/* general headings and anchers */
h2,h3,h4,h5{
	margin:10px;
	text-align:left;
	font-style:italic;
}
h1,h2,h3{
	font-weight:bold;
	font-style:italic;
	padding:0px;
}
h2{
	font-size:22px;
	line-height:28px;
	color:#00617c;
	margin:30px 20px 15px 15px;
}
h3{
	font-size:18px;
	line-height:22px;
	color:#973431;
	margin:15px 0px 10px 0;
}
h3.blue{
	color:#00617c;
}
a, a:visited{
	color:#bb1c1b;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img{
	border:0;
}
blockquote{
	margin:10px 0px 10px;
	padding:15px 20px 15px 20px;
	font-style:italic;
	color:#004556;
	font-size:18px;
	line-height:1.5em;
	text-align:center;
}
blockquote.grey{
	color:#797979;
}
blockquote.grey span{
	color:#4894A7;
}
blockquote span, blockquote strong{
	color:#017B9A;
	padding:0px 3px;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-1px;
	word-spacing:5px;
	font-weight:normal;
}
p.bold{
	font-weight:500;
	color:#00617c;
}
small{
	display:block;
	font-size:12px;
	margin:10px;
}
/***********************
	Main Content
************************/
body{
	margin:0 auto;
	padding:0;
	background:#ffffff url(images/design/bg.png) top center no-repeat;
	font:normal 14px/20px Georgia, Helvetica, sans-serif;
	text-align:center;
	color:#333;
}
#container{
	margin:0 auto;
	padding:0;
	width:960px;
	overflow:hidden;
	text-align:left;
}
/***********************
	Top Bar
************************/
#topBar{
	height:25px;
	font:normal 11px/21px Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:0px;
	text-align:right;
}
#topBar span{
	font:normal 11px/21px Georgia sans-serif;
	color:#c1c1c1;
	padding:0 10px;
	border-left:1px solid #595959;
}
#header{
	position:relative;
	width:inherit;
	height:113px;
	margin:0;
	padding:0px 0 0 0;
}
#header img{
	margin-left:25px;
}
#logo{
	position:absolute;
	top:0px;
	left:25px;
	width:350px;
	height:113px;
}
#logo h1{
	background:none;
	padding:0;
	margin:0;
}
#logo h1 a{ 
	display:block;
	width:350px;
	height:113px;
	color:#fff84f;
	padding:0px;
	background:none;
	text-decoration:none;
}
#logo h1 a img{
	margin:25px 0px 0px 135px;
}
#tagline{
	float:right;
	margin:25px 110px 0 0;
}
/***********************
	Navigation
************************/
#nav{
	margin:0px; padding:0px;
	width:inherit;
	height:55px;
	margin-top:-6px;
}
#nav ul{
	margin:0 auto 0 auto;
	padding:0;
	width:940px;
	text-align:center;
	overflow:hidden;
}
#nav li{
	float:left;
	list-style:none;
	padding:0px 0px 0px 7px;
	margin:0 8px;
}
#nav li:hover, #nav li.sel{
	background:url(images/design/navHoverLeft.png) top left no-repeat;
}
#nav li a, #nav li a:visited{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	letter-spacing:0px;
	font-size:14px;
	line-height:52px;
	padding:0px 24px 0px 16px;
	background:none;
	height:55px;
	font-style:italic;
}
#nav ul li.sel a, #nav li:hover a{
	float:left;
	display:block;
	color:#fff;
	background: url(images/design/navHoverBg.png) top right repeat-x;
	text-decoration:none;
}
/***********************
	Sidebar
************************/
.sidebar{
	width:346px;
	float:right;
	margin:0px 0px 0px 10px;
}
/***********************
	Booklet
************************/
#bookletWrapper{
	position:relative;
	margin:0px auto 10px auto;
	padding:15px;
	width:310px;
	border:2px solid #9c9b9b;
	background:#1e1e1e;
	overflow:hidden;
}
#booklet{
	margin:0px;
	width:313px;
	height:199px;
	background:url(images/design/booklet.png) no-repeat;
	overflow:hidden;
}
#booklet a{
	position:absolute;
	display:block;
	width:313px;
	height:199px;
}
#booklet h2{
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	text-align:center;
	padding-bottom:8px;
	letter-spacing:-1px;
	background:url(images/design/bookletHBottom.png) bottom center no-repeat;
	margin:20px 0 30px;
	text-shadow:0px -1px 0px #5d2828;
	font-weight:normal;
	word-spacing:5px;
}
#booklet ul{
	list-style-image:url(images/design/bookletList.png);
}
#booklet li{
	margin-bottom:25px;
}
.sideContent{
	background: #246070 url(images/design/sideContent.png) top left no-repeat;
	border:2px solid #85bdcb;
	width:340px;
	padding-bottom:15px;
}
.sideContentBtm{
	background: #004556;
	border:2px solid #85bdcb;
	width:340px;
	padding-bottom:15px;
	margin-top:10px;
}
.sidebar .sideContentBtm ul{
	margin:15px 0px 10px 43px;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:url(images/design/listImage.png);
	color:#fff;
}
.sidebar h3{
	padding-left:10px;
	margin-top:15px;
	margin-left:15px;
	color:#9fcbd5;
}
.sidebar ul{
	margin:15px 0px 10px 55px;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:url(images/design/listImage.png);
	color:#fff;
}
.sidebar li{
	margin:5px;
	padding-left:10px;
	line-height:18px;
	font-size:16px;
	font-style:italic;
	margin:10px 15px 10px 0;
}
.sidebar ul li a{
	color:#fff;
	background:none;
	padding:0px 0px 1px 0px;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px solid #70a8b5;
}
.sidebar ul li a:hover{
	border-bottom:none;
}
.sidebar p{
	color:#fff;
	margin:0px 20px;
}
/***********************
	Content
************************/
#contentWrapper{
	overflow:hidden;
	margin-right:-1px;
}
#content{ padding:0px 20px 20px 20px; }

.main{
	float:right;
	width:580px;
	margin: 0px 10px 10px 0px;
	color:#333333;
	min-height:620px;
	background:#fff;
	overflow:hidden;
}
.homeWrapper{
	background:#004556;
	border:2px solid #85BDCB;
	padding:10px;
	float:right;
	width:580px;
	overflow:hidden;
}
.home{
	background:#fff;
	color:#333333;
	min-height:620px;
	background:#fff;
	float:right;
	width:605px;
}
.home .blueFeatured{
	background:#004556;
	border:2px solid #85BDCB;
	padding:20px;
	color:#fff;
	margin-bottom:10px;
	font-style:italic;
	background:-moz-linear-gradient(center top , #095C70, #004556);
	-moz-border-radius:5px;
}
.home .blueFeatured h3{
	color:#70A8B5;
	text-align:center;
}
.home .blueFeatured a{
	color:#70A8B5;
}
.home .blueFeatured img{ border:1px solid #70A8B5;}
.home .blueContent{
	background:#ebf1f3;
	padding:5px 20px;
	margin-bottom:2px;
}
.home .greyContent{
	background:#eeeeee;
	padding:5px 20px;
	margin-bottom:10px;
	border:1px solid #bbbbbb;
	-moz-border-radius:5px;
	background:-moz-linear-gradient(top, #dddddd, #eeeeee 45%);
	overflow:hidden;
}
.home .greyContent h3{
	text-align:center;
}
.main p, .home p, #content p{
	margin:0px 0px 15px 0px;
}
.main p span, .home p span, #content p span{
	color:#BB1C1B;
	font-style:italic;
}
.main ul, #content ul{
	margin:15px 0px 10px 55px;
	list-style-type:disc;
	list-style-position:outside;
}
.main ol, #content ol{
	margin:15px 0px 10px 55px;
	list-style-type:decimal;
	list-style-position:outside;
}
.main ol h4, #content ol h4{
	margin-left:0px;
}
.main li, #content li{
	margin:5px;
	padding-left:15px;
	line-height:18px;
	font-size:14px;
	font-style:italic;
}
.main ul li a{
	color:#017ab2;
	background:none;
	padding:0px;
}
.main ul li a:hover{
	text-decoration:underline;
}
/* cycle styles */
#aboutSlide{
	float:none;
	margin:0px auto 5px auto;
	width:470px !important;
	height:inherit;
}
#indexCycle{
	float:left;
	height:214px;
	width:252px;
	margin:0px 15px 15px 0px;
}
#listings{
	background:#1d1d1d;
	border:2px solid #9C9B9B;
	padding:45px 0px 10px;
	margin:40px;
	overflow:hidden;
}
#featuredListings, #allListings{
	display:block;
	margin-bottom:30px;
	color:#fff;
	width:239px;
	height:55px;
	line-height:55px;
	font-size:18px;	
}
#listings a{ 
	background:url(images/design/listingsBg.png) no-repeat; color:#fff; text-decoration:none; display:block; width:239px; height:55px; padding:0px; text-align:center;}
#listings a:hover{ color:#fff; text-decoration:none; 
	background:url(images/design/listingsHover.png) no-repeat;}
#links a{
	background:none;
	color:#003C56;
	font-weight:bold;
	text-decoration:underline;
}
#links a:hover{
	background:none;
	color:#003C56;
	font-weight:bold;
	text-decoration:none;
}
.agentBox{
	background:#ebebeb; border:1px solid #d6d6d6; padding:0px 10px;
	margin-bottom:10px;
	overflow:hidden;
}
/***********************
	Contact Form
************************/
.main form fieldset ul{ margin:0px; padding:0px; list-style:none; }
.main form fieldset li{
	display:block;
	line-height:22px;
	margin-left:0;
	padding:0;
}
form label{
	float:left;
	display:block;
	width:200px;
	font-weight:bold;
}
form input{
	display:inline;
	border-bottom:1px solid #87bdcb;
	border-right:1px solid #87bdcb;
	border-left:1px solid #87bdcb;
	border-top:1px solid #235f6f;
	padding:2px;
}
form input:focus, form input:hover{
	background:#ebf4f6;
}
.main form fieldset ul li.btnHolder{
	margin-top:20px;
	margin-left:200px;
}
.btnHolder input{ 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#235f6f;
	color:#fff;
	padding:10px;
	cursor:pointer;
	margin-right:10px;
	border:1px solid #235f6f;
}
.btnHolder input:hover{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#4e96a8;
	color:#fff;
	padding:10px;
	cursor:pointer;
	margin-right:10px;
	border:1px solid #4e96a8;
}

/***********************
	Footer
************************/
#footerNavWrapper{
	background:#363636;
	background:-moz-linear-gradient(top, #363636 50%, #1d1d1d 51%);
	background:-webkit-gradient(linear, 0% 50%, 0% 51%, from(#363636), to(#1d1d1d));
	border-bottom:1px solid #fff;
	border-top:1px solid #363636;
	overflow:hidden;
}
#footerNav{
	padding:0;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	width:960px;
	z-index:990;
}
#footerNav ul{
	margin:0px auto;
	overflow:hidden;
	width:900px;
	text-align:center;
	z-index:100;
}
#footerNav li{
	float:left;
	list-style:none;
	padding:0 3px;
	margin:0px 15px;
}
#footerNav li a, #footer li a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
	letter-spacing:0px;
	font-size:14px;
	line-height:35px;
	font-weight:normal;
	background:none;
	padding:0px 10px;
}
#footerNav li a:hover{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background:#407b8a;
	background:-moz-linear-gradient(top, #8ccbdb, #6da5b2 50%, #468293 51%, #235f6f);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ccbdb), to(#235f6f), color-stop(.5,#6da5b2), color-stop(.51,#468293) );
	border-left:1px solid #8ccbdb;
	border-right:1px solid #8ccbdb;
	padding:0px 9px;
}
#footer-wrapper{
	margin:0 auto 0;
	padding:0;
	text-align:center;
	background:#3a7b8d;
	background:-moz-linear-gradient(top, #3a7b8d 40%, #489ab1);
	background:-webkit-gradient(linear, 0% 40%, 0% 100%, from(#3a7b8d), to(#489ab1));
	font-style:italic;
	overflow:hidden;
}
#footer{
	width:900px;
	margin:0px auto;
	text-align:center;
	padding-bottom:15px;
	overflow:hidden;
}
#exitLogo{
	float:left;
	width:126px;
	height:82px;
	background:#fff url(images/design/exitLogo.png) no-repeat;
	margin:10px 10px 0px 0px;
}
#footer #copyright{
	float:left;
	text-align:left;
	margin:22px 0px 0px 25px;
	color:#fff;
	font-size:11px;
	width:700px;
}
#copyright a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
#copyright a:hover{
	color:#fff;
	text-decoration:none;
}