h2
{
    font-size:16px;
    font-weight:bold;
    line-height:1.5;
    margin:0;
    padding:0;
    font-style:italic;
}
    
    

h3
{
    font-size:14px;
    font-weight:bold;
    line-height:1.5;
    font-style:italic;
}

h3 a,
h2 a
{
    color:#334255;
    text-decoration:none;
}
h3 a:hover,
h2 a:hover
{
    color:#779555;
}

h5
{
    font-size:14px;
    margin:3px 0 3px;
}

h5 a
{
    text-decoration:none;
}
h5 a:hover
{
    color:#334255;
    text-decoration:none !important;
}

.basetitle
{
    color:#fff;
    line-height:2;
    background:#212736;
    padding:5px 0 5px 10px;
}




#contentwrapper p
{
    color:#334255;
    font-size:12px;
    line-height:1.7;
    margin:0 0 10px 0;
}

#contentwrapper a
{
    color:#779555;
    text-decoration:none;
}
#contentwrapper a:hover
{
    color:#212736;
    text-decoration:underline;
}




/*********************************************
  header
**********************************************/

.floatl
{
    float:left;
}

.floatr
{
    float:right;
}

.clear
{
    clear:both;
}

.commlinks,
.houselinks
{
    float:right;
    margin-bottom:20px;
}


/**********************
Main nav
***********************/
div.AspNet-Menu-Horizontal
{
    clear:right;
	margin:0 15px 0 0;
	padding:0;
}
   

ul.AspNet-Menu
{

	float:right;
}

ul.AspNet-Menu li
{
    display:inline;
	margin:75px 0 0 20px;
	padding:0;
	float:left;
}

ul.AspNet-Menu li a{
	color:#334255;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}
ul.AspNet-Menu li a:hover,
ul.AspNet-Menu li.active a{
	color:#779555;
}


/**************************
Top header login nav
***************************/

ul#topheadernavlogin{
	margin:0px 17px 0 0;
	padding:5px 20px 10px 0;
	float:right;
	background:#779555;
}

ul#topheadernavlogin li
{
    display:inline;
    margin:5px 0 0 20px;
    float:left;
}


ul#topheadernavlogin li a{
	color:#fbeeac;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
ul#topheadernavlogin li a:hover,
ul#topheadernavlogin li.active a{
	color:#212736;
}

/**************************
Footer Nav
***************************/

ul.footernav
{
    clear:right;
	padding:0;
	float:right;
	font-size:12px;
}

ul.footernav li
{
    display:inline;
	margin:1.5em 0 0 1em;
	padding:0;
	float:left;
}

ul.footernav li a{
	color:#779555;
	font-size:1em;
	text-decoration:none;
}
ul.footernav li a:hover,
ul.footernav li.active a{
	color:#fbeeac;
}


/********************
base content
*********************/
#base p
{
    font-size:1em;
    line-height:1.7;
    margin:0 0 1em;
    color:#fff;
}

#base p em
{
    color:#fbeeac;
    font-weight:bold;
    font-style:italic;
}

#base p b
{
    font-size:1.2em;
    font-weight:bold;
    font-style:italic;
    color:#fbeeac;
}


#base img.title
{
    margin-left:-5px;
    margin-bottom:10px;
    
}
#contentnarrow ul.desclist,
#contentwide ul.desclist,
#base ul
{
    margin-bottom:20px;
    margin-left:10px;
}

#contentnarrow ul.desclist li,
#contentwide ul.desclist li,
#base ul li
{
    line-height:1.5;
    font-weight:bold;
    color:#779555;
    font-size:12px;
}

/*************************
featured home
**************************/

div.featuredhomecontainer
{
}

div.featuredhomecontainer img.featuredhome
{
    padding:5px;
    background:#fff;
    margin-bottom:10px;
    width:300px;
}
div.featuredhomecontainer a:hover img.featuredhome
{
    background:#fbeeac;
}

div.featuredhomecontainer ul
{
    float:left;
}

div.featuredhomecontainer ul li
{
    margin:5px 0;
}

div.featuredhomecontainer ul li.featuredhomelisthead
{
    font-weight:bold;
}

div.featuredhomecontainer p
{
    clear:both;
    padding:15px 0 0;
}





    
/*************************
home banner
**************************/
#homebanner
{
    clear:both;
    padding:0;
}

/*************************
custom image stuff
**************************/

img.outlineright
{
    padding:2px;
    margin:5px 0 20px 20px;
    border:1px solid #CECFD1;
    float:right;
    background:#fff;
}

img.outlineleft
{
    padding:2px;
    margin:10px 20px 20px 0;
    border:1px solid #CECFD1;
    float:left;
    background:#fff;
}



