@charset "utf-8";
/* CSS Document */

body 
{
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

* {
	margin:0px;
	border:0px;
	padding:0px;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size:12px; */
	color:#565749;
}

p {
	padding:0px 0px;
	font-size:12px;
}

ol,ul {
	margin-left:20px; 
	padding:5px 0px;
	font-size:12px;
}

ul {list-style-type:square;}

ol {list-style-type:decimal;}

li {padding:3px 0px;}

h1 {
	font-size:20px;
	color:#bf7747;
	padding-bottom:2px;
	margin-bottom: 0px;
}

h2 {
	font-size:16px;
	color:#bf7747;
	padding-bottom:2px;
	margin-bottom: 0px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	color:#565749;
	padding-bottom:2px;
		margin-bottom: 0px;
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#bf7747;
	padding:4px 0 0 0;
		margin-bottom: 0px;
}

#hr {
	height:1px;
	width:100%;
	margin-top:3px;
	margin-bottom:6px;
	background-color:#bf7747;
}

.white {background-color:#fff;}
.brown {background-color:#756647;}
.red {background-color:#d31145;}
.orange {background-color:#e48116;}
.bold {font-weight:bold;}
.right {text-align:right;}
.ital {font-style:italic;}

a {color:#d3003a;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

#wrapper {
	margin:0px auto;
	width:900px;
	/* min-height:600px;*/
	position:relative;
    vertical-align: top;
}

.more {
	height:1em;
	background-color:#756647;
	padding:1px 6px 0px 6px;
	margin-left:10px;
	color:#fff;
	font-size:9px;
}

a.more {color:#d9cbb1;}
a.more:hover {
	color:#fff;
	text-decoration:none;
}

/* begin header declarations */
#header {
	margin-top:20px;
	width:900px;
}

#search {
	margin-top:28px;
	width:200px;
	height:28px;
	position:relative;
	float:right;
}

.cse-search-box {
	float:right;
}

#searchtext {
	height:16px;
	width:130px;
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	padding-top:2px;
	vertical-align:middle;
}

#formbutton {
	height:24px;
	width:44px;
	font-size:10px;
	color:#fff;
	background-color:#adad80;
	vertical-align:middle;
}

#menu {
	margin-top:14px;
	width:900px;
	height:28px;
	position:relative;
	z-index:1;
}
/* end header declarations */

/* begin homepage declarations */
#homeimage {
	position:relative;
	top:1px;
	width:900px;
	height:300px;
}

#homeleft {
	position:relative;
	margin-top:6px;
	float:left;
	width:434px;
	min-height:120px;
	overflow:hidden;
	padding:8px 0px;
	font-size:12px;
}

#homeright {
	position:relative;
	margin-top:6px;
	float:right;
	width:434px;
	min-height:120px;
	overflow:hidden;
	background-color:#d5d1be;
	padding:8px;
	font-size:12px;
}

#homeright img, #homeleft img {
	margin:2px 0px 0px 2px;
	float:right;
}
/* end homepage declarations */

/* begin content pages declarations */
#sidebar_left {
	position:relative;
	top:0px;
	left:0px;
	float:left;	
	width:200px;
	margin-top:1px;
	overflow:hidden;
}

#breadcrumbs {
	position:relative;
	top:0px;
	left:0px;
	margin-top:10px;
	font-size:10px;
}

#newsletter {
	position:relative;
	width:200px;
	margin-top:30px;
	font-size:12px;
	vertical-align:top;
}

#newslettertext {
	height:16px;
	width:130px;
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	padding-top:2px;
	vertical-align:middle;
}

#content {
	position:relative;
	top:0px;
	left:0px;
	float:left;	
	width:460px;
	padding:10px 20px;
	margin-top:1px;
	overflow:hidden;
}

#search_content {
	position:relative;
	top:0px;
	left:0px;
	float:left;	
	width:620px;
	padding:10px 20px;
	margin-top:3px;
	overflow:hidden;
}

#sidebar_left, #sidebar_right img {vertical-align:top;}

#sidebar_right {
	position:relative;
	top:0px;
	left:0px;
	float:right;	
	width:200px;
	margin-top:1px;
}

#logobox_right {
	position:relative;
	width:200px;
	min-height:60px;
	padding:0px;
	top:20px;
	margin-bottom:20px;
}

#infobox_right {
	position:relative;
	width:180px;
	height:auto;
	top:20px;
	padding:10px;
	background-color:#d5d1be;
	overflow:hidden;
}

#quotebox_right {
	position:relative;
	width:180px;
	height:auto;
	top:20px;
	padding:36px 10px 10px 10px;
	background-image:url(../images/quote_l.png);
	background-color:#d5d1be;
	background-repeat:no-repeat;
	background-position:6px 6px;
	overflow:hidden;
	z-index:1;
}

#quotebox_endquote {
	position:absolute;
	width:44px;
	height:44px;
	bottom:0px;
	right:0px;
	padding:6px;
	background-image:url(../images/quote_r.png);
	background-repeat:no-repeat;
	background-position:0px;
}

.quote_text {
	font-style:italic;
	font-size:13px;
}

#dykbox_right {
	position:relative;
	width:180px;
	height:auto;
	top:20px;
	padding:16px 10px 10px 10px;
	background-image:url(../images/dyk.png);
	background-color:#d5d1be;
	background-repeat:no-repeat;
	background-position:134px 10px;
	overflow:hidden;
	z-index:1;
}

.dyk_text {
	font-size:13px;
}

