@charset "utf-8";

body  {
	margin: 0px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-color: #EBE6D8;
	background-position: auto;
}

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #554E40;
	border-right-color: #554E40;
	border-bottom-color: #554E40;
	border-left-color: #554E40;
	margin: auto;
} 
.twoColFixLtHdr #header {
	background-color: #181612;
	border-bottom-width: 0px;
	border-bottom-color: #4F4928;
	border-bottom-style: solid;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* 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 */
	background-color: #040F0B;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 5px;
	background-color: #7B705D;
	padding: 1px;
}
.twoColFixLtHdr #mainContent {
	border-left-color: #554E40;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #footer {
	float: none;
	text-align: center;
	background-color: #343332;
	width: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #554E40;
	border-right-color: #554E40;
	border-bottom-color: #554E40;
	border-left-color: #554E40;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #343332;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: center;
	background-color: #EBE6D8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #554E40;
	border-right-color: #554E40;
	border-bottom-color: #554E40;
	border-left-color: #554E40;
	margin: auto;
}
.oneColFixCtrHdr #header {
	background-color: #181612;
	border-bottom-width: 0px;
	border-bottom-color: #4F4928;
	border-bottom-style: solid;
}
.oneColFixCtrHdr #header h1 {
    margin: 0; /* 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 */
	background-color: #040F0B;
	
}
.oneColFixCtrHdr #mainContent {
	border-left-color: #554E40;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContentTable {
	border-left-color: #000000;
	border-left-style: solid;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #EBE6D8;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #000000;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-top: 20px;
}


.oneColFixCtrHdr #footer {
	float: none;
	text-align: center;
	background-color: #343332;
	width: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #554E40;
	border-right-color: #554E40;
	border-bottom-color: #554E40;
	border-left-color: #554E40;
}

.oneColFixCtrHdr #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 */
	background-color: #343332;
}

.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;
}

.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:left;
}

A:link {
	text-decoration: none;
	color: #C3AF82;
}
A:visited {
	text-decoration: none;
	color: #C3AF82;
}
A:active {
	text-decoration: none;
	color: #C3AF82;
}
A:hover {
	color: #FFD86F;
	border-color: #794704;
	text-decoration: underline;
}

.class2 A:link {
	text-decoration: none;
	color:#004080
}
	
.class2 A:visited {
    text-decoration: none;
	color:#004080
}
	
.class2 A:active {
    text-decoration: none;
	color:#999999
}
	
.class2 A:hover {
	text-decoration: underline;
	color: #007DFB;
}

.featuredproperties {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-color: #4E4B3D;
	border-bottom-color: #373737;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #73623C;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #373737;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #73623C;
	border-top-style: solid;
	border-top-width: 3px;
}

.footertxt {
	font-size: 12px;
	color: #C3AF82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footerspacer {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
}
copyrightstyle {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.copyrightclass {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.maintext1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-left: 20px;
	padding-left: 10px;
	text-indent: 10px;
	padding-right: 25px;
}


p#breadcrumbs
{
	margin-top: 2px;
	position: relative;
	top: 0px;
	left: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #3C2302;
}


.smallmaincontenttxt {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-style: italic;
}

.featureshdrtxt {
	font-size: 24px;
	color: #140C01;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#apDiv1 {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	top: 144px;
}
.featurestxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
}

.maintxtsmall {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #1B1001;
	padding-left: 10px;
	padding-right: 10px;
}

.headertxt1 {
	color: #E8C84A;
	font-family: "Times New Roman", Times, serif;
}
.headertxt2 {
	color: #999999;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.headertxt3 {
	color: #D8AD1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.headertxt4 {
	color: #D8AD1B;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

.featuretxtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* photogallery style */
/*#container li {
	float: left;
	width: 400;
	height:25px;
	list-style-type:none;
	
	border-width: 1px 1px 1px 1px;
	margin:1px;
	text-align:center;
	display:inline;
	border-color: #E9C916;
}


li img { border: none; }
ul#photos li a span { display: none; }
ul#photos li a:hover span {
display: block;
color: #333;
background-color:tan;
-moz-border-radius: 10px;
padding: .25em 0 .25em 0;
text-transform: uppercase;
font-size: .85em;
}

*/
#photo, #pictureScreenObject {
display:none;
position: absolute;
left:15%;
z-index:100;
background:#fff;
padding:2em;
margin:1em;
font: 0.9em Arial, Helvetica, sans-serif;
border:1px solid #ccc;
text-align: center;
-moz-border-radius: 20px;
}


/** drop down menu css **/

a img {
	border: none;
	vertical-align: middle;
}
img.tn, .tn img, img.imgBorder, .agentPhotoThumb img.tn, .propPhotoThumb img.tn {
	border: 1px solid #CC6633;
}
img.imgBlock, .imgBlock img {
	display: block;
}

.hideText {
	display: none;
}

table.menu {
}
table.menu div span.pos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	z-index: 1000;
}
table.menu div#subMenu1 span.pos {
	width: 130px;
}
table.menu div#subMenu2 span.pos {
    width: 120px;
}
table.menu div#subMenu3 span.pos {
    width: 150px;
}
table.menu div#subMenu4 span.pos {
    width: 130x;
}
table.menu div#subMenu5 span.pos {
    width: 130px;
}
table.menu div.subMenuItem {
	position: relative;
	visibility: hidden;
}
table.menu div.subMenuItem a {
	color: #635C32;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #E1D9B9;
	border-right: 1px solid #BEB57C;
	border-bottom: 1px solid #BEB57C;
	border-left: 1px solid #BEB57C;
	padding: 4px 6px;
	display: block;	/*
	filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
	*/
}
table.menu div.subMenuItem a:active, table.menu div.subMenuItem a:hover {
	color: #FFFFFF;
	background-color: #92613D;	/*
	filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
	*/
}

.tblDrpShdw {
	border-bottom-color: #5C4F30;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #635534;
	border-right-style: solid;
	border-right-width: 2px;
}

#RVPMenu{
	color: #333333;
	font-size: 7pt;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
	visibility: hidden;
	z-index: 100;
}
.smallmaincontenttxtlink {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #003399;
	text-decoration: underline;
}

.houseplanname {
	font-size: 14pt;
	font-weight: bold;
}
