#quickmenu {
    display:block;
    background: transparent;
    padding: 5px;
}

#quickmenu a {
    display: block;
    float: left;
    padding: 0 5px;
    background-color: #bab;
    text-decoration: none;
    margin: 0 3px;
}

#quickmenu a:hover {
    background-color: #aea;
}


#aa_content {
    border: 0px solid #eee;
    padding: 0px;
    font-size: .9em;
}

.infobar {
    clear: both;
    background: #eee url(http://www.greenandcompany.com/templates/rt_versatility4/images/module-h3.png) bottom left repeat-x;
    margin: 8px 0 5px 0;
    padding: 10px 5px;
    color: #444;
    font-weight: bold;
    font-size: 12px;
}

.infobar a {
    color: #444;
}

.infobar table {
   width: 100%;
}

#aa_detail_left {
    width: 430px;
    float: left;
}

#aa_detail_right {
    width: 360px;
    float: right;

}

#aa_rmi,
#aa_toolbox {
    display: block;
    padding: 5px;
    border: 2px solid #ddd;
    margin-top: 5px;
    background-color: #eee;
}

#aa_toolbox ul {
    list-style-type: none;
    text-indent: inside;
    width: 45%;
    float: left;
}

#aa_rmi h3,
#aa_toolbox h3 {
    background: transparent;
    padding: 0;
    margin: 5px 0 10px 0;
    color: #444;
}


.boldit {
    font-weight: bold;
}

.aa_details_section_heading {
    background: #eee url(http://www.greenandcompany.com/templates/rt_versatility4/images/module-h3.png) bottom left repeat-x;
    margin: 8px 0 5px 0;
    padding: 5px;
    color: #444;
    font-weight: bold;
    font-size: 1.2em;
}



.aa_detail_head { font-weight:bold; }

table td { vertical-align: top; }


#aa_rmi th {
   text-align: left;
}

#bottommenu {
   margin-top: 5px;
}


#aa_pictures {
    display: block;
    padding: 5px;
    border: 2px solid #ddd;
    min-height: 300px;
    margin-top: 5px;
    text-align: center;
    background: transparent;
    position: relative;
}

#mainpic {
    padding: 5px;
}

#mapholder,
#mainpicdiv {
   position: absolute;
   top: 0;
   left: 30px;
   margin: 0 auto;
}
#thumbnails {
    margin-top: 240px;
    text-align: center;
    display: block;
}
.thumbnail {
    float: left;
    border: 0px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 85px;
    margin: 0;
    padding: 0;
}

#virtualtour,
#maplink {
    width: 85px;
    height: 58px;
    display: block;
    float: left;
    text-align: center;
    background-color: #eee;
    background: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 3px;
}

#virtualtour a,
#maplink a {
    position: relative;
    top: 10px;
    color: #008;
    text-decoration: none;
}

#virtualtour a:hover,
#maplink a:hover {
    text-decoration: underline;
}

#mapholder {
    width: 300px;
    height: 220px;
    display: none;

}

#aa_remarks,
.aa_features_detail {
   line-height: 1.4em;
}

#map {
   height: 220px;
   width: 300px;
}

.listingsummary_list {
   line-height: 1.4em;
}


.aa_image a img {
    width: 160px;
    padding: 5px;
    border: 1px solid #555;
    float: left;
    margin: 0 10px 10px 0;
}

.aa_image a img:hover {
   border-color: #009;
}

.listing_address {
   font-style: italic;
}

.townstate a {
   color: #052d46;
   text-decoration: none;
}

.townstate a:hover {
   text-decoration: underline;
}

/*====================================================================================================
   Search.php CSS
====================================================================================================*/
#aa_searchtools {
    display: block;
    background-color: #eee;

}

#qsearch {
    float: right;
    background: transparent;
    padding: 5px;
    margin-top: 5px;

}

#aa_myaccount {
    float: left;
}

#aa_myaccount a {
    text-decoration: underline;
    background-color: #555;
    background: transparent;
    color: #000;
    padding: 5px;
    line-height: 30px;
}

#aa_myaccount a:hover {
    background-color:#eee;
    color: #000;
}

#aa_searchform {
    clear: both;
}

#mapobject {
    float: left;
    width: 30%;
    clear: both;
}

#countytownlist {
    width: 40%;
    float: left;
}
#selectedtowns {
    width: 40%;
    float: left;
}
#townselections {
    width: 65%;
    float: left;
    padding-left: 0px;
    margin-left: 10px;
}
#townbox, #thetowns {
    width: 98%;
    padding-left: 5px;
}
#townnav {
    float: left;
    text-align: center;
    padding: 3px;
    width: 15%;
    margin: 20px auto;
}
#townnav p {
    padding: 0;
    margin: 0;
}
#addtowns {
    margin-top: 40px;
    text-align: center;
}
#removetowns {
    text-align: center;
    margin-top: 50px;
}
#ruler {
    width: 770px;
    height: 30px;
    background-color: blue;
}

