/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    background-color: #dddee0; 
		background-image: url(images/menu4_back_home.gif);
		background-repeat: repeat-x;
		background-position: top left;
     /*background: url(images/menu4_back_home.gif) repeat-y top left;
    background: url(images/menu4_back_story.gif) repeat-x top left;
    background: url(images/menu4_back_condo.gif) repeat-x top left;
    background: url(images/menu4_back_homes.gif) repeat-x top left;
    background: url(images/menu4_back_recreation.gif) repeat-x top left;
    background: url(images/menu4_back_contact.gif) repeat-x top left;*/
}
body.home {
	background-image: url(images/Background_Black_01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	
}
body.story {
	background-image: url(images/Background_Yellow_01.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
}
body.condo {
	background-image: url(images/Background_Pink_01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
body.homes {
	background-image: url(images/Background_Blue_01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
body.recreation {
	background-image: url(images/Background_Green_01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
body.contact {
	background-image: url(images/Background_Red_01.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: black;
    outline: none;
   /* border-bottom: 1px dotted #69c; */
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #e39a0f; border-color: #e39a0f; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}






ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
}

#content {
    float: right;
    text-align: left;
    width: 800px;
    margin: 20px 0px 0px 0px;
    padding: 0;
    line-height: 1.5em;
    background-color: #ffffff; 
}

#blurb1 {
  width: 730px;
  height: 170px;
  margin: 20px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
	background-image: url(images/Condominiums.jpg);
	background-repeat: no-repeat;
	background-position: top left;
  /*border: 1px solid red;*/

}
#blurb2 {
	background-image: url(images/Homes.jpg);
  width: 730px;
  height: 170px;
  margin: 20px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
#blurb3 {
	background-image: url(images/Recreation.jpg);
  width: 730px;
  height: 170px;
  margin: 20px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top left;
}

#blurb-text1 {
  width: 410px;
  height: 70px;
  margin: 70px 0px 0px 290px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;	
  line-height: 14px;
  font-weight: light;
  color: #fff;
 /* border: 1px solid red;*/
}
#blurb-text2 {
  width: 410px;
  height: 70px;
  margin: 70px 0px 0px 290px;
  font-family: Verdana, Helvetica, sans-serif;
  line-height: 14px;
  font-size: small;
 /* font-weight: bold;*/
  color: #fff;
}
#blurb-text3 {
  width: 410px;
  height: 70px;
  margin: 70px 0px 0px 290px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;	
  line-height: 14px;
  /*font-weight: bold;*/
  color: #fff;
}

#blurb-link1{
  display: block;
  position: absolute;
  width: 720px;
  right: 199px;
  top: 510px;
  height: 170px;
  z-index: 1000;
 /* border: 1px solid green;*/
}
#blurb-link2{
  display: block;
  position: absolute;
  width: 720px;
  right: 199px;
  top: 720px;
  height: 170px;
  z-index: 1000;
 /* border: 1px solid red;*/
}
#blurb-link3{
  display: block;
  position: absolute;
  width: 720px;
  right: 199px;
  top: 930px;
  height: 170px;
  z-index: 1000;
  /*border: 1px solid yellow;*/
}
  

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	/*border-bottom: 1px dotted #06c;*/
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    /* background: url(images/date_icon.gif) no-repeat 0 50%;*/
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    /*background: url(images/quotes.gif) no-repeat top left;*/
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	/*border-bottom: 1px dotted #3f3f3f;*/
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
	  /*padding: 10px 50px 117px 300px;*/
   background:url(images/logo.jpg) no-repeat top left;
    background-color: black;
	height:139px;
	
}
#header a.home-link{
display:block;
width:200px;
height:100px;
float:left;

}

#header h1 {
    margin: 0;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
	float:right;
    
}

#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #e39a0f; 
    text-decoration: none;
    text-shadow: #fff 0 0 4px;
}

#goto {
  width: 160px;
  height: 15px;
  margin: 35px 0px 30px 293px;
	background-image: url(images/go.gif);
	background-repeat: no-repeat;
	background-position: top left;
  position: absolute;
}
#goto-link{
  display: block;
  position: absolute;
  width: 160px;
  height: 15px;
  right: 50px;
  top: 44px;
  z-index: 1000;
  /*border: 1px solid yellow;*/
}

#topheader { 
	  padding: 0px 0px 88px 0px;
    background-color: #ffffff;
}
#topImgHome { 
	  width: 800px;
    height: 288px;
	  padding: 0px 0px 0px 0px;
    background: url(images/top_home.jpg) no-repeat;
}
#topImgStory { 
	  padding: 2px 0px 185px 0px;
    background: url(images/top_story.jpg) no-repeat;
}
#topImgCondo { 
	  padding: 2px 0px 185px 0px;
    background: url(images/top_condo.jpg) no-repeat;
}
#topImgHomes { 
	  padding: 2px 0px 185px 0px;
    background: url(images/top_homes.jpg) no-repeat;
}
#topImgRecreation { 
	  padding: 2px 0px 185px 0px;
    background: url(images/top_recreation.jpg) no-repeat;
}
#topImgContact { 
	  padding: 2px 0px 185px 0px;
    background: url(images/top_contact.jpg) no-repeat;
}