#nqbox_right {
	position:relative;
	width:180px;
	height:auto;
	top:20px;
	padding:16px 10px 10px 10px;
	background-image:url(../images/bubble.png);
	background-color:#d5d1be;
	background-repeat:no-repeat;
	background-position:134px 10px;
	overflow:hidden;
	z-index:1;
}

#gibox_right {
	position:relative;
	width:180px;
	height:auto;
	top:20px;
	padding:16px 10px 10px 10px;
	background-image:url(../images/getinvolved.png);
	background-color:#d5d1be;
	background-repeat:no-repeat;
	background-position:134px 10px;
	overflow:hidden;
	z-index:1;
}

.staff_img {
	float:left;
	margin-right:6px;
	margin-bottom:12px;
}
/* end content pages declarations */

/* begin contact form declarations */
.contact_form {
	padding:0px;
	width:330px;
}

.contact_form_label {
	padding:6px 0px;
	font-size:12px;
	padding:0px;
	width:100px;
	text-align:right;
	height: 26px;
}

.contact_form_input {
	height:14px;
	width:220px;
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	padding-top:4px;
	vertical-align:middle;
}

.contact_form_select {
	height:12px;
	width:200px;
	font-size:12px;
	color:#565749;
	/*	border:solid 1px #565749; */
	vertical-align:middle;
}

.contact_form_dropdown {
	height:24px;
	border:solid 1px #565749;
}

.contact_form_textarea {
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	padding-top:4px;
	vertical-align:middle;
}

.contact_form_select {
	height:24px;
}

.contact_form_textarea {
	height:100px;
}

.contact_form_submit {
	height:20px;
	width:44px;
	font-size:10px;
	color:#fff;
	background-color:#adad80;
	padding-bottom:1px;
	vertical-align:middle;
}

.contact_form_extra_label {
	font-size:12px;
	padding:0px;
	text-align:left;
	height: 26px;
}

.contact_form_input_preview {
	height:14px;
	width:220px;
	font-size:12px;
	color:#565749;
	padding-top:4px;
	vertical-align:middle;
}
/* end contact form declarations */

/* begin footer declarations */
#footer {
	position:relative;
	margin-top:28px;
	left:0px;
	width:100%;
	height:20px;
	float:left;
}

#footerbar {
	position:relative;
	top:0px;
	width:100%;
	height:20px;
	margin-top:0px;
	padding-top:5px;
	background-color:#7c6c50;
	font-size:12px;
	text-align:center;
	color:#fff;
}

#footerbar a {color:#fff;}

/********** Poll Box ***************/
.pollbox
{
	width: 100%;
}
.poll_header
{
	font-weight: bold;
	font-size: 14px;
}

/* standard contact form declarations */
.form_header {
	font-size:16px;
	color:#bf7747;
	padding-bottom:54px;
	font-weight: bold;
}

.editable_form_header {
	font-size:16px;
	color:#bf7747;
	font-weight: bold;
}
.editable_form_header_black {
	font-size:16px;
	color:#000000;
	padding-bottom:54px;
	font-weight: bold;
}

.editable_form {
	padding:0px;
}

.form_label {
	padding:2px 0px 0px 0px;
	font-size:12px;
	padding:0px;
	width:125px;
	text-align:left;
	height: 22px;
}

.form_section_label {
	padding:6px 0px;
	font-size:12px;
	padding:0px;
	width:650px;
	text-align:left;
	height: 26px;
	font-weight: bold;
}

.form_input {
	height:16px;
	width:220px;
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	padding-left: 2px;
}

.form_select {
	height:12px;
	width:200px;
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	vertical-align:middle;
}

.form_dropdown {
	height:20px;
	border:solid 1px #000000;
}

.form_multiselect {
	height:12px;
	width:200px;
	font-size:12px;
	color:#565749;
	vertical-align:top;
}

.form_textarea {
	font-size:12px;
	color:#565749;
	border:solid 1px #565749;
	padding-top:4px;
	vertical-align:middle;
}

.form_submit {
	height:24px;
	width:44px;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
	background-image: url(/assets/images/buttonback100.gif);
    background-repeat: repeat-x;
	vertical-align:middle;
}

.form_extra_label {
	font-size:12px;
	padding:0px;
	text-align:left;
	height: 26px;
}

/* end standard form declarations */

.reportlink {
	height:24px;
	color:#d3003a;
	font-size:14px;
	font-weight: bold;
	vertical-align: middle;
}

a.reportlink:link, a.reportlink:active, a.reportlink:visited {
	height:24px;
    color:#d3003a;
	font-size:14px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}
a.reportlink:hover {
	height:24px;
	color:#d3003a;
	font-size:14px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: underline;
}

.standardlink {
	height:14px;
	color:#d3003a;
	font-size:12px;
	font-weight: normal;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.standardlink:link, a.standardlink:active, a.standardlink:visited {
	height:14px;
	color:#d3003a;
	font-size:12px;
	font-weight: normal;
	vertical-align: middle;
	text-decoration: none;
		padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.standardlink:hover {
	height:14px;
	color:#d3003a;
	font-size:12px;
	font-weight: normal;
	vertical-align: middle;
	text-decoration: underline;
		padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.importantmessage {
	font-size:12px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	/* font-size:12px; */
	color:#d3003a;
}
.sectionhover	{
		background: url(../../admin/assets/images/sectionhover3.png) repeat-x;
		height: 100%;
		width: 830px;
		cursor: hand;
}
.sectionhoveroff	{
		background-image: none;
		height: 100%;
		width: 830px;
		cursor: auto;
		border: none;
}

