@charset "utf-8";
/*  normalize margins & padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/*  normalize font-size on all headers  */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

/*  remove list style  */
ol, ul {
	list-style:none;
}

/*  normalize font-style and font-weight  */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

/*  remove borders and spacing on tables */
table {
	border-collapse:collapse;
}

/*  removes borders from fieldset and images */
fieldset, img {
	border:0;
}

strong {
	font-weight: bold;
}

/*  center  */
html {
	text-align:center;
}

/*  set positioning and size - center design - set body defaults for text - set background for body (center dark grey area that extends all the way to bottom of page )  */
body {
	position:relative;
	margin:0 auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #999;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/*  set styles for the wrapper - including the background of the main content area  */
#wrapper {
	width: 867px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

/*  set styles for the wrapper - including the background of the main content area  */
#wrapper_long {
	width: 867px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_long_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

/*  this is used to set the gradient background effect at the top of the page  */
#shell {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}


/*  set background image for masthead area  - set masthead height  */
#masthead {
	background-image: url(images/masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 83px;
}

/*  text indent on h1 to remove it from styled design  */
h1 {
	text-indent: -9999px;
}

/*  style for the navlinks, which is an ordered list - display them inline and position them to the left of the design*/
#navlinks {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	position: absolute;
	right: 5px;
	top: 25px;
}

/*  style for the individual list items used in the navlinks  - padding and margins add seperation  - borders create the vertical pipes  */
#navlinks li {
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
	padding: 0px;
	margin: 0px;
}

/*  remove the seperator (pipe) from the last item in the nav  */
#navlinks li.last {
	border-right-style: none;
}

/*  style the anchors in the nav  */
#navlinks li a {
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/*  navlinks hover (rollover)  state  */
#navlinks li a:hover {
	background-color: #cfa345;
}

/* ---------------------------------  About Us & Contact styles ----------------------------------------- */

/*  styles the small font used under the sidebar pics on the About and Contact pages  */
#pic_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-bottom: 20px;
}


/*  style the h2, which has has an id of about_head, and is used as the header for the main content area of the about page  */
#about_head {
	background-image: url(images/aboutus_head.gif);
	text-indent: -9999px;
	height: 41px;
}

/*  style the h2 for the contact page  */
#contact_head {
	background-image: url(images/contactus_head.gif);
	text-indent: -9999px;
	height: 41px;
}

/*  style for h3 tag, used for section headers in the content section  */
h3 {
	font-size: 14px;
	padding-top: 15px;
}

/*  style the main content area  - this area is used on About and Contact pages - float it Right  */
#main_content {
	float: right;
	width: 574px;
	padding: 0px;
	line-height: 1.3em;
}

/*  links in the main content area  */
#main_content a {
	color: #333;
	text-decoration: none;
}

/*  hover state on links in the main content area  */
#main_content a:hover {
	color: #cfa345;
	text-decoration: underline;
}


/*  add some padding to main content elements, the h3, paragraphs, and the list  */
#main_content h3, p, ul {
	padding-right: 40px;
	padding-left: 25px;
}

/*  postion an inline image used on the about page  */
#katz_pic1 {
	float: right;
	margin-right: 35px;
	padding-left: 10px;
}

/*  postion an inline image used on the about page  */
#katz_pic2 {
	float: right;
	margin-right: 38px;
	padding-left: 6px;
	padding-bottom: 40px;
}

/*  style the unordered list used in the content area of the about page  */
#about_list {
	margin-bottom: 30px;
	list-style-type: disc;
	padding-top: 8px;
	padding-left: 50px;
}

/*  style the individual list items used in the content area of the about page*/
#about_list li {
	padding-bottom: 3px;
}

/*  style the large pics area to the left of the design - used in the About and Contact pages - float it Left */
#pics_sidebar {
	float: left;
	width: 293px;
}

.agentEntry {
	margin: 20px 0 0 20px;
	padding-bottom: 30px;
	clear: both;
}

.agentEntry dt {
	float: left;
	width: 70px;
}

.agentEntry dd {
	float: left;
	width: 420px;
	display: block;
}

/* kludge - spacing Mission statement */
#evilSpacer {
	margin-top: 40px;
}

/* ---------------------------  end About and Contact styles -------------------------*/

/* ----------------------------------  Communities pages ---------------------------- */

/*  the header image for the Communities page  */
#community_head {
	background-image: url(images/communities_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 41px;
	padding-bottom: 15px;
}

/*  the sidebar of the community page, where the links for the individual communities served are  */
#community_sidebar {
	float: left;
	width: 144px;
	background-image: url(images/community_sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*   the main content area of the communities page  */
#community_main_content {
	float: right;
	width: 723px;
}


