/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html {
    padding: 0;
    margin: 0;
}
html, body {
	overflow-x:hidden;		
}

#container {
	min-height: 100%;
	background-color: #fff;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
* html #container {
	min-height: 100%;
	background-color: #fff;	
}




body {
	font: 12px/1.4 'Helvetica', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:  #ffffff url(../images/bg-forweb.jpg) repeat-x;
	padding: 0px;
	color:#464646;
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	
}


p {
	overflow: hidden;
	padding: 6px 0;
	line-height:1.6;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	padding-top:16px;
	color:#464646;
}

h2 {
	padding-top:16px;
	margin:0;
	font-size: 16px;
	color:#8bb137;
}

h3 {
	font-style:italic;
	font-size: 13px;
	color:#8bb137;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
    
}

li {
	margin-left: 0px;
    margin-right:0px;
}


dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

.container_16{
	height:100%;
}

/*TABLES
----------------------------------------------------------------------------------------------------*/
td {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px dashed #999999;
	color:#464646;
}
.toplist {
	border-top: 1px solid #464646;
}
.bottomlist {
	border-bottom: 1px solid #464646;
}

.toplist2 {
	border-top: 1px dashed #999999;
}
.bottomlist2 {
	border-bottom: 1px dashed #999999;
}

.table3 {
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
}
.table3Bottom {
	border-bottom: 1px dashed #999999;
}

/*HEADER AREA
----------------------------------------------------------------------------------------------------*/
.header_logo{
	margin-top:30px;
	height:120px;
}
.header_right{
	height:150px;
	text-align:right;
}
.language{
	padding:0;
	margin:0;
	float:right;
	height:35px;
	min-width:150px;
	/*border-bottom:solid #999999 1px;*/
	color:#999999;
}
.language a {
	color: #999999;
	text-decoration: none;
}
.language a:link a:visited a:active {
	color: #999999;
	text-decoration: none;
	outline:none;
}

.language a:hover {
	color:#464646;
	text-decoration:none;
}



/*MENU
----------------------------------------------------------------------------------------------------*/
.menu_left{
	height:72px;
	border-bottom:solid #464646 2px;
    width:100px;
    
}

.menu_right{
	min-height:71px;
	border-bottom:solid #464646 2px;
	border-top:solid #8bb137 1px;
    position:absolute;
    width:820px;
}



/**NAVIGATION
----------------------------------------------------------------------------------------------------*/
#navholder {
	height:35px;
	border-bottom:solid #8bb137 1px;
	margin-bottom:0px !important;
	text-decoration:none;
    margin-left:0px;
    padding-left:0px;
}
#navigation {
	/*margin-left:-1.65em !important;*/
    margin-top:0px !important;
}

/**NAVIGATION MENU
----------------------------------------------------------------------------------------------------*/
#navigation ul#top_menu {
	list-style-type: none;
	height:27px;
	padding-right:0px;
	text-decoration:none;
    margin:0px;
}

#navigation ul#top_menu li{
    float:left;
    margin-right:20px;
}

#navigation ul#top_menu li a {
	color: #464646;
	display:inline-block;
	padding-top: 9px;
	height:26px;
	text-decoration: none;	
}

#navigation ul#top_menu li.active a, #header ul#top_menu  {
	color: #8bb137;
	background-image:url(../images/nav_bgd_r.gif);
	background-repeat:repeat-x;
	text-decoration:none;
}

#navigation ul#top_menu li a:hover {
	color: #8bb137;
	background-image:url(../images/nav_bgd_r.gif);
	background-repeat:repeat-x;
	text-decoration:none;
}

#navigation ul#top_menu li.active {
	color: #383d44;
	text-decoration:none;
}

/**SUB NAVIGATION MENU
----------------------------------------------------------------------------------------------------*/
#Subnavholder {
	height:35px;
	margin-bottom:0px !important;
}
#Subnavigation {
	margin-top:0px !important;
	
}

#Subnavigation ul#Subtop_menu {
	list-style-type: none;
	position: left;
	right: 0px;
	height:28px;
	padding-right:0px;
	width:auto;
    margin:0px;
}


#Subnavigation ul#Subtop_menu li {
	float: left;
	margin-right:20px;
    
}

#Subnavigation ul#Subtop_menu li a {
	color: #8bb137;
	display:inline-block;
	padding-top: 9px;
	height:26px;
	text-decoration: none;	
}

#Subnavigation ul#Subtop_menu li.active a, #header ul#Subtop_menu  {
	color: #464646;
	background-image:url(../images/nav_bgd2_r.gif);
	background-repeat:repeat-x;
}

#Subnavigation ul#Subtop_menu li a:hover {
	color: #464646;
	background-image:url(../images/nav_bgd2_r.gif);
	background-repeat:repeat-x;
}

#Subnavigation ul#Subtop_menu li.active {
	color: #8bb137;
	text-decoration:none;
}


/*BODY HEADERS
----------------------------------------------------------------------------------------------------*/
.bodyHead{
	height:65px;
	border-bottom:solid #464646 1px;
	text-align:left;
}

.HeadGreen {
	color: #8bb137;
}

/*BODY CONTENT
----------------------------------------------------------------------------------------------------*/
.bodyContent{
	text-align:left;
	margin-bottom:50px;
	min-height:350px;
}

.bodyContent a {
	color: #8bb137;
	border-bottom: 1px dashed #8bb137;
	text-decoration: none;
}
.bodyContent a:link a:visited a:active {
	color: #8bb137;
	text-decoration: none;
    border-bottom: 1px dashed #8bb137;
	outline:none;
}

.bodyContent a:hover {
	text-decoration: none;
	color:#464646;
    border-bottom: 1px solid #8bb137;
}

