﻿/* CSS Document */
html {
	height: 100%;
	width: 100%;
	overflow: auto;
	
}
body {
	background-image: url('../../../../../../../../../images/BG_body.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	border= 0px;
	margin: 0px;
	padding: 0px;
	background-color: #064D2A;
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;

}


a {
	color: #669900;
	text-decoration: underline;
}
a:hover {
	color: #66CC00;
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.sidebar {
	color: #669900;
	width: 160px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	float: left;
	clear: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
a.sidebar:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

li {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 18px;
}

ol {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
}

ul {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style-image: url("../../../../../../../../../images/bullet.gif");
}


#content li {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 18px;
}
#content ol {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
}

#content ul {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style-image: url("../../../../../../../../../images/bullet.gif");
}

#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	width:150px;
	padding: 0px;
	margin: 0px;
}
#menu li ul {
	position:absolute;
	margin-top:0px;
	margin-left:0px; /* for IE */
	display:none;
}
#menu ul li ul {
	margin-top:-24px;
	margin-left:150px;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a:hover {
	background-color:#669900;
	color:#FFFFFF;
}
#menu ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#menu ul a {
	background-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: normal;
	text-transform: none;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
}
/* ******************************************************************* */

#menu {
	z-index:1;
}
#menu ul {
	z-index:2;
}
#menu ul ul {
	z-index:3;
}
/* ******************************************************************* */

/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
#submenu, #submenu ul {
	list-style:none;
	padding:0;
	margin-top: 0px;
	margin-left: 0px;
}
#submenu li {
	float:left;
	position:relative;
	width:180px;
	padding: 0px;
	margin: 0px;
}
#submenu li ul {
	position:absolute;
	margin-top:-24px;
	margin-left:180px; /* for IE */
	display:none;
}
#submenu ul li ul {
	margin-top:-24px;
	margin-left:180px;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#submenu li:hover ul, #submenu li.over ul {
	display:block;
}
#submenu li:hover ul ul, #submenu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#submenu ul li:hover ul, #submenu ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#submenu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submenu a:hover {
	background-color:#669900;
	color:#FFFFFF;
}
#submenu ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#submenu ul a {
	background-color: #333333;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: normal;
	text-transform: none;
	color: #CCCCCC;
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
}
/* ******************************************************************* */

#submenu {
	z-index:1;
}
#submenu ul {
	z-index:2;
}
#submenu ul ul {
	z-index:3;
}
.container_900 {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
.container_search {
	clear: left;
	float: left;
	height: 30px;
	width: 900px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.container_header {
	clear: left;
	float: left;
	height: 100px;
	width: 900px;
}
.container_nav {
	background-color: #333333;
	background-image: url('../../../../../../../../../images/BG_nav.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	clear: left;
	float: left;
	height: 50px;
	width: 900px;
}
.container_nav_right {
	float: left;
	height: 50px;
	width: 600px;
}
.container_nav_left {
	float: left;
	height: 50px;
	width: 300px;
	position: relative;
}
.container_banner {
	clear: left;
	float: left;
	height: 100px;
	width: 900px;
}
.container_content {
	clear: left;
	float: center;
	width: 900px;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../../../../../../../../../images/BG_content.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.container_content_nobackground {
	clear: left;
	float: center;
	width: 900px;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(../../../../../../../../../images/BG_content_allwhite.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.container_content_getinvolved {
	clear: left;
	float: center;
	width: 900px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../../../../../../../../../images/BG_content.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

.container_content_left {
	float: left;
	width: 180px;
	clear: left;
	background-color: #333333;
}
.container_content_center {
	float: left;
	width: 540px;
	position: relative;
}
.container_content_right {
	float: left;
	width: 180px;
	position: relative;
	height: 550px;
}
.container_content_center_half {
	float: left;
	width: 270px;
	position: relative;
}
.container_content_pullout {
	float: right;
	width: 270px;
	position: relative;
	margin: 15px;
	border: 10px solid #CCCCCC;
}
.container_footer {
	clear: left;
	float: left;
	width: 900px;
}
.container_footer_left {
	float: left;
	width: 450px;
	position: relative;
}
.container_footer_right {
	float: left;
	width: 450px;
}
.text_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.text_submenu_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 10px;
}
.text_head_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #669900;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text_dark_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text_subhead_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.text_subhead_dark_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.text_content_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 17px;
}




.text_content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 17px;
}


.text_content_dark_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 17px;
}

.text_content_dark_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 17px;
}


.text_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.mp_backlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.image_thumbnail {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}



