
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #88BFFF;
	margin: 0;
	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 #wrapper selector */
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

a:hover {
	color: red;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* IE HACKS to get rid of the huge amount of extra white space that IE/WinXP adds to buttons with long labels */
input.button {
	padding: 0 .25em;
	width: 0;
	overflow:visible;
}
input.button[class] { /*ie ignores [class]*/
	width: auto;
}


/* ********************************************************************************** */
#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-top: 10px;
	border: solid 1px gray;
	background-color: white;
	width: 903px;
}

#iphonewrapper {
	font-family: Helvetica, sans-serif;
	text-align: left;
	background-color: white;
	width: 320px;
}

/* Almost all content for the site is displayed within mainContent */
#mainContent {
	padding-left: 10px;
	padding-right: 10px;
}

#brDisclaimer {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #eeeeee;
}

#wrapperFooter {
	background-color: #dddddd;
	text-align: center;
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
}

/* ********************************************************************************** */
#masthead
{
	width: 100%;
	height: 85px;
	background: url("../images/header.jpg"); no-repeat;
}

/* ********************************************************************************** */
#ie6menubarFind {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	background: white;
	font-weight: bold;
	border-top: solid black;
	border-bottom: solid black;
	border-top-width: 1px;
	border-bottom-width: 1px;
	z-index: 120;
}

#menubar
{
	float: left;
	text-align: left;
	margin: 0px auto;
	width: 905px;
	w\idth: 903px;
	background-color: #dddddd;
	z-index: 120;
}

#menubarfooter {
	clear: both;
}

#nav, #nav ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	line-height: 20px;
	background: url("../images/menu_ci.gif"); repeat-x;
	font-weight: bold;
	border-top: solid #999999;
	border-bottom: solid #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	z-index: 120;
}

#nav a {
	display: block;
	width: 132px;
	color: black;
	text-decoration: none;
	text-align: center;
	z-index: 120;
}

#nav a.daddy {
}

/* menu bar title items */
#nav li {
	float: left;
	padding: 0;
	width: 129px;
	text-align: center;
	z-index: 120;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 172px;
	font-weight: normal;
	background: #dddddd;
	border: solid #999999;
	border-width: 2px;
	margin: 0;
	text-align: left;
	z-index: 120;
	padding: 2px;
}

#nav li li {
	width: 172px;
	text-align: left;
	z-index: 120;
}

#nav li ul a {
	width: 172px;
	text-align: left;
	z-index: 120;
}

#nav li ul ul {
	margin: -20px 0 0 172px;
	z-index: 120;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.tdbhover ul ul, #nav li.tdbhover ul ul ul {
	left: -999em;
	z-index: 120;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.tdbhover ul, #nav li li.tdbhover ul, #nav li li li.tdbhover ul {
	left: auto;
	z-index: 120;
}

/* Highlighting on mouse over */
#nav li:hover, #nav li.tdbhover {
	background: #88BFFF;
	text-align: left;
	z-index: 120;
}

/* ********************************************************************************** */



.font10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.alignTop {
	vertical-align: top;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* ********************************************************************************** */
.twoColumnFixedRight #container {
	width: 800px;  /* 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 */
	border: 1px  solid gray;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColumnFixedRight #propertyInfoSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColumnFixedRight #mobilepropertyInfoSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
}
.twoColumnFixedRight #propertyInfo {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the propertyInfoSidebar div contains, the column space will remain. You can remove this margin if you want the #propertyInfo div's text to fill the #propertyInfoSidebar space when the content in #propertyInfoSidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColumnFixedRight  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 */
}

.mobilepropertyInfoLeftColumn {
}

.propertyInfoLeftColumn {
	width: 650px;
}

.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;
}
/* ********************************************************************************** */

.blogSnippetTitle {
	background-color: #99ccff;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: white;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 25px;
	margin-right: 20px;
}

.blogSnippet {
	background-color: #eeeeee;
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 25px;
	margin-right: 20px;
}

.blogDateSnippet {
	font-size: 10px;
}

.blogTitleSnippet {
	font-size: 12px;
	font-weight: bold;
}

.blogContentSnippet {
	font-style: italic;
}

