/*SETUP*/
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-image:url(images/Body_Bg.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
* html body {
	font-size: x-small; /* for E5/Win */
	f\ont-size: small; /* for other IE versions */
}
BLOCKQUOTE {
    display:none
}
/*LAYOUT*/
#RootContainer {
	margin: 0 auto;
	text-align:left;
	width: 900px;
	overflow:auto;
	background-color:#0000CC;
	background-image:url(images/RootContainerBg.gif);
	background-repeat:repeat-y;
}
#Header {
	width:900px;
	height:119px;
	text-align:center;
	/*background-image:url(images/Header.gif);*/
	background-repeat:repeat-x;
}
#LogoImage{
	margin-top:7px;
}
#PageBanner{
	width:900px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	/*background-image:url(images/homePageBanner.jpg);*/
}
#PageLabel{
	width:900px;
	height:50px;
	background-color:#CCCC00;
	background-image:url(images/subPageTitleBg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
#Page {
	width:900px;
}
#ContentArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	float:right;
	width:700px;
	background-image:url(images/Content_bg.gif);
	background-repeat:repeat-x;
}

.TopContentArea {
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 39px;
}

.FullContentArea {
	padding:10px;
	}
.LeftHalf {
	padding:0px;
	float:left;
	width:43%;
}
.RightHalf {
	padding:0px;
	float:right;
	width:47%;
	margin: 0px;
}
.RightContact {
	padding-top:10px;
	float:right;
	margin-right: 30px;
	padding-right: 30px;
	width:360px;
}
.LeftContact {
	padding-top:10px;
	float:left;
	margin-left: 35px;
	padding-left:65px;	
	width:270px;
}
.LeftTwoThirds{
	float:left;
	padding:10px 0px 0px 10px;
	width:60%;
}
.LeftThird{
	float:left;
	padding:10px;
	width:35%;
}
.RightThird{
	float:right;
	padding:10px 0px 0px 0px;
	width:30%;
	text-align: center;
}
.RightTwoThirds{
	float:right;
	padding:10px;
	width:58%;
}
.ThreeColumns
{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width: 89%;
}
.Column{
	float:left;
	text-align:left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.RightSide{
	float:right;
	margin: 0px;
	padding: 0px;
}
.LeftSide{
	float:left;
}
.ClearBoth{
	clear:both;
}
.HomeIcon {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.SubNavIcon {
	margin: 10px;
	float: left;
}
.FloatLeftImg {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*MAIN NAV*/
#Navigation{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:900px;
	height:49px;
	background-image:url(images/navBg.gif);
	background-repeat:repeat-x;
}
#Navigation ul {
	padding-bottom:3px;
	margin-top: 0px;
}
#Navigation ul li{
	text-align:center;
	display:inline;
	height:49px;
	width:128px;
	list-style-type:none;
	color:#FFFFFF;
	font-size: 70%;
}
#Navigation ul li a:link, #Navigation ul li a:visited {
	width:128px;
	height:49px;
	text-indent:-9999px;
	display:block;
	float:left;
	/*margin:0px 23px 0px 23px;*/
	text-decoration:none;
}
#Navigation ul li a:hover{
	color:#CCCCCC;
	font-size: 100%;
}
#Navigation ul li .NavDivider{
	display:none;
	
}
/*Button States*/
#Navigation #HomeBtn{ background-image:url(images/HomeBtn.gif); }
#Navigation #RealtorBtn{ background-image:url(images/RealtorBtn.gif); }
#Navigation #ServiceBtn{ background-image:url(images/ServiceBtn.gif); width:129px; }
#Navigation #PropertyBtn{ background-image:url(images/PropertyBtn.gif); width:129px;}
#Navigation #BuyingBtn{	background-image:url(images/BuyingBtn.gif); width:129px; }
#Navigation #AreaBtn{ background-image:url(images/AreasBtn.gif); width:129px; }
#Navigation #ContactBtn{ background-image:url(images/ContactBtn.gif); }
/*Over States*/
#Navigation #HomeBtn:hover{ background-image:url(images/HomeBtn_Over.gif); }
#Navigation #RealtorBtn:hover{ background-image:url(images/RealtorBtn_Over.gif); }
#Navigation #ServiceBtn:hover{ background-image:url(images/ServiceBtn_Over.gif); width:129px; }
#Navigation #PropertyBtn:hover{ background-image:url(images/PropertyBtn_Over.gif); width:129px;}
#Navigation #BuyingBtn:hover{	background-image:url(images/BuyingBtn_Over.gif); width:129px; }
#Navigation #AreaBtn:hover{ background-image:url(images/AreasBtn_Over.gif); width:129px; }
#Navigation #ContactBtn:hover{ background-image:url(images/ContactBtn_Over.gif); }

