/*
* {
    padding: 0;
    margin: 0;
}
*/

html {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .8em;
}
#aa_content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    /*background-color: #fff;*/
    background: transparent;
}
#aa_banner {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
    /*background-color: #fff;*/
    /*border-bottom: 0px solid #555;*/
}
.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: 1.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: .8em;
    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: 1.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;
}
#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
====================================================================================================*/
#qsearch {
    width: 16em;
    position: relative;
    background-color: #eee;
    color: #000;
    border: 1px solid black;
    padding: .4em;
    float: right;
}
#mapobject {
    float: left;
    width: 34%;
}
#countytownlist {
    width: 40%;
    float: left;
}
#selectedtowns {
    width: 40%;
    float: left;
}
#townselections {
    width: 65%;
    float: left;
    padding-left: 0px;
    font-size: .9em;
}
#townbox, #thetowns {
    width: 99%;
}
#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;
}
/*
#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;
}
#aaminmax {
    float: left;
    width: 68%;
    padding-bottom: 5px;
}
#aaminmax p {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.minsel {
    padding: 0;
    margin-left: 10px;
    line-height:1.5em;
    height: 1.5em;
    width: 120px;
}
.maxsel {
    padding: 0;
    margin-left: 10px;
    line-height:1.5em;
    height: 1.5em;
    width: 120px;
}
#minhead {
    margin-left: 100px;
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 14px;
    background-color: #666;
}
#maxhead {
    float: left;
    margin-left: 230px;
    display: block;
    width: 110px;
    font-weight: bold;
    font-size: 14px;
    background-color: #666;
}
.aasearchheader {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: .5em;
    padding-left: 1em;
}
#aaminmax label {
    clear:left;
    display:block;
    float:left;
    width:100px;
    text-align:right;
    padding-right:5px;
    margin-bottom:0.5em;
    font-size:1em;
    line-height:1.5em;
    font-style:normal;
}
#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%;
    background: transparent;
}
#aa_searchcontent h2 {
    font-size: 1.2em;
    color: #666;
}
.aa_ruler {
    width: 600px;
    height: 10px;
    background-color: black;
}
/*
.dosearch {
    clear: both;
    position: absolute;
    display: block;
    top: .5em;
    left: 0;
    height: 2em;
    width: 100%;
    border-top: .2em solid #666;
    border-bottom: .1em solid #666;
    padding-top: .2em;
}
*/
.dosearch {
    clear: both;
    display: block;
    float: right;
    width: 100%;
    border-top: 2px solid #666;
    border-bottom: 1px solid #666;
    padding-top: 0em;
    padding: .2em 0 .2em 0;
}
#dosearchbottom {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    border-top: .2em solid #666;
    border-bottom: .1em solid #666;
    padding-top: .2em;
    padding-bottom: .2em;
}
.doearchh4 {
    text-align: right;
    font-size: 1em;
    color: #666;
    display: inline;
}
/*====================================================================================================
   SearchResults.php CSS
====================================================================================================*/
#aa_basicnav { display: none; }
#bottomnav {
    width: 100%;
    /*border-top: 3px solid #555;*/
    padding-top: 5px;
}
#bottomnav a {
    text-decoration: none;
    color: #000;
    font-size: .8em;
}
#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: 1.2em;
    color: #555;
}
#sortoptions {
    display: block;
    width: 100%;
    clear: both;
    background: transparent;
    padding-top: .5em;
}
.viewlistings a {
    font-size : 10px;
    display: block;
    width: 146px;
    margin: 0 auto;
    margin-bottom: 2px;
    border: 1px solid black;
    padding: 1px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
.viewlistings a:active,
.viewlistings a:visited {
    color: black;
}
.viewlistings a:hover {
    background-color: #e6e6c2;
    color: #fff;
}

.listing {
    width: 100%;
    /*background-color: #fff;*/
   /* border: 1px solid black;*/
    margin-top: 1em;
}

.listingheader {
    width: 100%;
    padding : 5px 0;
    /*border-bottom: 1px solid black;*/
    background-color: #e6e6c2;  /*badger light green */
    background-color: #7c8c5d; /*attitash top darker green */ 
    background-color: #999966;  /* attitash top right khaki green */
    color:#514C40;
    color: #000000;
}

.listing_number { background-color : #7c8c5d;  width: 34px;  height: 21px; color : #000;  padding: 5px 10px;  margin-left : -5px; }
.header_prompt  { font-weight: bold;  padding : 0 8px;}

.listing h1 {
    display: block;
    font-size: 1.1em;
    /*padding: .5em;*/
    margin: 0;
}
.listingimage {
    float: left;
    margin:0;
    width: 150px;
    /*background-color: #fff;*/
    background: transparent;
    text-align: center;
    border: 0;
    margin-left: -5px;
    margin-top: 3px;
}

.listingbullets { 
    font-size: 11px;
    margin-top: 3px;
    margin-left : 3px;
    float: left;
    width : 150px;
    height: 132px; 
    background-color: #999966;
    color:#000;
    border: 1px solid #cccc98;
   }
 
 .listingbullets ul {
 	/*float: left;*/
 	list-style: none;
 	margin-left : -28px;
 }

.listingbullets_prompt {font-weight: bold; }

.listingdetails {color:#514C40; font-size: 11px;  margin-top: 3px; margin-left: 3px; width: 300px; float:right; }
.listingdetails_town {color: #000066; font-weight:bold; line-height: 1.8em;}
.listingdetail_street { font-weight: bold; }

.alistingimage a {    border: 0;}
.listingimage img {    border: 0;    width: 150px;   }
.listingtable {    padding-top: 0em;    float: right;    /*width: 70%;*/    /*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;
}
/*====================================================================================================
   listingdetail.php CSS
====================================================================================================*/
#aa_page { color : #514c40; }

#aa_listingdetail {
    width: 98%;
    margin: 0;
    padding-right:1%;
    /*border: 0px solid black;*/
    width: 100%;
    padding: 0;
}
.hdr,
.listing_sectionheader {
    width: 100%;
    padding: 0px 4px;
    margin-bottom: .25em;
    background-color: #999966;
    line-height: 17px;
    }
.listing_sectionheader a {
    font-size: 14px;
    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: 14px;
}
.listing_sectionheader img {
    border: 0;
}
#aa_listingdetail h3 {
    display: block;
    padding: 2px;
    font-size: 14px;
    background-color: #eee;
    color: #000;
}
#listingbanner {
    clear: both;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px 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: #000;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid black;
    border-bottom: 1px 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;
}

#aa_detailnav { font-size: 90%; color:#514c40; }
#aa_detailnav a { color: #514c40; }
#aa_detailnav a:visited { color: #514c40; }

#listing_nav {  }
#listing_nav_bottom  {float:left;  }
#listing_tools { /*font-size: 10px; */}

#picturebox {
    float: left;
    width: 99%;
    /*background-color: #fff;*/
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
}
#mainpic {
    border: 1px solid #aaa;
    border-style: solid;
    border-right-color: #666;
    border-bottom-color: #666;
    padding: 2px;
    float: left;
}
#thumbnails_container {
    float: right;
    width: 47%;
    margin-top : 2px;
    background-color :#999966;
    height: 220px;
}
#thumbnails {
    float: left;
    margin-top : 2px;
    margin-left : 5px;
}
.thumbnail {
    float: left;
    border: 0px;
    border: 1px solid #e7e6c3;
    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: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    vertical-align: bottom;
}
#listingsummarytop h2,
#listingsummary h2 {
    /*color: #000;*/
    font-size: 1.2em;
}
#listingsummarytop {
    clear: both;
    display: none;
    margin-bottom: 5px;
}
#listing_details {
    clear: both;
    width: 100%;
 }
