body {
	background-color: #030;
	color: #300;
	font: normal 0.9em helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}

body,p,td,th,ol,ul,li,dd,dl,dt {}

#banner {
	background: url(../../images/common/banner.gif) repeat-x top left;
	height: 131px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	}

#content {
	float: right;
	max-width: 700px;
	padding-right: 20px;
	padding-bottom: 40px;
	/* width: 35.5em; */
	width: 700px;
	}
	
#content-wrap {
	background-color: #ffc;
	}

#footer {
	background-color: #960;
	color: #ffc;
	padding: 10px 0 15px 0;
	text-align: center;
	}

#home-image {
	margin: 0 auto;
	width: 984px;
	}
	
	
#inner-content-wrap {
	padding-top: 10px;
	}
	
#nav {
	background: url(../../images/common/nav-bg.gif) repeat-x top left;
	height: 34px;
	}

#nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 984px;
	}
	
#nav ul li {
	float: left; 
	}
	
#nav li a, #nav li a:visited, #nav li a:active {
	border-left: solid 1px #C89952;
	color: #F3D37D;
	display: block;
	float: left; 
	height: 18px;
	overflow: visible;
	margin-top: 10px;
	padding-top: 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	/* width: 7.5em; */
	width: 163px;
	/* max-width: 160px; */
	}

#nav li a:hover {
	text-decoration: underline;
	}

/* no left border on first button in nav */
#nav li a#nav-home {
	border-left: none;
	}

/* highlighting */
.home #nav-home, .home #nav-home:hover,
.aboutus #nav-aboutus, .aboutus #nav-aboutus:hover,
.location #nav-location, .location #nav-location:hover,
.features #nav-features, .features #nav-features:hover,
.services #nav-services, .services #nav-services:hover,
.faq #nav-faq, .faq #nav-faq:hover,
.contactus #nav-contactus, .contactus #nav-contactus:hover {
	cursor: default;
	font-weight: bold;
	text-decoration: none;
	}
	
#wrap {
	margin: 0 auto;
	/* max-width: 1000px;
	width: 54em; */
	width: 984px;
	}

	
/* LINKS */

a, a:visited, a:active{
	color: black;
	text-decoration: underline;
	}

/* LOGOS */

#logo {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
	}

#logo h1 {
	display: none;
	}

.bridgeview #logo {
	background-image: url(../../images/logo/bridgeview.gif);
	}

.ottawa #logo {
	background-image: url(../../images/logo/ottawa.gif);
	}

.sterling #logo {
	background-image: url(../../images/logo/sterling.gif);
	}	
	
.warrenpark #logo {
	background-image: url(../../images/logo/warrenpark.gif);
	}

.waterfront #logo {
	background-image: url(../../images/logo/waterfront.gif);
	}

.windmill #logo {
	background-image: url(../../images/logo/windmill.gif);
	}

.willowcrest #logo {
	background-image: url(../../images/logo/willowcrest.gif);
	}	

.woodbridge #logo {
	background-image: url(../../images/logo/woodbridge.gif);
	}	
	
/* PAGE TITLES */

#pageTitle {
	padding-top: 15px;
	}
	
/* PAGE IMAGES */

#pageImage {
	padding-top: 45px;
	}
	
	
/* MISC */

.clear {
	clear: both;
	}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	}
	
img {
	border: none;
	}