/* CSS Document */
body {
	color:#000;
	width:100%;
	background:url(../../assets/images/bg_grade.jpg) top left repeat-x;
	padding:0;
	margin:0;
	font:75%/150% Arial,Verdana,Georgia,"New Century Schoolbook",Times,serif;
}
img {
	border:0;
}
h1,
h2,
h3,
h4 {
	margin:0;
	padding:0;
	font-size:1em;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
	margin:0;
	padding:0;
}
div {
	margin:0 auto;
}
a {
	color:#2873A7;
	text-decoration:underline;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	color:#000;
}

a.compact_link {
	text-decoration: none;
  /* background-color: #ffff99; */
  	font-size: 0.8em;
	font-weight: bold;
}

a.compact_link img {
	vertical-align: middle;
}


/* Start container */
div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:1.25em;
      cursor:pointer;
    }


div#container {
	padding:0;
	width:731px;
}
div#top {
	margin-top:40px;
	width:731px;
	height:27px;
	background:url(../../assets/images/home_top_box.gif) no-repeat;
}
div#content {
	width:731px;
	padding-bottom:15px;
	background:url(../../assets/images/home_content_box.gif) repeat-y;
}
div#content div img#logo {
	 width:363px;
	 height:72px;
	 display:block;
	 margin:0 0 0 20px;
	 padding-top:0px;
}
div#content .didYouKnow {
	margin:2px 10px 2px 0;
	border:1px solid #ccc;
}
div#content .totalNum {
	margin:10px;
	border:1px solid #ccc;
}
div#content .didYouKnow p,
div#content .totalNum p {
	margin:4px;
	text-align:center;
}

div#content .why p {
	margin:2px;
	text-align:center;
	background-color: #d86669;
	padding: 1px;
}

div#content .why p a {
	color: #000;
}

div#content #AUDREY_login {
	margin:4px;
	text-align: center;
}

div#content div.midSearch {
	width:707px;
	background:#EDF5FA;
	border-top:1px solid #2B75A8;
	padding: 10px;
	text-align: center;
}

div#content div.midAudrey {
  width:707px;
  background:#9999ff;
  border-top:1px solid #2B75A8;
  border-bottom:1px solid #2B75A8;
  padding: 10px;
}

.inline1 {
	margin-left: 3px; margin-right: 3px; display: inline;
}

div#content div.midSearch .tblForm td {
	margin-bottom:10px;
}

div#content div.midSearchAdvanced {
	margin-top:0px;
	width:727px;
	background:#EDF5FA;
	padding: 0;
}


div#content div.midSearchAdvanced td {
	border-top: solid 0px #aaaaaa;
}


div#content div.suggestCities {
	margin-top:1px;
	width:725px;
	background:#EDEDED;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding: 10px 0;
}
div#content p.anounce {
	margin:0 0 0 5px;
	color: #000;
}
div#content div#submit {
	margin:10px;
}
div#btm {
	width:731px;
	height:27px;
	background:url(../../assets/images/home_btm_box.gif) no-repeat;
}
div#content div.amntResults {
	width:728px;
	text-align:left;
	color:#1863A7;
	font-size:13px;
	margin-left:20px;
	padding-left:5px;
}
div#footer {
	width:731px;
	font-size:10px;
	text-align:center;
	color:#999;
}
div#footer a {
	color:#999;
}

/* Results
--------------------------------------------------- */
div#content div#results {
	width:700px;
	margin:12px;
}
div#content div#results a {
	color:#2873A7;
}

div#content div#navigate {
	width:700px;
	text-align: right;
}

div#content div#bottomNav {
	width:700px;
	text-align: right;
	margin-top: 25px;
}

div#content div#navigate div {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

div#content .imgHomes {
	float:left;
}

div#content img.mainThumb {
	width: 200px;
	border:1px solid #000;
}

div#content img.additionalThumb {
	width: 25px;
	height: 25px;
	margin-left: 5px;
}

div#content div.resultDark {
	border-top:1px solid #c7c7c7;
	background:#f6f6f6;
	border-bottom:1px solid #c7c7c7;
	margin:0 5px;
	padding:10px 0 30px 0;
}
div#content div.resultLight {
	background:#fff;
	margin:0 5px;
	padding:10px 0 30px 0;
}


