body {
	background: url(images/page-bg.jpg) repeat-x;
	font-family: Georgia;
	font-size: 11px;
}
strong {
	font-weight: bold;
}
i {
	font-style:italic;
}
#container {
	width: 736px;
	margin: auto;
}
#header {
	height: 128px;
	background: url(images/header-text.jpg) no-repeat right bottom;
	zoom: 1;
}
#header h2 {
	background: url(images/logo.jpg) no-repeat;
	width: 93px;
	height: 114px;
	border: 0;
	margin: 0;
	padding: 0;
}
#nav {
	margin-top: 10px;
	height: 238px;
	text-transform: uppercase;
}
#nav .active a {
	color: #0BAE4D;
}
#nav .active {
	color: #639276;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
#nav dd {
	color: #959695;
	border-bottom: 1px dotted #959695;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
#nav img {
	padding: 8px;
	background: #6B6B6B;
}
#feature {
	height: 124px;
}
.feature-box {
	float: left;
	margin-top: 16px;
	width: 229px;
	height: 80px;
	background: #FFFFFF url(images/feature-box-bg.jpg) no-repeat 120px top;
	margin-left: 6px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.feature-box h3 {
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.feature-box a {
	display:block;
	text-decoration: none;
}
.feature-box img {
	float: left;
}
.feature-box div {
	margin-left: 121px;
	color: #000000;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#content .left-col {
	color: #6B6B6B;
}

#footer {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
h1, h2, h3 {
	font: 20px Georgia;
	border-bottom: 1px dotted #6B6B6B;
	color: #482E84;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
h2 {
	font-size: 18px;
	padding-top: 6px;
}
h3 {
	font-size: 16px;
	padding-top: 6px;
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}

li {
	list-style: square;
	margin-left: 16px;
	margin-bottom: 10px;
}

.left-col {
	float: left;
	width: 204px;
}
.right-col {
	float: right;
	width: 510px;
}
/* standard stylesheet */
.hidetext {
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none !important;
	text-indent:-5000px;
}
.no-left-margin {
	margin-left: 0;
}
.contain-float {
	*zoom: 1;
}
.contain-float:after {
	content: '.';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* Illustrated box */
.illustrated-box {
	margin-bottom: 30px;
}
.illustrated-box img {
	float: left;
	margin-right: 20px;
}
.illustrated-box h3 {
	border-bottom: none;
}

/* Testimonial blocks */
.testimonial {
	margin-bottom: 15px;
}
.testimonial blockquote {
	font-family: Georgia;
	font-size: 20px;
	line-height: 21px;
	color: #6B6B6B;
	text-indent: -0.5em;
	margin-left: 0.5em;
}
.testimonial .attribute {
	color: #ACACAC;
	margin: 3px 0 auto 30px;
}