.bodyContent ul {
	list-style-image:url(../images/bullet_green.gif);
}
.bodyContent ul#secondary {
	list-style-image:url(../images/bullet_green.gif);
	padding-left:15px;
}

.bodyContent li {
	margin-left:20px;
}

/* ANCHOR LINK HEADERS
----------------------------------------------------------------------------------------------------*/
.anchorHead{
	min-height:25px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px dashed #464646;
	line-height:1.6em;
}
.anchorHead a {
	color: #464646;
	border-bottom: 1px dashed #464646;
	text-decoration: none;
}
.anchorHead a:link a:visited a:active {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px dashed #464646;
	outline:none;
}

.anchorHead a:hover {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px solid #8bb137;
}

/*Accordion Menu
------------------------------------*/
.menu_list {	
	width: 100%;
}

.menu_head {
	height:20px;
	cursor: pointer;
	margin:0px;
	margin-top:-1px;
	color:#8bb137;
	border-top: 1px dashed #464646;
	border-bottom: 1px dashed #464646;
}

.menu_body {
	display:none;
}

.menu_body a{
  color:#8bb137;
  border-bottom: 1px dashed #8bb137;
}

.menu_body a:hover{
  color: #464646;
  border-bottom: 1px solid #8bb137;
}

/* TOP OF PAGE
----------------------------------------------------------------------------------------------------*/
.toppage {
	width:160px;
	float:right;
	padding:3px;
	color:#8bb137;
	text-decoration:none;
}
.toppage a {
	float:right;
	padding:3px;
	color:#8bb137;
	text-decoration:none;
}
.toppage a:hover {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px solid #8bb137;
}


/*LATEST NEWS
----------------------------------------------------------------------------------------------------*/
.bodyNews{
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid #464646 2px;
}

.bodyNews a{
	color:#464646;
	border-bottom: 1px dashed #464646;
	text-decoration: none;
}

.bodyNews a:link a:visited a:active{
	color:#464646;
	border-bottom: 1px dashed #464646;
	text-decoration: none;
}

.bodyNews a:hover{
	color:#464646;
	border-bottom: 1px solid #8bb137;
	text-decoration: none;
}

.bodyNewsHeader{
	color:#8bb137;
}
.bodyNewsMore{
	color:#8bb137;
	float:right;
	margin-bottom:0px;
	
}
.bodyNewsMore a {
	color: #8bb137;
	border-bottom: 1px dashed #8bb137;
	text-decoration: none;
}
.bodyNewsMore a:link a:visited a:active {
	color: #8bb137;
	text-decoration: none;
    border-bottom: 1px dashed #8bb137;
	outline:none;
}

.bodyNewsMore a:hover {
	color:#464646;
	text-decoration: none;
    border-bottom: 1px solid #8bb137;
}

.bodyLine {
	border-bottom: 1px dashed #464646;
	padding-top:0px;
	padding-bottom:3px;
}

/*USEFUL LINKS 2 COLUMN
----------------------------------------------------------------------------------------------------*/
.sideA {
	color:#8bb137;
	float: left;
	width: 48%;
	border-bottom:dashed #999999 1px;
	
	padding-top:5px;
	font-size:95%;
}
.sideA a {
	color: #464646;
	text-decoration: none;
}
.sideA a:link a:visited a:active {
	color: #464646;
	text-decoration: none;
	outline:none;
}

.sideA a:hover {
	color:#8bb137;
	text-decoration:none;
}

.sideB { 
	color:#8bb137;
	margin: 0;
	float: left;
	width: 48%;
	margin-left:11px;
	padding-top:5px;
	border-bottom:dashed #999999 1px;
	height: 1%; /*Holly hack for Peekaboo Bug */
	font-size:95%;
   
}
.sideB a {
	color: #464646;
	text-decoration: none;
}
.sideB a:link a:visited a:active {
	color: #464646;
	text-decoration: none;
	outline:none;
}

.sideB a:hover {
	color:#8bb137;
	text-decoration:none;
}

/* BACK LINK 
----------------------------------------------------------------------------------------------------*/
.backHead{
	min-height:25px;
	padding-top:11px;
	padding-bottom:5px;
	line-height:1.6em;
}
.backHead a {
	color: #464646;
	border-bottom: 1px dashed #464646;
	text-decoration: none;
}
.backHead a:link a:visited a:active {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px dashed #464646;
	outline:none;
}

.backHead a:hover {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px solid #8bb137;
}



/*FOOTER
----------------------------------------------------------------------------------------------------*/
.FooterLeft{
	height:87px;
	border-top:solid #8bb137 2px;
	border-bottom:solid #8bb137 1px;
}

.FooterMiddle{
	height:67px;
	border-top:solid #8bb137 2px;
	border-bottom:solid #8bb137 1px;
	padding-top:20px;
}
.FooterMiddle a {
	color: #464646;
	border-bottom: 1px dashed #464646;
	text-decoration: none;
}
.FooterMiddle a:link a:visited a:active {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px dashed #464646;
	outline:none;
}

.FooterMiddle a:hover {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px solid #8bb137;
}
.FooterRight{
	height:67px;
	border-top:solid #8bb137 2px;
	border-bottom:solid #8bb137 1px;
	padding-top:20px;
	text-align:right;
}
.FooterRight a {
	color: #464646;
	border-bottom: 1px dashed #464646;
	text-decoration: none;
}
.FooterRight a:link a:visited a:active {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px dashed #464646;
	outline:none;
}

.FooterRight a:hover {
	color: #464646;
	text-decoration: none;
    border-bottom: 1px solid #8bb137;
}