@charset "utf-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img {
	border: none;
}

/*************** Global Theme *************/
body {
	margin: 0;
	padding: 0;
	background:url(images/main-bg.gif);
	background-repeat:repeat;
	
	color: #382F2F;
	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	/* font-family: Georgia, "Bitstream Charter", serif; */
	/* font-family: Verdana, sans-serif;   /* Lucida Grande */ 
	/* font-size: 12px; */
	 font-size:0.8em; 
	
	text-align:center;
	
	
	background-attachment:scroll;
	line-height:1.63;
}
ul,ol {
	margin-left:28px;
}

select, input[type="text"], textarea {
	border:solid 1px #382F2F;
}
input,select {
	margin: 0px;
	padding: 0px;
	border: solid 1px #382F2F;
}
form {
	margin:0;
}

a:link,  a:hover,  a:visited,  a:active {
	color:#0000FF;
    text-decoration:none;
    cursor:pointer;
}
a:hover {
	color:#0000FF;
	
}

h1,h2,h3,h4,h5,h6 {
	color: #843131;
	text-shadow: 1px 1px 1px #BBB;
	font-weight: bold !important;
}
input[type=submit] {
	padding: 4px 9px;
}
select,
input,
textarea {
	border: 1px solid #382F2F;
	background: #f9f9f9;
}
input[type="text"],
textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

h3 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
}

/*******************/
/* Custom Controls */
/*******************/
.white {
	margin-bottom:3px; 
}
.whiteButton {
	padding: 3px 8px;
	overflow: visible;
	border:solid 1px #382F2F;
	
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
	background-color:#843131 !important; /*1A4394*/
	color:white !important;
	
}
.whiteButton:hover {
	background-color:#A35151 !important;
}
a.whiteButton {
	margin-left:5px; 
	margin-top:2px;
}

/* CSS Document */
ul.inline li {
	display: inline;
}

.clean {
	text-decoration:none;
}


/* Admin Menu */
ul.menu li {
	padding: 5px;
	border: solid 1px #382F2F;
	margin-right: 5px;
}

ul.menu li:hover {
	background-color: #777777;
	color: white;
}

ul.menu li a{
	color: black;
}

ul.menu li:hover a{
	color: white;
}

/* Flash Messages */
div.flash-message {
	padding: 10px;
	font-size: 18px;
}
div.flash-message.success {
	background-color: #00AD00;
	color:white;
}

div.flash-message.error {
	background-color: #ff0000;
	color: white;
}

.propImg a:link, .propImg a:visited, .propImg a:hover, .propImg a:active { 
    color:white;
    text-decoration: none;
    border:none;
}

.propImg img
{
    border:none;
}

div.propImg img
{
	border:solid 1px #382F2F;
}

img.propImg
{
	margin:3px;
	border:none;
}

a:link.saveLink, a:visited.saveLink, a:hover.saveLink, a:active.saveLink, a.saveLink
{
    color:#1F42ff;
    text-decoration:none;
    cursor:pointer;
    font-size:15px;
}

a:link.titleLink, a:visited.titleLink, a:hover.titleLink, a:active.titleLink, a.titleLink
{
    color:#382F2F;
    text-decoration:none;
    cursor:pointer;
    font-size:15px;
}

.favPlus img {
	cursor:pointer;
	border:none;
}






table {
	font-size:1.0em;
	line-height:1.63;
}

/********/
/* Main */
/********/

/* Main div For All Elements in a Page */
div#main {
    margin: 0 auto;
    width: 800px;
    background-color:#FFFFFF;
}

/**************/
/* Content    */
/**************/
div#content {
	margin:0 auto;
	height:auto;
	text-align: left;
	padding:15px;
}

/***********/
/* Wrapper */
/***********/
div#borderWrapper
{
	width: 820px;
	background:white;
	margin: 0 auto;
	background-color:#382F2F
}
div#mainWrapper {
	margin: 0 auto;
	width: 800px;
	background:#ffffff;
	border: #494949 1px solid;
	min-height:790px;
	position:relative;
	padding-bottom:101px;
}