#xdays { text-align: center; }
/*
#townnav a, #townnav a:visited {
  position:relative;
  text-decoration:none;
  text-align:center;
  background-color:#9ab;
  color:#fff;
  display:block;
  width:90%;
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:2px;
  margin:2px auto;
  }
#townnav a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
}
*/
#townnav a {
  position:relative;
  text-decoration:none;
  text-align:center;
  background-color:#eee;
  color:#000;
  display:block;
  width:90%;
  border:2px solid #000;
  border-color:#666 #666 #ccc #ccc;
  padding:2px;
  margin:2px auto;
  }

#townnav a:hover {
  top:2px;
  left:2px;
  background-color: #666;
  color:#fff;
  border-color:#aaa #aaa #999 #999;
}
#aapropertyclass {
    float: left;
    display: block;
    font-size: 1em;
    width: 30%;
    padding: 0px;
    padding-bottom: .2em;
    margin: 0;
    border: 0px solid black;
}

#aapropertyclass input {
    margin: 0 5px 0 15px;
    padding-top: 0;
}

#aa_searchbuttons {
    width: 20%;
    float: left;
    margin-left: 10px;
    padding: 0;
}

.searchbutton {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 3px 0;
}

#aaminmax {
    float: left;
    margin-left: 10px;
    width: 45%;
    padding-bottom: 5px;
}


.minsel {
    padding: 0;
    margin-left: 10px;
    line-height:1.5em;
    height: 1.5em;
    width: 100px;
}
.maxsel {
    padding: 0;
    margin-left: 10px;
    line-height:1.5em;
    height: 1.5em;
    width: 100px;
}
#minhead {
    margin-left: 100px;
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 1em;
    background-color: #666;
}
#maxhead {
    float: left;
    margin-left: 230px;
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 1em;
    background-color: #666;
}
.aasearchheader {
    display: block;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    padding-left: 1em;
}
#aaminmax label {
    clear:left;
    display:block;
    float:left;
    width:100px;
    text-align:right;
    padding-right:2px;
    margin: 3px 0px -3px 0px;
    font-size:1em;
    line-height:1em;
    font-weight: bold;
}
#aaminmax select {
    height: 1.6em;
    margin-bottom: .2em;
}
.aaminmaxdiv {
    clear: both;
    border-bottom: 0px solid black;
    margin: 0;
    padding: 0;
    width: 98%;
}
#aasearchextra {
    padding: 5px;
    clear: both;
    float: left;
    width: 300px;
    border: 2px solid #666;
    background-color: #faa;
}
#aasubmitbuttons {
    float: right;
    width: 400px;
    background-color: #0f0;
    padding: 5px;
    border: 2px solid #666;
}
#aa_searchcontent {
    clear: both;
    position: relative;
    padding-top: 1em;
    width: 100%;
}
#aa_searchcontent h2 {
    font-size: 1em;
    color: #666;
}
.aa_ruler {
    width: 600px;
    height: 10px;
    background-color: black;
}

/*====================================================================================================
   SearchResults.php CSS
====================================================================================================*/
#aa_navmenu {
   margin: 0;
   padding: 0;
   margin-top: 5px;
}
#resultsfound {
    float: left; padding-right: 5px;
}
#aa_basicnav { display: none; }
#bottomnav {
    width: 100%;
    border-top: 3px solid #555;
    padding-top: 5px;
}
#bottomnav a {
    text-decoration: none;
    color: #000;
    font-size: .9em;
}
#bottomnav img {
    border: 0;
}
#previouspage {
    display: block;
    float: left;
    text-align: left;
}
#nextpage {
    display: block;
    float: right;
    text-align: right;
}
#aa_resultstopmenu {
    background: transparent;
    width: 68%;
    float: left;
}
#aa_resultstopmenu h2 {
    font-size: 1em;
    color: #555;
}
#sortoptions {
    display: block;
    width: 100%;
    clear: both;
    background: transparent;
    padding-top: .5em;
}
.viewlistings a {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 2px;
    border: 1px solid black;
    padding: 1px;
    text-decoration: none;
    background-color: #eee;
    color: #000;
}
.viewlistings a:active,
.viewlistings a:visited {
    color: black;
}
.viewlistings a:hover {
    background-color: #555;
    color: #fff;
}
.listing {
    width: 100%;
    background-color: #fff;
    border: 1px solid black;
    margin-top: 1em;
}
.listingheader {
    width: 100%;
    border-bottom: 1px solid black;
    background-color: #eee;
    color: #000;
}
.listing h1 {
    display: block;
    font-size: 1em;
    padding: .5em;
}
.listingimage {
    float: left;
    width: 24%;
    padding-top: 1em;
    background-color: #fff;
    background: transparent;
    text-align: center;
    border: 0;
}
.alistingimage a {
    border: 0;
}
.listingimage img {
    border: 0;
    width: 150px;
    padding: 5px;
}
.listingtable {
    padding-top: 0em;
    float: right;
    width: 75%;
    background-color: #fff;
    background: transparent;
}
.listingtable table {
    margin: .5em auto;
    border-collapse: collapse;
    border: 0px solid black;
    width: 98%;
}
.listingtable th {
    background-color: #eee;
    border: 1px solid black;
    text-align: center;
}
.listingtable td {
    border: 1px solid black;
    background-color: #fff;
    text-align: center;
}
#remarks {
    text-align: left;
    border: 0;
}

