/* this is the system CSS used in the PHP code. Edit the styles, but DO NOT CHANGE THE NAMES! */
.menu_wrapper {
	text-align: left;
	display: block;
	width: 200px;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	margin-bottom: 2px;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 2px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #19BBFF;
	margin-bottom: 2px;
	text-decoration: none;
}
h1 {
	font-family: "";georgia
	font-size: x-large;
	color: #000066;
	text-decoration: none;
	
}
h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	}
h3 {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	}
	
	
	
}
.menu_item a {
	font-size: 11px;
	color: #7ebde6;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7eaf6;
	display: block;
	text-transform: uppercase;
	background-image: url(images/lilarrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 230px;
}
.menu_item a:hover {
	background-color: #eff7fb;
	color: #006699;
	background-image: url(images/lilarrow2.png);
	background-repeat: no-repeat;
	background-position: left;
}

.sub_menu_item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	text-indent: 35px;
	padding: 5px;
	width: 199px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #efefef;
	display: block;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
}
.sub_menu_item a:hover {
	background-color: #939393;
	color: #ffffff;	
}
.photos {
	background-color: #D4D0C8;
	padding: 2px;
	border: 1px solid #999999;
	margin: 5px;
	text-align: left;
}
/* End system CSS*/

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.greyBoxes {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeef1;
}
.cell10 {
	padding: 10px;
	display: block;
}

.listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-decoration: none;
	background-color: #f8fdf4;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #ebf9df;
}

.listings a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: underline;
}
hr {
	color: #99CCFF;
}

.searchbox_wrapper {
    width: 218px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #efefef;
	text-align: left;
	background-position: left;
	
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	text-align: left;
	margin: 0px;
	border: 1px solid #D4D0C8;
}

textarea {
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #D4D0C8;
}
input {
	border: 1px solid #D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
}

.content11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	display: block;
}

.leftColumn {
}

.leftColHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.headerBar {
	background-image: url(images/headerBar.png);
	background-repeat: repeat-x;
	height: 39px;
}
.headerBG {
	background-image: url(images/headerBG.png);
	background-repeat: repeat-x;
	height: 99px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #92CD5E;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bolder;
}
.bluBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e6f3fb;
	padding: 5px;
	border: 1px solid #cee7f5;
	font-weight: bold;
	text-transform: capitalize;
	color: #64b0e1;
}
a:link {
	color: #5ea7da;
}
a:visited {
	color: #5ea7da;
}
.featuredBox {
	padding: 20px;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
	text-align: center;
	float: left;  
   
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	display: block;
	height: 250px;
	margin: 3px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6f3fb;
	padding: 10px;
	border: 1px solid #cee7f5;
	text-transform:none;
	color: #64b0e1;
}
.required{
	color:#9C0000;
}
.validationError{
	border: 1px solid #9C0000;
}
.header{
   padding: 10px;
   width: 100%;
   float:left;
   background-image:url(images/headerBG.png);
   repeat: repeat;
   }
.leftcolumn {
   padding: 10px;
   padding-left:60px;
   width: 180px;
   float:left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   text-align: justify;
 
   border-right:thick;
   }
.centrecolumn {
   width: 0 auto;
   margin: 0 auto;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   text-align: justify;
   border: hidden;
   margin-left: 3in;
   margin-right: 3in;
   position:relative top;
   
   }
.rightcolumn {
   padding: 10px;
   width: 220px;
   float: right;
   position:relative top;
   margin-right: 30px;
   }
.searchs {
   width: 400px;
   position: relative;
	}

.bgcolumn {
   width: 100%;
   padding: 0px;
   position: relative;
   clear: both;
   }
.photoholder {
   width: 600;
   padding: 10px;
   margin-right: 1in;
   }
.title  {
   width: 750px;
   padding:10px;
   position: relative;
   float: left;
   }

.featureholder  {
   width: 0 auto;
   margin: 0 auto;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   text-align: justify;

   position:relative top;
   }
.agentholder  {
   width: 99%;
   padding: 10px;
   position: relative;
   }
.photocolumn {
   float: left;
   width: 60%;
   position: relative ;
   }
   
.midhead  {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   padding: 10px;
   clear:left;
   }
.midheadr  {
   float: right;
   position: relative;
   padding: 10px;
   clear: both;
   }
.lcinner   {
   margin: left 120px;
   position: relative;
   }
      p:first-letter  {
 font-family: lucida calligraphy;
	font-size: xx-large;
	color: #000066;
   }