@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
	background:#9bd0ef;
	color:#004c31;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, p, dt {
	padding:0 0 10px 0;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
}
h5 {
}
p {
}
ul {
	padding:0 0 10px 20px;
	list-style:disc;
}
li {
}
dl {
}
dt {
	font-size:14px;
	font-weight:bold;
}
dd {
}
a {
	color:#004c31;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
#wrapper {
	width:950px;
	background:#fff url(../images/header_bg.jpg) top right no-repeat;
	margin:25px auto 0 auto;
}
#header {
}
#logo {
	float:left;
}
h1#title {
	color:#006a51;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	padding:15px 15px 0 0;
	line-height:1;
	float:right;
}
#nav {
	width:747px;
	margin:15px 0 0 0;
	background:url(../images/nav_bg.gif) repeat-x;
	border-top:1px solid #004c31;
	float:left;
}
#nav {
	border-top:1px solid #004c31;
}
#nav ul {
	padding:0;
	list-style:none;
}
#nav ul li {
	display:inline-block;
	float:left;
}
#nav ul li a {
	color:#fff;
	line-height:27px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	background:url(../images/nav_bg.gif) repeat-x;
	padding:0 10px;
	display:block;
}
#nav ul li a:hover {
	text-decoration:none;
	background:url(../images/nav_hover_bg.gif) repeat-x;
}
#sidebar {
	width:258px;
	float:left;
}
#quote {
	height:178px;
	padding:50px 20px 0 20px;
	text-align:center;
	line-height:1.3;
	background:url(../images/quote_bg.gif) no-repeat;
}
.quoter {
	font-weight:bold;
	font-style:italic;
}
#main {
	width:688px;
	padding:0 2px 2px 2px;
	float:left;
}
#content {
	height:471px;
	overflow:auto;
	padding:2px 0 0 0;
}
#scroller{
	padding:10px;
	line-height:1.3;
}
#text {
	padding:20px 40px;
}
#text h1 {
	font-weight:normal;
	font-size:22px;
}
#text span {
	color:#f27021;
	font-weight:bold;
}
.testimonial {
	padding:10px;
	border:1px solid;
	margin:0 0 10px 0;
}
#footer {
	height:18px;
	line-height:18px;
	color:#fff;
	font-size:11px;
	text-align:center;
	background:#4a806d;
}
#footer a {
	color:#fff;
}
