﻿body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border:0;
	text-align: center;
	background-image: url(../sitepix/structural/bg.png);
	background-repeat: repeat-x;
	background-color: #84BA00;
	
}


#site-holder {
	width: 950px;
	margin-top:0px;
	padding-top:0px;
	margin-left: auto;
	margin-right: auto;
}

label 
{
	font-size: 9px;
	font-weight: bold;
}

.newsImage
{
	margin-bottom:10px;
}
.newsImage:hover 
{
	cursor: pointer;
}

.searchrepeaters
{
    margin-bottom:10px;
    width:100%;
}

/*---------------------- top navigation layout ---------------------*/

#top-section {
	height:135px;
	width:100%;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../sitepix/structural/top-bg.png);
	background-repeat:repeat-x;
	float:left;
}

#top-section #logged
{
	float:right;
	margin-top:110px;
	margin-right:30px;
	color: #84BA00;
}

#top-nav 
{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	background-color: #B6B9BF;
}

#top-nav ul {
	margin-left: 15px;
	padding: 0px;
	margin-top:0px;
		
}

#top-nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	
}


#top-nav ul li a {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: 2.6em;
	width: 115px;
	height: 35px;
	color:Black;
	font-size:small;
	background-image: url(../sitepix/navigation/buttons.png);
	background-repeat:no-repeat;
	background-position:inherit;
}

#top-nav ul li a#MemHome {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: 2.6em;
	width: 80px;
	height: 35px;
	color:Black;
	font-size:small;
	background-image: url(../sitepix/navigation/buttonsHome.png);
	background-repeat:no-repeat;
	background-position:inherit;
}

#top-nav ul li a#KnowledgeCntr {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: 2.6em;
	width: 150px;
	height: 35px;
	color:Black;
	font-size:small;
	background-image: url(../sitepix/navigation/buttonsKnowledge.png);
	background-repeat:no-repeat;
	background-position:inherit;
}

#top-nav ul li a#last {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: 2.6em;
	color:Black;
	font-size:small;
	width: 115px;
	height: 35px;
	background-image: url(../sitepix/navigation/buttonslast.png);
	background-repeat:no-repeat;
	background-position:inherit;
}

#top-nav ul li a:hover {
	background-position: 0px -35px;
}

#top-nav ul li a#MemHome:hover {
	background-position: 0px -35px;
}

#top-nav ul li a#KnowledgeCntr:hover {
	background-position: 0px -35px;
}

#top-nav ul li a#last:hover {
	background-position: 0px -35px;
}

#top-nav ul li a.active {
	background-position: 0px -70px;
}

#top-nav ul li a#MemHome.active {
	background-position: 0px -70px;
}

#top-nav ul li a#KnowledgeCntr.active {
	background-position: 0px -70px;
}

#top-nav ul li a#last.active {
	background-position: 0px -70px;
}

/*---------------------- main holder layout ---------------------*/


#main-holder {
	text-align: left;
	display: inline;
	float: left;
	width: 100%;
	background-image: url(../sitepix/structural/main-bg.png);
	background-repeat:repeat-x;
	background-position:inherit;
	margin:0px;
	padding:0px;
}

#main-section {
	float: left;
	width: 920px;
	margin-left:15px;
	display:inline;
	padding:0px;
	background-color:White;
	overflow: auto;
	background-image: url(../sitepix/structural/text-bg.png);
	background-repeat:repeat-x;
	background-position:inherit;
}

#text-section
{
	width:670px;	
	float:left;
	margin-bottom:50px;
	margin-top:50px;
	margin-right:10px;
	padding-bottom: 50px;
	border-right: 1px solid #c6c6c6;
	padding-right: 20px;
	padding-left:50px;
	min-height: 850px;
	display:inline;
}

.withgap
{
	width:570px;	
	float:left;
	padding-right:100px;

}

.left-side
{
	width:250px;	
	float:left;
	padding-right:10px;
	padding-left:20px;
	}

.right-side
{
	width:280px;	
	float:left;
	padding-right:100px;
	padding-left:10px;
	}

#text-section span.greenBold
{
    color: #84BA00;
    font-weight: bold;
}

#text-section .rightImage
{
    float: right;
    border: solid 1px #b6b9bf;
    margin: 10px 0px 10px 20px;
    background-color: #b6b9bf;
    Padding: 0 0 0 0;
}

#text-section .rightImage h1
{
    color: #ffffff;
    margin: 5px 2px 2px 5px;
}

#text-section .rightImage p
{
    color: #ffffff;
    margin: 5px 2px 2px 5px;
    text-align:left;
}

#text-section th.header
{
    background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg); 
    text-align: left; 
    font-size: 11px; 
    height: 25px; 
    padding-left: 5px; 
    font-weight: bold; 
    color: #ffffff;
    border-bottom: none;
}

#text-section th.subheader
{
	background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg); 
    text-align: left; 
    font-size: 11px; 
    height: 22px; 
    padding-left: 5px; 
    font-weight: bold; 
    color: #ffffff;
    border-bottom: none;
}

#text-section th
{
    background-color: #81B801;
    text-align: left; 
    font-size: 11px; 
    height: 25px; 
    padding: 5px;
    font-weight: bold; 
    color: #ffffff;
    border-bottom: solid 1px #c6c6c6;
}

#text-section td.white
{
    background-color: #ffffff;
    text-align: center; 
    font-size: 11px; 
    height: 25px; 
    padding: 5px;
    font-weight: bold; 
    color: #ffffff;
    vertical-align: middle;
    border-bottom: solid 1px #c6c6c6;
}

