@charset "UTF-8";


body  {
	font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: #A2AB6A;
	margin: 1px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #464646;
}


/* link code and colors */
a:link {
	color: #2685B5;
	text-decoration: none;
}
a {
	color: #4496BF;
}
a:active {
	text-decoration: none;
	color: #4496BF;
}
a:visited {
	text-decoration: none;
	color: #4496BF;
}
a:hover {
	color: #004B73;
	text-decoration: underline;
}




.layout #container {
	width: 842px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/BkgdRepeat-insideBody.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
} 



/* HEADER styles */

.layout #header {
	background: #B4BC80 url(images/cap-bodyTop.gif) no-repeat bottom;
	padding: 0 0px;  /* 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. */
	height: 134px;
	color: #FFFFFF;
}
.layout   #container   #header   p {
	font-size: 11px;
	color: #798047;
	margin: -1px 1px -1px 164px;
	text-transform: none;
	background-color: #C5CC96;
	padding: 0px 1px 0px 3px;
	height: 22px;
	text-indent: 9px;
	background-position: 1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.layout #container #header a {
	color: #0081BD;
	text-decoration: none;
	}
.layout #container #header a:hover {
	color: #004b73;
	text-decoration: underline;
}
.navBottommGreyBox {
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: -4px;
	}







.layout #mainContent {
	margin: 0 0 20px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 0 50px;
} 
.layout #container #mainContent #searchResults {
	font-family: Arial, Helvetica, sans-serif;
}


/* THE H's */

.layout #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004B73;
	background-image: url(images/dots-title.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	width: 100%;
	height: 25px;
	margin-top: 20px;
	line-height: 19px;
}
.layout #container #mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2685B5;
	margin: -3px 0px 3px;
	padding: 0px;
}
.layout #container #mainContent h3 {
	font-size: .95em;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	margin: -3px 0px 3px;
}
.layout #container #mainContent h4 {
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	color: #2685B5;
	margin: -3px 0px 3px;
	text-decoration: underline;
}
.layout #container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004B73;
	text-transform: uppercase;
	margin: 20px 0px 3px;
	line-height: 25px;
}


/* Footer styles */

.layout #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-image: url(images/cap-bodyBottom.jpg);
	background-repeat: repeat-y;
	background-color: #647078;
	clear: both;
} 
.layout #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.layout #container #footer a {
	color: #C5CC96;
	font-size: 110%;
	text-decoration: none;	
}
.layout #container #footer a:hover {
	color: #A2AB6A;
	font-size: 110%;
	text-decoration: underline;	
}	
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #003355;
	margin-top: 10px;
}





.listMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #004B73;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #647078;
	vertical-align: middle;
}
.searchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2685B5;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #004B73;
	letter-spacing: .045em;
	margin-right: auto;
	margin-left: auto;	
}
.search-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-color: #DFE8ED;
	width: 265px;
	border: 1px solid #4A575F;
	padding: 15px;
}
.map {
	background-color: #EDEFE3;
	float: right;
	height: 510px;
	width: 430px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #647078;
	margin-left: 10px;
	margin-bottom: 10px;
}
.layout #container #mainContent #detail-Photos {
	float: right;
	width: 340px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.layout #container #mainContent #detail-Photos #Main {
	margin-bottom: 10px;
	
	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.layout #container #mainContent #detail-Photos #Main img {
	border: 1px solid #282A2B;

}
.layout #container #mainContent #detail-Photos #Thumb img {
	border: 1px solid #282A2B;
	margin: 3px 2px;
	text-align: center;



}

/* Search, available spaces, and  results table styles */

.resultsTable     {
	color: #333333;
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DFE8ED;
	margin: 0px;
	}
.layout #container #mainContent .resultsTable img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.availableSpacesTable{
	color: #333333;
	background-color: #DFE8ED;
	width: 750px;
	border: 1px solid #3499CC;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/dottedLine-long.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*table caption tag, sticks with a table */
caption {
	font-size: 1.1em;
	color: #004B73;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	line-height: 1.9em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}
.normalRow {
	background-image: url(images/dottedLine-long.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	vertical-align: top;
}
.Odd {
	background-color: #ECF4F6;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-image: url(images/dottedLine-long.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topRow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #B4D0E1;
	text-align: left;
	vertical-align: bottom;
	line-height: 1.1em;
	background-image: url(images/dottedLine-long.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.locateMap-contain {
	background-image: url(images/dottedLine-long.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.detail-listingBroker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	border: 1px solid #3499CC;
	width: 375px;
	padding: 5px;
	text-align: left;
	line-height: 18px;
	vertical-align: middle;
}



/* Basic utilitarian  CSS styles from here on */ 

.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;}
.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;}
.textBlueMEDIUM {
	color: #2685B5;
}
