/* Set up the page */
html, body { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Top header styles */
#header { height: 115px; background: url(images/headerBG.gif) 0 0 no-repeat; }
#header h1, #header h2 { display: none; }

/* Non-printing items */
.noPrint { display: none; }

/* Navigation */
#nav { position: relative; top: 80px; left: 440px; }
#nav ul li { list-style-type: none; float: left; display: block; float: left; 
	margin-right: 30px; font-size: 200%; }
#nav ul li a { text-decoration: none; display: normal; color: #A1C5E1; }
#nav ul li.home a { width: 84px; height: 35px; }
#nav ul li.home a:link, #nav ul li.home a:visited { }
#nav ul li.home a:hover, #nav ul li.home a:focus { }
body#home #nav ul li.home a, body#about #nav ul li.about a, 
body#faqs #nav ul li.faqs a { color: #4D8CBE; }

/* side form and quote placement */
#testimonialContact { width: 500px; float: right; margin-right: 105px; }
#testimonial { color: #467296; font-size: 80%; font-family: Georgia, serif; 
	font-style: italic; }
#testimonial p { line-height: 1.6em; margin-top: 28px; padding: 12px 0 0 0; }
#testimonial p .quote { display: block; }
#testimonial p .credit { font-weight: bold; display: block; margin-top: 0.3em; }
#contact { display: none; }

/* Main Content Style & placement */
#content * { width: 430px; }
#content h2 { color: #5191C7; font-size: 120%; margin-bottom: 10px; }
#content p { line-height: 1.4em; margin-bottom: 15px; }

/* Bottom Footer Styles */
#footer { }
#footerContent { }
#footer p { text-align: center; }
#footer p.email { font-family: Garamond, Georgia, Times New Roman, Times, serif; 
	font-size: 145%; }
#footer p.email a { color: #005645; }
#footer p.copyright { font-size: 65%; color: #15416E; }
#footer p.copyright a { color: #13649B; font-weight: bold; }