.myaccountdiv {
   display: block;
   border: 1px solid black;
   margin: 10px;
   padding: 10px;
   float: left;
   width: 45%;
   -moz-border-radius: 10px;
}

/*  below here is the account manager */
legend {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 6px;
}
/* Contact form styles */
#contactformdiv {
    width: 90%;
    margin: 0;
    padding: 5px;
    border: 0px solid black;
    line-height: 1.4em;
}
#logininfo,
#comments,
#basiccontactinfo {
    padding: 5px;
}
#logininfo label,
#basiccontactinfo label {
    display: block;
    float: left;
    text-align: right;
    width: 180px;
    font-size: .9em;
    padding-right: 5px;
    line-height: 20px;
}
#contactform input {
    font-size: .9em;
    height: 18px;
    padding-left: 5px;
}
.required {
    background-color: #fdd;
}
#searchcriteria {
    margin-left: 165px;
    width: 300px;
    border: 0px solid black;
    padding: 5px;
}
.savedsearch {
    width: 90%;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 5px;
}
.sstitle {
    width: 100%;
    border-bottom: 1px solid black;
}
.sstitle h2 {
    float: left;
    display: block;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    color: #000;
}
.sstitle h3 {
    display: block;
    float: left;
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}
.savedsearch h3 {
    display: block;
    width: 100%;
    border-bottom: 1px solid black;
}
.searchdetails {
    clear: both;
}
.sskill {
    float: right;
}
.qsform {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background-color: #fef;
}
.uform {
    background-color: #efe;
}
.showme {
    padding-left: 10px;
}
.savedsearch .fieldlabel {
    float: left;
    width: 250px;
    text-align: right;
    display: block;
}
.ulnormal {
    display: list-item;
    list-style-type: circle;
}
.ulnormal li {
}


#aa_navright { float: right; }
#aa_navleft { float: left; }


#myaccount_hmenu {
   float: left;
   width: 130px;
}

#myaccount_hmenu a {
   display: block;
   text-align: center;
   text-decoration: none;
   margin: 5px 0;
   color: #052d46;
   background-color: #fff;
   padding: 5px;
   border: 1px solid #052d46;
}

#myaccount_hmenu a:hover {
   background-color: #052d46;
   color: #fff;
}

#myaccount_content {
   float: left;
   width: 600px;
   margin-left: 15px;
}


            #navtable { width: 100%; background-color: #5d7b8c; background: transparent;}
            #navtable td {
                text-align: center;
                padding: 8px 0;
            }
            .srbtn,
            #navtable .btn {
                background-color: #e5e5e5;
                background: transparent;
                border: 1px solid #052d46;
                padding: 3px 8px;
                color: #083751;
                font-size: 1.2em;
                text-decoration: none;
            }

            .srbtn:hover,
            #navtable .btn:hover {
                background-color:#052d46;
                color: #fff;
            }

            #navtable .pbtn {
                padding: 3px;
                border: 1px solid #052d46;
                color: #083751;
                text-decoration: none;
                margin: 0 1px;
            }

            #navtable .pbtn:hover {
                background-color:#052d46;
                color: #fff;
            }

            #navtable .cpage {
                background: transparent;
                font-weight: bold;
                color: #000;
            }


/* below is for the new search form */

.region {
    display: block;
    clear: both;
    margin: 0px;

}
.chkbox {
    margin: 0px 3px;
}
.region_header {
    display: block;
    background: #004 url(http://nh.agentave.com/aa_include_green/images/menuback.jpg) top left repeat-x;
    color: #fff;
    padding: 5px;
}

.region_header .header_name {
    width: 147px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    float: left;
}