div#content div.compactResultDark {
	border-top:1px solid #c7c7c7;
	background:#f6f6f6;
	border-bottom:1px solid #c7c7c7;
	margin:0 5px;
	padding:5px 0 5px 0;
}
div#content div.compactResultLight {
	background:#fff;
	margin:0 5px;
	padding:5px 0 5px 0;
}
div#content div.compactResultGray {
	border-top:1px solid #c7c7c7;
	background:#d8e5d8;
	border-bottom:1px solid #c7c7c7;
	margin:0 5px;
	padding:5px 0 5px 0;
}


div#content div.resultDark p,
div#content div.resultLight p {
	font-size:11px;
}
div#content div#vote {
	background:url(../../assets/images/btn_left_bg.gif) no-repeat;
	width:421px;
	height:27px;
	float:left;
	margin-top:5px;
}
div#content div#more {
	background:url(../../assets/images/btn_right_bg.gif) no-repeat;
	width:271px;
	height:27px;
	float:left;
	margin-left:18px;
	margin-top:4px;
}
div#content div#vote p {
	color:#305EA9;
	font-size:12px;
	margin: 7px 0 0 10px;
}
div#content div#vote p strong {
	margin-right:30px;
}
table#mortgage {
	background-color: white;
	border-top: solid 2px #ac2248;
	text-align: center;
}

table#mortgage td {
	border-top: solid 1px #cccccc;
}
div#content div#contactDrop input,
div#content div#contactDrop select,
div#content div#contactDrop textarea {
	border:1px solid #809DB9;
	font-size:11px;
}
div#content table.tblCities td {
	height:auto;
	padding:2px 0 2px 10px;
}
div#content table.tblCities {
	background:#f9f9f9;
	border-top:1px solid #CFE4F0;
	border-bottom:1px solid #CFE4F0;
	width:699px;
}
div#content table.tblCities td p {
	text-align:left;
	font-size:11px;
	padding:0;
	margin:0;
}

div#content .midAudrey a {
	color: #fff;
}

div#content .listingcount {
	float: right; 
	margin: 2px 10px 5px 0; 
	border: solid #ccc 1px; 
	padding: 5px;
}

div#content .why {
	float: left; 
	width: 150px;
	height: 2em;
	margin:2px 2px 2px 0;
	border:1px solid #ccc;
}

/* util
--------------------------------------------------- */
.clear {
	clear:both;
	display:block;
	padding:0;
	margin:0;
	font: 1px/1px sans-serif;
}

.thumbnail{
  position: relative;
  z-index: 0;
  margin-right: 10px;
  cursor: pointer;
  cursor: hand;
}

.thumbnail img {
  border: solid 1px black !important;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: white;
  padding: 0px;
  left: -1000px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
  padding: 0px;
  margin: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
  visibility: visible;
  top: -100px;
  left: 60px; /*position where enlarged image should offset horizontally */
}

#cityList .col1 {float: left; margin-top: 15px;}
#cityList .col2 {float: left; margin-top: 15px; margin-left: 5px;}
#cityList .col3 {float: left; margin-top: 15px; margin-left: 5px;}
#cityList p {margin: 0;}


.multiThumbs {
  height: 32px;
  width: 32px;
  margin: 3px;
  cursor: hand;
  cursor: pointer;
  border: solid 1px black;
}

.compact_img {
  float: left;
  min-width: 350px;
  min-height: 263px;
}

a.compact_address {
font-weight: bold; 
text-decoration: none;
}

a.compact_address:hover {
text-decoration: underline;
}

.compact_img img {
  border: solid 1px black;
  x_width: 325px;
  margin-left: 4px;
}


.tabs div.inactive{
  background: url(../../assets/images/details_tab.gif);
	width: 125px;
	height: 29px;
	float: left;
  cursor: pointer;
  cursor: hand;
  margin-right: 3px;
  margin-left: 3px;
  background-repeat: no-repeat;
	text-align: center;
}

.tabs div.active{
  background: url(../../assets/images/details_tab_active.gif);
	width: 125px;
	height: 29px;
	float: left;
  cursor: pointer;
  cursor: hand;
  margin-right: 3px;
  margin-left: 3px;
  background-repeat: no-repeat;
	text-align: center;
}


