@charset "UTF-8";
/* color scheme
.brown {
  color: #a53;
}
.gold {
  color: #eb6;
}
.green {
  color: #6a6;
}
.teal {
  color: #378;
}
.cream {
  color: #ffd;
}
.charcoal {
  color: #222;
}
.white {
  color: #fff;
}
*/

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #6a6 url(../images/halo.jpg) repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #444;
	text-align: center;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	background: #fff url(../images/masthead.jpg) no-repeat;
	height: 180px;
	width: 960px;
	text-align: center;
}
#column-wrap {
	background: #fff url(../images/container.gif) repeat-y;
}
#left {
	width: 200px;
	float: left
}
#main {
	width: 760px;
	float: left;
}
#footer {
	width: 960px;
	background: #378;
}
.content {
	padding: 10px;
}
#left .content {
	padding: 0 0 0 4px;
}
#main .content {
	padding: 10px 200px 10px 20px;
}
#right .content {
	padding: 0;
}
#footer .content {
	padding: 4px 20px;
	font-size: 0.9em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(../images/header.gif) 0 0 no-repeat;
	width: 960px;
	height: 180px;
	display: block;
	margin: 0 auto;
}
#masthead .content {
	padding: 0;
}

/* Menu */
#left h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 6px 0 0 6px;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#left ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	color: #fff;
	line-height: 1em;
	font-size: 13px;
	margin: 6px 0;
	background: transparent url(../images/nav.jpg) 0 0 repeat-y;
}
#left ul li a:hover {
	color: #dee;
	background-position: 0 50%;
}
.p7uberlink {
	color: #eb6 !important;
	background-position: 0 100% !important;
}

/* General Formatting */
h2 {
	font-size: 1.5em; 
	line-height: 1.1em; 
	color: #254;
	font-weight: bold;
	margin: 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #a53;
	font-weight: bold;
	margin: 1em 0 0 0;
}
h4 {
	font-size: 1.2em;
	color: #a53;
	margin: 1em 0 0 0;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	color: #254;
	margin: 1em 0 0 0;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	color: #254;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height: 1.4em;
	margin: 0.8em 0 0 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #254;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(../images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 8px 0 0 2em;
}
#main li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
#footer #to-top {
	text-align: center;
}
#footer .copyright {
	color: #fff;
	text-align: center;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #09a;
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
.byline {
	color: #666;
	text-align: right;
}
.big-cap {
	margin-top: 1.5em;
}
.big-cap:first-letter {
	font-size: 40px;
	line-height: 0.8em;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #ddd;
	padding: 2px;
}
input select {
	background: none;
}

/* Main Links */
#main a {
	text-decoration: none;
	color: #6a6;
	border-bottom: 1px dotted #6a6;
}
#main a:visited {
	color:#7a7;
	border-color: #7a7;
}
#main a:hover {
	color: #eb6;
	border-bottom: 1px solid #eb6;
	background: #eee;
}

/* Newsletters  */
.navigation {
	width: 500px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
.clear {
	clear: both;
}
.single #left ul li.page-item-6 a {
	color: #999; 
	background-position: 0 -25px;
}
#pay-form {
	text-align: center;
	margin-top: 10px;
}

/* Images */
.imageb {
	border: 2px solid #a53;
	margin: 6px;
}
.caption {
	background: #ffd;
	border: 2px solid #a53;
	text-align: center;
}
.caption p {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.1em;
}
.caption-right {
	text-align: center;
	width: 220px;
	border: 2px solid #a53;
	float: right;
	margin: 6px -190px 6px 8px;
	display:block; 
	background: #ffd;
	padding: 6px;
}
.caption-right p {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.1em;
	width: 220px;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #857;
}
img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
.text-right {
	text-align: right;
}

/* credit styles */
#credit {
	width: 260px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #fff;
	line-height: 26px;
}
#credit a {
	background: transparent url(../images/red-378.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}
#credit-hidden {
	display: none;
}