@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	/* border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a:link{
	color: #0042ad;
	font-size: 11px;
	text-decoration: underline;
}


a:visited{
	color: #0042ad;
	font-size: 11px;
	text-decoration: underline;
}

a:active{
	color: #0042ad;
	font-size: 11px;
	text-decoration: underline;
}

a:hover{
	color: #4292ff;
	text-decoration: underline;
}


.thrColFixHdr #header {
	padding: 0px 10px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	background-color: #8a9bc6;
} 
.thrColFixHdr #header h1 {
	margin: 0px  50px 0px  60px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:  5px 10px 5px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "High Tower Text", arial, Times, serif;
	text-align: center;
	color: #000066;
}  
.thrColFixHdr #header h2 {
	margin: 5px 0px 10px 85px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 4px 0px 15px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: arial, Times, serif;
	font-size: 11px;
	display: inline;
	font-weight: normal;
	text-align: center;
}   
.thrColFixHdr #header p {
	margin: 5px 110px 10px 0px;
	font-family: arial, Times, serif;
	font-size: 14px;
	display: inline;
} 

.thrColFixHdr #nav {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 20px;
	background-color: #8a9bc6;
	z-index:1000;
}
/* top nav */
/*#navigation {
	list-style:none;
	float:left;
	text-align:left;
	width:960px;
	background-color:#395484;
	font-size:11px;
	margin:0px;
	padding:0px;
	z-index:1000;
}
#navigation li {
	float:left;
	position:relative;
	z-index:1000;
}
#navigation li a {
	display:block;
	padding:4px 21px;
	color:#fff;
	font-weight:normal;
	font-size:11px;
	border-right:1px solid #a2afc7;
	text-decoration: none;
}
#navigation li a:hover, #navigation li a.active {
	background-color:#182e56;
	text-decoration:none;
	color:#fffad6;
}
#navigation li.last a {
	border-right:0;
}
#navigation li ul {
	display:none;
	list-style:none;
	position:absolute;
	background-color:#8a9bc6;
	padding:0px;
	margin-right: 100px;
	z-index:1000;
}
#navigation li ul li {
	float:left;
	color:#fff;
	text-align:left;
	width:100%;
	margin-right: 100px;
	z-index:1000;
}
#navigation li ul.last li.last {
	float:left;
	color:#fff;
	text-align:left;
	width:100%;
	margin-right: 20px;
	z-index:1000;
}
#navigation li ul li a {
	border:none;
	border-bottom:1px solid #000;
	padding:5px 2px 5px 2px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	text-decoration: none;
	z-index:1000;
}
#navigation li ul li a:hover { border:none; border-bottom:1px solid #000; padding:5px 2px 5px 2px; color:#fff; font-weight:normal; font-style:italic; font-size:11px;
	z-index:1000;}*/
/* top nav */
#navigation {
	list-style:none;
	float:left;
	text-align:left;
	width:960px;
	background-color:#395484;
	font-size:11px;
	margin:0px;
	padding:0px;
	-moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0; 
}
/*#navigation { padding:0; list-style:none; float:left; width:960px; background-color:#395484; margin-bottom:2px; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0; }*/
#navigation li { float:left; position:relative; }
#navigation li a { 
	display:block;
	padding:4px 25px;
	color:#fff;
	font-weight:normal;
	font-size:11px;
	border-right:1px solid #a2afc7;
	text-decoration: none;}
#navigation li a:hover,
#navigation li a.active { background-color:#182e56; text-decoration:none; color:#fffad6; }
#navigation li.last a { border-right:0; }
#navigation li ul { 
	display:none;
	list-style:none;
	position:absolute;
	background-color:#8a9bc6;
	padding:0px;
	width:100%;
	z-index:1000; }
#navigation li ul li { float:none; text-align:center;
	z-index:1000;  }
#navigation li ul li a { border:none; border-bottom:1px solid #000; padding:5px; color:#fff; font-weight:normal; font-style:italic; font-size:11px;
	z-index:1000;  }
.thrColFixHdr #slideshow {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 255px;
	background-color: #8a9bc6;
	z-index:-1;
}
.thrColFixHdr #Content {
	margin: -3px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	 /* padding:0px;remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;
}
   
#Content.thinborder {
	border: 1px solid #666666;
}
.thrColFixHdr #footer { 
	margin: 0;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: left;
}

.twoColFixLtHdr #footer a {
	padding : 1px 1px 0px 1px;
	margin : 0px 0px 10px 0px;
	color : #666666;
	text-align : center;
	letter-spacing : 1px;
	text-decoration : none;
	font-size: 10px;
} 
.twoColFixLtHdr #footer a:hover {
	padding: 5px 0px 5px 0px;
	margin-left: 0px; margin-right: 0px;
	color: #FFFF00;
	text-decoration: none;
	font-size: 10px;
}
#imageWindow{
	clear: both;
	width: 915px;
	height: 130px;
	margin:auto;
	white-space: nowrap;
	overflow: scroll;
	overflow-y:hidden;
	border: 1px solid #E6E6E6;
	scrollbar-3dlight-color:#E6E6E6;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#E6E6E6;
}
/* ********************************** */
/* LISTINGS map container div */
/* ********************************** */
#rentalsimageWindow{
	clear: both;
	width: 600px;
	height: 115px;
	margin:auto;
	white-space: nowrap;
	overflow: scroll;
	overflow-y:hidden;
	border: 1px solid #E6E6E6;
	scrollbar-arrow-color:yellow;
	scrollbar-face-color:#000033;
}
/* ********************************** */
/* LISTINGS map container div */
/* ********************************** */
div#listings_mapContainer
{
	display: none;
	height: 425px;
	width: 100%;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

	#listings_mapContainer .listings_title
	{
		width:300px;
		padding-left: 10px;
		padding-top:3px;
		float: left;
		font:11pt verdana;
		font-weight:bold;
		color:#000;
	}

	#listings_mapContainer #listings_map
	{
		width:100%;
		height:398px;
		text-align:center;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}