@charset  "utf-8";

/* CSS Document */

/***
*
* HTML Elements
*
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #46545c;
	background: #ffffff;
	width: 100%;
	text-align: center;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 {
	color: #3a6f8f;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 23px 23px 0px 23px;
}

h2 {
	color: #46545c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 23px 0px 23px;
}

p {
	padding: 0 23px 23px 23px;
}

p.top {
	padding: 23px 23px 23px 23px;
}

p.center {
	text-align: center;
}

a {
	color: #46545c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a img {
	border: 0;
}

/***
*
* IDs, IDs Elements, IDs Classes
*
*/

#wrapper {
	margin: 0 auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 710px;
}

#container {
	margin: 0px;
	width: 955px;
	height: 558px;
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 2;
	background: #ffffff;
	text-align: left;
}

#leftcolorbar {
	position: relative;
	top: 0px;
	left: 0px;
	background: #9bbec9;
	width: 19px;	
	height: 558px;
}

#imagebox {
	position: absolute;
	top: 0px;
	left: 343px;
	width: 612px;	
	height: 558px;
}

#plus-sign {
	position: absolute;
	top: 392px;
	left: 344px;
}

.previous {
	position: absolute;
	top: 0px;
	left: 8px;
}


.next {
	position: absolute;
	top: 0px;
	left: 186px;
}


.logo img {
	padding-top: 19px;
	float: right;
}

#nav {
	display: block;
	position: absolute;
	top: 37px;
	left: 19px;
	height: 37px;
}

#nav li {
	list-style-type: none;
	margin-top: 0px;
	display: inline;

}

#nav li img {
	padding-right: 18px;
}



#contentSpec {
	position: absolute;
	top: 0px;
	left: 19px;
	width: 324px;
	height: 558px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f4f7f9;
}
#content {
	position: absolute;
	top: 0px;
	left: 19px;
	width: 324px;
	height: 558px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f4f7f9;
}
#content_searchresults {
	position: absolute;
	top: 0px;
	left: 19px;
	width: 936px;
	height: 558px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f4f7f9;
}
#content_with_scroll {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 324px;
	height: 498px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f4f7f9;
}
#content_with_scroll_double {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 324px;
	height: 468px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f4f7f9;
}
#content_with_scroll_three {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 324px;
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f4f7f9;
}
#contentSpec ul {
	
	
	color: #46545c;
	line-height: 15px;
	padding-left: 53px;
}
#contentSpec ul ul{
	
	
	color: #46545c;
	line-height: 15px;
	padding-left: 20px;
}

#contentSpec li {
padding: 2px 0px 2px 0px;
	list-style-type: disc;
}
#content ul {
	margin-top: -20px;
	padding: 0px 0px 10px 0px;
	color: #46545c;
	line-height: 15px;
	padding-left: 53px;
}

#content li {
	list-style-type: disc;
}

.clear {
	clear: both;
}

#bodycopy_centered {
	position: relative;
	top: 10px;
}
#bodycopy_edit{
	position: relative;
	top: 10px;
}


#bodycopy_centered a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #46545c;
	text-decoration: underline;
}

#bodycopy a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #46545c;
	text-decoration: underline;
}

.flourish {
	padding: 0px 0 0 150px;
}
.flourish-center {
	padding: 0px 0 0 450px;
}


.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:612px; display:none; }
.container { width:612px; height:558px; overflow:hidden; position:relative; cursor:pointer; }

.previous {
	position: absolute;
	top: 0px;
	left: 0px;
}


.next {
	position: absolute;
	top: 0px;
	left: 309px;
}


#contact_form {
	position: absolute;
	top: 0px;
	left: 343px;
	width: 612px;
	height: 558px;
	background-image: url(../images/contact_background.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#footer {
	color: #46545c;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
	line-height: 18px;
	height: auto;
	position: absolute;
	top: 656px;
	left: 19px;
	z-index: 2;
	text-align: left;
}

#footer a {
	color: #46545c;
}

#footer .footer-links {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 0px 5px 0px 0px;
	color: #46545c;
}
#footer .footer-links a {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 20px 5px 0px 0px;
	color: #46545c;
}

#footer .footer-links img {
	padding: 0px 5px 0px 0px;
}
#footer .footer-town {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 20px 5px 0px 0px;
	color: #46545c;
}