/*SUB NAV*/
#SubNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:200px;
	background-image:url(images/SubNav_Bg.gif);
	background-repeat:repeat-x;
}
#SubNav ul {
	list-style-type: none;
	background-color:#F8F2E6;
}
#SubNav ul ul {
	 margin-left: 12px;
}
#SubNav ul li {
	border-bottom: 1px dotted #DCD3F5;
}
#SubNav ul ul li{
	margin: 0;
}
#SubNav ul li a:link, #SubNav ul li a:visited {
	text-decoration:none;
	display:block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #3F7BB9;
	font-size: 110%;
}
#SubNav ul ul li a:link, #SubNav ul ul li a:visited {
	text-decoration:none;
	display:block;
	padding: 0.4em 0 0.4em 0.5em;
	color: #3F7BB9;
	font-size: 100%;
}
#SubNav ul li a:hover {
	background-color:#F0E1B6;
}
#SubNav ul ul li a:hover {
	background-color:#F0E1B6;
}
/*TYPOGRAPHY*/
h1{
	color:#66483e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
}
.ContentHeader {
	color: #66483e;
	font-size: 110%;
}
h2{
	color:#66483e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 3px;
}
h3{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	word-spacing:0.1em;
}
.small {
	font-size: 80%;
}

p{
	color:#66483e;
	font-size: 105%;
	word-spacing:0.03em;
	letter-spacing: 0.03em;
	line-height:130%;
	margin-bottom: 20px;
}
#ContentArea ul {
	line-height: 150%;
	list-style-type: none;
	margin-left: 10px;
}
#ContentArea li {
	color:#66483e;
}

a{
	color: #66483e;
}
a:hover{
	color:#8080FF;
}
#Page #FullPageContainer  h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#274076;
	padding-left: 10px;
	padding-top: 3px;
}
#clientlist{
	color:#FFFFFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:110%;
}
#clientlist li{
	line-height:1.6em;
	padding-left:1em;
}
#PageLabel h1{
	color:#3B79B8;
	font-size:160%;
	padding-left:10px;
	padding-top:6px;
	font-weight:normal;
}
.Quote{
	display:block;
	font-size:180%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#725A50;
	padding-bottom:20px;
}
.LeftTwoThirds ul{
	padding-left:15px;
}
/*UNIQUE ELEMENTS*/
/*No SubNav Page*/
#Page #FullPageContainer {
	width:900px;
	clear:both;
	background-image:url(images/Content_bg.gif);
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#Page #FullPageContainer #BoxCenterPlacement {
	overflow:auto;
	width:850px;
	margin: 0 auto;
	padding-bottom:50px;
}
#Page #FullPageContainer .largeHomeBtn {
	text-decoration:none;
	width:225px;
	height:140px;
	display:block;
	float:left;
	margin-top:5px;
	text-indent:-9999px;
}
#Page #FullPageContainer #largeHomeBtn1{
	background-image:url(images/largeHomeLink_1.jpg);
	background-repeat:no-repeat;
}
#Page #FullPageContainer #largeHomeBtn1:hover{
	background-image:url(images/largeHomeLink_1Over.jpg);
}
#Page #FullPageContainer #largeHomeBtn2{
	background-image:url(images/largeHomeLink_2.jpg);
	background-repeat:no-repeat;
}
#Page #FullPageContainer #largeHomeBtn2:hover{
	background-image:url(images/largeHomeLink_2Over.jpg);
}
#Page #FullPageContainer #largeHomeBtn3{
	background-image:url(images/largeHomeLink_3.jpg);
	background-repeat:no-repeat;
}
#Page #FullPageContainer #largeHomeBtn3:hover{
	background-image:url(images/largeHomeLink_3Over.jpg);
}
#Page #FullPageContainer #largeHomeBtn4{
	background-image:url(images/largeHomeLink_4.jpg);
	background-repeat:no-repeat;
}
#Page #FullPageContainer #largeHomeBtn4:hover{
	background-image:url(images/largeHomeLink_4Over.jpg);
}
/*DESIGN COMPONENTS*/