.blogArchiveYear {
	height: 1.5em;
}

.blogArchiveMonth {
	height: 1.5em;
	padding-left: 15px;
}

.blogDate {
	font-size: 10px;
}

.blogTitle {
	font-size: 14px;
	font-weight: bold;
}

.blogContent {
	font-size: 12px;
}

h1.main {
	background-color: #99ccff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 8px;
	width: 879px;
}

.slideshow {
/*	margin: 1em auto;*/
	width: 300px;
	height: 225px;
	overflow: hidden;
}


div.caption {
	position: absolute;
	margin-top: -30px;
	margin-left: 60px;
	padding-bottom: 2px;
	width: 300px;
	text-align: center;
	background: black;
	color: white;
	font-size: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.7;
	-moz-opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

/* ===================================================================================================================================== */

.detailHeader {
	font-size: 12px;
	font-weight: normal;
}

.mapsidebar {
	font-size: 10px;
}

a.mapsidebarlink:hover {background-color: #ccffff;}

.sectionSeparator {
	height: 1px;
/*	width: 630px;*/
	padding-right: 10px;
	border: none;
	color: #336699;
	background-color: #336699;
	text-align: left;
}

.sectionHdr {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}

.searchFoundResults {
	font-weight: normal;
}

.staffSectionHdr {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}


.additionalInfoTable {
	width: 95%;
	border: none;
	border-spacing: 1px;
}

.additionalInfoCell {
	width: 315px;
	vertical-align: top;
	padding-left: 10px;
	text-indent: -10px;
}

.additionalInfoFieldLabel {
	font-weight: bold;
}

table.mapinfowindow {
	font-size: 11px;
	width: 312px;
}

tr.searchresultsseparator {
	height: 5px;
	background-color: #ccffff;
}

div.searchresultsheader {
	font-size: 11px;
	font-weight: bold;
}

table.searchform {
	font-size: 10px;
}

table.searchform select {
	font-size: 10px;
}

div.showallform {
	font-size: 11px;
	display: inline;
}

div.searchbycodeform {
	font-size: 11px;
	display: inline;
}

div.advancedsearchform {
	font-size: 10px;
	display: inline;
}

form.displayinline {
	height: 30px;
	display: inline;
	margin: 0;
}

table.logintable {
	font-size: 11px;
}

div.featuredproperty {
	font-size: 11px;
}

span.searchformmessage {
	font-size: 11px;
	font-weight: bold;
}

span.lastupdate {
	font-size: 11px;
	font-style: italic;
}

div.searchforproperty {
	font-size: 11px;
	border: solid 1px gray;
}

div.searchforrental {
	font-size: 11px;
	border: solid 1px gray;
}

table.ownerinfo {
	font-size: 11px;
}

div.graysolidborder {
	border: solid 1px gray;
}

table.mlsnumber {
	font-size: 11px;
	border: solid 1px gray;
}

td.propertyheaderdescription {
	font-size: 12px;
}

td.propertydescription {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

td.propertydescriptionpremier {
	font-size: 11px;
	border-top: solid 5px blue;
	border-bottom: solid 5px blue;
	border-right: solid 5px blue;
}

div.propertydescription {
	font-size: 11px;
}

td.propertyphoto {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
}

td.propertyphotopremier {
	font-size: 11px;
	border-top: solid 5px blue;
	border-bottom: solid 5px blue;
	border-left: solid 5px blue;
}

table.amenitities {
	font-size: 10px;
/*	border: solid 1px gray;*/
}

.displayLinks {
	border: solid 1px #eeeeee;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}

.prevnext {
	border: solid 1px gray;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	background-color: #bbbbbb;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
/*	border-radius:          5px 5px 5px 5px;
	-moz-border-radius:     5px 5px 5px 5px;
	-webkit-border-radius:  5px 5px 5px 5px;*/
}

a.prevnext:hover {
	background-color: #88BFFF;
	color: white;
}

.pageNumLink {
	border: solid 1px gray;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	background-color: #bbbbbb;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
/*	border-radius:          5px 5px 5px 5px;
	-moz-border-radius:     5px 5px 5px 5px;
	-webkit-border-radius:  5px 5px 5px 5px;*/
}

a.pageNumLink:hover {
	background-color: #88BFFF;
	color: white;
}

.curPageNum {
	border: solid 1px #88BFFF;
	background-color: #88BFFF;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
/*	border-radius:          5px 5px 5px 5px;
	-moz-border-radius:     5px 5px 5px 5px;
	-webkit-border-radius:  5px 5px 5px 5px;*/
}



.searchResultsHdr {
	background-color: #99ccff;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	height: 1.5em;
}

div.propertyquicklinks {
	font-size: 11px;
}

span.descriptiontitlesection {
	font-size: 11px;
	font-weight: bold;
}

td.rateschedule {
	font-size: 11px;
}

td.availabilitylegend {
	font-size: 11px;
}

span.pendingleaselegend
{
	font-style: italic;
	font-weight: bold;
	color: #99ccff
}

td.photogallery {
	font-size: 11px;
	background-color: #ccffff;
	border: solid 1px gray;
}

td.salesphotogallery {
	font-size: 11px;
	background-color: #ccffff;
	border: solid 1px gray;
}

img.photogalleryimage {
	border: solid 1px gray;
}

.openhouse {
	background-color: #eeeeee;
	padding: 4px;
	margin: 0px 250px 0px 0px;
	border: thin solid gray;
}

td.agentphoto
{
	font-size: 11px;
}

table.month
{
	font-size: 10px;
}

td.monthcell
{
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	padding: 1px;
}

td.dayBR
{
	font-size: 10px;
	text-align: right;
	height: 23px;
	width: 23px;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayTLBR
{
	font-size: 10px;
	text-align: right;
	height: 23px;
	width: 23px;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayLBR
{
	font-size: 10px;
	text-align: right;
	height: 23px;
	width: 23px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayTBR
{
	font-size: 10px;
	text-align: right;
	height: 23px;
	width: 23px;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayOpenBR
{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	height: 23px;
	width: 23px;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #99ccff;
}

td.dayOpenTLBR
{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	height: 23px;
	width: 23px;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #99ccff;
}

td.dayOpenLBR
{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	height: 23px;
	width: 23px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #99ccff;
}

td.dayOpenTBR
{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	height: 23px;
	width: 23px;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	background-color: #99ccff;
}

td.dayResBR
{
	font-size: 10px;
	text-align: right;
	color: gray;
	height: 23px;
	width: 23px;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayResTLBR
{
	font-size: 10px;
	text-align: right;
	color: gray;
	height: 23px;
	width: 23px;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayResLBR
{
	font-size: 10px;
	text-align: right;
	color: gray;
	height: 23px;
	width: 23px;
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

td.dayResTBR
{
	font-size: 10px;
	text-align: right;
	color: gray;
	height: 23px;
	width: 23px;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

.errormessage {
	color: red;
	font-weight: bold;
}

#fieldlabel {
	font-weight: bold;
	font-size: 11px;
}

#fielddata {
	font-size: 11px;
}

p.bioQuote {
	color: #06f;
	font-style: italic
}

table.mortgagecalculator
{
	font-size: 11px;
	border: solid 1px gray;
}

td.mortcalcmorelinks
{
	font-size: 11px;
}

input.mortgagecalculator
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.towninfo
{
	font-size: 11px;
}

div.mapshadow
{
	width: 806px;
	height: 506px;
	margin: 4px 0px 4px 6px;
	padding: 2px;
	background: gray;
}

div.map
{
	width: 800px;
	height: 500px;
	margin: -4px 0 0 -4px;
	padding: 4px;
	border: thin solid gray;
}

#smallpropertymap {
	width: 210px;
	height: 210px;
	border: thin solid gray;
	overflow: hidden;
}

.smallcontrol {
	margin: 0;
	font-size: 9px;
	line-height: 14px;
	height: 14px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smallpopup {
	margin: 0;
	font-size: 9px;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sitemap {
	padding-left: 30px;
}

#logMessage {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: courier, courier-new;
	font-size: 11px;
	border: 1px solid gray;
	background-color: #dddddd;
	text-align: left;
}


