@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #231F20;
	background-color: #002F65;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #B1BB1E;
	text-decoration: none;
}
.clear {
	CLEAR: both; FONT-SIZE: 0px; VISIBILITY: hidden; LINE-HEIGHT: 0pt; HEIGHT: 0px
}

form {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

tr.rowpad td { padding: 8px 5px 0 6px; margin:0; line-height:14px; }

tr.rowpad a
{
	color:Black;
	font-weight:bold;
}

tr.rowpad a:hover
{
	color:#B1BB1E;
	font-weight:bold;
}

td.floorplanhdr 
{ 
	background-color:#534F50; 
	color:#EEEEEE; 
	font-weight:bold; 
	vertical-align:middle; 
	padding:4px 6px; 
	text-align:center;
}
td.floorplanhdr.beds 
{ 
	color:#EEEEEE; 
	font-size: 16px; 
	font-weight: bold; 
}



/* LAYOUT ELEMENTS */

#container {
	width: 890px;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#green_box {
	padding: 8px;
	background-color: #A0CD66;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
}
#mainContent {
	margin-left: 188px;
} 

#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 81px;
}
#top_nav {
	height: 31px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #81A1B6;
	background-image: url(../images/int_multi_color_bar_maincontent.jpg);
	background-repeat: no-repeat;
}

#text_area {
	font-size: 12px;
	height:900px;
	overflow:auto;
	background-image: url(../images/int_main_content_header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
.contact #text_area {
	min-height:620px;
}

#text_area td 
{
	padding-left:15px;
}

#footer {
	margin: 0px;
	padding: 0px;
} 
#footer #mainContent {
	height: 47px;
	background-image: url(../images/int_footer_bg.gif);
	background-repeat: no-repeat;
} 
#footer2 table {
	margin-top: 12px;
	padding: 0px;
}


/* COMMON ELEMENTS */

.arches_photo {
	padding-top: 4px;
}
#top_nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	line-height: 9px;
}
#top_nav a:hover {
	color: #002F65;
}
#text_area .headline {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
#text_area p {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin: 0px;
	line-height: 16px;
}
#footer #mainContent p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 16px;
}
#footer #mainContent .address {
	font-size: 12px;
}
#footer2 p {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer2  a:hover {
	color: #A1CE67;
}


/* CONTACT US ELEMENTS */

.contact_us_table {
	margin-top: 21px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 14px;
}

.formContain {
	float:left;
	width:340px;
	padding-left:20px;
}
.form {
	float:left;
	width:396px;
}
.formContent {
}
.formSet {
	float:left;
	width:auto;
	margin-right:10px;
	margin-bottom:5px;
}
.formHeader {
	font-size:14px;
	color:#AD650E;
}
.formText {
	float:left;
	width:70px;
	font-size:12px;
	padding-right:5px;
	padding-bottom:5px;
	color:#000000;
}
.formField
{
	float:left;
	padding-bottom:5px;
	width:120px;
}
.submitBTN 
{
	float:right;
	width:auto;
}


/* RESIDENTS ELEMENTS */

.residents_table {
	margin-left: 90px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}
.residentsFormField {
	font-size: 11px;
	margin-bottom: 15px;
	width: 240px;
}
.important {
	color: #FF0000;
}

.style1 {font-weight: bold}


/* FLOAT/CLEAR ELEMENTS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