.3images {
	margin-right: 20px;
}
#Page #FullPageContainer .box{
	float:left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 20px;
	width:207px;
	height: 22em;
	background: url(images/BoxBottom.gif) no-repeat bottom left;
}
#Page #FullPageContainer  .box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	letter-spacing: normal;
	color:#274076;
	padding: 10px;
}
#Page #FullPageContainer .box h3 {
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #e96424;
	border-bottom: 2px solid #000000;
	background: url(images/BoxTop.gif) no-repeat top left;
}
#Page #FullPageContainer .box ul {
	padding-top:3px;
	padding-bottom:15px;

}
#Page #FullPageContainer .box ul li {
	margin-left:10px;
	list-style:none;
	padding-bottom:2px;

}
#Page #FullPageContainer .box ul li a:link {
	color:#274076;
}
#Page #FullPageContainer .box ul li a:visited {
	color:#274076;
}
/*Home page boxes*/
#MeetRealtors {
	float: left;
  	width: 280px;
	height: 58em;
	margin:20px 0px 20px 0px;
 	border: 1px solid #C8CDD2;
	background-image:url(images/boxGradientBg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#MeetRealtors h3 {
	text-align:center;
	color:#688D27;
	width:260px;
	font-size:120%;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:10px;
	border-bottom-color:#C8C7C7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.GridItem {
	width:250px;
	margin:0 auto;
}
#GridBorderBottom {
	clear:both;
	border-top-color:#C8C7C7;
	border-top-style:solid;
	border-top-width:1px;
}
 #GridBorderTop {
	clear:both;
	border-top-color:#C8C7C7;
	border-top-style:solid;
	border-top-width:1px;
}
.GridItem .GridItemPic {
	clear:both;
	float:left;
	padding-bottom:15px;
}
.GridItem .GridItemPicAlt {
	clear:both;
	float:right;
}
.GridItem .GridItemPicAlt img {
	border: 1px solid #C8C7C7;
	padding:4px;
	background-color:#FFFFFF;
}
.GridItem .GridItemPic img {
	border: 1px solid #C8C7C7;
	padding:4px;
	background-color:#FFFFFF;
}
.GridItem .GridItemText {
	font-size:85%;
	float:left;
	margin-bottom:15px;
	width:160px;
}
.GridItem .GridItemText .Title {
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	margin-left: 10px;
	color:#474747;
}
.GridItem .GridItemText ul {
	margin-top:2px;
	margin-left:22px;
}
.GridItem .GridItemText ul li {
	color:#474747;
}
.GridItem p {
	margin-left:10px;
}
.GridItem a {
	margin-left:10px;
}
/*Investment box */
#Investment{
	float: left;
  	width: 280px;
	height: 58em;
	margin:20px 25px 20px 25px;
 	border: 1px solid #C8CDD2;
	background-image:url(images/boxGradientBg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#Investment h3 {
	text-align:center;
	color:#688D27;
	width:260px;
	font-size:120%;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:10px;
	border-bottom-color:#C8C7C7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#Investment h3 img {

}
#Informed {
	float: left;
  	width: 280px;
	height: 58em;
	margin:20px 0px 20px 0px;
 	border: 1px solid #C8CDD2;
	background-image:url(images/boxGradientBg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#Informed h3 {
	text-align:center;
	color:#688D27;
	width:260px;
	font-size:120%;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:10px;
	border-bottom-color:#C8C7C7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#Informed img {
	border: 1px solid #C8C7C7;
	padding:4px;
	background-color:#FFFFFF;
}
#Informed .Title{
	color:#002C8F;
	text-decoration:none;
	font-size:130%;
}
#Informed p{
	color:#002C8F;
}
#Informed .Alt{
	color:#535353;
	font-size:90%;
	padding:0px 10px 10px 10px;
}
#Informed a, #Informed a:visited, #Informed a:hover {
	color:#002C8F;
	text-decoration:underline;
	font-style:italic;
	font-size:110%;
	display:block;
	margin-bottom:45px;
}
#Members {
	float:left;
	height:185px;
	width:895px;
	border: 1px solid #C8CDD2;
	margin:0px;
	margin-bottom:25px;
	background-color:#FFFFFF;
	background-image:url(images/longBoxGradientBg.gif);
	background-repeat:no-repeat;
	
}
#Members span {
	display:block;
	font-size:85%;
	margin-top:8px;
	margin-left:8px;
}
#Members .GridItem {
	width:115px;
	padding:0px;
	padding-top:5px;
	display:inline;
	margin-left:95px;
	float:left;
}
#Members  p {
	margin-top:8px;
	text-align:center;
	font-size:90%;
}
#Members .GridItemText{
	width:auto;
}
#Members img{
	border:none;
	padding:0px;
	background:none;
}
#RealtorMember{
	margin-left:8px;
}
/*Sub page boxes*/
#ContactHerb{
	float: left;
  	width: 184px;
	margin:20px 0px 20px 0px;
 	border: 1px solid #C8CDD2;
	background-image:url(images/boxGradientBg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
}
#ContactHerb h3{
	text-align:center;
	color:#688D27;
	width:160px;
	font-size:120%;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:10px;
	border-bottom-color:#C8C7C7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