.fieldname {
    float: left;
    display: block;
    width: 120px;
    /*background-color: #fff;*/
    padding-right: .5em;
    margin-right: 2px;
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    margin-top : 5px;   /*jah*/
}
.data {
    float: left;
    width: 100px;
    text-align: left;
    /*background-color: #fff;*/
    font-size: 11px;
    margin-top : 5px;
}
.dataright {
    width: 230px;
}


#basicinfo,
#roomdetails,
#propertyfeatures,
#remarks {
    font-size: 12px;
    clear: both;
    float: none;
    margin-top: .5em;
    margin-bottom: .5em;
    display: block;
    width: 100%;
    line-height: 10px;
}
#remarks { line-height: 17px;}

.listing_details {line-height: 11px;}
.listing_details.hdr {line-height: 18px;}

#basicinfo_left {
    float: left;
    width: 49%;
    border-bottom: 0px solid black;
}
#basicinfo_right {
    float: right;
    width: 49%;
    border-bottom: 0px solid black;
}
#basicinfo_left .fieldname {
    width: 40%;
}
#basicinfo_left .data {
    width: 50%;
}
#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%;
}
#roomdetails_right,
#roomdetails_middle {
    float: left;
    width: 29%;
}
#roomdetails_left {
    float: left;
    width: 29%;
}
#roomdetails .fieldname {
    float: left;
    width: 50%;
}
#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%;
    background: transparent;
    text-align: left;
    /*background-color: #fff;*/
    font-size: 11px;
    margin-top: 5px; 
}
#disclaimer {
   float: left;
   margin: 0;
    width: 100%;
    border-top: 2px solid #000;
    font-size: .75em;
}
#disclaimer img {
    float: left;
}
/* features table */
#propertyfeatures table {
    background: #fff url('../../i11/images/fieldback2.png') repeat-y top left;
    border-collapse: collapse;
    empty-cells: show
}
.tdh2 {
    /* background: #fff url(../images/fieldback2.png) top left repeat-y; */
    background: transparent;
    font-weight: bold;
    font-size: 12px;
    width: 110px;
    padding-right: 2px;
    margin-right: 2px;
    text-align: right;
}
.tdm2 {
    /*background-color: #fff;*/
    width: 240px;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 2px;
}
.vpad {
    clear: both;
    width: 100%;
    height: 3px;
    /*background-color: #fff;*/
}
.forprint {
    width: auto;
    display: none;
    height: 10px;
    background-color: red;
}
#badger_virtualtour {
    clear: both;
    width: 220px;
    padding-top : 20px;
    float: left;
    margin-top: 20px;
    margin-left : 20px;
}
#badger_virtualtour a, #badger_virtualtour a:hover, #badger_virtualtour a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding : 1px 15px;
  background-color : #006699;
  border : 2px solid;
 border-top-color : #2B7BA3;
 border-left-color : #2B7BA3;
 border-bottom-color : #004264;
 border-right-color: #004264;
 }
 
