
/* Main CSS Start */

/*reset css import start*/
@import "reset.css";
/*reset css import end*/

body{ 
	background:#000022; 
	font-family:"Times New Roman", Times, serif;
	font-size:12px; 
	color:#000000; 
}
html{ 
	background:#003366;}
p{ 
	font-size:12px;
	align:justify; 
} 

h1
{ 
	font-size:19px; 
} 

h2{ 
	font-size:19px;
	color:#000066;
	line-height:17px;
	padding-bottom:7px; 
} 

h3{
	margin:0;
	font-size:14px; 
} 

h4{ 
	font-size:12px; 
} 

h5{ 
	font-size:10px;
} 

h6{ 
	font-size:9px; 
} 

li{
font-weight:bold;
text-align:left;
}

ul{
font-weight:bold;
margin-top: 0px;
margin-left:20px;
padding-top: 0px;
text-align:left;
list-style-type:square;
list-style:square;
}

.leaseinfo li{
font-weight:normal;
font-size:12pt;
margin-top: 0px;
margin-left:20px;
padding-top: 0px;
text-align:left;
list-style-type:square;
list-style:square;
}


a{
	text-decoration:none;
}
p {
font-size:12px;
color:#000;
line-height:26px;


}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background:#fff;
	padding: 4px 0;
	overflow:hidden;
}
/* Main CSS End */


/* Header CSS Start */
#header {
	height: 137px;
	width:959px;
	margin: 0 auto;
	border:2px solid #032d5d;
	background:url(../images/header_tagline.png) no-repeat left top;
	padding: 3px 4px 0 4px;
}

.logo{
	width:303px;
	height:120px;
	float:left;
}

.logo a{
	width:286px;
	height:120px;
	display:block;
	background:url(../images/header_logo_link.png) no-repeat left top;
	text-indent:-9000px;
}

/* Header CSS End */


/* Menu CSS Start */
#menu {
	width:239px;
}

#menu ul{
	width:239px;
	padding: 8px 0 0 0;
	margin:0;
}

#menu ul li{
	width:239px;
	border-bottom:1px solid #fff;
	font-size:15px;
	list-style-type:none;
}

#menu ul li a{
	width:211px;
	color:#fff;
	font-size:15px;
	padding: 4px 14px 4px 14px;
	display:block;
	
}

#menu ul li a:hover, #menu ul li a.active
{
	background:#AE8B6F;
}

/* Menu CSS End */


/* Content CSS Start */

#content-left  {

width:250px;
float:left;
background:#000033;
padding-bottom:10px;
margin:0;
overflow:hidden;
	border:2px solid #ae8b6f;
	position:relative;
	left:-10px;
	top:-5px;
	
}
#content-right {
width:694px;
float:left;
padding-left:8px;
padding-top:2px;
}
#content {
	width:971px;
	padding-bottom:4px;
	margin:0 auto;
}
.map {
margin-top:25px;
width:390px;
float:right;
height:285px;
background:#000;

}

#content-topdetails{
	width:961px;
	border:2px solid #ae8b6f;
	padding: 2px 1px;
	margin-top:4px;
	float:left;
		background:#000022; 
}

#col-1 {
	width: 249px;
	float: left;
	padding-bottom:17px;
	background:#000033;
	height: 251px;
}
#col-2 {
	width: 710px;
	height: 260px; /* Don't use height, make it flexible */
	float: left;
	padding: 4px 0 4px 0;
	background:#05316e;
}

.nav-contact-left *{
	padding-left:0 !important;
	margin-left:0 !important;
}

.nav-contact-left{
	width:285px;
	float:left;
	padding:0 !important;
	margin:0 !important;
}

ul.nav-contact{
list-style:none;
border-bottom:2px solid #05316e;
float:left;
width:275px;
padding-bottom:6px;
margin-bottom:7px;

}
.nav-contact li {
font-size:12px;
font-weight:normal;
}
#content-bottom {
width:956px;
float:left;

