html, body, div, h1, h2, h3, h4, h5, h6, dt, dd, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0;
	font-family:"Lucida Grande", "Helvetica", "Arial", sans-serif;
	color:#069;
	font-size:16px;
	line-height:150%;
	}

.clear {
	clear: both;
	}

h1 {
	color:#6C4434;
	font-family:"Georgia", "Garamond", "Times New Roman", serif;
	font-size:25px;
	font-weight:normal;
	}

a, a:link, a:visited {
	color:#036; text-decoration: underline; font-weight:bold;
	}

a:active, a:hover {
	color:#069;	text-decoration: underline; font-weight:bold; 
	}

strong {
	color:#036; font-weight:bold;
	}

a img {
	border:0;
	}

.video {
	width:385px;
	border:6px solid #B3D2DD;
	}

/* CONTAINERS */

html {
	background: url(images/bg.jpg);
	height:100%;
	}

body {
	background: url(images/bgTopLeft.jpg) 0 0 no-repeat;
	height:100%;
	}

.wrapper {
	width: 969px;
	margin: 0 auto;
	height: auto !important;
	position: relative;
	padding:50px 0 0 0;
	}

.top {
	width:969px;
	height:154px;
	position:relative;
	float:left;
	}

.content {
	width:809px;
	height:auto;
	position:relative;
	float:left;
	background:url(images/middle.png);
	padding:20px 80px 0 80px;
	}

.footer {
	width:809px;
	min-height:140px;
	position:relative;
	float:left;
	background:url(images/bottom.png) 0 0 no-repeat;
	padding:48px 80px 0 80px;
	font-size:10px;
	}

.footer a:link, .footer a:visited {
	margin:0 20px 0 0;
	text-decoration:none;
	font-weight:normal;
	color:#699;
	}

.footer a:hover, .footer a:active {
	margin:0 20px 0 0;
	text-decoration:underline;
	font-weight:normal;
	color:#699;
	}
	
/* SIDEBAR */

.introContent {
	width:385px;
	font-size:14px;
	}

.introTestimonial {
	color:#300;
	}

.mainContent {
	width:580px;
	float:left;
	}

.sidebar {
	width:175px;
	float:left;
	margin:45px 0 0 45px;
	font-size:12px;
	}

.sidebar ul, li {
	margin:0 0 0 8px;
	padding:0;
	}

.sidebar .testimonial {
	color:#036;
	padding:20px 0 20px 0;
	}

.leftContent {
	width:400px;	
	float:left;
	font-size:14px;
	}

.rightContent {
	width:385px;	
	float:right;
	font-size:14px;
	}

.alt {
	color:#036;
	}

/* NAVIGATION */
	
.navigation {
	position:relative;
	float:right;
	margin:0 0 0 0;
	height:22px;
	width:956px;
	background:url(images/bgNav.png);	
	}

.navAbout {
	position:absolute;
	top:0; right:472px;
	width:100px;
	height:22px;
	background:url(images/navAbout.jpg) no-repeat;
	}
.navAbout:hover {
	background:url(images/navAbout.jpg) 0 22px;
	}
	
.navHelp {
	position:absolute;
	top:0; right:329px;
	width:143px;
	height:22px;
	background:url(images/navHelp.jpg) no-repeat;
	}
.navHelp:hover {
	background:url(images/navHelp.jpg) 0 22px;
	}
	
.navHomes {
	position:absolute;
	top:0; right:156px;
	width:173px;
	height:22px;
	background:url(images/navHomes.jpg) no-repeat;
	}
.navHomes:hover {
	background:url(images/navHomes.jpg) 0 22px;
	}

.navTestimonials {
	position:absolute;
	top:0; right:0;
	width:156px;
	height:22px;
	background:url(images/navTestimonials.jpg) no-repeat;
	}
.navTestimonials:hover {
	background:url(images/navTestimonials.jpg) 0 22px;
	}