.advSearchTabs div.inactive {
	float: left;
  width: 100px;
  height: 23px;
  background: url(../../assets/images/adv_search_tab.gif);
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  cursor: hand;
	padding-top: 6px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	z-index: 9999;	
}

.advSearchTabs div.active {
	float: left;
  width: 100px;
  height: 23px;
  background: url(../../assets/images/adv_search_tab_active.gif);
  background-repeat: no-repeat;
  color: #000;
  cursor: pointer;
  cursor: hand;
	padding-top: 6px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	z-index: 9999;
}


.advSearchTabs {
	height: 29px;
}

.tab_container {
  border: solid #ccc 1px;
  padding: 10px;
  background-color: #fff;
}

.tab_content {
  background-color: #f0f0f0;
  padding: 0px 15px 0px 15px;
  border: solid 1px #ccc;
}


.moreMapInfo {
  float: left;
  margin-left: 10px;
  padding:5px;
  width:290px;
  z-index:100;

  xfilter:alpha(opacity=95);
  x-moz-opacity:.95;
  xopacity:.95;
}

.AUDREY_data div.header {
	padding: 1px;
  font-size: 11pt;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .25em;
	background-color: #AC2248;
	color: #fff;
}




/* styles for details div */

.left_col {
	float: left;
	width: 380px;
	padding: 8px 10px 0 13px;
}

.right_col {
	float: right;
	width: 255px;
	padding: 8px 15px 0 0px;
}

.bot_left_col {
	float: left;
	width: 300px;
	padding: 0 14px 0 14px;
}

.bot_right_col {
	float: right;
	width: 300px;
	padding: 0 15px 0 0px;
}

.details_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AC2248;
	line-height: 18px;
}

.details_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #2873A7;
	line-height: 18px;
}
.details_link:hover {
	color: #000000;
}
.details_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 16px;
}

.map_area {
	width: 632px;
	padding: 10px 0 10px 14px;
	margin: 0;
}

.about_us {
	width: 300px;
	padding: 0;
	border: solid 1px #A4A4A4;
	border-width: 1px 0 0 0;
}

.roundedcornr_top_762619 {
	background: url(../../assets/images/roundedcornr_762619_top.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}
.roundedcornr_bottom_762619 {
	background: url(../../assets/images/roundedcornr_762619_bottom.gif) no-repeat;
}
.roundedcornr_content_762619 {
	background: url(../../assets/images/roundedcornr_762619_mid.gif) repeat-y;
	
}
.roundedcornr_top_762619, .roundedcornr_bottom_762619 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_762619, .roundedcornr_bottom_762619 {
}
.roundedcornr_content_762619 { padding: 0 15px; }


#box2_cont{
  width: 350px;
  z-index: 99;
}

#box_cont{
  width: 350px;
  z-index: 99;
}

.more_info {
	background-color: #AC2248;
	color: #fff;
	padding: 3px 5px;
	border: solid black 1px;
	margin: auto;
	width: 600px;
}

.more_info .left_col {
	width: 275px;
	float: left;
	font-size: 11px;
}

.more_info .right_col {
	width: 275px;
	float: left;
	font-size: 11px;
	margin-left: 15px;	
}

.more_info .details_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	line-height: 16px;
}

.more_info .details_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

#bot_comments_area {
	width:302px;
	height:356px;
	padding: 5px 0 5px 0;
	margin:0;
	border: solid 1px #A4A4A4;
	border-width: 1px 0 1px 0;
	overflow: auto;
	overflow-x: hidden;
}

.your_comment {
	width:262px;
	border: solid 1px #d1d1d0;
	border-width: 1px 1px 0 1px;
	background-color: #ffffee;
	padding:10px;
}

.your_comment p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal; 
	color: #000000;
}

.your_comment_bot {
	width:250px;
	height:46px;
	background-image: url(../../assets/images/your_comment_bot.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 33px;
}

.your_comment_bot p {
	padding: 0; 
	margin:0;
	line-height: 13px;
	font-size:11px;
	color: #666666;
}

.notes { width:262px; font-size: 12px;  padding: 0 0 8px 0; margin:0; line-height: 16px;}
.flag { color:#999990; font-size: 11px; right:10px; padding: 0; margin:0; line-height: 13px;}
.flag a:link {color: #000000; text-decoration: underline; }
.commentauthor { font-weight:bold; color: #000000; }
.inputdate {  font-style:italic;  }
