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

body  {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	color: #333333;
	background-image:url(../images/bkgrd.jpg);
	background-position:top left;
	background-repeat:repeat-x; 
}


/*Navigation*/
#nav {
width:600px;
padding:22px 0 0 0;

}

#dropmenudiv{
position:absolute;
border:2px solid #FFFFFF;
border-bottom-width: 0;
font:normal 10px/14px Verdana;
z-index:100;
}

#dropmenudiv a{
display: block;
border-bottom: 2px solid #FFFFFF;
padding: 5px;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
}

#dropmenudiv a:hover{
background-color: #4BBCE1;
}


/*Side Bar*/
#sidebar {
	float: right;
	width: 260px;
	background: #EBFBFB;
	margin:0 30px 0px 0px;
	padding: 0;
	background-image:url(../images/bottom_curve.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	display: inline;
}
#sidebarContainer {
	border-left: 10px solid #C7D5D5;
	border-right:10px solid #C7D5D5;
	width:210px;
	margin-bottom:15px;
	padding:5px 15px 15px 15px;
}
#sidebar p {
	color:#666666;
	font-size:10px;
	line-height:14px;
}
#sidebar a {
	color: #063868;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar a:hover {
	color: #063868;
	font-weight:bold;
	text-decoration:none;
}
.sidebar p {
	color:#666666;
	font-size:10px;
	line-height:14px;
}
.sidebar a {
	color: #063868;
	font-weight:bold;
	text-decoration:underline;
}
.sidebar a:hover {
	color: #063868;
	font-weight:bold;
	text-decoration:none;
}
.photodiv 
{
  background-repeat: no-repeat;
}
hr {
	color: #EBFBFB; 
	background-color: #EBFBFB; 
	border: 1px dotted #CCCCCC; 
	border-style: none none solid;
	margin-bottom:10px;
}
#sidebarPromo {
	width:210px;
	height: 80px;
}
#sidebarPromo img.left {
	float:left;
}
#sidebarPromo img.right {
	padding-left:10px;
	float:right;
}

.upcoming {
	margin: 0 0 10px 0;
}
.events {
	padding: 0 0 15px 15px;
	font-size:10px;
	line-height:14px;
	color: #666666;
}
.events a {
	color: #063868;
	font-weight:bold;
	text-decoration:underline;
}
.events a:hover {
	color: #063868;
	font-weight:bold;
	text-decoration:none;
}
p.events {
	font-size:10px;
	line-height:14px;
	color: #063868;
}
p.events a {
	color: #063868;
	font-weight:bold;
	text-decoration:underline;
}
p.events a:hover {
	color: #063868;
	font-weight:bold;
	text-decoration:none;
}

/* BEGIN EVENTS */

.calendarHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #104378;
	line-height:50px;
	background-color:#e5e5e5;
}
.calendarHeader a 
{
	text-decoration: none;
	color: #104378;
}
.calendarHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	background-color:#999999;
	text-align: center;
}
.calendarText
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.calendarEventToggle, .calendarEventToggle:link, .calendarEventToggle:active, .calendarEventToggle:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	padding:0px 0px 0px 0px;
	text-decoration: none;
}
.calendarEventToggle:hover
{
	text-decoration: none;
	color: #007D5D;
}
.calendarDay
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight:normal;
	background-color:#e5e5e5;
	border: solid 2px #ffffff;
}
.calendarDay a, .calendarDay a:link, .calendarDay a:visited, .calendarDay a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #104378;
}
.calendarDay a:hover
{
	color: #007D5D;
}
.eventMonth
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/calendar_light_gray_top.gif);
	background-repeat:no-repeat;
	line-height: 19px;
	width: 42px;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left: 6px;
}
.eventDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/calendar_bottom.gif);
	background-repeat:no-repeat;
	line-height: 23px;
	width: 42px;
	color: #666666;
	padding-right: 5px;
	padding-left:7px;
	font-weight:bold;
	font-size:14px;
}
/* END EVENTS */