.checkalldiv {
    float: left;
    padding-top: 3px;
}

.moreoptions {
    float: right;
    padding-top: 3px;
}

.moreoptions a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}
.region_header h1 {
    display: inline;
    font-size: 1.5em;
}

.region .towncheckbox {
    display: block;
    width: 135px;
    float: left;
    margin: 2px;
    text-indent: -25px;
    padding-left: 22px;
}

.region .towncheckbox a {
    color: #004;
    text-decoration: none;
}

.region_map {
    width: 140px;
    height: 200px;
    float: left;
}

.region_details {
    float: left;
    width: 652px;
}

#propertyclass {
    float: left;
    width: 120px;
    margin: 10px;
    font-size: 1.2em;
}

#propertyclass input {
   margin: 5px;
}

#minmaxvalues {
    float: left;
    width: 600px;
    margin: 10px 0px;
    line-height: 1.5em;
}


#moresearchoptions select {
   margin: 5px;
   width: 120px;
}

#moresearchoptions .textbox {
   height: 1.2em;
   margin: 5px;
   width: 120px;
}

#moresearchoptions .textbox {
   width: 180px;
}

#moresearchoptions .chkbox {
   margin: 5px;
}

#moresearchoptions label {
    float: left;
    display: block;
    width: 160px;
    text-align: right;
    padding-right: 5px;
    height: 1.2em;
   margin: 5px;
   clear: both;
}



/* below here is Green and Company Specific CSS */

* { margin: 0; padding: 0; }
#aa_content {
    font-size: 1em;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #fff;
    background: transparent;
    min-width: 600px;
    max-width: 800px;
    margin: 5px auto;
}
#aa_banner {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
    background-color: #fff;
    border-bottom: 0px solid #555;
}
#aa_detailnav {
    margin: 5px 0;
}
.listingsummary_list {
    padding: 0px;
    border-bottom: 0px dotted #555;

}
.aa_image {
    float: left;
    text-align: center;
    padding-top: 0px;
}

.aa_summary_remarks {
    border: 0;
    text-align: left;
    font-size: 1em;
}

.aa_remarks {
    float: left;
    width: 590px;
    margin-left: 20px;
}

.aa_image img { border: 0px; width: 160px; height: 120px; }



.leftfloat {
    float: left;
    padding-left: 1em;
}
.rightfloat {
    float: right;
    padding-right: 1em;
}
.clearfloat {
    clear: both;
}
.clearfix,
.clearfloat {
    clear: both;
}
.hiddendiv {
    display: none;
}
.aa_messagebox {
    display: block;
    width: 80%;
    margin: 1em auto;
    margin-bottom: 5px;
    padding: 5px;
    border: 3px solid black;
    font-size: 1em;
    font-weight: bold;
    background-color: #ffe;
    color: #000;
}
.aa_messageinfo {
    background-color: #ffe;
}
.aa_messagewarning {
    background-color: #ffe;
    color: black;
}
#aa_searchtopmenu {
    display: block;
    float: left;
    width: 50%;
}
#aa_searchtopmenu h2 {
    padding: .2em;
    font-size: 1.2em;
    color: #999;
}
#aa_footer {
   border-top: 1px solid black;
    background-color: #fff;
    margin-top: 2px;
    padding-top: 10px;
    height: 50px;
}
.color_blue { background-color: blue; }
.color_red { background-color: red; }
.aa_topmenu {
    float: left;
    font-size: 1em;
    font-weight: bold;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: .2em;
}
.vtour {
    float: left;
    text-decoration: none;
    background: transparent;
    border: 0;
}
.aa_topmenu a {
float: left;
/*padding of tabs*/
text-decoration: none;
text-align: left;
background-color: #eee;
color: #000;
border-top: .1em solid #000; /*top border style*/
border-bottom: .2em solid #000; padding-left:1em; padding-right:1em; padding-top:.2em; padding-bottom:.2em;
border-left: .05em solid #000; /*left border style*/
}
.aa_topmenu a.leftmostitem{ /*Extra CSS for left most menu item*/
border-left: .05em solid #000; /*left border style*/
}
.aa_topmenu a.rightmostitem{ /*Extra CSS for right most menu item*/
border-right: .05em solid #000; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}
.aa_topmenu a:visited{
color: #000;
}
.aa_topmenu a:hover {
color: #fff;
background-color: #555;
}
.standout {
    background-color: #eaf;
}
.theme {
    background-color: #eee;
    color: #000;
}
.sectionheader {
    clear: both;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 3px solid black;
    padding: 0;
    margin-bottom: .5em;
    background-color: #eee;
    color: #000;
}
.sectionheader h3  {
    font-size: 1em;
    padding-left: .5em;
}
#general_disclaimer {
    width: 90%;
    margin: 1em auto;
    padding: .5em;
    border: 1px solid #aaa;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .7em;
    color: #888;
}
#general_disclaimer img {
    float: left;
}

