*{padding:0; margin:0;}
img{border:none;}
.clear{clear:both;}
html{margin:0; padding:0; height:100%;}
a{outline:none;}
.fleft{float:left;}
.fright{float:right;}

body{
	padding:0;
	margin:0 auto;
	height:100%;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	background:url(../images/bg.jpg) repeat-x fixed;
}

#wrap{
	width:768px;
	height:100%;
	margin:0 auto;
}

#wrap2{
	width:768px;
	height:100%;
	margin:0 auto;
	background:url(../images/wrapbg.png) repeat-y;
}

#wrap3{
	width:768px;
	margin:0 auto;
	background:url(../images/wrapbg.png) repeat-y;
}

#header{
	background:#FFFFFF;
	width:750px;
	height:181px;
	margin:0 auto;
	top:5px;
	position:relative;
	z-index:1;
}

#logo{
	position:absolute;
	top:50px;
	left:0;
	z-index:2;
}

#navigation{
	background:url(../images/navbg.gif) no-repeat top left;
	width:750px;
	height:58px;
	margin:0 auto;
	margin-top:5px;
}

#navigation span{ display:none;}

.btn1bg{
	width:99px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/overview.jpg) no-repeat bottom left;
}
.btn2bg{
	width:75px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/profile.jpg) no-repeat bottom left;
}
.btn3bg{
	width:67px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/maps.jpg) no-repeat bottom left;
}
.btn4bg{
	width:120px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/buildingplan.jpg) no-repeat bottom left;
}
.btn5bg{
	width:93px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/features.jpg) no-repeat bottom left;
}
.btn6bg{
	width:112px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/documents.jpg) no-repeat bottom left;
}
.btn7bg{
	width:88px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/contact.jpg) no-repeat bottom left;
}
.btn8bg{
	width:96px;
	height:42px;
	display:block;
	float:left;
	background:url(../images/nav/brochure.jpg) no-repeat bottom left;
}

a.btn1{
	width:99px;
	height:42px;
	display:block;
	background:url(../images/nav/overview.jpg) no-repeat top left;
}
a.btn2{
	width:75px;
	height:42px;
	display:block;
	background:url(../images/nav/profile.jpg) no-repeat top left;
}
a.btn3{
	width:67px;
	height:42px;
	display:block;
	background:url(../images/nav/maps.jpg) no-repeat top left;
}
a.btn4{
	width:120px;
	height:42px;
	display:block;
	background:url(../images/nav/buildingplan.jpg) no-repeat top left;
}
a.btn5{
	width:93px;
	height:42px;
	display:block;
	background:url(../images/nav/features.jpg) no-repeat top left;
}
a.btn6{
	width:112px;
	height:42px;
	display:block;
	background:url(../images/nav/documents.jpg) no-repeat top left;
}
a.btn7{
	width:88px;
	height:42px;
	display:block;
	background:url(../images/nav/contact.jpg) no-repeat top left;
}
a.btn8{
	width:96px;
	height:42px;
	display:block;
	background:url(../images/nav/brochure.jpg) no-repeat top left;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover,
.btn7:hover,
.btn8:hover{
	background-position:bottom left;
}

body.overview #navigation a.btn1,
body.profile #navigation a.btn2,
body.maps #navigation a.btn3,
body.buildingplans #navigation a.btn4,
body.features #navigation a.btn5,
body.documents #navigation a.btn6,
body.contact #navigation a.btn7,
body.brochure #navigation a.btn8{
	background-position:bottom left;
}

#content{
	background:url(../images/contentbg.jpg) repeat-y;
	width:750px;
	margin:0 auto;
}

#leftcolumn{
	width:218px;
	float:left;
}

#rightcolumn{
	width:530px;
	float:right;
	text-align:left;
}

h1{
	width:484px;
	height:37px;
	margin:15px 0px 5px 20px;
}

h1 span{
	display:none;
}

body.overview h1{background:url(../images/title/forlease.jpg) no-repeat; height:65px;}
body.profile h1{background:url(../images/title/profile.jpg) no-repeat;}
body.maps h1{background:url(../images/title/maps.jpg) no-repeat;}
body.buildingplans h1{background:url(../images/title/buildingplans.jpg) no-repeat;}
body.features h1{background:url(../images/title/features.jpg) no-repeat;}
body.documents h1{background:url(../images/title/documents.jpg) no-repeat;}
body.contact h1{background:url(../images/title/contact.jpg) no-repeat;}
body.brochures h1{background:url(../images/title/brochures.jpg) no-repeat;}

p{
	margin:5px 20px 15px 20px;
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
}

a{
	color:#467794;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
	

table{
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
	margin:5px 20px 15px 20px;
}

.tableborder{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #467794;
	border-left-color: #467794;
}

table td{
	padding:0 0 3px 10px;
}

.imgborder{
	padding:5px;
	border:1px solid #233944;
	background:#0a202c;
	margin:0 0 5px 15px;
}

a:hover .imgborder{
	padding:5px;
	border:1px solid #233944;
	background:#467794;
	margin:0 0 5px 15px;
}

.pdf{
	padding:4px 0 1px 20px;
	background:url(../images/icons/pdf.jpg) no-repeat top left;
	display:block;
	margin-bottom:-7px;
}

a.doc{
	padding:4px 0 1px 20px;
	background:url(../images/icons/doc.jpg) no-repeat top left;
	display:block;
	margin-bottom:-7px;
}

a.xls{
	padding:4px 0 1px 20px;
	background:url(../images/icons/xls.jpg) no-repeat top left;
	display:block;
	margin-bottom:-7px;
}

.undertext{
	font-style:oblique;
	font-size:.9em;
	margin-left:20px;
}

#calpacific{
	float:right;
	margin:-155px 80px 0 0;
	
}

#footer{
	width:750px;
	height:110px;
	background:url(../images/footerbg.jpg) no-repeat bottom left;
}

#footerbreak{
	float:right;
	width:534px;
	height:2px;
	margin-bottom:8px;
}

#footerright{
	width:530px;
	float:right;
	text-align:left;
}

#footerright p{
	color:#8c9ca5;
	font-size:1em;
	margin-bottom:-5px;
}

#footerright a{
	color:#fff;
	font-size:1em;
	text-decoration:underline;
	float:right;
	clear:both;
	margin:0 20px 2px 0; 
}

#footerright a:hover{
	text-decoration:none;
}

