/*
 *********************************************
 *             Layout.css                    *
 * 											 *
 *		  IE6 Fixes: see ie6-Layout.css      *
 *		  IE7 Fixes: see ie7-Layout.css      *
 * 											 *
 *********************************************
 */

/* Base Grid
-------------------------------------------------------------- */
ul.simple
{
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

ul.simple li
{
	margin: 0;
	list-style: none;
}

ul.spaced li
{
	margin: 0 0 1.5em 1.5em;
}

#container {
	background: #fff;
	margin: 0 auto;
	padding: 0; 
	width: 874px;
	overflow: hidden;
}



#header {
	background: transparent url(images/header-bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #fff url(images/body-bg.png) repeat-x;
	overflow: hidden;
}

#content {
	background: #fff;
	margin: 0;
	padding: 14px 14px 48px;
	position: relative;
	overflow: hidden;
}

#content .main-content
{
	float: left;
	padding: 0 28px 0 0;
	width: 616px;
}

#content .side-content
{
	float: right;
	padding: 0;
	width: 200px;
}

/* 2 columns in content */
#content .column_wrap
{
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .column_wrap p {padding:0; margin:0 20px 0 0;}
#content .column_wrap .aboutBox{padding:10px 0;}
#content .column_wrap .aboutCat{font-size:14px; text-transform:uppercase; margin:20px 0 0 0; padding:0 0 5px 0; color:#A58B6A; border-bottom:dotted 1px #A58B6A;}
#container #content .main-content .noPadMar{padding:0; margin:0;}
#content .column_a
{
	float: left;
	width: 422px;
	/*margin-right:20px;*/
}

#content .column_b
{
	float: right;
	width: 402px;
}

#content .main-content .column_a,
#content .main-content .column_b
{
	width: 298px;
	overflow:auto;
}

#right {
	background: #ebead1;
	float: right;
	margin: 0;
	padding: 0;
	width: 255px;
}
#footer-container {
	background: #211f20;
	color: #7c7c7c;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}

#footer {
	background: transparent url(images/footer-bg.png) repeat-x;
	margin: 0 auto;
	min-height: 123px;
	padding: 10px 0 0 10px;
	width: 864px;
	
}



/* Header
-------------------------------------------------------------- */

#logo {
	height: 110px;
	margin: 0 auto;
	padding: 10px 0 0 1em;
}
#logo a {
	border: none;
	display: block;
	outline: none;
	padding: 8px 0 0;
	margin: 0;
	line-height: 0;
	width: 220px;
}
#logo a img {
	margin: 0;
	padding: 0;
	
}



/* Content
-------------------------------------------------------------- */
#content h2
{
	margin: 0 0 1em;
	font-size: 161%;
	font-weight: normal;
	color: #003876;
}

#content h3
{
	font-size: 115%;
	margin: 0 0 1em;
}

#content h4
{
	font-size: 110%;
}

#content .left
{
}

#content .no-bottom
{
	margin-bottom: 0;
}


/********** Feature **********/
#feature
{
	text-align: center;
	overflow: hidden; 
}

#feature img
{
	margin: 0; 
	padding: 0;
}


.home .hm-text
{
	float: left;
	font-size: 123.1%;
	width: 275px;
	margin: 1em;
	
}

.home .hm-text span
{
	color: #F8BB0B;
	
	font-weight: bold;
}


.disclaimer
{
	color: #666;
	font-size: 85%;
	padding-top: .5em;
}

/* FAQs
-------------------------------------------------------------- */
#faqs ul, #faqs ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#faqs ul li
{
	margin: 0 0 1em;
}

#faqs ul li ul
{
	margin: 0 0 0 1.5em;
}

#faqs ul li ul li
{
	list-style: disc outside;
	margin: 0 0 1.5em 1.5em;
}

ul.drawers h4.question
{
	cursor: pointer;
	text-decoration: underline;
}

ul.drawers h4.open
{
	font-weight: bold;
}

ul.drawers h4.question:focus
{
	outline: none;
}


/* News
-------------------------------------------------------------- */
#content .NewsSummary
{
	margin: 0 0 2em;	
}

#content .NewsSummary .NewsSummaryLink a
{
	text-decoration: none;
}

#content .NewsSummary .NewsSummaryLink a:hover
{
	text-decoration: underline;
}

#content .NewsSummary .NewsSummaryPostdate,
#content #NewsPostDetailDate
{
	color: #333;
	font-size: 90%;
	margin: 0 0 0.5em;
}

#content #NewsPostDetailDate
{
	margin: 0 0 2em;
}

#content .NewsSummary .NewsSummarySummary
{
	margin: 0 0 0.5em;
}

#content .NewsSummary .NewsSummaryMorelink
{
	font-size: 90%;
}

#content #NewsPostDetailContent
{
	margin: 0 0 2em;
}

#content #NewsPostDetailTitle
{
	font-weight: bold;
	margin: 0;
}

#content #NewsPostDetailPrintLink,
#content #NewsPostDetailReturnLink
{
	font-size: 90%;
}



/* Calendar
-------------------------------------------------------------- */

#calendar {
}
#dates-head {
	border: 1px solid #cbc5a5;
	border-bottom: none;
	width: 392px;
	color: #999966;
	margin: 0;
	padding: 10px;
}
#dates-head p {
	color: #333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}