/**********/
/* Banner */
/**********/
div#banner 
{
   	padding:0px;
    margin:0px;
	background-image:url(/images/banner.png);
	height:195px;
}

div#banner img
{
   margin:0px;
   padding:0px;
   border:none;
}

div#banner a
{
   padding:0px;
   height:195px;
   width:800px;
}

/* anit-spam */
.mapson {
	display: none;
}

/*******************/
/* Navigation Menu */
/*******************/

div#nav
{
   background-color:#382F2F;
   height:27px;
   width:800px;
   border-top:solid 1px #382F2F;
   border-bottom:solid 1px #382F2F;
}

html>body div#nav {
   height:24px;
}

ul.nav
{
   padding:0px;
   margin:0px;
}

li.nav
{
   margin:0px;
   padding:0px;
   display: inline;
}

#nav a {
   display:inline;
   /*width:100px;*/
   
   margin:0px;
   font-size:13px;
   border: 2px solid; 
   border-color:#561919;
   text-decoration:none;
   /* background-image:url(/images/NavBG.png); */
   
   /* background-color:#1F5299;*/
   background-color:#843131;
   color:white;
   
   padding-left:3px;
   padding-right:3px;
   padding-top:0px;
   padding-bottom:2px;

   font-weight:bold;

   /** hacks **/
   line-height: 23px;  /* middle alignment */

}

/* non-IE */
html>body #nav a
{
   padding-left:3px;
   padding-right:3px;
   padding-top:2px;
   padding-bottom:2px;

   font-size:14px;
   font-weight:normal;

   /** hacks **/
   line-height: 25px;  /* middle alignment */
}

/*********/
/* Hover */
#nav a:hover
{
   display:inline;
   /*width:100px;*/
 
   margin:0px;
   font-size:13px;
   border: 2px solid; 
   border-color:#561919;
   text-decoration:none;
   
   /* background-image:url(/images/NavBGHover.png); */
   background-color:#A35151;
   /*color:#A80E07; */
   /*color:#1F5299;*/

   /* hacks */
   line-height: 23px;  /* middle alignment */

}

/* non-IE */
html>body #nav a:hover
{
   padding-left:3px;
   padding-right:3px;
   padding-top:2px;
   padding-bottom:2px;
   font-size:14px;

   /** hacks **/
   line-height: 25px;  /* middle alignment */
}


div#infolinks a:link, div#infolinks  a:hover, div#infolinks  a:visited, div#infolinks  a:active {
    color:#382F2F;
    text-decoration:none;
	font-weight:bold;
    cursor:pointer;
	font-size:15px;
}

div#infolinks a:hover {
	text-decoration:underline;
}


/**********/
/* Footer */
/**********/

/* Internet Explorer */
div#footer {
	height:100px;
	text-align: left;
	background-image:url(images/logos_footer.png);
	padding:10px;
	clear:left;
	width:780px;
	border-top:solid 1px  #382F2F;
	position:absolute;
	bottom:0;
}
/* All Other Browsers */
html>body div#footer {
	height:80px;
}

div#footerContent {
	margin-top:8px;
	margin-left:115px;
	margin-right:300px;
	width:100%;
}

/****************/
/* Testimonials */
/****************/
div.testimonial {
	margin-top:10px;
	margin-bottom:10px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(images/quotebg.png)
}

p.testimonialquote {
	font-weight:bold;
	padding-top:40px;
	padding-left:70px;
	width: 630px;
}

p.testimonialauthor {
	font-style:italic;
	font-weight:400;
	margin-right:100px;
	text-align:right;
}

/******************/
/* Main Page Text */
/******************/
div#mainpagetext
{
    float:left;
    margin-left: 10px;
    text-align:left;
    width:475px;

}




h2.mainpagetext
{
   float:right;
}

/**********************/
/* Main Page Side Bar */
/**********************/
#sidebar
{
	float: left;
	width: 274px;
}