#general_disclaimer a {
    color: #888;
    text-decoration: none;
}
#virtualtourdiv,
#lifestylediv {
    float: left;
    width: 100px;
    height: 30px;
    background: transparent;
    margin: 3px;
    border: 0;
}
#virtualtourdiv a {
    background: #fff url(http://nh.agentave.com/images/virtualtour.png) top left no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
#lifestylediv a {
    background: #fff url(http://nh.agentave.com/images/lifestyle.png) top left no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
/*====================================================================================================
   Search.php CSS
====================================================================================================*/
#aa_searchtools {
    display: block;
    background-color: #eee;

}

#qsearch {
    float: left;
    padding: 5px;
    background-color: #555;
    color: #fff;
    border: 2px solid #eee;

}

#aa_myaccount {
    float: right;
    margin-top: 5px;
}

#aa_myaccount a {
    text-decoration: underline;
    background-color: #555;
    background: transparent;
    color: #000;
    padding: 5px;
    line-height: 30px;
}

#aa_myaccount a:hover {
    background-color:#eee;
    color: #000;
}

#aa_searchform {
    clear: both;
}

#2mapobject {
    float: left;
    width: 30%;
    clear: both;
}

#countytownlist {
    width: 40%;
    float: left;
}
#selectedtowns {
    width: 40%;
    float: left;
}
#townselections {
    width: 65%;
    float: left;
    padding-left: 0px;
    font-size: .9em;
    margin-left: 10px;
}
#townbox, #thetowns {
    width: 98%;
    padding-left: 5px;
}
#townnav {
    float: left;
    text-align: center;
    padding: 3px;
    width: 15%;
    margin: 20px auto;
}
#townnav p {
    padding: 0;
    margin: 0;
}
#addtowns {
    margin-top: 40px;
    text-align: center;
}
#removetowns {
    text-align: center;
    margin-top: 50px;
}
#ruler {
    width: 770px;
    height: 30px;
    background-color: blue;
}

#xdays { text-align: center; }
/*
#townnav a, #townnav a:visited {
  position:relative;
  text-decoration:none;
  text-align:center;
  background-color:#9ab;
  color:#fff;
  display:block;
  width:90%;
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:2px;
  margin:2px auto;
  }
#townnav a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
}
*/
#townnav a, #townnav a:visited {
  position:relative;
  text-decoration:none;
  text-align:center;
  background-color:#eee;
  color:#000;
  display:block;
  width:90%;
  border:2px solid #000;
  border-color:#666 #666 #ccc #ccc;
  padding:2px;
  margin:2px auto;
  }
#townnav a:hover {
  top:2px;
  left:2px;
  background-color: #666;
  color:#fff;
  border-color:#aaa #aaa #999 #999;
}
#aapropertyclass {
    float: left;
    display: block;
    font-size: 1em;
    width: 30%;
    padding: 0px;
    padding-bottom: .2em;
    margin: 0;
    border: 0px solid black;
}

#aapropertyclass input {
    margin: 0 5px 0 15px;
    padding-top: 0;
}

#aa_searchbuttons {
    width: 20%;
    float: left;
    margin-left: 10px;
    padding: 0;
}

.searchbutton {
    dispaly: block;
    width: 100%;
    padding: 10px 20px;
    margin: 3px 0;
}

#aaminmax {
    float: left;
    margin-left: 10px;
    width: 45%;
    padding-bottom: 5px;
}

#aaminmax p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.minsel {
    padding: 0;
    margin-left: 10px;
    line-height:1.5em;
    height: 1.5em;
    width: 100px;
}
.maxsel {
    padding: 0;
    margin-left: 10px;
    line-height:1.5em;
    height: 1.5em;
    width: 100px;
}
#minhead {
    margin-left: 100px;
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 1em;
    background-color: #666;
}
#maxhead {
    float: left;
    margin-left: 230px;
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 1em;
    background-color: #666;
}
.aasearchheader {
    display: block;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    padding-left: 1em;
}
#aaminmax label {
    clear:left;
    display:block;
    float:left;
    width:100px;
    text-align:right;
    padding-right:2px;
    margin: 3px 0px -3px 0px;
    font-size:1em;
    line-height:1em;
    font-weight: bold;
}
#aaminmax select {
    height: 1.6em;
    margin-bottom: .2em;
}
.aaminmaxdiv {
    clear: both;
    border-bottom: 0px solid black;
    margin: 0;
    padding: 0;
    width: 98%;
}
#aasearchextra {
    padding: 5px;
    clear: both;
    float: left;
    width: 300px;
    border: 2px solid #666;
    background-color: #faa;
}
#aasubmitbuttons {
    float: right;
    width: 400px;
    background-color: #0f0;
    padding: 5px;
    border: 2px solid #666;
}
#aa_searchcontent {
    clear: both;
    position: relative;
    padding-top: 1em;
    width: 100%;
}
#aa_searchcontent h2 {
    font-size: 1em;
    color: #666;
}
.aa_ruler {
    width: 600px;
    height: 10px;
    background-color: black;
}

