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

/*-------------------------------------------------------*/
/*                       RESET                           */
/*-------------------------------------------------------*/

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table { 
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

q:before, q:after {
content:'';
}

abbr, acronym {
border:0;
}


/*-------------------------------------------------------*/
/*                     UNIVERSAL                         */
/*-------------------------------------------------------*/

/*This part of the stylesheet is meant to describe what the norm will be for commonly used HTML tags and common layout elements.*/

body {
	font-size: .9em;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	background-color: #e4d0b5;
	background-image: url(../images/global/body.jpg);
	background-repeat: repeat-x;
	color: #191312;
	text-align: center;
}

a:link, a:visited {
	color: #b6625f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #b6625f;
}

h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Apple Gothic, sans-serif;
	padding: 0 .25em .25em .25em;
}

h2 {
	border-bottom: 4px solid #f58e8f;
	color: #4a3736;
	font-size: 2em;
	margin-bottom: 1em;
	text-transform: lowercase;
}

h3 {
	border-bottom: 2px solid #f58e8f;
	color: #7c5b5a;
	font-size: 1.75em;
	margin-bottom: .75em;
}

h4 {
	color: #956e6c;
	font-size: 1.5em;
	margin-bottom: .5em;
}

p, ul, ol {
	margin-bottom: 1em;
	padding-left: .25em;
	padding-right: .25em;
}

.fineprint {
	font-size: 75%;
}

sup {
	font-size: 50%;
}

li {
	margin-left: 30px;
}

table {
	width: 100%;
}

table caption {
	color: #7c5b5a;
	font-size: 1.75em;
	caption-side: top;
}

td {
	background-color: #fffbee;
	border-left: 2px solid #fcd4b8;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

td.first {
	border: none;
}

tr.odd td {
	background-color: #ffefc4;
}

th {
	background-color: #f58e8f;
	border-left: 2px solid #fff6e1;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

th.first {
	border: none;
}

#wrapper {
	background-color: #fff6e1;
	background-image: url(../images/global/wrapper.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#header {
	background-image: url(../images/global/header.png);
	height: 260px;
	position: relative;
	text-align: center;
}

#header_image {
	left: 330px;
	position: absolute;
	top: 90px;
}

#logo {
	left: 10px;
	position: absolute;
	top: 60px;
}

#sitename {
	position: absolute;
	top: 0;
	left: -10000px;
}

#tagline {
	position: absolute;
	top: 0;
	left: -10000px;
}

#mission_statement {
	position: absolute;
	top: 0;
	left: -10000px;
}

p.mission_statement {
	color: #7b4e4c;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-style: italic;
}

#content {
	padding: 0 10px 0 10px;
	position: relative;
}

#sidebar_1 {
	float-left;
	font-size: 90%;
	padding: 0;
	width: 310px;
}

/* --- .sidebar_1_box --- */

.sidebar_1_box {
	background-image: url(../images/global/sidebar_1_box.png);
	background-repeat: repeat-y;
	margin: 0 0 10px 10px;
	padding: 0;
	position: relative;
	width: 290px;
}

.sidebar_1_box .header {
	background-image: url(../images/global/sidebar_1_box_header.png);
	background-repeat: no-repeat;
}

.sidebar_1_box .header h3 {
	clear: none;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.sidebar_1_box .content {
	padding: 10px;
	text-align: center;
}

.sidebar_1_box .content p {
	margin: 0;
	padding: 0;
}

.sidebar_1_box .footer {
	background-image: url(../images/global/sidebar_1_box_footer.png);
	height: 10px;
	width: 290px;
}

/* --- END --- */

#main {
	float: right;
	width: 620px;
}

#footer {
	background-color: #e4d0b5;
	background-image: url(../images/global/footer.png);
	background-repeat: repeat-x;
	clear: both;
	font-size: 80%;
	height: 90px;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

#footer a {
	font-weight: normal;
	text-decoration: underline;
}

div.image {
	border-bottom: 1px solid #333;
/*	clear: right;/* comment out to allow for more flexible image positioning through CMS */
	float: right;
	margin: 10px 0 10px 20px;
	width: 300px;
}

div.caption p {
	font-size: .8em;
	margin-top: 10px;
}

div.caption p span.title {
	font-weight: bold;
}

div.note {
	background-color: #ebf0d1;
	border: 2px solid #a6b934;
	color: #424a14;
	padding: 20px;
}

div.warning {
	background-color: #f8e3d1;
	border: 2px solid #e07d33;
	color: #5a3214;
	padding: 20px;
}

div.error {
	background-color: #eed4d5;
	border: 2px solid #b03246;
	color: #46141c;
	padding: 20px;
}

img.image {
	border: 10px solid #fdddac;
	float: right;
	margin: 0 0 10px 10px;
	width: 210px;
}

div.caption {
	border-bottom: 10px solid #fdddac;
	clear: right;
	float: right;
	font-size: 85%;
	font-style: italic;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 10px;
	width: 220px;
}

/*------------------------------------------------------*/
/*                       FORM                           */
/*------------------------------------------------------*/

form {
	padding: 20px;
}

form div {
	margin: 0;
	padding: 0;
	padding: 10px 0 10px 0;
}

form div label {
	float: left;
	width: 140px;
	padding-right: 10px;
	text-align: right;
}

form input {
	width: 400px;
}

form #submit input {
	width: auto;
}

form textarea {
	width: 400px;
	height: 200px;
}

form #captcha_code {
	width: 100px;
}

#captcha {/* img */
	display: block;
	margin-bottom: 10px;
	margin-left: 150px;
}

#submit {
	padding-left: 160px;
}

#submit input {
	width: auto;
}

form fieldset {
	margin-bottom: 20px;
}

form legend {
	font-family: “Gill Sans”, “Trebuchet MS”, Calibri, sans-serif;
	font-size: 1.25em;
}

form div.smallprint {
	font-size: 80%;
	padding-left: 150px;
}

/* --- Validate --- */

label.error {
	color: #CC0000;
	/*display: block;*/
	float: none;
	margin-left: 20px;
}

input.error {
	background-color: ffa9b8;
	border: 1px solid #CC0000;
}

textarea.error {
	background-color: ffa9b8;
	border: 1px solid #CC0000;
}

/* --- end of Validate --- */


/*-------------------------------------------------------*/
/*                      LIBRARY                          */
/*-------------------------------------------------------*/

.clearfloat {
	clear: both;
}

span.loud {
	color: #f37c5e;
	font-size: 1.5em;
	font-style: italic;
}