/* Navigation 
------------------------------------------------------------------------- */
#navigation {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: auto;
  height: 44px;
	background-image: url(images/menu2_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#474034;
	/*border: 1px solid red;*/
}
#navigation ul {
  list-style: none;
  padding: 0;
  margin:0;
  display: block;
}

#navigation ul li {
  display: inline;
  padding: 0;
  text-align: center;
  margin: 0 0 0 0px;
  float: left;
}

#navigation ul li a {
  display: block;
  padding: 14px 30px 9px 33px;
  height: 100%;
  color: #FFF;
  border-bottom: 5px solid #474034;
}

#nav-story a:hover {
	/*background:#c67718;*/
	border-bottom: 5px solid #c67718;
}
#nav-story a.active {
	background-color: #c67718;
	border-bottom: 5px solid #c67718;
}

#nav-recreation a:hover {
	/*background:#2c7019;*/
	border-bottom: 5px solid #2c7019;
}
#nav-recreation a.active {
	background-color: #2c7019;
	border-bottom: 5px solid #2c7019;
}

#nav-contact a:hover {
	/*background:#860009;*/
	border-bottom: 5px solid #860009;
}
#nav-contact a.active {
	background-color: #860009;
	border-bottom: 5px solid #860009;
}

#nav-homes a:hover {
	/*background:#2354a3;*/
	border-bottom: 5px solid #2354a3;
}
#nav-homes a.active {
	background-color: #2354a3;
	border-bottom: 5px solid #2354a3;
}

#nav-condo a:hover {
	/*background:#a32765;*/
	border-bottom: 5px solid #a32765;
}
#nav-condo a.active {
	background-color: #a32765;
	border-bottom: 5px solid #a32765;
}

#nav-condo a:active {
	/*background:#a32765;*/
	border-bottom: 5px solid #a32765;
}
#nav-condo a.active {
	background-color: #a32765;
	border-bottom: 5px solid #a32765;
}

#nav-home a:hover {
	/*background:#000000;*/
	border-bottom: 5px solid #000000;
}
#nav-home a.active {
	background-color: #000000;
	border-bottom: 5px solid #000000;
}
/*------------------------------------------------------------------------------- */


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.postStart {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    /*border-bottom: 1px solid #ddd;*/
}

.post {
    margin: 0 0 1.5em 0;
    padding: 0 50px 10px 50px;
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.post h3 {
    margin-top: 0;
    color: #000000;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0px 589px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/sidebar_right.gif) repeat;

}
#sidebarbottom {
	margin: -20px 589px 0px 0px;
    background-image: url(images/sidebar_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom left;

}


#sidebar h2 {
    padding: 25px 0 0 35px;
   /* background: url(images/sidebar_icon.gif) no-repeat 5px 15px;*/
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 10px 0px 1em;
    margin-left: -5px;
}

#sidebar a { 
    text-decoration: none;
    border-bottom: none;
    color: white;
}

#sidebar a:visited { color: white;}
#sidebar a:hover { color: red; text-decoration: none; }
#sidebar a:active { color: white;}


/*
#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: url(images/sidebar_bottom.gif); }
#sidebar ul ul ul { border-bottom: url(images/sidebar_bottom.gif); margin-bottom: 0; }
#sidebar ul li ul li {background: url(images/tictac_green.gif) no-repeat 0 6px; }
*/

/* Footer ------------------------------------------------------------------------- */
#footer {
    
    padding: 0 0 0px 0;
    font-weight: normal;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #ddd;
    background-color: #1d140d;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #1d140d;
}

#footer p {
    padding: 0px 0px 0px 0px;
}

#footer a {border-bottom: none;}


/* Footer Link ------------------------------------------------------------------------- */
#footerLink {
  width: 800px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  background: #1d140d;
  /*width: 800px;*/
}
#footerLink a {
  color: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}
#footerLink a:hover, div.navigation ul li a:focus, div.navigation ul li a:active, div.navigation ul li.active a {
  color: #e39a0f;
}


#footerLink ul li {
  display:block;
  /*display: inline;*/
  width: 127px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  float: left;
 /* border: 1px solid red;*/
}

#footerLink ul li a {
  display: block;
  padding: 19px 30px;
  height: 100%;
  color: #FFF;
  margin: 0 auto;
}

#footerLink ul li a:hover, div.navigation ul li a:focus, div.navigation ul li a:active, div.navigation ul li.active a {
  color: #e39a0f;
}

#footerAdver {
  /*background: url(images/commerx.gif) no-repeat top right;*/
  width: 800px;
  height: 40px;
  margin: 0 auto;
  text-align: left;
}

#bottomfooter { 
	  margin: 0 auto;
	  padding: 0px 0px 50px 0px;
	  width: 800px;
    background: url(images/bottom.gif) repeat-x top left;
}
}


/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}