body { 
	background: #963 url(images/bg2.jpg);
	margin: 0 0 12px 0;
	padding: 0;
	text-align: center;
	}
#wrapper {
	width: 800px;
	background: white;
	padding: 0;
	margin: 0;
	border: 1px solid #4ac7c1;
	border-top: 0;
	}
#contentwrapper {
	padding: 0px;
	text-align: left;
	background: white;
	color: #333;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	}
#content {
	padding: 12px 36px 24px 220px;
	text-align: left;
	background: white;
	}
#content td {
	color: #333;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	}
#logos {
	clear: both;
	text-align: center;
	background: white;
	margin: 1em;
	}
#content ul li
{
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
.success {
	margin: 1em 24px;
	border: 1px solid gray;
	background: #add8ec;
	text-align: left;
	padding: 8px;
	}
.imgright {
	float: right;
	margin: 1em 0 1em 2em;
	}
.pullquoteright {
	float: right;
	margin: 1em 0 1.5em 32px;
	border-right: 1px solid pink;
	border-bottom: 1px solid pink;
}
a:link {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}
#footer {
	clear: both;
	background: #154bdc url(images/bg_footer.jpg) center center no-repeat;
	color: white;
	text-align: center;
	margin: 0;
	padding: 8px;
	border: 0;
	border-top: 1px solid #154bdc;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
#footer a:link {
	color: yellow;
	text-decoration: none;
	}
#footer a:visited {
	color: yellow;
	text-decoration: none;
	}
#footer a:hover {
	color: #9ff;
	text-decoration: underline;
	}
#footer a:active {
	color: yellow;
	text-decoration: none;
	}
#navwrapper {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	background: white url(images/bg_nav.jpg) top center no-repeat;
	text-align: left;
	}
#navwrapper #clientquote {
	width: 179px;
	margin: 18px 0;
	background: transparent url(images/quote_top.jpg) top center no-repeat;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000;
	padding: 32px 8px 0 8px; 
}

/*#navwrapper #clientquote p {
	padding: 0 0 32px 0;
	background: transparent url(images/quote_btm.jpg) bottom center no-repeat;
}*/
#nav {
	margin: 8px 4px 24px 4px;
	padding-bottom: 16px;
	background: transparent;
	line-height: 100%;
	}
#nav h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 0;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	padding: 0px;
	margin: 2px 0 2px 0;
	}
#nav #thispage {
	padding: 0px 2px 2px 1px;
	margin-left: 2px;
	color: gray;
	border-left: 3px solid gray;
	}
#nav li a {
	color: blue;
	display: block;
	text-decoration: none;
	padding: 0px 2px 2px 1px;
	margin-left: 2px;
	border-left: 3px solid transparent;
	}
#nav li a:hover {
	color: #333;
	border-left: 3px solid #03c;
	}