@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color:#E5E0B8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.main  a, a:link, a:visited, a:hover {
	color:#000000;
}

.front {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.front a:{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.front a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}
.front a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.h1 {
	font-size:27px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#990000;
}
.sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.sidebar a:{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.sidebar a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}
.sidebar a:visited{
	text-decoration:none;
	color:#CCCC66;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCC66;
	text-decoration:none;
}
.footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCC66;
	text-decoration:none;
}
.footer a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}
.footer a:visited{
	text-decoration:none;
	color:#CCCC66;
}

/* following is for the navigation matrix */

/*
CSS Template Name: Cardeo Minimal	
Template Website: http://cardeo.ca	
Description: A minimal CSS Template
Version: 1.0
Author: Matt Lambert
*/

/***------------------------------------
ALL
------------------------------------***/

#nav {
 width: 697px; 
 height: 40px;
 margin: 0; 
 padding: 0;
 position: relative;
 background: url(../images/whatcom-nav-09-3.gif) repeat-x;
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
 line-height:38px;
}

#nav li {
 margin: 0; 
 padding: 0; 
 position: absolute; 
 list-style: none;
 top: 0;
}
 
#nav a {
 background: url(../images/whatcom-nav-09-3.gif) top left no-repeat;
}

#nav li, #nav a {
 height: 40px; 
 display: block;
}

#nav-home {
 width: 139px;
 left: 0;
}

body#home #nav-home a { 
 background-position: 0 -75px;
 color: #333;
}

#nav-home a, #nav-home a:link, #nav-home a:visited {
 background-position: 0 0;
}

#nav-home a:hover {
 background-position: 0 -44px;
}

#nav-home a:active, #nav-home a:active {
 background-position: 0 -44px;
}

#nav-leasing {
 width: 139px;
 left: 139px;
}

body#leasing #nav-leasing a {
 background-position: -100px -75px;
 color: #333;
}


#nav-leasing a, #nav-leasing a:link, #nav-leasing a:visited {
 background-position: -100px 0;
}

#nav-leasing a:hover {
 background-position: 0px -44px;
}

#nav-leasing a:active {
 background-position: -100px -50px;
}

#nav-about {
 width: 139px;
 left: 278px;
}


body#about #nav-about a {
 background-position: -200px -75px;
}


#nav-about a, #nav-about a:link, #nav-about a:visited {
	background-position: -200px 0;
}

#nav-about a:hover {
 background-position:  0px -44px;
}

#nav-about a:active {
 background-position: -200px -50px;
}

#nav-partners {
 width: 139px;
 left: 417px;
}


body#partners #nav-partners a {
 background-position: -200px -75px;
}


#nav-partners a, #nav-partners a:link, #nav-partners a:visited {
	background-position: -200px 0;
}

#nav-partners a:hover {
 background-position:  0px -44px;
}

#nav-partners a:active {
 background-position: -200px -50px;
}

#nav-contact {
 width: 139px;
 left: 556px;
}


body#contact #nav-partners a {
 background-position: -200px -75px;
}


#nav-contact a, #nav-contact a:link, #nav-contact a:visited {
	background-position: -200px 0;
}

#nav-contact a:hover {
 background-position:  0px -44px;
}

#nav-contact a:active {
 background-position: -200px -50px;
}

#nav a, a:link, a:visited, a:hover {
 color: #fff;
 text-align: center;
 text-decoration:none;
 vertical-align:middle;
}