/*====================================================================================================
   SearchResults.php CSS
====================================================================================================*/
#aa_basicnav { display: none; }
#bottomnav {
    width: 100%;
    border-top: 0px solid #555;
    padding-top: 5px;
}
#bottomnav a {
    text-decoration: none;
    color: #000;
    font-size: .9em;
}
#bottomnav img {
    border: 0;
}
#previouspage {
    display: block;
    float: left;
    text-align: left;
}
#nextpage {
    display: block;
    float: right;
    text-align: right;
}
#aa_resultstopmenu {
    background: transparent;
    width: 68%;
    float: left;
}
#aa_resultstopmenu h2 {
    font-size: 1em;
    color: #555;
}
#sortoptions {
    display: block;
    width: 100%;
    clear: both;
    background: transparent;
    padding-top: .5em;
}
.viewlistings a {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 2px;
    border: 0px solid black;
    padding: 1px;
    text-decoration: none;
    background-color: #eee;
    color: #000;
}
.viewlistings a:active,
.viewlistings a:visited {
    color: black;
}
.viewlistings a:hover {
    background-color: #555;
    color: #fff;
}
.listing {
    width: 100%;
    background-color: #fff;
    border: 0px solid black;
    margin-top: 1em;
}
.listingheader {
    width: 100%;
    border-bottom: 0px solid black;
    background-color: #fff;
    color: #000;
}
.listing h1 {
    display: block;
    font-size: 1em;
    padding: .5em;
}
.listingimage {
    float: left;
    width: 24%;
    padding-top: 1em;
    background-color: #fff;
    background: transparent;
    text-align: center;
    border: 0;
}
.alistingimage a {
    border: 0;
}
.listingimage img {
    border: 0;
    width: 150px;
    padding: 5px;
}
.listingtable {
    padding-top: 0em;
    float: right;
    width: 75%;
    background-color: #fff;
    background: transparent;
}
.listingtable table {
    margin: .5em auto;
    border-collapse: collapse;
    border: 0px solid black;
    width: 98%;
}
.listingtable th {
    background-color: #eee;
    border: 0px solid black;
    text-align: center;
}
.listingtable td {
    border: 0px solid black;
    background-color: #fff;
    text-align: center;
}
#remarks {
    text-align: left;
    border: 0;
}
/*====================================================================================================
   listingdetail.php CSS
====================================================================================================*/
#aa_listingdetail {
    width: 98%;
    margin: 0;
    padding-right:1%;
    border: 0px solid black;
    width: 100%;
    padding: 0;
}