#dates-head p a {
	color: #666;
	margin: 0;
	padding: 0 3px;
}
#dates-head p.arrows {
	float: right;
}
#dates {
	background: #f4f5ed;
	border: 1px solid #cbc5a5;
	margin: 0 0 8px 0;
	padding: 0 10px 10px;
	width: 392px;
}
#dates table {
	margin: 0 0 10px 0;
	padding: 0;
	width: 392px;
}
#dates table thead tr th {
	margin: 0;
	padding: 0;
	text-align: center;
}
#dates table tr th a {
	color: #6e8d13;
	text-decoration: none;
}
#dates table thead tr {
	border-bottom: 1px solid #999966;
	margin: 0;
	padding: 0;
}
#dates table thead tr th p {
	float: left;
	margin: 0;
	padding: 5px 0;
}
#dates table tr {
	border-bottom: 1px solid #cbc5a5;
	margin: 0;
	padding: 0;
}
#dates table td, #dates table th {
	margin: 0;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}
#dates table td a, #dates table th a {
	color: #84663d;
	margin: 0;
	padding: 2px 0;
	text-decoration: underline;
}

.event
{
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.5em;
	overflow: hidden;
}

.event p, .event .details
{
	margin: 0 0 0.8em;
}

.event .viewdetails
{
}

.event .details
{
	background: #eee;
	display: none;
	padding: 10px;
}

.event .date
{
	color: #333;
	font-size: 90%;
}

/* Footer
-------------------------------------------------------------- */

#footer a {
	color: #7c7c7c;
}

#footer ul {
	margin: 0 auto .5em;
	padding: 0;
	list-style: none;
	
}
#footer ul li {
	display: inline;
	border-right: 1px solid;
	font-size: 85%;
	padding: 0 .5em;
	margin: 0;
	list-style: none;
	text-transform: capitalize;
}

#footer ul li.last {
	border: none;
}

#footer p
{
	margin: 0 0 .5em;
}


/* Navigation
-------------------------------------------------------------- */

/********** Main Navigation **********/

#main-nav {
 	background: #577ca5 url(images/nav-bg.png) repeat-x;
	/*clear: both;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 108%;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1em;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	
}
#main-nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#main-nav ul li {
	float: left;
	/*display: inline;*/
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav ul li.current, #main-nav ul li:hover {
	background: transparent url(images/nav-bg-hv.png) right top repeat-x;
}
#main-nav ul li a {
	border-right: 1px solid #577ca5;
	color: #fff;
	display: block;
	font-size: inherit;
	margin: 0;
	padding: .9em 15px;
	text-transform: inherit;
	text-decoration: none;
}
#main-nav ul li.current a, #main-nav ul li a:hover {
	background: transparent url(images/main-nav-back.png) left top repeat-x;
	border-right: 1px solid #577ca5;
	color: #fff;
	text-decoration: none;
}

/********** Sub Navigation **********/

#sub-nav
{
	float: left;
	margin: 2.4em 0 0;
	padding: 0;
}

#sub-nav li
{
	display: inline;
	line-height: 1.8;
	margin: 0;
	padding: 0 .8em;
}

#sub-nav.no-border li { border-right: none;}

#sub-nav li.last { border-right: none; }

#sub-nav li a
{
	border: none;
	display: inline;
	font-size: 93%;
	font-weight: bold;
	margin: 0;
	padding: .2em 0;
	text-transform: inherit;
	outline: none;
}

#sub-nav a:link
{
	text-decoration: none;
}
#sub-nav a:hover
{
	border-bottom: 1px solid #00345A;
	text-decoration: none;
}
#sub-nav a:active
{
	text-decoration: none;
}
#sub-nav a.selected
{
	color: #00345A;
	border-bottom: 1px solid #00345A;
}
/* Modules
-------------------------------------------------------------- */

/********** Contact **********/
ul.contact
{
	font-size: 95%;
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

ul.contact li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.contact li.strong
{
	color: #003876;
	font-weight: bold;
	margin: 0 0 0.5em;
}

form.cssform {
	margin: 10px 0 10px 0;
	padding: 0;
}
.cssform fieldset {
	display: block;
	padding: 0;
	margin: 0 0 0px 0;
	border: none;
}
.cssform legend {
	font-weight: bold;
	color: #CC0000;
	border: solid 1px #ccc;
	padding: 3px;
	margin: 0;
}
.cssform p {
	margin: 0;
	padding: 0;
	height: 1%;
	vertical-align: middle;
	clear: both;
}
.cssform label {
	display: block;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 5px 0 0;
	margin-top: 8px;
	text-align: right;
}
.cssform label.red {
	color: red;
}
.cssform input, .cssform select {
	margin: 4px 0;
}
.cssform input, .cssform select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
}
.cssform select {
	width: 259px;
	font-size: 10px;
	padding: 3px;
	margin-top: 8px;
}
.cssform select.state {
	width: 50px;
}
.cssform textarea {
	width: 259px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
* html .cssform textarea {
	width: 259px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
.cssform textarea:focus {
	background-color: #FFFFCC;
}
.cssform input[type="radio"] {
	float: left;
	border: none;
	background-color: #fff;
}
.cssform label.respond {
	width: 75px;
}
.cssform input[type="text"] {
	display: block;
	float: left;
	width: 259px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
* html .cssform input.text {
	display: block;
	float: left;
	width: 259px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
.cssform input[type="text"].textsm {
	width: 84px;
}
* html .cssform input.textsm {
	width: 84px;
}
.cssform input[type="text"]:focus {
	background-color: #FFFFCC;
}
.cssform input.submit-contact, .cssform .submit {
	color: #fff;
	background-color: #00345A;
	/*border: 1px solid #FE9900;*/
	font-size: 12px;
	padding: 3px 10px;
	margin: 15px 0 0 144px;
}
.cssform input.submit-contact:hover {
	color: #00345A!important;
	border: 1px solid #00345A;
	background: #CDE0E9;
	color: #FFF;
}

.form-error
{
	background: #FFFF99; 
	color: #CC0000; 
	font-weight:bold;
	margin: 10px; 
	padding:5px; 
	text-align: center;
}

p#captcha
{
	padding-left:150px; 
	padding-top:10px;
}
