/***************************************************
*** SITE LAYOUT 
***************************************************/
#container {
	margin: auto;
	width: 920px;
	background-image: url(../images/layout2/mid.jpg);
}

#header_container {
	height: 60px;
	text-align: left;
	padding: 0px 20px 0px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/layout2/top.jpg);
}

#menu_container {
	height: 29px;
	padding: 0px 20px 0px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/layout2/menu_bar.jpg);
}

#banner_container {
	height: 202px;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 0px 20px 0px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/layout2/mid.jpg);
}

#shared_container {
	margin: 3px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

#footer_container {
	clear: both;
	height: 50px;
	margin: auto;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/layout2/bottom.jpg);
	
}

#disclaimer_container {
	width: 780px;
	margin: auto;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

/***************************************************
*** HTML
***************************************************/
body {
	color: #006600;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66cc33;
	background-color: #006600;
}

td {
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/***************************************************
*** LINKS
***************************************************/
a:link, a:visited, a:active {
}

a:hover {
}

/***************************************************
*** HEADER
***************************************************/
.tblHeader {
	margin-left: 10px;
	padding: 0px 4px 0px 0px;
}

.header_over {
	height: 38px;
}

.header_content {
	color: #006633;
	font-size: 12px;
	font-weight: bold;
}

/***************************************************
*** MENU
***************************************************/
.tblMenu {
	width: 870px;
}

.menu_content {
	height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

.menu_content a:link,
.menu_content a:active,
.menu_content a:visited{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.menu_content a:hover{
	color: #006633;
}

/***************************************************
*** BANNER
***************************************************/
.tblBanner {
	width: 870px;
	height: 202px;
	border-top: 0px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #000000;
}

.banner_content {
	height: 30px;
	text-align: left;
	padding: 4px 10px 4px 10px;
	/* TRANSPARANCY
	background-color: #e8e8e8;
	filter: alpha(opacity = 50);
	-moz-opacity: .5;
	opacity: .50;
	*/
}

.banner_text {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

.banner_over {
	height: 130px;
}

/***************************************************
*** SHARED CONTENT
***************************************************/
.bold_text {
	font-weight: bold;
}

.title {
	font-size: 20px;
	font-weight: bold;
}

.error {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.tblShared {
	width: 870px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
	background-color: #e8e8e8;
}

.spacer {
	padding: 0px 0px 5px 0px;
}

.shared_content {
	color: #006633;
	font-weight: normal;
}

.shared_title {
	color: #006633;
	font-size: 20px;
	font-weight: bold;
}

.shared_sub_title {
	color: #006633;
	font-size: 14px;
	font-weight: bold;
}

.shared_label {
	color: #006633;
	font-size: 12px;
	font-weight: normal;
}

.shared_link {
	color: #006633;
	font-size: 12px;
}

.shared_link a:link,
.shared_link a:active,
.shared_link a:visited {
	color: #006633;
}

.shared_link a:hover {
	color: #003366;
}

input.shared_textbox{
	width: 150px;
	height: 12px;
	color: #006633;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #006633;
	background-color: #f5f2e0;
}

input.shared_medium_textbox {
	width: 100px;
	height: 12px;
	color: #006633;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #006633;
	background-color: #f5f2e0;
}

input.shared_short_textbox {
	width: 60px;
	height: 12px;
	color: #006633;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #006633;
	background-color: #f5f2e0;
}

textarea.shared_textbox {
	width: 300px;
	color: #006633;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #006633;
	background-color: #f5f2e0;
}

select.shared_combo {
	width: 155px;
	height: 18px;
	color: #006633;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #006633;
	background-color: #f5f2e0;
}

input.shared_button {
	color: #006633;
}

/***************************************************
*** HOME
***************************************************/
.tblHomeContent {
	width: 100%;
}

.home_content_container {
}

#main_content {
	padding: 0px 10px 0px 20px;
}

#stories_container {
	/*border-right: 2px dotted #006633;*/
}
	
.stories {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px dotted #006633;
}

#steps_container {
	clear: both;
	width: 872px;
	height: 102px;
	margin: 3px 24px 0px 24px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/layout2/steps_background.jpg);
}

.steps_title {
	color: #623100;
	font-size: 20px;
	font-weight: bold;
}

.steps_content {
	color: #623100;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***************************************************
*** ABOUT US
***************************************************/
.tblAboutUs {
	width: 100%;
}

/***************************************************
*** AWARDS
***************************************************/
.tblAwards {
	width: 100%;
}

/***************************************************
*** LINKS
***************************************************/
.tblLinks {
	width: 100%;
}

/***************************************************
*** LOGIN
***************************************************/
.login_container {
	color: #bdd73c; /* Pea Green */
	color: #063679; /* Dark Blue */
	color: #56b6df; /* Light Blue */
	color: #ffffff; /* White */
	color: #006633; /* Dark Green */

	width: 210px;
	padding: 5px 5px 5px 5px;

	border: 1px solid #bdd73c; /* Pea Green */
	border: 1px solid #006633; /* Dark Green */
	border: 1px solid #000033; /* Dark Blue */
	
	background-color: #063679; /* Dark Blue */
	background-color: #56b6df; /* Light Blue */
	background-color: #006633; /* Dark Green */
	background-color: #29b429; /* Med Green */
	background-color: #bdd73c; /* Pea Green */
	background-color: #1c7249; /* Logo Dark Green */
	background-color: #99cc66; /* Mint Green */
}

.tblLogin {
}

.login_content {
	font-weight: normal;
}

.login_title {
	font-size: 20px;
	font-weight: bold;
}

.login_sub_title {
	font-size: 14px;
	font-weight: bold;
}

.login_label {
	font-size: 12px;
	font-weight: normal;
}

.login_link {
	font-size: 12px;
}

.login_link a:link,
.login_link a:active,
.login_link a:visited {
	color: #56b6df; /* Light Blue */
	color: #bdd73c; /* Pea Green */
	color: #063679; /* Dark Blue */
	color: #ffffff; /* White */
	color: #006633; /* Dark Green */
}

.login_link a:hover {
	color: #000000; /* Black */
	color: #56b6df; /* Light Blue */
	color: #bdd73c; /* Pea Green */
	color: #063679; /* Dark Blue */
	color: #ffffff; /* White */
}

input.login_textbox {
	width: 120px;
	height: 14px;
	color: #ffffff; /* White */
	color: #063679; /* Dark Blue */
	color: #006633; /* Dark Green */
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #006633;
	background-color: #f5f2e0;
}

/***************************************************
*** REGISTRATION
***************************************************/
.tblRegistration {
	width: 100%;
}

/***************************************************
*** BE INFORMED
***************************************************/
.tblInformed {
	width: 100%;
}

/***************************************************
*** TEMPLATES
***************************************************/
.tblTemplates {
	width: 100%;
}

/***************************************************
*** BLOGS
***************************************************/
.tblBlogs {
	width: 100%;
}

/***************************************************
*** DONATIONS
***************************************************/
.tblDonations {
	width: 100%;
}

/***************************************************
*** EVENTS
***************************************************/
.tblEvents {
	width: 100%;
}

/***************************************************
*** CALENDAR
***************************************************/
.calendar_header {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.calendar_weekdays {
	color: #006633;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
}

.cal_cur_month {
	font-size: 16px;
}

.calendar_header a {
	color: #ffffff;
	text-decoration: none;
}

.cal_top_right {
	width: 20px;
	background-image: url(../images/calendar/cal_right_top.gif);
}

.cal_top_left {
	width: 20px;
	background-image: url(../images/calendar/cal_left_top.gif);
}

.cal_top,
.cal_bottom {
	height: 32px;
	background-image: url(../images/calendar/cal_top.gif);
}

.cal_top_prev {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

.cal_top_next {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.calendar_event_day {
	height: 60px;
	vertical-align: top;
	background-color: #ffffff;
}

.calendar_list_day {
	vertical-align: top;
	background-color: #ffffff;
}

.isToday {
	color: #FF0000;
}

.offMonth {
	color: #999999;
}

.curMonth {
	color: #006633;
}

/***************************************************
*** ADMIN
***************************************************/
.griddedtable {
	padding: 2px 2px 2px 2px;
}

.griddedtableheader {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #006633;
}

.altrow {
	background-color: #e8e8e8;
}

.altrow_on {
	background-color: #f8f8f8;
}

/***************************************************
*** FORUM
***************************************************/
.level_1_header {
	font-weight: bold;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
	background-color: #cccccc;
}

.level_2_header {
	font-weight: bold;
	border-bottom: 1px solid #006600;
}

.level_2_content {
	border-bottom: 1px solid #006600;
}


