@charset "UTF-8";
/*
	Elwood Investments CSS
*/

/* GLOBAL STYLES -----------------------------------------------------------------------*/

html {height: 100%; margin: 0; padding: 0; }

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #020E16;
	margin: 0px; padding: 0;
	height: 100%;
	/* for ie 6 quirks mode */
	/* text-align: center; */
}

a { text-decoration: underline; }

p { color: #020E16; font-size: 14px; font-family: Verdana, Arial; margin: 10px 0; }

h1 { color: #1E2B35; font-size: 18px; font-family: Verdana, Arial; font-weight: bold; margin: 10px 0; }

h2 { color: #1E2B35; font-size: 16px; font-family: Verdana, Arial; font-weight: bold; }

h3 { color: #020E16; font-size: 14px; font-family: Verdana, Arial; font-weight: bold; }



/* NAVIGATION ----------------------------------------------------------------------- */

#navList {
	list-style: none;
	margin: 0px; padding: 0px;
	display: block;
}

#navList li {
	float: left;
	width: 200px;
	text-align: center;
	font-size: 14px; 
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 35px;
}
#navList li a {
	width: 100%;
	color: #105383;
	display: block;
}

#navList li a:hover {
	background-image: url('../images/navHoverState.jpg');
	color: #FFF;
}	

#navList li a#current {
	background-image: url('../images/navHoverState.jpg');
	color: #FAA;
}

/* CONTAINERS ----------------------------------------------------------------------- */

#uberwrap {
	position: relative;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 800px;
	/*height: 100%; */
	border: 1px solid #145688;
	margin: 0;
 	position: absolute;
 	top: 10px; bottom: 10px;
	/* for ie in quirks mode */
	text-align: left;
}

#header { 
	height: 146px;
	width: 800px;
	background-image: url(../images/header2.jpg);
	border-style: none;
	position: relative;
}

#navBar {
	height: 36px;
	width: 800px;
	background-image: url(../images/navBarBg.jpg);
}

#mainContentContainer {
	width:760px;
	padding: 10px 20px;
 	background-image: url(../images/logoBGwatermark.png);
	background-repeat: no-repeat;
	background-position: 60% 350px;
	background-attachment: fixed;
	overflow:auto;
	position:absolute;
	top: 182px; bottom: 35px;
}

div.propertyContainer {
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #125486;
	padding: 15px 0;
}

/* CONTAINER STYLES ----------------------------------------------------------------- */

#contactDiv {
	text-align: right;
	position: absolute;
	bottom: 20px; right:260px;
}

#contactName { font-size: 18px; display: none; }

#contactAddress { font-size: 12px; margin-top: 2px; color: #105383; /*font-style: italic;*/ }

#contactPhone { font-size: 12px; margin-top: 6px; color: #105383; /*font-style: italic;*/ }

#contactEmail { font-size: 12px; margin-top: 6px; }

.propertyImage { height: 195px; width: 300px; margin-right: 10px; border: 1px #125486 solid; }

.propertyDescription { vertical-align: top; font-size: 12px; border-top: 2px #125486 solid; padding-top: 5px; }

.propertyInformation { color: #020E16; font-size: 12px; font-family: Verdana, Arial; font-weight: bold; padding: 0; width: 100%; }

.propertyStats { padding: 0 0 5px 0; width: 100%;}

td.label { text-align: left; width: 10%; padding: 0 0 5px 0;}

td.data { text-align: left; padding: 0 0 5px 20px;}

/* FOOTER --------------------------------------------------------------------------- */

#footer {
	width: 800px;
	height: 35px;
	display: block;
	overflow: hidden;
	background-image: url(../images/footerBg.jpg);
	text-align: left;
	position: absolute;
	bottom:0px;
}

#siteMapLinks {
	list-style: none;
	margin: 0px; padding: 0px;
	color: #020E16; 
	font-size: 12px; 
	font-family: Verdana, Arial;
	position: relative;
	float: left;
	left: 50%;
	line-height: 35px;
}
#siteMapLinks li {
	float: left;
	position: relative;
	right: 50%;
}
#siteMapLinks li a {
	width: auto;
	display:block;
	padding:0px 8px;
	color: #105383;
	position: relative;
}

#siteMapLinks li a:hover {
	width: 100%;
	text-decoration: underline;
}	

#x3phase {
	float:right;
	height:35px;
	position:relative;
	z-index:2;
}

#x3phase a {
	color: #105383;
}

#x3phase p {
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:9px;
	margin-bottom:2px;
	margin-right: 2px;
	white-space: nowrap;
}

/* iPhone - special formatting to allow 1-finger scrolling to work (doesn't like overflow in divs) */
@media only screen and (max-device-width: 480px) {
	#wrapper { position: relative; margin: 10px 0; }
	#mainContentContainer { position: relative; top: 0px; bottom: 0px; margin-bottom: 20px;}
	#footer { position: relative; }
}