padding-left:10px;
padding-right:5px;
padding-top:10px;
background:#fff;
}
.border {
display:block;
float:left;
width:956px;
height:2px;
font-size:0;
line-height:0;
background:#05316e;
margin-bottom:5px;
margin-top:4px;
}
.left-colm{
width:453px;
float:left;
border-right:2px solid #05316e;
padding-right:2px;
}
.left-colm img {
border:2px solid #333;
float:left;
margin-right:6px;
margin-top:6px;
}
.right-colm {
width:494px;
padding-left:5px;
float:left;
}
.right-colm img {
border:1px solid #333;
float:left;
margin-right:6px;
margin-top:6px;
margin-bottom:15px;
}




.contact-form {
list-style:none;
float:left;
width:275px;
}
.contact-form li {
float:left;
width:275px;
clear:both;
padding-bottom:2px;
}
.contact-form li label {
display:block;
float:left;
font-size:12px;
font-weight:bold;
width:55px;
text-align:right;
margin-right:10px;
line-height:15px;
padding-top:3px;
}

.contact-form li input {
width:205px;
height:18px;
float:left;
border:1px solid #000;
}
.contact-form li  textarea {
width:205px;
height:115px;
float:left;
border:1px solid #000;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contact-form li  textarea{
width:200px;
height:115px;
float:left;
border:1px solid #000;
}
}
.contact-form li  a.capcha {
display:block;
float:left;
text-decoration:none;
color:#000;
}
.contact-form li  a.submit1 {
display:block;
float:right;
text-decoration:none;
color:#000;
}
.contact-form li:last-child {
border-bottom:2px solid #05316e;
}
/* Content CSS End */


/* Footer CSS Start */
#footer {

width:976px;
border-bottom:3px solid #05316e;
border-top:3px solid #05316e;
margin:0 auto;

padding-top:5px;

	
}

.footer-nav{
list-style:none;
float:left;
width:976px;
padding-top:5px;
padding-bottom:8px;

}
.footer-nav li {
float:left;
background:url(../images/hp-sep-footer-nav.gif) no-repeat left 2px;
padding:0 8px 0 10px;
}
.footer-nav li:first-child {
background:none;
}
.footer-nav li  a {
display:block;
float:left;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
color:#ae8b6f;
}
.footer-nav li  a:hover {
color:#05316e;
}
.copy {
text-align: right;
display:block;
float:right;
padding-right:10px;
font-size:9px;
color:#000;
font-weight:bold;
padding-top:6px;
}
/* Footer CSS End */
.contact-form2 {
list-style:none;
float:left;
width:655px;
}
.contact-form2 li {
float:left;
width:650px;
font-size:12px;
font-weight:normal;
padding-bottom:4px;
}
.contact-form2 li:first-child {
padding-bottom:40px;
}
.contact-form2 li textarea {
float:left;
margin-top:5px;
width:640px;
height:70px;

margin-bottom:15px;
}
.contact-form2 li label {
display:block;
float:left;
text-align:right;
width:140px;
line-height:25px;
}
.contact-form2 li input {
float:left;
width:175px;
}
.contact-form2 li textarea#what-needs-fixed {
width:503px;
margin-bottom:5px;
float:right;
}
.contact-form2 li input.check {
width:auto!important;
float:none;
} 
.contact-form2 li input#security_code {
float:none!important;
}

.right-img{
	width:315px;
	float:right;
}

.aprt-features-top{
	width:695px;
	float:left;
}

.aprt-features{
	width:379px;
	float:left;
}
.para-padding p{
	text-align:justify;
}

.para-padding p img{
	float:left;
	margin-right:15px !important;
	*margin-right:10px !important;
}


.ParentLink {
	cursor:hand;
	color:#05316e;
}
.ChildLink {
	display:none; padding: 0 0 0 16;
}