/********************
tout stuff
*********************/

#righttouts img
{
    padding:11px;
    margin:0;
    background:url('images/bg_tout.png') no-repeat;
}


#hometouts
{
    margin:20px 0;
}

#hometouts div
{
    display:inline;
}

#hometouts img
{
    display:inline;
    padding:11px;
    margin:0;
    background:url('images/bg_tout.png') no-repeat;
}


#basetouts
{
    margin:30px 0 20px;
}

#basetouts div
{
    display:inline;
}

#basetouts img
{
    display:inline;
    padding:5px;
    margin:0 5px 10px;
    background:#fff;
}

#basetouts a:hover img
{
    background:#fbeeac;
}
    


/********************
Division page Comm List
*********************/

ul#commList
{
    margin:10px 0;
}

* html ul#commList li {margin-bottom:-12px}  /*ie6 fix*/

ul#commList li
{
    display:block;
    margin:0;
    padding:0;
    overflow:hidden;
    
}

ul#commList li a
{
    display: block;
    margin:0;
    padding:3px 3px;
    text-decoration:none;
    overflow:hidden;
}

ul#commList li a:hover
{
    display: block;
    background:#fbeeac;
    text-decoration:none;
}

ul#commList li a span.subIcon
{
    float:left;
    display:inline;
    width:32px;
    margin-right:10px;
}


ul#commList li a span.subHead
{

    font-size:1.2em;
    color:#334255;
    display: block;
    font-weight:bold;
    margin-top:3px;
    
}
ul#commList li a:hover span.subHead
{
    color:#779555;
}

ul#commList li a span.subDesc
{
    font-size:1em;
    color:#334255;
    display: block;
    margin:3px 0 0 0px;
}
ul#commList li a:hover span.subDesc
{
    color:#779555;
    
}


/********************
House Details page
*********************/

.houseinfo h1.title
{
    margin:0 0 20px 0;
}

.houseinfo
{
    clear:both;
    margin:0 0 20px 0;
    overflow:hidden;
    
    
}

.housepics,
.housefloorplans
{
    float:right;
    display:inline;
    width:410px;

}



.houseinfo ul
{
    width:190px;
    float:left;
    display:inline;
    margin:0 0 10px 5px;
    padding:0 0 10px 0;
    border-bottom:1px solid #ccc;
    font-size:11px;
    line-height:1.3;
}

.houseinfo ul li
{
    margin:.5em 0;
}

.housepics img
{
    padding:2px;
    border:1px solid #ccc;
    background:#fff;
    margin:0 0 5px 0;
}

ul.thumbs
{
    width:100%;
    border:none;
    
}

ul.thumbs li
{
    float:left;
    display:inline;
    margin:5px 10px 5px 0;
    height:70px;
    width:70px;
}

div.houseoptions
{
    width:190px;
    float:left;
    display:inline;
    margin:0 20px 15px 0;
    padding:0 0 10px 0;
    font-size:12px;
    line-height:1.7;
}

    
div.houseoptions ul li
{
    
}


div.housedesc
{
    float:left;
    width:400px;
    display:inline;
}

.elevgroup
{
    display:inline;
    float:left;
    
    margin:5px 10px 5px 5px;
    width:70px;
}


ul.housenotes
{
    line-height:1.5;
}





/********************
Community page
*********************/

p.breadcrumb,
p.breadcrumb a
{
    color:#779555;
    text-decoration:none;
    font-size:1em;
}

h1.title
{
    font-family:"Lucida Sans", "Lucida Grand", Arial;
    color:#334255;
    font-size:40px;
    font-weight:bold;
    margin:10px 0;
}
h4.divname
{
    color:#334255;
    font-size:24px;
    font-weight:bold;
    margin:10px 0;
}

.commInfo
{
    width:200px;
    margin:0;
    float:left;
    display:inline;
}

.commInfo ul
{
    margin:0 0 15px 5px;
    padding:0 0 10px 0;
    border-bottom:1px solid #ccc;
    font-size:1.1em;
}

.commInfo ul li
{
    margin:.5em 0;
}




ul.tabs li
{
    display:inline;
    float:left;
    margin:0 20px 20px 0;
}


table tr.header th .headerpager
{
    float:left;
    display:inline;
    margin-left:10px;
    width:155px;
    padding-top:3px;
    
}

table tr.header th .headercount
{
    float:left;
    display:inline;
    margin-left:0px;
    padding-top:3px;
}


table tr.header th .headersort
{
    
    float:right;
    display:inline;
    margin-right:5px;
}

.results
{
    margin:20px 0;
}
.resultsbox
{
    color:#334255;   
}