/* Featured Listings */
div#featuredlistings
{
	height: 250px;

	margin-bottom:10px;
}

img#featuredlistings
{	
    float:none;
    text-align:center;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-right:0px;
    padding:0px;
}
/********************/
/* MLS Quick Search */
/********************/

/* IE */
div#mlsquicksearch {
  vertical-align:top;
  border:1px solid #382F2F;
}

.searchSideBox {
	vertical-align:top;
	border:1px solid #382F2F;
	padding:5px;
	width:150px; 
	margin-bottom:10px;	
}

input[type=text]{
	padding: 3px;
}
#mlsquicksearch input[type=text]{
	width:150px;
}
#mlsquicksearch input[type=submit]{
	overflow:visible;
	margin-top: 5px;
	font-size:1.1em;
	float:right;
}



.placeholder {
	color: #8E8383
}

form#mlsquicksearch {

}

#mlsquicksearch select {
    vertical-align:top;
    width:100%;
}

#mlsquicksearch h4
{
   vertical-align:top;
   margin-top:3px;
   margin-bottom:3px;
}

input#mlsquicksearch
{
	float:left;
}

/* For IE */
div#qsearch {
   vertical-align:top; 
   border:1px solid #382F2F; 
   width:160px; 
   padding:5px; 
   margin-top:10px;
   margin-bottom:0;
}

div#qsearch {
	width:100%;
}

#sidebar #qsearch {
	width: auto;
}

/*******************/
/* Full MLS Search */
/*******************/


select.mlsfull, input[type=text].mlsfull {
    width:200px;
}

label.mlsfull
{
	width:75px;

}

div#MLS_search_Params
{
    float:left;
}




a.action 
{
   text-decoration:none;
   color:blue;
}

iframe#virtTourFrame
{
	border-width:15px;
}


p {
	margin:0;
	padding:0;
	text-align:justify;
}

/********* home page ***********/
#homemap {
	width:328px;
	margin:15px auto;
}

select{
	padding: 2px;
}


.home #mlsquicksearch select{
	width: 158px;
	padding: 2px;
}

.home #mlsquicksearch input[type=text]{
	width:150px;
	clear:left;
	float:left;
}

.home #mlsquicksearch input[type=submit]{
	float:right;
	margin-top: -2px;
}

.home div#qsearch {
   margin-top:0px !important;
}

.contactInfo {
	font-size: 0.8em;
	font-weight:bold;
}
.contactNumber {
	margin-left:0px;
	margin-bottom:10px;
	font-size: 0.9em;
	font-weight:bold;
}



#mortgage label, #contact label {
	clear:left;
	float:left;
	display:block;
	width: 85px;
	font-size:1.0em;
	font-weight:bold;
	text-align:right;
}
#mortgage div, #contact div {
	padding: 4px;
}
#mortgage label, #contact label {
	margin: 0 5px 0 0;
}
#mortgage input[type="text"], #contact input[type="text"] {
	
	margin:0 !important;
	width:176px;
}
#mortgage textarea, #contact textarea {
	width:267px;
}
#mortgage input[type="submit"], #contact input[type="submit"] {
	clear:left;
	float:right;
	margin:0 auto;
}

ul.propToolTabs {
	margin:23px 0 2px 0;
	height:21px;
}

.propToolTabs li {
	display:inline;
	padding:5px;
	border:solid 1px #382F2F;
	border-left:0;
	cursor:pointer;
	background-color:#843131;
	color:white;
	border-bottom-color:white;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	margin-right:3px;
}
.propToolTabs li:first-child {
	border-left:solid 1px #382F2F !important;
}
.propToolTabs li.selected {
	background-color:#D62020;
}

div.uppervalleytowns {
	margin-right:50px;
	float:right;
	width:298px;
	height:auto;
	border:solid 1px #382F2F;
	padding:10px;
}

.townships {
	display:inline;
	width: 122px;
	border: solid 1px #382F2F;
	padding:10px;
}

div.nhtownships {
	float: right;
}

div.vttownships {
	float: left;   
}