.hdr,
.listing_sectionheader { color: #254117}
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 3px solid black;
    padding: 0;
    margin-bottom: .5em;
    background-color: #eee;
    color: #000;
    background: transparent;
}
.listing_sectionheader a {
    font-size: 1em;
    text-decoration: none;
    color: #000;
}
.listing_sectionheader table {
    width: 100%;
    background-color: #eee;
    border-collapse: collapse;
    border: 0px;
    color: #000;
}
.sectionheader_left {
    width: 15%;
    text-align: left;
}
.sectionheader_right {
    width: 15%;
    text-align: right;
}
.sectionheader_middle {
    width: 70%;
    text-align: center;
    vertical-align: middle;
}
.listing_sectionheader h3 {
    font-size: 1em;
}
.listing_sectionheader img {
    border: 0;
}
#aa_listingdetail h3 {
    display: block;
    padding: 2px;
    font-size: 1em;
    background-color: #eee;
    color: #000;
}
#listingbanner {
    clear: both;
    width: 100%;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    background-color: #eee;
    color: #000;
}
#listingbanner h3 {
    padding-left: 5px;
    padding-right: 5px;
}
.listingdetail_header {
    clear: both;
    font-size: 1em;
    background-color: #eee;
    color: #000000;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    background: transparent;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
#top_row {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-bottom: .5em;
    background-color: #fff;
    background: transparent;
}
#top_row table {
    width: 100%;
    border: 2px;
    border-collapse: collapse;
    background-color: #fff;
    background: transparent;
}
#top_row td {
    border: 1px;
    width: 50%;
    background-color: #fef;
    text-align: center;
    background: transparent;
}
#picturebox {
    float: left;
    width: 49%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
}
#mainpic {
    border: 5px solid #aaa;
    border-style: solid;
    border-right-color: #666;
    border-bottom-color: #666;
    padding: 2px;
}
#thumbnails {
    float: left;
    padding-left: 1em;
    width: 99%;
    text-align: center;
}
.thumbnail {
    float: left;
    border: 0px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 66px;
}
#agencybox {
    float: right;
    width: 49%;
    text-align: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
    background: transparent;
}
#abheight {  /* this seems to give it a min height...??? */
    height: 230px;
}
#agencyblock {
    margin: 0em auto;
    min-height: 220px;
    display: block;
    text-align: left;

}
#agencyblock table {
    background-color: #fff;
}
#agencyblock td {
    background-color: #fff;
}
#listingsummary {
    margin: 5px auto;
    width: 90%;
    display: block;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    text-align: center;
    vertical-align: bottom;
}
#listingsummarytop h2,
#listingsummary h2 {
    color: #000;
    font-size: 1em;
}
#listingsummarytop {
    clear: both;
    display: none;
    margin-bottom: 5px;
}
#listing_details {
    clear: both;
    width: 100%;
    background-color: #fff;
}
.fieldname {
    clear: both;
    float: left;
    display: block;
    width: 120px;
    background-color: #fff;
    background: transparent;
    padding-right: .5em;
    margin-right: 2px;
    text-align: right;
    font-weight: bold;
    font-size: .9em;
}
.data {
    float: left;
    width: 100px;
    text-align: left;
    background-color: #fff;
    background: transparent;
    font-size: .9em;
}
.dataright {
    width: 230px;
}


.feattable {
    width: 49.5%;
    float: left;
    margin-left: .2%;
}

td.featname {
    font-weight: bold;
    font-size: .9em;
    text-align: right;
    width: 30%;
}

td.featdata {
    width: 70%;
}

.feattable table {
    width: 100%;
}

.feattable td {
    vertical-align: top;
    padding: 0 5px;
}

#basicinfo,
#roomdetails,
#propertyfeatures,
#remarks {
    font-size: .9em;
    clear: both;
    float: none;
    margin-top: .5em;
    margin-bottom: .5em;
    display: block;
    width: 100%;
}
#basicinfo_left {
    float: left;
    width: 49%;
    border-bottom: 0px solid black;
    background: transparent;
}
#basicinfo_right {
    float: right;
    width: 49%;
    border-bottom: 0px solid black;
}
#basicinfo_left .fieldname {
    width: 30%;
}
#basicinfo_left .data {
    width: 60%;
}
#basicinfo_right .fieldname {
    width: 30%;
}
#basicinfo_right .data {
    width: 60%;
}
#basicinfo_rooms {
    float: left;
    width: 0px;
    background-color: #fff;
    border-bottom: 0px solid black;
}
#basicinfo_roooms_info {
    width: 100%;
}
#basicinfo_rooms_baths {
    width: 100%;
}
#aa_roomdetails_right,
#aa_roomdetails_middle {
    float: left;
    width: 29%;
}
#aa_roomdetails_left {
    float: left;
    width: 29%;
}
#aa_roomdetails .fieldname {
    float: left;
    width: 50%;
}
#aa_roomdetails .data {
    float: left;
    width: 39%;
}
#featuredisplay_left {
    float: left;
    width: 49%;
}
#featuredisplay_right {
    float: right;
    width: 49%;
}
#featuredisplay_left .fieldname,
#featuredisplay_right .fieldname {
    width: 30%;
}
.featdata {
    float: left;
    width: 65%;
    text-align: left;
    background-color: #fff;
    background: transparent;
}
#disclaimer {
    clear: both;
    display: block;
    width: 100%;
    font-size: .9em;
}
#disclaimer img {
    float: left;
}



#aa_basicnav { display: none;}


/*==================================================================
listing account manager
================================================================== */

#aa_account {
    width: 100%;
}

#aa_account label {
    display: block;
    float: left;
    clear: both;
    width: 120px;
    padding-right: 5px;
    text-align: right;
}

#newcontactformdiv {
    padding-bottom: 30px;
}

#newcontactformdiv .btn,
#aa_account .btn {
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
    height: 40px;
}


#login,
#forgotpassword,
#returntosearch,
#zbenefits {
    float: left;
    margin: 10px ;
    padding: 10px;
    background-color: #eee;
    border: 1px solid black;
    color: #000;
    width: 330px;
}

