/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

Text: 585751
Blue: 5789d3
Yellow: f4f700

*/

body { 
	font: .7em/185% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #585751;
	text-align: left;
	height: 100%;
	}

#container {
	width: 1121px;
	padding: 0;
	}

#header {
	background: url(../images/headerbgnd.jpg) no-repeat; 
	height: 292px;
	width: 953px;
	margin: 0px 0px 0px 69px;
	}
	
#navhoriz {
	width: 953px;
	height: 193px;
	background: url(../images/navHorizontal.jpg) no-repeat;
	margin: 0px 0px 0px 69px;
	text-align: center;
	padding-top: 8px;
	}	

#left {
	float: left;
	width: 186px;
	margin: -120px -40px 0px 140px;
	}	

#right {
	float: right;
	width: 213px;
	margin: -120px 130px 0px 0px;
	}

#content {
	margin: -140px 0px 0px 290px;
	width: 440px;
	padding: 0px;
	background-color: transparent;
	}

#subnav {
	margin: -5px 70px 0 -90px;
	text-align: right;
	}
	
/* LINKS */

.divider {
	margin: 0px 10px 20px 10px;
	font-size: 12px;
	color: #ffffff;
}

#navhoriz a:link, #navhoriz a:visited, #navhoriz a:active	{
	font-size: 9pt;
	color: #5789d3; 
	font-weight: bold; 
	text-decoration: none;
	}

#navhoriz a:hover {
	text-decoration: underline;
	}

#navhoriz ul{
list-style:none;
padding:0px;
float:left;
}

#navhoriz li{
	width: 100%;
}

#navhoriz ul ul{
position:absolute;
z-index:500px;
top:auto;
display:none;
}

#navhoriz ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#navhoriz h2:hover{
background-color: transparent;
}

div#navhoriz li:hover{
cursor:pointer;
z-index:100px;
background-color: #5789d3;
}

div#navhoriz li:hover ul ul,
div#navhoriz li li:hover ul ul,
div#navhoriz li li li:hover ul ul,
div#navhoriz li li li li:hover ul ul
{display:none;}

div#navhoriz li:hover ul,
div#navhoriz li li:hover ul,
div#navhoriz li li li:hover ul,
div#navhoriz li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */


a:link, a:visited, a:active	{
	color: #5789d3; 
	font-weight: normal; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a.footernav:link, a.footernav:visited, a.footernav:active	{
	font-size: 9px;
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

a.footernav:hover {
	color: #5789d3;
	}

#subnav a:link, #subnav a:visited, #subnav a:active	{
	font-size: 8pt;
	color: #5789d3; 
	font-weight: bold; 
	text-decoration: none;
	}

#subnav a:hover {
	text-decoration: underline;
	}
	
/* TITLES */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5789d3;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #5789d3;
	text-align: left;
	margin: 30px 0 -10px 0;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #5789d3;
	text-align: left;
	margin: 12px 0 0 0;
	}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #5789d3;
	text-align: left;
	margin: 0;
	}
	
/* MISC */

.floatright {
	float: right;
	margin: 20px 10px 20px 40px;
}

.floatleft {
	float: left;
	margin: 20px 20px 20px 0px;
}

#right img {
	margin-bottom: 5px;
}

.format table {
	padding-top: 30px;
}

.format tr {
	padding-bottom: 20px;
}

.format td {
	padding-right: 20px;
}

.tenants {
	width: 100%;
}

.tenants h2 {
	margin: 0;
}

.footer	{
	color: #c1c1c1; 
	font-size: 9px;
	text-align: left;
	margin: 30px 0 50px 0;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.strong {
	font-weight: bold;
	}

.unstrong {
	font-weight: normal;
}

a {
	outline: none;
	}

li {
	text-indent: 0;
	}

img {
	border:0;
	}

h1 + p {
	font-weight: bold;
	}


.label {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	}

.italic {
	font-style: italic;
}

.superscript {
	font-size: 9px;
	color: #5789d3;
}
