@charset "UTF-8";
/* CSS Document */

/************** MAIN LAYOUT **************/
#wrapper {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fffcec;
	padding-bottom: 15px;
}
/**************** FOOTER STYLES *****************/
#footer {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	margin: 0px;
	padding: 30px 0px 5px;
	background-color: #1d483d;
	color: #fffcec;
}
#footer a {
	padding: 1px;
	text-decoration: underline;
	color: #e9dfb1;
}
#footer a:hover {
	text-decoration: none;
	color: #ff9562;
}
#footer a:active {
	text-decoration: none;
	background-color: #fffcec;
	color: #1d483d;
}
#footer #logins {
	display: none;
}
/************** BASIC STYLES **************/
p {
	margin: 2px 0px 15px;
	padding: 2px 0px 2px 7px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 3px 3px 0px;
	padding: 2px 0px;
}
h1 {
	font: bold 1.9em Verdana, Arial, Helvetica, sans-serif;
	color: #5e0508;
	margin: 0px 3px 2px 0px;
	padding: 0px;
}
h2 {
	color: #113b2f;
	font-size: 1.7em;
}
h3 {
	color: #a12a2c;
	font-size: 1.55em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
#mainbody a, #mainbody a:link {
	text-decoration: underline;
	color: #bb4f1c;
	padding: 0px 1px;
}
#mainbody a:visited {
	color: #7d2900;
}
#mainbody a:hover {
	text-decoration: none;
	color: #ff6b25;
}
#mainbody a:active {
	text-decoration: none;
	color: #fffcec;
	background-color: #5e0508;
}
strong {
	font-weight: bold;
	color: #a91c20;
}
em {
	font-style: italic;
	color: #113b2f;
}
#logo {
	background: url(../images/build/logo.gif) no-repeat scroll center top;
	height: 123px;
	width: 177px;
}
#picture {
	display: none;
}
#tagline {
	display: none;
}
#organizations {
	display: none;
}
#paypal {
	display: none;
}
#subscribe {
	font-family: Arial, Helvetica, sans-serif;
	color: #5e0508;	
}
#subscribe h5 {
	font-size: 1.1em;
}
#subscribe p {
	font-size: .9em;
	line-height: 1.2em;
}
#subscribe label {
	font-weight: bold;
}
/************** QUIPS **************/
#quip {
	display: none;
}
/************** NAVIGATION **************/
#navigation {
	background-color: #5e0508;
}
#since {
	background-color: #5e0508;
}
ul#nav {
	background: #5e0508;
	list-style-type: none;
}
ul#nav li {
	border-bottom: 1px solid #fffcec;
}
ul#nav li.last {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited, ul#nav li span {
	padding: 6px 3px 6px 12px;
	color: #fffcec;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bolder;
	display: block;
}
* html ul#nav li a {display: inline-block;}
* html ul#nav li a {display: block;}
ul#nav li a:hover, ul#nav li span {
	background-color: #460002;
	color: #fffcec;
}
ul#nav li a:active {
	background-color: #6b3739;
	color: #fffcec;
}
/************** CLASSES **************/
/* .resources for links under explanation */
h6.resources {
	font-size: 1.1em;
	color: #113b2f;
}
img.right {
	display: none;
}
.clear {
	clear: both;
}
img.left {
	display: none;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
/************* FORM CSS *****************/
#formpage {
	display: none;
}
#phone p, #address p {
	font-size: 1.2em;
	color: #6A1B1C;
}
h2.formheader {
	display: none;
}
/******************** BLOG CSS *****************/
.question {
	margin: 10px 0px;
	padding: 10px 0px;
}
h3.blog, h4.blog, p.blog {
	font-size: small;
}
h3.blog {
	color: #5e0508;
	font-size: 1.25em;
}
h4.blog {
	color: #113b2f;
	font-weight: normal;
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
}
/******************* COUPON CSS *****************/
h3 {
	font-size: 1.8em;
	text-align: center;
}
.coupon {
	border: 4px dashed #000;
	background-color: #fff;
	margin: 20px;
	font-size: small;
	text-align: center;
}
.coupon h2 {
	font-size: 3em;
	color: #000;
}
.coupon h4 {
	font-size: 1.4em;
}
.small {
	font-style: italic;
	font-size: .6em;
}