/* the darker block of color, which is an h3, that is used at the top of the main content area */
#long_page_top_block_style {
	font-weight: normal;
	text-transform: uppercase;
	background-color: #333;
	color: #ccc;
	margin-right: 50px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*  sets the sidebar styles that is used on Communities as well as Properties main page  */
#sidebar_left {
	background-image: url(images/communities_head_leftside.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 41px;
}

/* more styles on the sidebar */
#community_sidebar {
	text-align: center;
	font-size: 14px;
	line-height: .9em;
	height: 477px;
}

/* the list items in the sidebar */
#community_sidebar li {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* sidebar anchors */
#community_sidebar li a {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	border: 1px solid #333;
	display: block;
	width: 78px;
	padding: 5px;
}

/* sidebar anchors' hover state */
#community_sidebar li a:hover {
	background-color: #cfa345;
}

/* position the map image in the main content area */
#community_map {
	float: right;
	padding-right: 43px;
	padding-left: 15px;
	padding-top: 5px;
}

/* add some padding to the paragraphs used in the main content aea */
#community_main_content p {
	padding-top: 15px;
	padding-left: 15px;
}

/* postion the main content - which is in the center - on the individual communities pages */
#individual_community_content {
	float: left;
	width: 530px;
}
#community_links li {
	padding-bottom: 5px;
}


/*  used for the words 'Area Photos' in the area photos sidebar  */
h4 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

/*  postition the area photos sidebar  */
#area_photos {
	float: left;
	width: 184px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

/*  styling for the actual div where the dynamic photos will be shown  */
#area_photos_content {
	padding-right: 30px;
	padding-left: 10px;
	text-align: center;
}

/*  used for the captions underneath the area photos images  */
h6 {
	font-size: 9px;
	padding-bottom: 20px;
}

/* Used for the heading above the Links of Interest  */
h5 {
	padding-left: 15px;
	padding-top: 35px;
	padding-bottom: 10px;
}

/*  the Population and Area list on the individual communties pages  */
#community_list {
	padding-top: 10px;
}

/*  the links of interest on the communities pages  */
#community_links a {
	color: #644910;
	text-decoration: none;
}

/*  the links of interest on the communities pages  */
#community_links a:hover {
	color: #cfa345;
	text-decoration: underline;
}



/* --------------------------------- end Communities pages ---------------------------------- */


/*----------------------------------- styles for Main Properties pages -------------------------------*/

/*  the header image for the Properties page  */
#properties_head {
	background-image: url(images/properties_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 41px;
	padding-bottom: 15px;
}


/*   the main content area of the properties page  */
#properties_main_content {
	float: right;
	width: 723px;
}

/* add some padding to the paragraphs used in the main content aea */
#properties_main_content p {
	padding-top: 15px;
	padding-left: 5px;
}

/* styles the main DIV that holds a dynamic property */
#property_listing {

}

/* styles the small thumbnail pic in a property listing  */
#property_thumbnail {
	float: left;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: relative;
	width: 162px;
}

/*  styles the text details area of a listing  */
#property_teaser {
	float: left;
	position: relative;
	width: 550px;
}

/* the footer of a listing, where the View Details button is */
#view_details {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: 35px;
}

/*  styles the listing title  */
p.property_title {
	font-weight: bolder;
	text-transform: uppercase;
}

/*  styles the listing price  */
p.property_price {
	font-weight: bolder;
	margin-top: -29px;
	position: absolute;
	right: 12px;
}

/* styles the listing locations - town/city and state  */
p.property_location {
	margin-top: -15px;
}



/*----------------------------------end styles for Properties pages-------------------------------*/


/*------------------------------- styles for Individual Properties pages --------------------------*/

/*  Styles and positions the Gallery section of an individual property page  */
#individual_property_pictures {
	float: left;
	width: 447px;
	margin-left: 32px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#individual_property_content {
	float: right;
	width: 380px;
	position: relative;
	margin-left: 6px;
}
#big_inquire_button {
	position: absolute;
	right: 45px;
	margin-top: 20px;
}
#property_details_table {
	margin-top: 55px;
	width: 340px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#individual_property_title {
	background-color: #333;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#more_details_button {
	margin-top: -35px;
	position: absolute;
	right: 30px;
}
#map {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 415px;
	margin-bottom: 20px;
}

#details_heading {
	text-transform: none;
	font-weight: lighter;
}
#individual_property_head {
	background-image: url(images/individual_properties_head.jpg);
	height: 41px;
	float: left;
	width: 867px;
	text-indent: -9999px;
}




/*--------------------------------------- end Individual Properties pages ---------------------------*/


/* ----------------------------------- footer ------------------------------------------------- */




/*  style the background for the footer on About and Contact pages  */
#footer {
	background-image: url(images/footer_bg.gif);
}

.ind_stat2 {
	font-weight: bold;
	padding-bottom: 0px;
}

