* {
	margin: 0;
	padding: 0;
}
.clear,
.clearBoth {
	clear: both;
}
body {
	background-color: #f1f1f1;
}
a { color: #3E8DFF; text-decoration: underline; }
a:hover { color: #333; }
#page {
	padding: 30px;
	margin: 0 auto;
	width: 1020px;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}
#header{

}
#logo {
	background: url('/assets/images/logo.gif') no-repeat left center #fff;
	float: left;
}
#logo a {
	width: 268px;
	height: 74px;
	display: block;
	text-decoration: none;
}
#headerInfo {
	float: right;
	text-align: right;
	color: #666;
}
#headerInfo a {
	color: #666;
	text-decoration: none;
}
#headerInfo a.headerNavigationLink {
	font-size: 13px;
	text-transform: uppercase;
}
#headerInfo span.phoneNumber {
	font-size: 25px;
}
#headerInfo span.emailAddress a {
	font-size: 12px;
}
#navigation {
	margin: 10px 0 0;
	background: url('/assets/images/navigationBackground.gif') repeat-x left top #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#navigation ul {
	height: 33px;
}
#navigation li {
	list-style-type: none;
	float: left;
	border-right: 2px solid #595656;
}
#navigation li.active {
	background: url('/assets/images/activeNavigationBackground.gif') repeat-x left top #ccc;
}
#navigation li.first.active {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*
#navigation li.last.active {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
*/
#navigation li a {
	font-size: 12px;
	display: block;
	padding: 9px 30px 10px;
	color: #fff;
	text-decoration: none;
}
#footer {
	margin: 50px 0 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: block;
	float: left;
	color: #333;
	font-size: 12px;
	margin: 10px 0;
}
#footer li.first {
	margin-right: 10px;
}
#footer li.last {
	float: right;
}
.content h1 {
	font-size: 26px; font-family: Arial;
}
.content h2 {
	font-size: 12px; font-family: Arial; font-style: italic; color: #a10a11; font-weight: normal;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.featureTestimonial {
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 0px 15px;
}
.featureTestimonial .author {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	font-weight: bold; font-style: italic; font-size: 14px;
}
.featureTestimonial .quote {
	margin: 0px 0px 10px 0px;
	padding: 7px;
	font-size: 12px;
	border-bottom: 2px dotted #333;
	background: #eee;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}