.resultsbox table
{
    text-align:center;
    
}




.resultsbox th,
.resultsbox th a
{
    color:#fff;   
}


.resultsbox tr.header,
.resultsbox table tr.pager
{
    background:#212736;
    
}

#contentnarrowright .resultsbox tr.header,
#contentnarrowright .resultsbox tr.header
{
    background:#fff;
}



.resultsbox table tr.pager td
{
    background:none;   
    
}
.resultsbox table tr.pager td table tr td
{
    background:none;   
    text-align:center !important;
    display:block;
    width:600px;    
}


.resultsbox table tr.pager td tr td
{
    border:none;
    /*color:#ededed;*/
}
.resultsbox table tr.pager td tr td a
{
    color:#ededed;
    text-decoration:none;
    font-weight:bold;
    text-align:center !important;
}
.resultsbox table tr.pager td tr td a:hover
{
    color:#fbeeac;
}


.resultsbox table tr.header th
{
    
    color:#779555;
    font-size:12px;
    margin:0;
    padding:5px 0;
}


.resultsbox tr.hover:hover td

{
    background-color:#fbeeac;
    color:#334255;
}


.resultsbox tr.hover:hover td h4 a,
.resultsbox tr.alt:hover td h4 a
{
    color:#779555;
}

.resultsbox h4
{
    font-size:12px;
}


.resultsbox table tr td
{
    /*border-top:1px solid white;*/
}

.resultsbox table td
{
    padding:0px 5px;
    line-height:3 !important;
    
}

.resultsbox table tr td
{
    background:#ededed;
    margin:auto;
}

.resultsbox tr.alt td
{
    background:#f4f4f4;
    background:#ededed;
}

.resultsbox h4 a
{
    color:#779555;
}

.resultsbox h4 a:hover
{
    color:#ccc;
}


.resultsbox tr td.left
{
    border-left:0px solid #fff;
}

.resultsbox tr td.right
{
    border-right:0px solid #fff;
}
.resultsbox tr th.left
{
    
}
.resultsbox tr th.right
{
    
}




p.center
{
    width:100%;
    text-align:center;
    padding:10px 0;
    color:Red;
}

.planrow
{
    margin:3px 0px 0px 0px;
    padding:0px 5px 10px 5px;
    overflow:hidden;
    clear:both;
    border-bottom:1px solid #fff;
    
}
.planrowtext
{
    float:left;
    display:inline;
    margin:0px 0 0 0;
    width:135px;
}
#base .planrowtext p,
.planrowtext p,
#base .results p,
#base .resultsbox p
{
    color:#334255;
}

img.picborder
{

   border:1px solid #ccc;
   background:#fff;
   margin-right:20px;
   margin-top:5px;
   float:left;
   display:inline;
}

a img.picborder:hover
{
    border:1px solid #fbeeac;
}

img.specthumb
{
    border:1px solid #ccc;
    padding:2px;
    background:#fff;
    margin:10px 0 0 10px;

}
a:hover img.specthumb
{
    background:#ededed;
}










/*********************
Search Results
*********************/

.searchresults
{
    padding-left:30px;
}








/********************
Testimonials - Blue BG
*********************/


/*
<div class="testimonial">
    <p class="quote"></p>
    <p class="quoter"></p>
</div>
*/



div.testimonialslight div.testimonial
{
    margin:0 25px 40px 0;
    background:url('images/testimonials/singlequote_light.gif') top left no-repeat;
}

div.testimonialslight div.testimonial p.quote
{
    margin:0 !important;
    padding:0 !important;
    color:#334255 !important;
    text-align:justify;
    
}
div.testimonialslight div.testimonial p.quoter
{
    text-align:right;
    color:#334255 !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1;
    font-weight:bold;
}





div.testimonial
{
    margin:0 25px 30px 0;
    background:url('images/testimonials/singlequote.gif') top left no-repeat;
}
div.testimonial p.quote
{
    margin:0 !important;
    padding:0 !important;
    color:#fff !important;
    text-align:justify;
    
}
div.testimonial p.quoter
{
    text-align:right;
    color:#FBEEAC !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1;
}

img.testviewmore
{
    float:right;
    margin:0 16px 0 0;
    
}


/********************
Videos
*********************/
/*
<div class="video">
    <a><img></a>
    <h5></h5>
</div>
*/

div.video
{
    margin:-5px 0 20px;
    width:270px;
}
div.video a img
{
    background:url('images/videos/video_thumb_bg.png') top left no-repeat;
    padding:13px 15px 40px;
}
div.video h5
{
    margin:0 10px;
    text-align:center;
}



    
    