.ind_stat3 {
	padding-bottom: 0px;
}

.ind_stat4 {
	font-weight: bold;
	padding-bottom: 16px;
}

.ind_stat5 {
	padding-bottom: 16px;
}

/* for the left hand side items in the details section */
.ind_stat {
	font-weight: bold;
}

/* add some padding for seperation */
td {
	padding-bottom: 8px;
}

/* make the price result bold */
#price_result {
	font-weight: bold;
}

/* use this class to make the text green for FOR SALE */
.green_status {
	color: #009900;
	font-weight: bold;
}
#inquire {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-right: 45px;
}


/* use this class to make the text blue for PENDING */
.blue_status {
	color: #003399;
	font-weight: bold;
}

/* use this class to make the text red for SOLD */
.red_status {
	color: #FF0000;
	font-weight: bold;
}

.big_property_picture {
	margin-top: 20px;
	margin-bottom: 20px;
}
#picture_gallery_thumbnails {
	margin-bottom: 20px;
}
.picture_gallery_image {
	padding: 4px;
}



/*  style the footer on Communties and Properties pages  */
#footer_full {
	background-image: url(images/footer_full_bg.gif);
}

/*  style the footer   - clear both floats to drop underneath the rest of the design */
#footer, #footer_full {
	clear: both;
	height: 139px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ccc;
	text-align: center;
}

/* add some padding for seperation to the first paragraph in the footer, to drive it further down the page  */
#footer_top {
	padding-top: 75px;
}

/*  link used in the footer  */
#footer a, #footer_full a {
	color: #ccc;
	text-decoration: none;
}

/*  hover state of link in the footer  */
#footer a:hover, #footer_full a:hover {
	color: #cfa345;
	text-decoration: underline;
}


/* ------------------------------------- end footer ------------------------------------ */





/* ----------------------------------------contact form ------------------------------------------*/

/* displays in block style */
label, label span {
	display: block;
	padding-bottom: .25em;
}

/*  styles the actual form for size, etc. */
#contact {
	background-color: #999999;
	width: 340px;
	border: 1px solid #333333;
	margin-left: 70px;
	margin-top: 20px;
	padding: 7px;
}

/* styles the labels before form fields */
label {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 4px;
	font-size: 11px;
	padding: 3px;
}

/* for the labels */
label span {
	float: left;
	width: 100px;
	text-align: right;
	background-color: #666666;
	padding-right: 10px;
}

/* for the text boxes and text area */
fieldset input, textarea {
	float: right;
	width: 200px;
	border: 1px solid #000000;
	text-align: left;
	margin-right: 16px;
}

/* add some space to the bottom of the textarea */
fieldset textarea {
	margin-bottom: 5px;
}

/* styles for hover states  */
fieldset input:hover, textarea:hover {
	border: 1px solid #d49f43;
}

/* for focus and active state */
fieldset input:active, input:focus, textarea:active, textarea:focus {
	border: 1px solid #d49f43;
}

/* div that contains the submit button */
form div {
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #666666;
}

form div input {
	background-color:#cb9b37;
	border: 2px double #584115;
	border-top-color:#e2c38d;
	color:#fff;
	font-weight: bold;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

form div input:hover {
	background-color:#e2c38d;
}

/*----------------------------- end forms ------------------------------------*/

/* ----------------------------------------inquire form ------------------------------------------*/


/*  styles the actual form for size, etc. */
#inquire_form {
	background-color: #999999;
	width: 280px;
	border: 1px solid #333333;
	margin-left: 20px;
	margin-top: 20px;
	padding: 6px;
}

/* for the labels */
#inquire_form label span {
	float: left;
	width: 70px;
	text-align: right;
	background-color: #666666;
	padding-right: 10px;
}

/* for the text boxes and text area */
#inquire_form fieldset input, textarea {
	float: right;
	width: 170px;
	border: 1px solid #000000;
	text-align: left;
	margin-right: 16px;
}

/* add some space to the bottom of the textarea */
#inquire_form fieldset textarea {
	margin-bottom: 5px;
}

/* styles for hover states  */
#inquire_form fieldset input:hover, textarea:hover {
	border: 1px solid #d49f43;
}

/* for focus and active state */
#inquire_form fieldset input:active, input:focus, textarea:active, textarea:focus {
	border: 1px solid #d49f43;
}

/* div that contains the submit button */
#inquire_form div {
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #666666;
}

#inquire_form div input {
	background-color:#cb9b37;
	border: 2px double #584115;
	border-top-color:#e2c38d;
	color:#fff;
	font-weight: bold;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#inquire_form div input:hover {
	background-color:#e2c38d;
}

#mapflash {
	float: right;
	margin-right: 45px;
	margin-left: 10px;
}

