/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width:100%;
	/*background-image:url(../images/background.gif); Added this into the pages because home page doesn't share this property*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	height:73px;
	border-bottom:1px solid white; 
	background-color:#8ec9dd;
	
}

div#content {
	padding:0 0 15px; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	height:15px;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#8ec9dd;
	border-top:1px solid white;
	margin:0;
}
#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	padding:0;
	text-decoration: none;
}
.footer {
	background-color:#1d93bb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	padding:0;
}
/**
 * End layout with header and footer
 * ----------------------------------------------
 */

.header {
	height:173px;
}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	color: #EC0000;
	line-height: 25px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding:0px 0px 0px 30px;
	list-style-image: url(../images/listDot.gif);
}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color:#015166;
}

a:link, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #029dd1;
	text-decoration: underline;
	font-size: 11px;
}

a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ff2222;
	text-decoration: underline;
	font-size: 11px;

}

.table {
	background-color:#FFFFFF;
	width: 100%;
	padding: 0px;
	border: 1px solid #CFCECE;
}

.table td {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.formtxt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 1px 0px 0px 4px;	
}


#apDiv2 {
	position:absolute;
	left:86px;
	top:73px;
	width: 846px;
	z-index:90;
	vertical-align:top;
	height:100%
}

/************** Navigation Styles **************/

.chromestyle{
width: 489px;
height: 73px;
font-weight: bold;
list-style-type:none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(../HTML/images/leasingOpportunities.gif) left left; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
text-align: left; /*set value to "left", "center", or "right"*/
list-style-type:none;
}

.chromestyle ul li{
display: inline;
padding: 0px 0px;
margin: 0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
list-style-type:none;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;

text-decoration: none;
border-right: 0px solid #DADADA;
list-style-type:none;
}

.chromestyle ul li a:hover{
background: url(../HTML/images/leasingOpportunities_on.gif)  left left; /*THEME CHANGE HERE*/
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
list-style-type:none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
list-style-type:none;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 163px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.stbutton {
display: block;
clear: none;
}