/*Text*/
#mainContent {
	margin: 0;
	padding:30px 30px 10px 30px;
	width: 100%;
} 
h1 {
	font-size:22px;
	color: #063868;
	line-height:26px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	color:#4BBCE1;
	margin-top:0;
	font-weight:normal;
}
h3 {
	font-size:14px;
	color:#4BBCE1;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
}
h4 {
	font-size:18px;
	color:#4BBCE1;
	margin-top:0;
	font-weight:normal;
}
h5 {
	font-size:14px;
	color:#4BBCE1;
	margin-top:0;
	font-weight:normal;
}
p {
	margin-top:0;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#footerText {
	width:100%;
	margin: 0;
	padding:25px 0 10px 0;
}
#footerText p {
	margin: 0;
	padding: 5px;
	font-size:10px;
	color:#FFFFFF;
	background:#063868; 
}
#footerText a {
	text-decoration:none;
	color:#FFFFFF; 
}
#footerText a:hover {
	text-decoration:none;
	color:#FFFFFF; 
}
a {
	color: #063868;
	text-decoration:underline;
}
a:hover {
	color: #063868;
	text-decoration:none;
}

.lightblue_row
{
	background-color:#f3f3f3;
}
.darkblue_row
{
	background-color:#E5E5E5;
}
.darkerblue_row
{
	background-color:#D7D7D7;	
}
.blue_cell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left:2px;
	background-color:#e5e5e5;
	border: solid 7px #efefef;
	line-height:20px;
}

.head_blue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight:bold;
	padding-left: 8px;
	height: 28px;
	background-color:#ffffff;
	vertical-align: middle;
}

/* BEGIN SIMPLE CONTENT */

.contentSmBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	padding:0px 0px 0px 10px;
}
.contentTitle, .contentTitleBig {
	font-family: "Times New Roman", Times, serif;
	color: #104378;
	padding:5px 0px 0px 10px;
	text-decoration: none;
}
.contentTitle a, .contentTitleBig a
{
	text-decoration: underline;
	color: #104378;
}
.contentTitle a:hover, .contentTitleBig a:hover
{
	color: #007D5D;
}
.contentTitle 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
.contentTitleBig {
	font-size: 24px;
}
.contentDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	padding:5px 0px 0px 10px;
	text-decoration: none;
}
.contentDescriptionBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding:5px 0px 0px 10px;
}
.contentLink, .contentLink a, .contentLink a:link, .contentLink a:visited, .contentLink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #104378;
}
.contentLink a:hover {
	color: #007D5D;
}
.contentToNormal {
	letter-spacing: normal;
	font-weight: normal;
}
.paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.paging a {
	color: #104378;
	text-decoration: underline;
	font-weight: normal;
}
.paging a:hover {
	color: #007D5D;
	text-decoration: underline;
	font-weight: normal;
}
/* END SIMPLE CONTENT */

label {
	text-align:right;
	margin-right:20px;
	float:left;
	width:140px;
}
.confirm {
	margin-right:20px;
	float:left;
	width:120px;
}
.edit {
	margin-right:10px;
}

/* BEGIN - Invent Suite Editor Styles */

.bodyText {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	color: #333333;
	background-image:url(../images/bkgrd.jpg);
	background-position:top left;
	background-repeat:repeat-x; 
}

.pageTitle {
	font-size:22px;
	color: #063868;
	line-height:26px;
	margin-top:0;
	font-weight:normal;
}
.subTitle {
	font-size:14px;
	color:#4BBCE1;
	margin-top:0;
	font-weight:normal;
}
.bold {
	font-size:14px;
	color:#4BBCE1;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
}

/* END - Invent Suite Editor Styles */

.donation label {
	float:left;
	margin-right:10px;
	text-align:left;
	width: 190px;
}

.donation p {
	clear:both;
}
.donation input {
	width:150px;
	border:1px solid #666;
	color:#666;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.donation input.amount {
	width:135px;
	border:1px solid #666;
	color:#666;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.donation textarea {
	width:150px;
	border:1px solid #666;
	color:#666;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin-bottom:0;
}
.donationcheck input {
	width:14px;
	border:1px solid #666;
	height:14px;
	color:#666;
}
.donation .tip {
	color:#999;
	font-size: 11px;
	line-height:16px;
	margin-left: 200px;
}
.donation .submit {
	cursor: pointer;
	width: 97px;
	height:25px;
	border:0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-size:11px;
}
.footer a {
	text-decoration:none;
	font-size:10px;
}

.errorLabel 
{
	font-weight: bold;
	color: Red;
	font-size: 16px;
	padding: 10px 0px;
}
.flash
{
	z-index: 0;
}

.checkBox input {
	width:20px;
}
.checkBox label {
	float:none;
}