/********************
Home Search
*********************/

.searchrow
{
    clear:both;
    margin:0 0 10px 0;
    width:250px;
    overflow:hidden;
    
}

.searchrow h4
{
    font-size:12px;
    line-height:1.5;
}

.searchcell
{
    margin:5px 0;
}

.searchcellinline
{
    display:inline;
    float:left;
    width:28%;
    margin:5px 5px 5px 0;
}

.searchcellinlinetwo
{
    display:inline;
    float:left;
    width:48%;
    margin:5px 5px 5px 0;
}

.location,
.bedsbaths
{
    padding:0 0 15px;
    border-bottom:1px solid #ddd;
}
.pricerange
{
    padding:0 0 15px;
}

.buttons
{
    margin:0 auto 20px;
}

a.searchbuttons
{
    font-size:16px;
    margin:0 10px;
    padding:10px;
    line-height:1.7;
    text-align:right;
    background:#779555;
    color:#fff !important;
}

a.searchbuttons:hover
{
    background:#FBEEAC;
    background:#334255;
    color:#779555 !important;
    text-decoration:none !important;
}





/*****************************
Contact Form
*****************************/

div.contactform {
	margin: 10px 40px;
	padding: 0;
	float:left;
	height:100%;
	width:40%;
	display:inline;
	}
div.contactform fieldset {
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	border: none;
	border-bottom: 0px dashed #e3e3e3;
	}
div.contactform fieldset label {
	float: left;
	width: 10em;
	margin: 0 1em 0 0;
	font-weight: bold;
	line-height: 1.5em;
	font-size:1.1em;
	}
div.contactform fieldset h4 {
	float: right;
	width: 11em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #8b8074;
	}
div.contactform fieldset div.field {
	float: left;
	width: 23em;
	margin: 0 1em 0 0;
	}
div.contactform fieldset div.field label {
	float: none;
	width: auto;
	font-weight: normal;
	font-size:1.2em;
	margin:.5em 1em;
	}
div.contactform fieldset span
{
    margin-top:1em;
    line-height:2;
}
div.contactform fieldset div.field input.input-text {
	width: 220px;
	padding: .3em;
	font-size: 1.1em;
	color: #444;
	}
div.contactform fieldset div.field input.input-text-required {
	width: 220px;
	padding: .3em;
	font-size: 1.1em;
	color: #444;
	background:#E2DAC4;
	background:#f5f5ee;
	background:#ffffe3;
	border:solid 1px #969696;
	}
div.contactform fieldset div.field textarea {
	width: 220px;
	padding: .3em;
	font-size: 1.2em;
	color: #444;
	}
div.contactform fieldset div.field textarea.required {
	width: 220px;
	padding: .3em;
	font-size: 1.2em;
	color: #444;
	background:#E2DAC4;
	background:#f5f5ee;
	background:#ffffe3;
	border:solid 1px #969696;
	}
div.contactform fieldset div.field select {
	width: 19.2em;
	font-size: 1.2em;
	color: #646870;
	}
div.contactform fieldset div.field select.required {
	width: 19.2em;
	font-size: 1.2em;
	color: #646870;
	background:#E2DAC4;
	background:#f5f5ee;
	background:#ffffe3;
	border:solid 1px #969696;
	}
div.contactform fieldset div.field option {
	padding:.2em;
	}
div.contactform div.submit {
	padding-left: 13em;
	}
	
	
div.error 
{
    padding:10px;
    margin:10px 0 20px 40px;
    width:850px;
    background:#efefef url('images/icons/attention-32x32.png') no-repeat 10px 30px;
    border:1px solid #ccc;
	font-size:1.3em;
	/*color:#E7A614;*/
	}

div.error span.error-header
{
    font-weight:bold;
    margin:0 0 0 30px;
    color:#850707;
    display:block;
}
	
div.error span.error-list-item
{
    padding:0 0 0 50px;
    display:block;
}



address
{
	font-style:normal;
	font-size:1em;
}

address.contact
{
	font-style:normal;
	font-size:1.3em;
	margin:1em 0;
}



.contactleft
{
    float:left;
    display:inline;
    width:590px;
    overflow:hidden;
    margin-bottom:20px;
}
.contactright
{
    float:left;
    display:inline;
    width:350px;
    overflow:hidden;
}


/*SLIDER STUFF*/

#slider {
    width: 635px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
	padding:0;
}
#sliderContent {
    width: 635px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin:0;
	padding:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    width: 605px;
	padding:15px;
	background-color: #212736;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
	height:15px;
}
ul#sliderContent { list-style-type: none;}
#slider a img {border:none;}

/*END SLIDER STUFF*/