﻿body {
    background-image: url(  '../../Media/Images/css_MainBackground.gif' );
    background-repeat: repeat-y;
    background-position: center center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
}

/* MAIN LAYOUT ELEMENTS */
#HeaderWrapper {
    background-color: #FFFFFF;
    width: 100%;
    margin: 0px;
    height: 250px;
}
#NavHeader {
    background-position: center bottom;
    width: 910px;
    height: 210px;
    margin: 0px auto;
    background-image: url(  '../../Media/Images/css_NavBackground.jpg' );
    position: relative;
    top: 40px;
}
#BodyWrapper {
    background-image: url(  '../../Media/Images/css_WrapperBackground.jpg' );
    width: 910px;
    height: 530px;
    background-repeat: no-repeat;
    margin: 0px auto 50px auto;
    text-align: left;
}
#BodyWrapper2 {
    background-image: url(  '../../Media/Images/css_WrapperBackground2.jpg' );
    width: 910px;
    height: 530px;
    background-repeat: no-repeat;
    margin: 0px auto 50px auto;
    text-align: left;
}
#BodyWrapper3 {
    background-image: url(  '../../Media/Images/css_WrapperBackground3.jpg' );
    width: 910px;
    height: 530px;
    background-repeat: no-repeat;
    margin: 0px auto 50px auto;
    text-align: left;
}
#BodyWrapper4 {
    background-image: url(  '../../Media/Images/css_WrapperBackground4.jpg' );
    width: 910px;
    height: 530px;
    background-repeat: no-repeat;
    margin: 0px auto 50px auto;
    text-align: left;
}
#Nav {
    text-align: left;
    width: 500px;
}
#Logo {
    position: relative;
    top: 25px;
    left: 80px;
}
#Title {
    position: relative;
    top: 145px;
    left: 30px;
    width: 480px;
}
#TitleGallery {
    position: relative;
    top: 60px;
    left: 30px;
    width: 480px;
}
#TitleHome {
    position: relative;
    top: 70px;
    left: 30px;
    width: 480px;
}
#SectionText {
    position: relative;
    top: 160px;
    left: 30px;
    width: 505px;
}
#SectionTextGallery {
    position: relative;
    top: 80px;
    left: 30px;
    width: 505px;
}
#SectionTextHome {
    position: relative;
    top: 80px;
    left: 30px;
    width: 505px;
}
#FlashFloorPlan {
    position: relative;
    top: 65px;
    left: 45px;
}
/* END OF MAIN LAYOUT ELEMENTS */
a {
    color: White;
}
a:hover {
    color: #c0722f;
}
h3 {
    font-size: 13px;
	margin-bottom: 5px;
}
ul.LeftColumn {
    width: 230px;
    float: left;
   	margin: 0px;  
   	margin-right: 20px;
   	padding: 0px;
   	overflow: visible;
  
}
li {
    list-style-type: square;
    list-style-position: outside;
  	margin-left: 15px;
	margin-bottom: 3px;      
 
}
.menuItem:hover {
    cursor: pointer;
    display: block;
}
#CommunityMap {
    width: 426px;
    float: right;
    position: relative;
    top: 116px;
    left: -30px;
}
#CommunityText {
    position: relative;
    top: 165px;
    left: 30px;
    width: 400px;
}
.DownloadMap {
    background-position: 0px 0px;
    width: 120px;
    height: 29px;
    background-image: url(  '../../Media/Images/downloadMap.gif' );
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}
.DownloadMap:hover {
    background-position: 0px -29px;
}
#FlashMovie {
    position: relative;
    /*top: 20px;*/
}
#priceTag{
    position: relative;
    top: 30px;
    left: 35px;
    width: 288px;
}
#galleryThumbs{
    position: relative;
    top: 15px;
    left: 40px;
    width: 400px;
}
.thumbStyle{
	border: 1px solid #FFFFFF;
}
#homePageMovie{
    position: relative;
    top: 100px;
    left: 30px;
    width: 328px;
	float: left;
}
#homePageRight{
    position: relative;
    top: 120px;
    left: 60px;
    width: 150px;
	float: left;
}
.Home
{
	font-family: Arial Narrow;
	font-size: 24px;
	color: #EC7600;
}