@charset "utf-8";
/* CSS Document */

.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bk_page.jpg);
	background-repeat: repeat-x;
}
.header {
	height: 346px;
	width: 1000px;
	background-image: url(images/header.jpg);
}
.content_holder {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.content_left {
	width: 260px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
}
.content_right {
	float: right;
	width: 650px;
	margin-top: 20px;
	margin-right: 40px;
}
.nav_holder {
	background-color: #3B967C;
	height: 21px;
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.nav_holder_members {
	background-color: #DDB000;
	height: 21px;
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.left_holder {
	background-color: #3B967C;
	width: 260px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}



.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.navigation {
	color: #990000;
	text-decoration: underline;
}
.container .content_holder .content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #007654;
	font-weight: lighter;
}
.container .content_holder .content_right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #052E6C;
}
.container .content_holder .content_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.container .content_holder .content_right a:link {
	color: #007654;
}
.container .content_holder .content_right a:visited {
	color: #007654;
}
.container  .content_holder  .content_right  a:hover {
	color: #990000;
}
.container .content_holder .content_right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.container .content_holder .content_left .left_holder p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.container .content_holder .content_left .left_holder a:link {
	color: #FFFFFF;
}
.container .content_holder .content_left .left_holder a:visited {
	color: #FFFFFF;
}
.container .content_holder .content_left .left_holder a:hover {
	color: #990000;
}
.container .content_holder .content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 7px;
}

/* Newsletter signup form on homepage 
#signup_form {
	margin-left:inherit;
	background-color: #66666;
	border: 0;
	padding: 0;
	width: 150;
	margin: 0 15px 10px 30px; 
	display: inline; 
	font-size: .9em; 
}*/

#signup_form input[type="hidden"] {
	display: none;
	width: 80;
}
/*this is for the inside of email and submit area */
#signup_form.sidebar_form input {
	background-color: #fff;
	border: 1px inset #ccc;
	width: 140px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0;
	
}

/*this is for behind the signup text */
#signup_form.sidebar_form {
background: #ccc  height="20" width="170";

background-color:#ccc;
border:inset;
border-style:double;
	padding: 0;
	
	/*test*/
	margin-left:inherit;
	background-color: #fff;
	border: 0;
	padding: 0;
	width: 150;
	margin: 0 15px 10px 30px; 
	display: inline; 
	font-size: .9em; 
}


/* Newsletter signup form on homepage 
#signup_form {
	background-color: #CCCCCC;
	border: 0;
	width: 90%;
}

#signup_form input {
	display: inherit;
}

#signup_form input[type="hidden"] {
	display: none;
} */


/* Newsletter signup form on homepage */
#signup_form2 {
	background-color: #99cc99;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#signup_form2 input {
	display: inherit;
	border: 1px inset #ccc;
	width: 140px;
}

#signup_form2 input[type="hidden"] {
	display: none;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin-right: 10px;
	margin-top: 50px;
	text-align: right;
}
.container .footer_text a:link {
	color: #CCCCCC;
}
.container .footer_text a:visited {
	color: #CCCCCC;
}
.sub_nav {
	height: 40px;
	width: 649px;
	float: right;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 40px;
	padding: 7px;
}
.sub_nav_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007654;
	text-decoration: none;
	background-color: #BDD7BD;
	padding: 5px;
	border: 1px solid #007654;
}
a:hover.sub_nav_font {
	color: #FFFFFF;
	background-color: #DDB000;
}
