@charset "utf-8";
/* CSS Document */

#page_container {
	width: 894px;
}

body a, a:active, a:visited {
	color: #315b09;
	text-decoration: none;
}

body a:hover {
	color: #333333;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #315b09;
}

.content {
	font-size: 10px;
	font-weight: bold;
	color: #9a9a9a;
}

.learn_more {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


/** begin header **/

#page_container #top_logo {
	/*background: url(../images/logo.jpg) no-repeat;*/
	width: 188px;
	height: 57px;
}

	/* top navigation */
#top_navigation { width: 100%; top: 0; padding-top: 0; margin-top: 10px; vertical-align: top; }

#top_navigation li {
	display: block;
	float:left;
	/*display:inline*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-right: 20px;
}
#top_navigation a {
	color: #83b817;
	text-decoration: none;
}

#top_navigation a:hover {
	color: #315b09;
}
	/* end top navigation */

#divider {
	background-image: url(../images/transparent_divider.png);
	width: 895px;
	height: 32px;
	z-index: 3;
	position: relative;
	background-color: transparent;
}

#divider span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	float: right;
	padding-top: 10px;
	padding-right: 185px;
}

#divider span img {
		margin-top: -5px;
}

#main_right {
	height: 336px;
	position: relative;
	display: inline;
	z-index: 2;
	float: right;
	overflow-y: auto;
	width: 298px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#main_right #side_menu div {
	padding-top: 10px;
	padding-left: 10px;
}

#main_right .menu_title{
	font-size: 16px;
	font-weight: bold;
	color: #a2d077;
	text-decoration:none;
}

#main_right .menu {
	padding-left: 10px;
	margin-left: 0;
	margin-top: 5px;
}

#main_right .menu li {
	list-style: none;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	width: 260px;
	padding-left: 5px;
	/*margin-bottom: -1px;*/
	margin-bottom: 1px;
	line-height:18px;
	margin-top: -1px;
}

#main_right .menu #last_link {
	border-bottom: 1px; 
	border-bottom-style: solid;
	border-color: #d9d9d9;
	margin-bottom: -1px;
	margin-top: -1px;
}

#main_right .menu li:hover {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-y;
}

#main_right .menu a {
	/*font-size: 12px;*/
	font-size: 14px;
	color: #315b09;
	text-decoration: none;
	vertical-align: middle;
}

#main_right .menu a:hover {
	color: #ffffff;
}

#main_right #submenu_title {
	font-size: 14px;
	font-weight: bold;
	color: #d9d9d9;
}

#main_right #submenu { padding: 0 0 0 0; margin: 0 0 0 0; }

#main_right #submenu #links, #features {
	padding-left: 15px;
	margin-left: 0;
	list-style: none;
	font-size: 12px;
}

/** end header **/


/** begin content **/

#main_img_top {
	margin-top: -32px;
	width: 596px;
}

#img_index {
	z-index: 3;
	position: relative;
	margin-top: -30px;
	margin-left: 15px;
}

#main {
	width: 596px;
	z-index: 1;
	position: relative;
	min-height: 336px;
}

#main_home {
	width: 596px;
	z-index: 1;
	position: relative;
	height: 336px;
}

/** end content **/


/** begin footer **/

#footer_info td {
	vertical-align: top;
	background-image: url(../images/footer_bg.jpg);
	/*background-repeat: repeat-y;*/
	width: 298px !important;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;

}

#footer_info div
{
	padding-left: 25px;
	position: relative;
	margin-top: 10px;
}

#footer_info #footer_map {
	background-image: url(../images/world_map.png);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
}

#footer_info .content {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#footer_info .links a{
	font-size: 10px;
	color: #ffffff;
	margin-left:20px;
}

#footer_logos div {
	display: inline;
}

#footer_logos img {
	border: none;
}

#footer_signature {
	background-color: #a2d076;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	height: 30px;
	padding-left: 20px;
}

#footer_signature #copyright {
	margin-top: 10px;
	position: absolute;
}
#footer_signature #privacy {
	margin-top: 10px;
	position: absolute;
	margin-left: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/** end footer **/