/*Front page form*/
#mailForm{
	 width:250px;
	 float:left;
	 margin-left:10px;
}
#mailForm span {
	color:#000000;
	float:left;
	display:block;
	width:30px;
	
}
#mailForm label{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#info {
	float:left;
}
.inputField{
	float:left;
	width:180px;
}
#Note {
	display:block;
	background-color:#006633;
	width:20px;
	float:left;
}
#SubmitBtn {
	margin-top:8px;
	float:left;
}
/*subpage contact form*/
.RightThird div {
	display:inline;
}
.RightThird #mailForm{
	width:140px;
}
.RightThird .inputField{
	width:150px;
}
.RightThird #SubmitBtn {
	margin-bottom:8px;
}
.ImageStroke {

}
/*Main sub nav page*/
.TopContentArea img {
	border: 1px solid #C8C7C7;
	padding:4px;
	background-color:#FFFFFF;
	/*float:left;*/
	margin:0px;
}
.BoxContent h3{
	color:#484848;
	padding:10px 5px 10px 5px;
	font-size:110%;
}
.BoxContent img{
	float:left;
	border: 1px solid #C8C7C7;
	padding:4px;
	margin:5px;
	margin-right:10px
}
.BoxContent p {
	padding:5px;
	font-size:90%;
}
.BoxContent {
	width:300px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	border: 1px solid #C8CDD2;
}
.BoxPlacement {
	float:left;
	margin-left:40px;
	margin-top:20px;
}
.BoxPlacement 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;
	border-top-color: #c8c7c7;
	border-right-color: #c8c7c7;
	border-bottom-color: #c8c7c7;
	border-left-color: #c8c7c7;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#BoxContentLeft{
	display:inline;
	background-image:url(images/boxGradientBg.gif);
	background-repeat:repeat-x;
}
#BoxContentRight{
	background-image:url(images/boxGradientBg.gif);
	background-repeat:repeat-x;
}
.Spacer{
	display:block;
	float:right;
	width:50px;
	margin-top:100px;

}
/*CONTACT PAGE*/
fieldset {  
float: left;  
clear: left;  
width: 100%;   
padding: 0;
border-style: none;
}
label{
color:#FFFFFF; 
float: left;  
width: 11.2em;  
margin-right: 1em; 
text-align: right; 
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
color:#FFFFFF;
}
fieldset.info li{  
padding-bottom: 0.3em;
} 
fieldset.feedback label{
float:none;
text-align:left;
display:block;
width:19em;
margin:0;
} 
fieldset.submit {
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 1em;  

} 


/*FOOTER*/
#Footer ul{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DDD1B9;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD1B9;
}
#Footer ul li{
	display:inline;
}
#Footer ul li .NavDivider{
	color:#A9997A;
}
#Footer ul li a, #Footer ul li a:visited, #Footer ul li a:hover {
	color:#A9997A;
	text-decoration:none;
}
#Footer p a:link {
	padding:2px 0px 2px 0px;
	color:#A9997A;
}
#Footer p {
	padding:2px 0px 2px 0px;
	font-size:70%;
	color:#A9997A;
	width:260px;
	text-align:center;
	float:left;
}
#Footer .FooterBold {
	font-weight:bold;
}
#Footer .MiddleP  {
	width:800px;
	margin-left:50px;
}
#Footer .RightP  {
	float:right;
}
#Footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	width: 900px;
	background-image:url(images/Footer_Bg.gif);
	background-repeat:repeat-x;
	overflow:visible;
	background-color:#FBFAF7;
	text-align: center;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #DDD1B9;
}
#RootContainer #Page #FullPageContainer #Investment li {
	color: #002c8f;
	list-style-type: none;
	margin-left: 20px;
	font-size: 110%;
	margin-bottom: 4px;
}
#RootContainer #Page #FullPageContainer #Investment li a {
	color: #002c8f;
}#RootContainer #Page #FullPageContainer #Investment ul {
	background-image: url(images/BkgrndHomeList.gif);
	background-repeat: no-repeat;
}
.form {
	line-height: 2em;
}
