html {
	height:100%;
	margin-bottom:1px;
	padding-bottom:1px;
}
body {
	background-color: #664a32;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}
.menuLinks {
	margin: 8px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuLinks:link {
	margin: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.menuLinks:hover {
	margin: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.menuLinks:visited {
	margin: 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.copyrightText {
	font-weight: normal;
	color: #FFFFFF;
	font-size: small;
}
.featuredText {
	font-weight: normal;
	color: #FFFFFF;
	font-size: small;
}
.planText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.planFeaturedText {
	font-weight: bold;
	color: #FF0000;
}
.standardFeaturesText {
	font-family: Arial, Helvetica, sans-serif;
}
.pageHeader {
	font-weight: normal;
	color: #FFFFFF;
	font-size: large;
}
.pageTitles {
	font-weight: bold;
	color: #000000;
	font-size: medium;
}
.pageTitlesGray {
	font-weight: bold;
	color: #666666;
	font-size: medium;
}
.testDivClass {
	position: absolute;
	top: 0px;
}
#new_development p {
	margin:75px 6px;
	font-weight:400;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
}

.plan_container img, .plan_container p {
	border:none;
	color:black;
	text-decoration:none;
	line-height:1;
	margin:0 0 .5em 0;
}
.plan_container {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	display:inline-block;
	padding:6px;
	margin:6px;
	width:100px;
	text-decoration:none;
	line-height:1;
}
#splash_container {
	position:relative;
}
#splash_page_container {
	position:absolute;
	top:10px;
	left:15px;
}
.splash_page, .splash_page_pause {
	display:inline-block;
	float:left;
	margin:0 4px;
	color:#FFFFFF;
	background-color:#000000;
	padding:2px 5px 3px 5px;
	border:1px solid #716E43;
}
.current_slide {
	background-color:#716E43;
}
.splash_page:hover, .splash_page_pause:hover {
	color:#FFFFFF;
	background-color:#830010;
	border:1px solid #000000;
	cursor:pointer;
}
.current_slide:hover {
	border:1px solid #716E43;
}

