@charset "utf-8";
body  {
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #518aad;
	vertical-align:top;
}

.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;

} 

.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header img {
float:left;
padding: 0px;
margin: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float:left; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 257px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:top;
} 

.twoColFixLtHdr #footer { 
	width: 940px; 
	padding: 10px 5px 10px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 10px;
	background: #FFFFCC;
	text-align:center;	
	
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


A 			{ color: #0000FF; text-decoration: none; } 
A:link		{ color: #0000FF; text-decoration: underline; } 
A:visited	{ color: #0000FF; text-decoration: underline; } 
A:active	{ color: #0000FF; text-decoration: underline; } 
A:hover		{ color: #0000FF; text-decoration: none; } 

/*td { vertical-align: top; font-size:13px;   }*/

p {padding: 10px; vertical-align:top; }

H1 {margin: 5px 0px 5px 0px; font-size: 1.5em; font-weight: bold;    }

H2 {margin: 5px 0px 5px 0px; font-size: 1.3em; font-weight: bold;    }

H3 {margin: 5px 0px 5px 0px; font-size: 1.2em; font-weight: bold;   }

/*leftNav*/
.mymenu {  width: 245px; /*width of menu*/ font-family: Arial, Helvetica, sans-serif;  font-size: 15px;  font-weight: bold;    }
.mymenu ul {  list-style-type: none; margin: 0; padding: 0;  }
.mymenu ul li {  margin-top: 2px; /*spacing between menu items*/ text-indent: 10px;  }
.mymenu li a {  padding: 5px 0px 0px 10px; width:245px;  /*because we have padding:5 - 190px-10px*/ display:block; background-color: #E9E9E9; text-decoration: underline;  }
.mymenu li a:hover {  background-color: #193560; text-decoration: none;  }
.mymenu li a span { color:#003399;  }
.mymenu li a:hover span { /*hover menu item*/ color: #ffffff;  }

/*featuredList*/
#featuredList {  width: 665px; margin:0px; vertical-align:top;   }
#featuredList ul {  list-style-type: none; margin: 0px; padding: 0px;   }
#featuredList ul li {  margin-top: 5px; /*spacing between menu items*/ list-style-position:inside; width:665px; height: 100px;  }
#featuredList img  { float:left; height:100px; width:100px; padding-right: 5px;      }
#featuredList p { margin: 0px; }

#grey.featuredList ul li {  margin-top: 5px; /*spacing between menu items*/ list-style-position:inside; width:665px; height: 100px; background-color:#e3e3e3; }

.featuredPropTitle  { font-size: 1.1em; margin: 0px 0px 0px 0px; font-weight:bold;  }


/*Sitemap*/
#sitemapList {  width: 675px; margin:0px;    }



/*Featured Properties*/
#featuredProp { width: 675px; height:100px; margin:5px 0px 5px 0px; min-height:100px; }
#featuredProp img  { float:left; height:100px; width:100px; padding-right: 5px;      }
#featuredProp h1  { font-size: 1.1em; margin: 0px 0px 0px 0px;  }
#featuredProp p { margin: 0px 0px 0px 0px; }

#featuredPropGrey { width: 675px; height:100px; margin:5px 0px 5px 0px; min-height:100px; background-color:#e3e3e3;}
#featuredPropGrey img  { float:left; height:100px; width:100px; padding-right: 5px;      }
#featuredPropGrey h1  { font-size: 1.1em; margin: 0px 0px 0px 0px;  }
#featuredPropGrey p { margin: 0px 0px 0px 0px; }



/*leftNews*/
#leftNews  { width: 257px; background-image: url(images/leftbackground.gif); background-repeat:repeat-x;  }

.leftNews A:link  { color: #0000FF; text-decoration: underline;   }
.leftNews A:active { color: #0000FF; text-decoration: underline;   } 
.leftNews A:visited  { color: #0000FF; text-decoration: underline;    }
.leftNews A:hover  { color: #0000FF; text-decoration: none;    } 

.newsHead  { font-weight: bold; font-size: 1.2em; padding: 0px 0px 0px 65px;}
#leftNews ul { list-style-type:disc; list-style-position: outside; vertical-align:top; margin:0px; padding: 18px 3px 5px 20px; line-height:1.4em;  }


/*leftLinks*/
#leftLinks  { width: 257px; background-image: url(images/leftbackground.gif); background-repeat:repeat-x;  }

.leftLinks A:link  { color: #0000FF; text-decoration: underline;   }
.leftLinks A:active { color: #0000FF; text-decoration: underline;   } 
.leftLinks A:visited  { color: #0000FF; text-decoration: underline;    }
.leftLinks A:hover  { color: #0000FF; text-decoration: none;    } 

#leftLinks ul { list-style-type:disc; list-style-position: outside; vertical-align:top; margin:0px; padding: 18px 3px 5px 20px; line-height:1.4em;  }
.linksHead  { font-weight: bold; font-size: 1.2em; padding: 10px 0px 0px 75px;     }


/*Search*/
.search  { float:left; border: 0px solid #000000; height:130px; width:225px; padding: 5px; /*background-image:url(http://www.betterplacerealty.com/images/searchbackground.gif); background-position:bottom; */ border-left: 0px solid black;  }
.search H2 {text-align: center; color: #0000FF; font-size:16px;}

/*OR */
.or  { border: 0px solid #000000; float:left; height:130px; width:60px; padding: 0px; vertical-align:top; text-align:center; color: #000000; font-size:18px; font-weight:bold; margin-top:10px; }

/*twolocations*/
.twolocations {text-align: left; color: #000000; font-size:14px; line-height:18px; }

/*city*/
.city   {text-align: left; color: #000000; font-size:16px; line-height: 25px;  font-weight:bold; }

/*Welcome*/
.welcome {text-align: left; color: #000000; font-size:30px; line-height: 42px; margin: 0px 0px 0px 15px;  }

/*subHead*/
.subHead {text-align: left; color: #000000; font-size:20px; line-height:40px; margin: 0px 0px 0px 20px; }


/*callnowHomepage*/
.callnowHomepage  { float:left; height:130px; width:350px; padding: 5px 0px 5px 15px; border: 0px solid #000000; }
.callnowHomepage H2 {text-align: left; color: #0000FF; font-size:16px;}
.callnowHomepage p {text-align: left; color: #000; }

/*Featured Properties*/
#featuredProp { width: 675px; height:100px; margin:5px 0px 5px 0px; min-height:100px; }
#featuredProp img  { float:left; height:100px; width:100px; padding-right: 5px;      }
#featuredProp h1  { font-size: 1.1em; margin: 0px 0px 0px 0px;  }
#featuredProp p { margin: 0px 0px 0px 0px; }

#featuredPropGrey { width: 675px; height:100px; margin:5px 0px 5px 0px; min-height:100px; background-color:#e3e3e3;}
#featuredPropGrey img  { float:left; height:100px; width:100px; padding-right: 5px;      }
#featuredPropGrey h1  { font-size: 1.1em; margin: 0px 0px 0px 0px;  }
#featuredPropGrey p { margin: 0px 0px 0px 0px; }



/*Property Details*/

#propDetailsSearch    { border:thin solid #000000; width:670px;  }
#propDetailsSearchLeft  { border:thin solid #000000; width:300px; float:left;   }
#propDetailsSearchRight    { border:thin solid #000000; width:350px; float:right;  }

.calltoday { border:solid #0000CC thin; background:#ffffff; height:20px; width:650px;  text-align:center; padding: 4px; margin-bottom:10px; }
#propDetailsContainer { width: 670px; padding: 10px; }
#propDetailsTop { width: 670px; padding-top: 10px;  }
#propDetailsTop h1 { font-size: 1.2em;   }
#propDetailsLeft { float: left; width: 395px;  }
#propDetailsLeft h2 { font-size: 1.4em;  }
#propDetailsLeft p { padding: 5px;  }
#map_canvas {width: 250px; height: 150px; float:right; border:thin solid #000000; }
#propDetailsBottom { width: 400px;  }
#propDetailsBottom img  {  height:100px; width:100px; padding-right: 5px;   }


#search  { width: 692px; margin:0px 0px 0px 0px; padding: 0px; }

#propResults { width: 675px; padding: 5px; min-height: 500px; }

#cityContainer { width: 680px; padding: 10px 5px 10px 5px; min-height: 300px; }

#footerPages { width: 950px; padding: 10px 10px 80px 10px;  }
/*++++++++++++ HOLD ++++++++++++++++++*/

/*leftNav 2*/
#leftNav  {height: 30px; width: 257px; background-image: url(images/navbg.gif); color: #0000FF; font-weight: bold; font-size: 16px; vertical-align:middle; text-indent: 20px;    }

.leftNav A:link  { color: #0000FF; text-decoration: underline;  }
.leftNav A:active { color: #0000FF; text-decoration: underline;  } 
.leftNav A:visited  { color: #0000FF; text-decoration: underline;  } 
.leftNav A:hover  { color: #0000FF; text-decoration: none;  } 

/*#leftNav navigation { font-weight: bold; font-size: 16px; padding:2px 0px 0px 50px; vertical-align:middle;     }
*/
#leftNav h1 { font-weight: bold; font-size: 16px; padding:2px 0px 0px 20px; vertical-align:middle;     }

