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

dark blue
color:#002E62;

main text:
color: #706B66;

*/

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #706B66;
}

h1{
	font-size:18px;
	color:#002E62;
	margin-bottom:30px;
	line-height:130%;
}

h2 {
	font-size:16px;
	color:#8C857F;
	margin-bottom:30px;
	line-height:130%;
	font-weight:normal;
}
h3 {
	color:#002E62;
	font-size:14px;
	border-top: 1px solid #999;
	padding-top:10px;

}
.contact h3 {
	padding-bottom: 20px;
	border:none;
	margin-top:30px;
}
p, label {
	line-height:140%;
	margin-bottom: 20px;
}

a {
color:#002E62;	
}
#masterContainer{
	padding-top:30px;
}

#innerContainer{
	background-color:#FFF;
}
#header{
	background-color:#000;
}
#mainMenu{
	border-bottom: 1px dotted #DBD8D5;
	padding-left:25px;
}

#mainMenu li {
	float:left;
	margin:20px 18px 20px 0;
}
#mainMenu li a {
	display:block;
	text-transform:uppercase;
	font-size:11px;
	color:#AEABA9;
	font-weight:bold;
	padding: 2px 0 10px;
	text-decoration:none;
}
#mainMenu li a:hover {
	background:url(../images/menuBullet_hover.jpg) center top no-repeat;
	text-decoration:underline;
}
#mainMenu li a.active {
	color:#002E62;
	background:url(../images/menuBullet.jpg) center top no-repeat;
}
#mainMenu li a.active:hover {
	text-decoration:none;
}

.verticalSubMenu li {
	margin: 0 !important;
	margin: 0 0 -12px 0;
}
.verticalSubMenu li a{
	display:block;
	padding:6px 0 8px 12px !important;
	padding:6px 0 8px 12px;
	color:#706B66;
	text-decoration:none;
	border-bottom: 1px dotted #DBD8D5;
	cursor:pointer;
	margin:0;
}
.verticalSubMenu li a:hover{
	text-decoration:underline;
	background-color: #ECECEC;
	cursor:pointer;
}

.verticalSubMenu li a.active{
	font-weight:bold;
	color:#002E62;
	cursor:pointer;
	border-bottom: 1px dotted #002E62;
	background:url(../images/menuBullet3.jpg) left center no-repeat;

}
.verticalSubMenu li a.active:hover{
	text-decoration:none;
	cursor:pointer;
}

/* pages */
.mainContentInner{
	padding-top:20px;
}
.mainContent {
	height:609px;
}
.mainContent.homepage {
	background:url(../images/homepageBg.jpg) right top no-repeat;
}
.mainContent.links {
	background:url(../images/linksBg.jpg) left top no-repeat;
}
.mainContent.properties {
	background:url(../images/propertiesBg.jpg) left top no-repeat;
}
.mainContent.application {
	background:url(../images/applicationBg.jpg) right top no-repeat;
}
.mainContent.landlord {
	background:url(../images/colorStrip1.jpg) left bottom no-repeat;
}
.mainContent.newsletter {
	background:url(../images/newsletterBg.jpg) left top no-repeat;
}
.mainContent.maintenance {
	background:url(../images/maintenanceBg.jpg) left top no-repeat;
}
.mainContent.appraisal {
	background:url(../images/appraisalBg.jpg) left top no-repeat;
	height:auto;
	padding-bottom: 20px;
}
.mainContent.contact {
	background:url(../images/contactBg3.jpg) right top no-repeat;
}
.mainContent.testimonials {
	background:url(../images/testimonialsBg.jpg) left top no-repeat;
	height:auto;
	padding-bottom: 40px;
}


.mainContent.contact p, .mainContent.contact label {
	line-height:140%;
	margin-bottom: 14px;
}


.scroll{
	margin-top:35px;
	height:500px;
	overflow:auto;
	overflow-x:hidden;
}
.scrollContainer{
	height:500px;
}
.panel {
	height:500px;
	width:380px;
	overflow:auto;
}
.panel h1 {
color: #706B66; 
}
.panel ul, .panel ol  {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:14px;
	margin-left:0px;
}
.panel ol{
	list-style-type: decimal;
	padding-left:18px;
}
.panel li {
	padding: 6px 0;
	line-height:130%;
}

.newsletterContainer{
	margin-top:35px;
	height:500px;
	overflow:auto;
}
.applicationForm {
	overflow:auto;
	padding-bottom:60px;
	
}
.applicationForm form {
	background-color:#ececec;
	padding:12px;
}
.applicationForm td {
	font-size: 12px;
	color:#666;
	padding: 6px 0;
	vertical-align:top;
}
.applicationForm textarea {
	width:150px;
}

#intro{
	margin-top:35px;
}
#footer{
	text-align:center;
	padding: 10px 0;
	background-color:#002E62;
	border-bottom: 3px solid #5C5A57;
}
#footer a {
	color: #706B66;
}
.important{
	color:#F00;
	font-weight:bold;
}
.applicationForm .important{
	float:right;
	font-size:16px;
	display:block;
	margin-right: 6px;
	margin-left:6px;
}
.callout{
	border:1px solid #B8B3AD;
	background-color:#F4EDE5;
	font-size: 16px;
	color:#706B66;
	padding:18px;
	text-align:center;
	margin-bottom:30px;
}
.callout a {
	color:#706B66;
}

.success{
	background-color:#CCFF99;
	padding:20px 10px;
	color:#002E62;
	text-align:center;
	margin-bottom:30px;
	font-size: 16px;
}