#login h2, #forgotpassword h2, #returntosearch h2,#zbenefits h2 { font-size: 1em; }
#returntosearch a,
#zbenefits a {
    border: 0;
    text-decoration: none;
}

#returntosearch .btn,
#zbenefits .btn {
    margin: 5px 100px;
}

#aa_account .msg {
    display: block;
    padding: 5px 0;
    background-color: #ff0;
    color: #000;
    font-weight: bold;
}

#aa_account ul {
    list-style-position: inside;

}

#aa_account ul li {
    text-indent: 30px;
}

#aa_account ul li ul li{
    text-indent: 60px;
}
#aa_account ul li ul li ul li{
    text-indent: 90px;
}

#savesearchformdiv fieldset {
    background-color: #eee;
    padding: 5px;
    margin: 10px;
}

#savesearchformdiv legend {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 10px;
}

#savesearchformdiv label {
    width: 150px;
    font-weight: bold;
    text-decoration: underline;
}

#savesearchformdiv #searchcriteria {
    margin-left: 155px;
}

/*  ===========   my listings css here ================ */
.aa_mylisting {
    width: 96%;
    background-color: #eee;
    margin: 2px auto;
    padding: 2px;
    border: 0px solid black;
}

.aa_mypicture {
    float: left;
    text-align: center;
    padding: 5px;
}
.aa_mylistingdata th {
    background-color: #aaa;
    padding-left: 5px;
}
.aa_mylistingdetails {
    float: left;
    width: 70%;
}

.aa_mycomments {
    display: block;
    background-color: #aaa;
    padding: 5px;
}

.aa_user_comment {
    width: 100%;
    height: 150px;
}

#mcalc,
#calcform,
#calcresults {
    clear: both;
}

#calcresults { display: none; }

#mcalctitle {
    display: block;
    float: left;
}

#mcalcclose {
    display: block;
    float: right;
}

#mcalc {
    background-color: #eee;
    display: none;
    padding: 10px;
}

.calculator label {
    width: 150px;
    padding-right: 5px;
    text-align: right;
    display: block;
    float: left;
}

.calresults tr.odd {
    background-color: #fff;
}

.calcresults tr.even {
    background-color: #eee;
}

.resultdetail { text-align: right; }

#listingbanner {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 3px;
    margin: 5px 0 10px 0;
    display: block;
}

#listingbanner table {
    width: 100%;
}

.aa_hmenu {
    display: block;
    background-color: #fff;
    background: transparent;
    margin-bottom: 5px;
}

.aa_hmenu a {
    display: block;
    float: left;
    padding: 0 5px;
    margin-right: 5px;
    background-color: #444;
    color: #fff;
    border-top: 1px solid black;
    border-bottom: 3px solid black;
    text-decoration: none;
    font-weight: bold;
}

.aa_hmenu a:hover {
    background-color: #ccc;
    color: #000;
}


#features .fieldname {
    width: 140px;
}

#features .data {
    width: 220px;
}

#listingbanner_lefttext { text-align: left; width: 15%;}
#listingbanner_righttext {text-align: right; width: 25%;}
#listingbanner_centertext { text-align: center; width: 59%;}


/* my account styling here */
legend {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 6px;
}
/* Contact form styles */
#contactformdiv {
    width: 90%;
    margin: 0;
    padding: 5px;
    border: 0px solid black;
}
#logininfo,
#comments,
#basiccontactinfo {
    padding: 5px;
}
#logininfo label,
#basiccontactinfo label {
    display: block;
    float: left;
    text-align: right;
    width: 180px;
    font-size: .9em;
    padding-right: 5px;
    line-height: 20px;
}
#contactform input {
    font-size: .9em;
    height: 18px;
    padding-left: 5px;
}
.required {
    background-color: #fdd;
}
.formnote {
    font-size: .9em;
    padding: 5px;
    border: 1px solid black;
    background-color: #eee;
    margin: .5em;
}

.msg a {
   float: right;
   padding-right: 10px;
   background: transparent;
   font-weight: bold;
   color: #004;
}


.arearegion{
   clear: both;
   background-color: #eef;
   margin: 8px 0;
}

.arearegion_header {
    display: block;
    background-color: #002679;
    color: #fff;
    padding: 5px;
}

.areaheader_name {
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold;
}
.arearegion_map {
   float: left;
    width: 8%;
}
.arearegion_map img {
    width: 95%;
}

.arearegion_details {
   float: left;
   width: 88%;
   margin-left: 10px;
}

.arearegion_details a {
   text-decoration: none;
   color: #002679;
   cursor: pointer;
   font-size: 1.3em;
}
.arearegion_details a:hover {
   text-decoration: underline;
}



