html, body {
	margin: 0;
	padding: 0;
}

/* typography */

body {
	font-size: 14px;
	line-height: 1.5;
}

body, .highlight h4, .highlight h5, .highlight p, .cside blockquote, .faq h4 {
	font-family: "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, blockquote, .topnav {
	font-family: Georgia, serif;
}

h1, h2, h3, h4  {
	font-weight: normal;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin-top: 0;
/*	margin-bottom: 21 px */
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
	font-weight: normal;
}

.highlight h4, .highlight h5 {
	font-size: 14px;
}

.highlight p {
	font-size: 12px;
}


/* layout */

body {
	color: #890d0b;
	background: #d7c9a4;
}

.c, .bottomnav, .copy, a.flywheel, .disclaimer{
	margin: 0 auto;
	width: 999px;
}

.c {
	background: #f5e7b9;
}

.ctop {
	color: #fff;
	background: #b30909 url(images/topbg.png) repeat-x top left;
	padding: 0 40px;
	border-bottom: 1px solid #cb2727;
}

.topnav {
	color: #fdedb9;
	background: #911b16 url(images/navbg.png) repeat-x top left;
}

.bottomnav {
	margin-top:0px;
}

.bottomnav, .copy, a.flywheel, .disclaimer {
	text-align: center;
}


.cphoto {
	margin: 30px 40px 0;
	padding: 0;
	position: relative;
}

.mainphoto {
	margin: 0;
	padding: 0;
	width: 919px;
	overflow: hidden;
}

.mainphoto img {
	display: block;
}

.cphoto blockquote {
/*	font-style: italic; */
	font-weight: bold;
	margin: 0;
	padding: 15px 20px 15px 20px; /* 15px 5px 15px 20px; */
	position: absolute;
}

.cphoto .light {
	color: #870807;
	background: url(images/quotebg.png);
}

.cphoto .dark {
	color: #fff;
	background: url(images/darkquotebg.png);
}

.cphoto .left {
	top: 20px;
	left: 0;
}

.cphoto .right {
	top: 20px;
	right: 0;
}

.cphoto .rightbottom {
	bottom: 0;
	right: 0;
}

.cphoto .smaller {
	padding: 5px 10px;
	font-size: .8em;
}

.cphoto .note {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.cphoto blockquote p {
	margin: 0;
}

.cmain {
	background: #f5e7b9 url(images/bg.png) repeat-y top center;
	padding: 30px 40px 0;
	width: 919px;
}

.ccontent {
	float: left;
	width: 660px;
	padding: 0 20px 20px 0;
}

.cside {
	float: right;
	width: 199px;
	padding: 0 20px 20px;
}


.cmain:after, .tricol:after, .twocol:after {
	content: "."; 
	height: 0; 
	display: block; 
	visibility: hidden;
	overflow: hidden;
	clear: both; 
}

.nobullet ul {
	list-style: none;
}

.tricol, .twocol {
	min-height: 0;
}

.col {
	float: left;
	padding-right: 3%;
}

.lastcol {
	padding-right: 0;
}

.tricol .col {
	width: 30%;
}

.twocol .col {
	width: 46.9%;
}


/* header */

.ctop h1 {
	background: url(images/logo.png) no-repeat top left;
	margin: 0;
	width: 332px;
	height: 81px;
}

.ctop h1 a {
	text-decoration: none;
	width: 332px;
	padding: 81px 0 0;
	height: 0;
	overflow: hidden;
	display: block;
}

/* top navigation */

.topnav ul {
	text-align: right;
	line-height: 2em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

.topnav a {
	text-decoration: none;
	margin: 0 -4px 0 0;
	padding: .4em 1em;
	border-left: 1px solid #d6a17e;
}

.topnav a:link, .topnav a:visited {
	color: #fdedb9;
}

.topnav a:hover,
.topnav .cur a:link, .topnav .cur a:visited {
	color: #fff;
	background: url(images/navhibg.png) repeat-x top left;
	text-decoration: underline;
}

.topnav li.lastitem a {
	margin: 0;
}

/* bottom navigation */

.bottomnav {
	font-size: .9em;
}

.bottomnav ul {
	margin: 0;
	padding: .5em 0;
	list-style: none;
}

.bottomnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

.bottomnav a {
	text-decoration: none;
	color: #666666;
	padding: 0 2em;
	border-right: 1px solid #666666;
}

.bottomnav .lastitem a {
	border-right: 0;
}

.bottomnav a:hover {
	text-decoration: underline;
}

.copy, .disclaimer {
	font-size: .8em;
	color: #000;
}

.disclaimer {
	width: 800px;
}

a.flywheel {
/*	font-size: .8em; */
	color: #336699;
	text-decoration: none;
}
a.flywheel:hover {
	color: #FFF;
}

/* various content */

address {
	font-style: normal;
	text-align: right;
	margin: 0 0 21px;
	line-height: 16px;
}

address p {
	margin: 0;
}

.highlight {
	margin: 0 0 21px;
}

.highlight h4, .highlight h5, .highlight p {
	margin: 0;
}

.highlight h4, .highlight h5 {
	font-weight: bold;
}

.highlight h5, .highlight p {
	color: #fff;
}

.cside form {
	margin: 0 0 21px;
	text-align: right;
}

.cside form p {
	margin: 0;
}

.cside blockquote {
	font-size: 18px;
	font-style: italic;
	line-height: 27px; /*21 */
	color: #fff;
	margin: 0;
}

.cside .quotemark {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 21px;
	position: relative;
	bottom: -5px;
	width: 16px;
	height: 0px;


}

.onright {
	float: right;
	margin: 0 0 21px 10px;
}

.onleft {
	float: left;
	margin: 0 10px 21px 0;
}

.faq {
	color: #890d0b; /*000;*/
}

.faq h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

.faqanswer {
	color: #890d0b;
}

.underline {
	text-decoration: underline;
}

