@import url("reset.css");
@import url("nav.css");
/* main layout */
body {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}
#container {
	padding-left: 230px;	/* LC fullwidth */
	padding-right: 250px;	/* RC fullwidth + CC padding */
	min-width: 250px;		/* LC fullwidth + CC padding */
}
#nav-secondary, #content, #sidebar {
	position: relative;
	float: left;
}
#nav-secondary {
	width: 220px;			/* LC width */
	padding: 0 10px 0 0;	/* LC padding */
	right: 250px;			/* LC fullwidth + CC padding */
	margin-left: -100%;
}
#content {
	padding: 0 10px;
	width: 100%;
}
#sidebar {
	width: 220px;			/* RC width */
	padding: 0 0 0 10px;	/* RC padding */
	margin-right: -100%;
}
#footer {
	clear: both;
}

/* core styles, for nav styles see nav.css */
body {
	background: #000 url("../img/style/bg-body.gif") repeat-x center top;
	font: 13px/125% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}
a:link {
	color: #EBC524;
}
a:visited {
	color: #8B7205;
}
a:focus, a:hover, a:active {
	color: #F1D669;
}

::-moz-selection {
	background: #EBC524;
	color: #000;
}
::selection {
	background: #EBC524;
	color: #000;
}

/* header styles */
#header {
	padding: 27px 0;
	overflow: hidden;
}
#header #logo {
	background: url("../img/style/logo.png") no-repeat;
	text-indent: -9999em;
	width: 337px;
	height: 155px;
	float: left;
}
#header p.quote {
	float: right;
	font: italic 18px/120% Georgia, "Times New Roman", Times, serif;
	color: #EBC524;
	text-align: right;
	width: 540px;
}
#header p.quote cite {
	font: 11px/180% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	display: block;
}


/* content styles */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content p, #content ol, #content ul, #content dl {
	margin: 1em 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EBC524;
}
#content h1 {
	font-size: 22px;
}
#content h2 {
	font-size: 18px;
}
#content h3 {
	font-size: 15px;
}
#content ol li, #content ul li {
	padding-left: 2em;
}
#content ol li {
	list-style: decimal;
}
#content ul li {
	background: url("../img/style/diamond.gif") no-repeat 0 4px;
}
#content blockquote {
	background: #1F1F1F url("../img/style/bg-quote.gif") no-repeat;
	color: #EBC524;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	line-height: 28px;
}

/* right hand column */
#sidebar {
	margin-top: 350px;
}
a.link-pdf {
	display: block;
	background: url("../img/style/button-pdf.gif") no-repeat;
	margin-top: 2em;
	padding: 9px 0 7px 50px;
	color: #000;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 2em;
}
p.testimonial {
	font: italic 18px/120% Georgia, "Times New Roman", Times, serif;
	color: #EBC524;
	text-align: right;
}
.cufon-active .testimonial q { /* for Cufon.replace('.testimonial q') */
	font-size: 36px;
}

p.testimonial cite {
	font: 11px/180% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	display: block;
}

/* contact links, used on newsletter and contact us pages */
#contact-links li a {
	padding-left: 30px;
	line-height: 34px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	display: -moz-inline-stack;
	display: inline-block;
}
#link-facebook a { background-image: url("../img/style/logo-facebook.gif"); }
#link-twitter a { background-image: url("../img/style/logo-twitter.gif"); }
#link-rss a { background-image: url("../img/style/logo-rss.gif"); }

#contact-links li a:focus, #contact-links li a:hover, #contact-links li a:active {
	text-decoration: underline;
}

/* footer */
#footer {
	text-align: center;
	font-size: 11px;
	padding: 3em 0 1em;
}
