@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(240,235,203);
	margin: 0;
	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;
	min-width: 1024px;
	height: auto;
}

#titlePic {
	width: 400px;
	height: 124px;
}

#titleText {
	text-decoration:underline;
}

#WelcomeText {
	width: 600px;
	margin: 0 auto;
	line-height: 25px;
	text-align: justify;
}

#navThb {
	border: 1px solid black;
	width: 100px;
	height: 75px;
}

#galleryThb {
 	border: 1px solid black;
	margin: 2px;
	width: 80px;
	height: 60px;
}

#imgLocationMap {
	border: 1px solid black;
	width: 640px;
	height: 640px;
}

#imgMasterPlan {
	border: 1px solid black;
	width: 640px;
	height: 561px;
}

#imgElaspedTimeMap {
	border: 1px solid black;
	width: 640px;
	height: 640px;
}

#fntSpecialClr {
	color: rgb(64,156,166);
	font-weight:bold;
}

#ulAmenities {
	text-align:left; 
	font-weight:600; 
	line-height:30px;
}

#ulCnDR {
	text-align:left; 
	font-weight:400; 
	line-height:25px;
}

#ulLinks {
	text-align:left; 
	font-weight:500; 
	line-height:30px;
}

#container {
	text-align: center;  /*should be left*/
	width: 1024px;
	height: auto;
	margin: auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	padding: 2px;
}
  
#header {
	text-align: center;
	margin: 1px 2px 2px 1px; 
	padding: 5px;
	width: auto;
}

#sidebarL {
	float: left;
	text-align: center;
	margin-left: 1px;
	width: 8em;
	padding: 5px 0;
}

#sidebarR {
	float: right;
	text-align: center; 
	margin-right: 1px;
	width: 8em;
	padding: 5px 0;
}

#sidebarL p,  #sidebarR p {
	margin-left: 1px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 1px;
}

#mainContent {
	text-align: center;
 	margin: 1px 8em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	width: auto;
	padding: 1px; /* padding here creates white space "inside the box." */
}

#mainContent p {
	color: rgb(0,0,0);
	font-weight: bold;
	text-align:center;
}

#footer {
	text-align: center; 
	margin: 0 1px 0 1px;
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.galleryCaption {
	font-weight:bold;
}

.galleryPics {
	border: 1px black solid;
	width: 640px;
	height: 480px;
}

.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;
}
