body {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	margin:0px;
	text-align: center;

}

#topContainer {
	background-image: url(graphics/bgtop.gif);
	height: 150px;

}

#topContentContainer {
	width: 800px;
	margin: 0 auto;
	padding: 0px 20px 20px;
	text-align: left;	
}

#mainContainer {
	background-image: url(graphics/bgmain.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#mainContentContainer {
 	background-color: #FFFFFF;
	width: 800px;
	height: 750px;
	margin: 0 auto;
	padding: 0px 20px 20px;
	text-align: left;
}

.headerText {
	font-size:12px;
	padding-top: 35px;
	padding-left: 20px;
}

.indentText {
	margin:15px;
}

.generalQs {
	margin:15px;
}

.financialQs {
	margin:15px;
}

.waitinglistQs {
	margin:15px;
}

.handbook {
	margin:15px;
}

.upgrades {
	margin:15px;
}

.standard {
	margin:15px;
}
.floorplans {
	margin:15px;
}

.handcursor {
	font-size: 12px;
	cursor:hand;
	cursor:pointer;
}

.handcursorHD {
	font-size: 16px Arial;
	cursor:hand;
	cursor:pointer;
}

a:link, a:visited {
	color: #07457f;
	text-decoration: none;
	font-weight:bold;
	
}

a:hover, a:active {
	color: #5983a0;
	text-decoration: underline;
	font-weight: bold;
	
}

h1 {
	color: #ACB870;
	font: 24px Arial;
	font-weight: bold;
}

h2 {
	font: 16px Arial;
}

h3 {
	font: 15px Arial;
	text-decoration: underline;
	color: #ACB870;
	font-weight: bold;
}

.subtitle {
	position:absolute;
	top:115px;
	left:260px;
}

.thinborderfloat {
  	float:left;
  	border:solid 1px white;
	background: gray;
  	padding:2px;
	margin-top:20px;
	margin-right: 10px;
  } 

.thinborderframe {
  	float:left;
	margin-right: 50px;
  	border:solid 1px gray;
	background: white;
  	padding:2px;
  } 

.styleImage {
	padding: 2px;
	border: #ACB870 2px solid;
	BACKGROUND-COLOR: white;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
  } 

.styleImageCap
{
	float: left;
	width: 512px;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
	padding: 2px 2px 4px 2px;
	border-top: 2px solid #ACB870;
	border-right: 2px solid #ACB870;
	border-bottom: 2px solid #ACB870;
	border-left: 2px solid #ACB870;
	text-align: center;
	font-size: small;
	font-style: italic;
}


.styleFlrpln {
	padding: 2px;
	border: #000000 2px solid;
	BACKGROUND-COLOR: white;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
  } 

.flrpln {
	background-color: #efefeb;
	font: 15px Arial;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	padding: 4px;
	margin: 1px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
/*border-top: 2px solid #ACB870; Green color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
float:right;
margin:0;
margin-right: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #ACB870; /*Green color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #ACB870; /*Green color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