.badger_vtour {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight : bold;
 background-color: red;
 font-color: #fff;
 margin-left: 10px;
 margin-top: 3px;
 margin-bottom: 2px;
 border-top-color : #2B7BA3;
 border-left-color : #2B7BA3;
 border-bottom-color : #004264;
 border-right-color: #004264;
 padding : 4px 15px;
 }
  
#virtualtour a:hover {
    color: #fff;
}
#virtualtour a:link {
    color: #fff;
}
#map_container {margin-top:10px; text-align: center; border-bottom:0;  }


#mapholder {
    /*position: absolute;*/
    float: left;
    /*top: 0;
    left: 0;*/
    display: none;
    background-color: #e7e6c3;
    margin: 0 auto;
    margin-left: 0px;
    width: 600px;
    padding: 2px;
}
#mapcloser {
    float: right;
    background-color: #f00;
    border: 2px solid #fff;
    padding: 3px;
    color: #000;
    margin-right: 3px;
}
#mapcloser a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#mapaddress {
    float: left;
    background: transparent;
    font-weight: bold;
    color: #514c40;
    font-size: 14px;
}
#map {
    width: 600px;
    height: 400px;
    margin-top: 5px;
}
#aa_basicnav { display: none;}

/*-------------------------------------------------------------------------------------*/

#aa_room_info_left { float:left; width:50%; margin:0; }
#aa_room_info_right { float:left; width:50%; margin:0; }

#aa_roomdetails_left { float: left; width: 50%; margin:0;   }
#aa_roomdetails_right { float: left; width: 50%; margin:0; }


