@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: #000000;
	background-image: url(../images/int_bg.jpg);
}

a {
	text-decoration: none;
}
			
#container {
	width: 955px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 

.home #container {
	background-image: url(../images/int_pageBG.jpg);
}
    
.apartments #container {
	background-image: url(../images/apartments_pageBG.jpg);
}

.amenities #container {
	background-image: url(../images/amenities_pageBG.jpg);
}

.photos #container {
	background-image: url(../images/photo-gallery_pageBG.jpg);
}

.maps #container {
	background-image: url(../images/maps_pageBG.jpg);
}

.residents #container {
	background-image: url(../images/current-residents_pageBG.jpg);
}

.contact #container {
	background-image: url(../images/contact_pageBG.jpg);
}

#header {
	padding-bottom: 0px;
	padding-left: 60px;
	padding-top: 25px;
} 

#nav {
	font-size: 10px;
	color: #DBC500;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 338px;
	margin-top: 12px;
} 

#nav a {
	font-size: 10px;
	color: #5E6E66;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 8px;
} 

#nav a:hover {
	color: #DBC500;
} 

#flowerBand {
	background-image: url(../images/int_flowerBand.png);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 119px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
} 

#flashHeader {
	margin-top: 43px;
	margin-left: 21px;
} 

.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 312px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 312px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 70px;
}

#sidebarForm {
	padding-top: 20px;
	padding-left: 15px;
}

.sidebarImg {
	padding-top: 0px;
}

#sidebarContent {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #5E6E66;
	font-size: 12px;
	line-height: 18px;
}

#sidebar1 .headline {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#sidebar1 p {
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
}

.formText {
	margin: 0px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.formField {
	font-size: 11px;
	margin-bottom: 5px;
}

#sidebar1 .formField {
	width: 200px;
}

.contactTable {
	color: #86958D;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
}

.formField input {
	font-size:11px;
}

.formButton {
	float: right;
	background-image: url(../images/int_formGoBG.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 35px;
	margin-right: 35px;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5E6F65;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	cursor:pointer;
}

.home #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 342px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	padding-top: 0px;
	color: #86958D;
	font-size: 12px;
	line-height: 18px;
} 

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 342px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	padding-top: 70px;
	color: #86958D;
	font-size: 12px;
	line-height: 18px;
}

#mainContent .headline {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 12px;
}

#footer {
	font-size: 9px;
	margin: 0px;
	color: #5E6E66;
	background-color: #F4ECAD;
	padding: 7px;
} 

#footer p {
	font-size: 9px;
	margin: 0px;
	color: #5E6E66;
	line-height: 11px;
	padding-left: 5px;
}

#footer .copyright {
	font-size: 9px;
	color: #5E6E66;
}

#footer a {
	font-size: 9px;
	color: #5E6E66;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer .footerNav a {
	color: #5E6E66;
	font-size: 9px;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
	text-transform: uppercase;
}

#footer .footerNav a:hover {
	color: #000000;
	text-decoration: none;
}

.footer_images {
	float: right;
	padding-top: 8px;
}

.formTextRequired {
	font-size:12px;
	display:block;
	margin: 0px;
	color: #800000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainContent .formButton {
	margin: 0px;
}

#mainContent #contactForm {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.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;
}

#mainContent form {
	margin: 0px;
	padding: 0px;
}