div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
ul.TopNav
{
	font-family:Arial, Helvetica, sans-serif;
	color:#396e8d;
	position:relative;
	height:22px;
	margin: 0;
	padding: 0;
	float:right;
	list-style-type: none;
	font-size:9px;
	cursor: default;
	width: auto;
}
ul.TopNav li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
	float: left;
	width: auto;

	display: block;
	 
}
ul.TopNav a
{

	padding-left:7px;
	padding-right:10px;
	
	background-repeat:no-repeat;
	cursor: pointer;
	font-size:10px;
	color: #396e8d;
	text-decoration: none;
}


.itemPropertyListGrow{
width:900px;
top:0px;
		height:240px;
	background-color:#f4f7f9;
	position:relative;
	z-index:10;
	margin-bottom:5px;
	margin-left:10px;
	border-bottom: 1px  #9bbec9 dashed;

}

.itemPhoto{

overflow:hidden;
left:5px;
top:5px;
margin-top:0px;
padding-top:0px;

	background-color:#3a6f8f;
	color:#FFFFFF;

font-weight:bold;
letter-spacing:.1em;

font-family:Arial, Helvetica, sans-serif;
	position:absolute;

}

.itemPropertyDetailSearch{



overflow:hidden;
left:330px;
top:0px;


	position:absolute;

}


.itemTitle, .itemTitle a:link, .itemTitle a:visited, .itemTitle a:active {

font-family:Arial, Helvetica, sans-serif;


	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color:#3a6f8f;
	
}

.itemTitle a:hover {


		color:#3a6f8f;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
}
.propertylink
{
font-family:Arial, Helvetica, sans-serif;
   color:#ffffff;
   background-color:#3a6f8f;
   margin-top:10px;
   border-style:none;
   text-transform:uppercase;
   font-size:10px;
   line-height:26px;
   padding:10px;

}

#blueBox a,  #blueBox a:link, #blueBox  a:visited, #blueBox  a:active, #blueBox  a:hover {
font-family:Arial, Helvetica, sans-serif;
   color:#ffffff;
   background-color:#3a6f8f;
   margin-top:10px;
   border-style:none;
   text-transform:uppercase;
   font-size:10px;
   line-height:24px;
   padding:10px;
   text-decoration:none;

   
}
#destination, #destination a,  #destination a:link, #destination  a:visited, #destination  a:active, #destination  a:hover {
font-family:Arial, Helvetica, sans-serif;
   color:#ffffff;
   background-color:#3a6f8f;
   margin-bottom:10px;
   border-style:none;
   text-transform:uppercase;
   font-size:10px;
   line-height:28px;
   height:28px;
   

   width:125px;
   text-decoration:none;

   
}
#return a,  #return a:link, #return  a:visited, #return  a:active {
   color:#3a6f8f;
  padding: 10px 23px 23px 23px;
  text-decoration:none;

   
}
#return a:hover {


	
	text-decoration: underline;
}
#belowheader{
	
		width:285px;
height:72px;
	}
.virtualtour, .virtualtour a,  .virtualtour a:link, .virtualtour  a:visited, .virtualtour  a:active, .virtualtour  a:hover {
font-family:Arial, Helvetica, sans-serif;
   color:#ffffff;
   background-color:#3a6f8f;
   margin:0 10px 0 23px;
   border-style:none;
   text-transform:uppercase;
   font-size:10px;


   padding:10px 15px 10px 15px;


   
}
.virtualtourab, .virtualtourab a,  .virtualtourab a:link, .virtualtourab  a:visited, .virtualtourab  a:active, .virtualtourab  a:hover {
font-family:Arial, Helvetica, sans-serif;
   color:#ffffff;
   background-color:#3a6f8f;
   margin:10px 10px 10px 23px;
   border-style:none;
   text-transform:uppercase;
   font-size:10px;
   position:absolute;
   left:150px;
   top:105px;
position:relative;
   padding:10px 15px 0 15px;
top:10px;
   
}
.echelon {
width:132px;
top:10px;
position:relative;
   
}
#spepLine {
	border-bottom: 1px  #9bbec9 dashed;
width:300px;
height:30px;
}x`
