/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form Styles)
* * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #FFFFFF url(../fw/bg_PageBG.jpg) repeat-x top center;
	line-height:18px;
}
table th,
table td {
	text-align: left;
}
img {
	border: 0;
}
/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */
h3 {
color:#01A43B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
margin-top:0px;
margin-bottom:5px;
font-variant:small-caps;
}
h4{
margin-top:0px;
margin-bottom:0px;
font-variant:small-caps;
color:#CE3C01;
font-size:15px;
}
img.image {
border: 1px solid #ce3c01;
}
ol {
padding-left:30px;
line-height:
}

/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

form { 
	margin: 0;
}
input, select, textarea, textbox {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	color: #043C5E;
}
select {
	padding: 2px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MAIN LAYOUT STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.pageContainer {
	width: 867px;
	margin: 0 auto;
}
div.header {
	width: 867px;
	height: 111px;
	background: url(../fw/bg_topLogo.jpg) no-repeat top left;
}
div.navigation {
	float: left;
	position: relative;
	top: 86px;
	left: 254px;
	width: 620px;
}
div.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.navigation ul li {
	float: left;
	padding: 0 11px 0 0;
}
div.contentContainer {
	width: 867px;
	height: 615px;
	background: url(../fw/bg_MainImage.jpg) no-repeat top left;
	position: relative;
}
div.contentDiv {
	width: 240px;
	position: absolute;
	top: 85px;
	left: 10px;
}
div.contentDiv p {
	margin: 0 0 12px 0;
	line-height: 18px;
	padding: 0 0 0 20px;
}
div.photoLink {
	width: 288px;
	height: 117px;
	position: absolute;
	top: 498px;
	left: 0px;
}
div.learnMoreLink {
	position: absolute;
	height: 63px;
	width: 308px;
	background: url(../fw/bg_LearnMoreLink.jpg) no-repeat top left;
	top: 530px;
	left: 558px;
	text-align:center;
}
div.learnMoreLink div.rentLink {
	/*float: left;*/
}
div.learnMoreLink div.moreLink {
	float: left;
	text-align: center;
}
div.learnMoreLink div.leaseInfo {
	float: left;
	text-align: center;
	width: 100%;
	padding: 3px 0 0 0;
	font-weight: bold;
	color: #333333;
	line-height:14px;
}
div.learnMoreLink div.leaseInfo .redText {
	color: #CE3C01;
}
div.learnMoreLink div.leaseInfo p {
	margin: 0;
}
div.learnMoreLink_Special {
	position: absolute;
	height: 63px;
	width: 309px;
	background: url(../fw/bg_LearnMoreLink_Special.jpg) no-repeat top left;
	top: 2px;
	left: 558px;
}
div.learnMoreLink_Special div.rentLink {
	float:inherit;
	text-align: center;
	
}
div.learnMoreLink_Special div.moreLink {
	float: left;
	text-align: center;
}
div.learnMoreLink_Special div.leaseInfo {
	float: left;
	text-align: center;
	width: 100%;
	padding: 3px 0 0 0;
	font-weight: bold;
	color: #333333;
	line-height:14px;
}
div.learnMoreLink_Special div.leaseInfo .redText {
	color: #CE3C01;
}
div.learnMoreLink_Special div.leaseInfo p {
	margin: 0;
}

div.mainContentContainer {
	position: absolute;
	width: 550px;
	height: 420px;
	left:280px;
	top:90px;
	/*background:black;*/
}
.borderContainer {
background:white;
border: #01A43B solid 2px;
width:500px;
height:375px;
float:right;
color:black;
}
ul.detail {
padding-left:20px;
margin-top:7px;
margin-bottom:12px;
margin-left:0px;
}
/******************************
Sliding Divs
******************************/
.slideContainer {
width:100%;
margin-bottom:5px;

}

.slideTitle {
float:left;
height:30px;
background:url(../fw/bg_slidingDivTitle.jpg) repeat-x scroll center top;
background-color:#039E38;
/*background-color:white;*/
font-family:Georgia,Helvetica,sans-serif;
font-weight:bold;
font-size:16px;
color:white;
text-indent:5px;
font-variant:small-caps;
margin-left:5px;
}

.slideTitle a {
	color:#FFF;
}

.slideText {
display:none;
background:white;
color:black;
border-left: #01A43B solid 2px;
border-right: #01A43B solid 2px;
border-bottom-width: 2px; 
border-bottom-color:#01A43B;
border-bottom-style:solid;

}

.slideTextWrapper {
display:none;
padding:7px;
}

.clearer{
width:100%;
height:0px;
clear:both;
background-color:white;
}

/******************************
Contact Form
******************************/

input {
	font-size:18px;
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
	width:150px;
	color:black;

}
label {
	width:70px;
	margin-right:15px;
	padding-top:0px;
	text-align:right;
	float:left;
	color:black;
	font-size:18px;
}
textarea {
	width:200px;
	height:200px;
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size:14px;
}
textarea:focus, input:focus {
border:2px solid #01A43B;
}


/* * * * * * * * * * * * * * * * * * * * * * 
 LINK STYLES 
* * * * * * * * * * * * * * * * * * * * * */

a {
	color: #446CC8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div.navigation ul li a {
	display: block;
	line-height: 20px;
	padding: 0 0 0 20px;
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(../fw/bg_NavItem.jpg) no-repeat 0px 2px;
	font-size: 11px;
}
div.navigation ul li a:hover {
	text-decoration: underline;
}

div.learnMoreLink div.rentLink a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	line-height: 26px;
	padding: 0 10px 0 10px;
}
div.learnMoreLink div.moreLink a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	display: block;
	padding: 4px 0 0 0;
}
div.learnMoreLink_Special div.rentLink a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	line-height: 26px;
	padding: 0 10px 0 10px;
}
div.learnMoreLink_Special div.moreLink a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	display: block;
	padding: 4px 0 0 0;
}
/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.borderAll { 
	border: 1px solid #7B8DB7;
} /* Used for misc borders */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
div.clear {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
.block {
	display: block;
}/* Used to display certain elements like images as blocks when necessary for cross browser spacing */
