@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bgcolor.png);
	margin: 0px;
	padding: 0px;
}

/* create main page container */

#bodyContainer {
	width: 950px;
	height: 1050px;
	background-image: url(images/bgfade.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contentContainer {
	width: 860px;
	height: 1050px;
	background-image: url(images/greenmarble_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#bodyContainerPromo {
	width: 950px;
	height: 640px;
	background-image: url(images/bgfade.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contentContainerPromo {
	width: 860px;
	height: 640px;
	background-image: url(images/greenmarble_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#bodyContainerPricing {
	width: 950px;
	height: 1000px;
	background-image: url(images/bgfade.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contentContainerPricing {
	width: 860px;
	height: 1000px;
	background-image: url(images/greenmarble_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* create navigation bar container */

#navContainer {
	width: 860px;
	height: 20px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* create flash container */

#flashContainer {
	width: 860px;
	height: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#flashContainerPricing {
	width: 860px;
	height: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: right;
}

/* create content containers */

#logoArea {
	width: 860px;
	height: 150px;
	float: left;
	margin-top: 5px;
	text-align: left;
}

#rowTop {
	width: 860px;
	height: 270px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

#rowBottom {
	width: 860px;
	height: 300px;
	float: left;
	margin-top: 10px;
	text-align: center;
	overflow: inherit;
}

#openhouse {
	width: 860px;
	height: 400px;
	float: left;
	margin-top: 10px;
	text-align: center;
	overflow: inherit;
}
#pricingGraphic {
	width: 860px;
	height: 500px;
	float: left;
	margin-top: 40px;
	text-align: center;
	overflow: inherit;
}

/* create footer container */

#footerContainer {
	width: 100%;
	height: 60px;
	margin-top: 5px;
	text-align: center;
}

/* text elements */

.basicText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	color: #606621;
	margin-left: 20px;
	margin-right: 20px;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #606621;
}
.footerText a,a:visited {
	color: #606621;
	text-decoration: none;
	font-weight: bold;
}
.footerText a:hover {
	color: #996600;
	text-decoration: underline;
	font-weight: bold;
}