#text-section td.whiteback
{
    background-color: #ffffff;
    text-align: left; 
    font-size: 12px; 
    height: 25px; 
    padding: 5px;
    font-weight: normal; 
    color: Black;
    vertical-align: middle;
    border: solid 2px #81B801;
}

    
#text-section td.dpa
{
    background-color: #81B801;
    text-align: left; 
    font-size: 11px; 
    height: 25px; 
    padding: 5px;
    font-weight: bold; 
    color: #ffffff;
    vertical-align: middle;
    border-bottom: solid 1px #c6c6c6;
}

#text-section td
{
    font-size: 11px;
    text-align: left;
    padding: 5px;
    background-color: #c6c6c6;
    border-bottom: solid 1px #ffffff;
}

#text-section #tblpayment td
{
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding: 0px;
    background-color: #c6c6c6;
    border:none;
}


#text-section td a {
	font-size: 11px;
 	color: #3B3637;
 	text-decoration: none;
 	font-weight: normal;
}

#text-section td p {
    font-size: 11px;
    text-align: left;
}

#main-section p {
	font-size: 12px;
	color:Black;
	line-height: 1.4em;
	text-align:left;
	margin-bottom:5px;
}

#text-section h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #84BA00;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#text-section h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	color:Black;
	font-weight: bold;
	padding: 0px;

}

#text-section a {
 	color:  #84BA00;
 	text-decoration: none;
 	font-weight: normal;
}

#text-section a:hover 
{
	color:  #84BA00;
 	text-decoration:underline;
 	font-weight: normal;
}

#text-section .header a 
{
	font-size: 18px;
	color: #ffffff;
 	text-decoration: none;
 	font-weight: normal;
}

#text-section .header a:hover
{
	font-size: 18px;
	color: #000000;
 	text-decoration: none;
 	font-weight: normal;
 	text-decoration:underline;
}

#text-section a {
	font-size: 12px;
 	color: #3B3637;
 	text-decoration: none;
 	font-weight: normal;
}


#text-section ul li {
	font-size: 12px;
	color: White;
	line-height: 1.4em;
	padding: 0;
	display:inherit;
	list-style-image:url(/sitepix/structural/bullet.gif);
	margin: 0;
	padding: 0;
}


#text-section table tr td ul li {
	font-size: 11px;
	color: black;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.right-become-first{
	width:130px;	
	margin-left:10px;
	float:left;
	margin-top: 50px;
	margin-right: 10px;
	border: solid 1px #cccccc;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-bottom:10px;
}

.right-become{
	width:130px;	
	margin-left:10px;
	float:left;
	margin-top: 20px;
	margin-right: 10px;
	border: solid 1px #cccccc;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-bottom:10px;
}

.right-become-header {
    background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg);
    text-align: center;
	font-size: 11px;
	height: 25px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	}
	
.right-become-header-twoline {
    background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg);
    background-color:#84BA00;
    text-align: center;
	font-size: 11px;
	height: 45px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	}

.right-become-text{
	padding-left: 2px;
	font-size: 11px;
}
	
.right-become-text a{
	padding-right: 2px;
	font-size: 11px;
	text-decoration: none; 
	text-align: right;
	color: #808080;
	}
	
.right-become-text a:hover{
	color: #84BA00;
	text-decoration: none;
	}
	
.right-nav{
	width:140px;	
	margin-left:10px;
	float:left;
	margin-top: 50px;
	margin-right: 0px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding: 0px;
}

.right-nav ul li a {
	font-size: 12px;
 	color: #808080;
 	text-decoration: none;
	line-height: 2.4em;
 	font-weight: normal;
 	background-image: url(/sitepix/structural/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 15px;
}

.right-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.right-nav ul li {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

.right-nav a:hover {
	 color:#84BA00;
}
.right-nav a.active {
	 color: #84BA00;
}

#video
{
    float:right;
    text-align:left;
    width:300px;
    background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg);
    background-color:#84BA00;
    padding:10px;

}
#video a{
    color:White;
    text-decoration:none;
}

#video a:hover{
    color:White;
    text-decoration:underline;
}
#video2
{
    float:right;
    text-align:center;
    width:550px;
    background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg);
    background-color:#84BA00;
    padding:10px;

}
#video2 p{
    text-align:center;
    color:White;
    text-decoration:none;
	font-weight:bold;
}

#video3
{
    float:right;
    text-align:center;
    width:550px;
    background-position: top; 
    background-repeat: repeat-x; 
    background-image: url(/sitepix/structural/side_header_border.jpg);
    background-color:#84BA00;
    padding:10px;

}
#video3 p{
    text-align:center;
    color:White;
    text-decoration:none;
	font-weight:bold;
}




/*---------------------- footer layout ---------------------*/

#footer 
{
	clear: both;
	position: relative;
	height: 80px;
	width:100%;
	padding: 0;
	margin-top:10px;
	float:left;
    margin-left: 0px;
}

#footer ul {
	padding:0;
	margin-left:0px;
	margin-top:10px;
}

#footer ul li 
{
	display: inline;
	margin: 0;
	padding: 0;
}


#footer ul li a {
	
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float:left;
	color: #3B3637;
	margin-left:15px;
	margin-right: 10px;
}


#footer ul li a:hover {
	color: #CCCCCC;
 
}

#footer ul li a.active {
	color: #CCCCCC;
}

#footer p
{
	font-size: 11px;
	color:Black;
	margin-left:15px;
	margin-bottom:50px;
	margin-top:10px;
	float:left;
}

#footer img {
    float:right; 
    margin-right:15px;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	color:Black;

}

#footer a:hover {
	color:#CCCCCC;
 
}

#footer a.active {
	color: #CCCCCC;
}
