/* CSS Document */
/*	FIXES	*********************************************/

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-table;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of no-extra-markup clearing method */

body { 
margin:0; 
padding:0; 
height:100%;
background-color: #000000;
background-image: url(../Images/internalLayout/intternalBackgroundn.jpg);
background-repeat: repeat-x;
} 

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #bda77d;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #cccccc;
}

div#container {
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/gif/bodyBg.gif);
	font-family: Arial, Helvetica, sans-serif;
}


table#middleContainer{
	background-image: url(../images/gif/middleContainerBg.gif);
	height: 404px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#middleContent{
	width: 855px;
}

div#leftStretch{
	float: left;
	height: 100%;
	width: 100%;
	background-image: url(../images/gif/leftStretchBg.gif);
	background-repeat: repeat-y;
}

table#navigation{
	background-image: url(../images/gif/navigationBg.gif);
	height: 404px;
	width: 251px;
}

div#buttons{
	position:absolute;
	left: 38px;
	top: 340px;
}
div#imgContainer{
	position:absolute;
	float: left;
	left: 252px;

}

div#contentContainer{
	position:absolute;
	float: left;
	width: 592px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #d1d1d1;
	padding: 3px;
	background-image: url(../images/gif/contentContainerBg.gif);
	background-repeat: repeat-y;
	margin-left: 252px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3f3c3b;
	border-right-color: #3f3c3b;
	border-bottom-color: #3f3c3b;
	border-left-color: #3f3c3b;
}

table#Footer{
	float: left;
	width: 592px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #d1d1d1;
	background-image: url(../images/gif/contentContainerBg.gif);
	background-repeat: repeat-y;
	margin-left: 252px;
}

ul#nav{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #999999;
	font-size: 12px;
}

/* Rollovers for navigation bar */
ul#nav li {
	display:inline;
	color:#CCCCCC;
}

ul#nav li a {
	padding: 1px 20px;
	margin: 0px 0px;
	background-color:#39322e;
	text-decoration:none;
	text-align: center;
	color:#999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

ul#nav li a:hover {
	background-color:#776746;
	color:#FFFFFF;
}

ul#nav li a:active {
	background-color:#776746;
	color:#FFFFFF;
}

table#topBanner{
	background-image: url(../images/jpg/internalTopBanner.jpg);
	height: 123px;
	width: 853px;
}
.picBorder{
	border:2px solid #CCCCCC;
	
}

a:link {
	color: #bda77d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #bda77d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #bda77d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #bda77d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.regularText{
	font-family:"Arial", Times, serif;
	font-size: 12px;
	color: #cccccc;
	word-spacing: normal;
}
.communityName{
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #cccccc;
	word-spacing: normal;
	letter-spacing: 3px;
}

.properties{
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #2F2A27;
	word-spacing: normal;
	letter-spacing: 2px;
}
.propertyTitle{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #bda77d;
	word-spacing: normal;
	letter-spacing: 3px;
}


.strongFonts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #bda77d;
}
.formValidation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #FFFFFF;
}

img#stepper {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #acacac;
	border-right-color: #acacac;
	border-bottom-color: #acacac;
	border-left-color: #acacac;
}

#mapContainer {
height: 600px;
width: 600px;
}
.goldText {
	font-family:"Arial", Times, serif;
	font-size: 12px;
	color: #D9C164;
	font-style: italic;
}
