/* text -----------------------------------------------------------------------*/

table, tr, td, pre, code, li, ul,  input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 2em;
  font-weight:600;
  margin-bottom: 20px;
  color:#006F00;
}

h2{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
  padding:5px;
  background-color:#D1E99D;
  color:#006300;
  display:block;
  width:360px;
}

h3{
  font-size: 1em;
  font-weight: bold;
  clear: right;
  margin-bottom: 8px;
  padding:5px;
  background-color:#D1E99D;
  color:#006300;
}

h4{
	
	width:236px;
	background-color:#BAE563;
	border-left:10px solid #006600;
	float:right;
	padding:5px;
	color:#006600;
	margin:5px 5px 5px 10px;
	clear:right;
	font-weight: bold;
	font-size: 1em
	
}

h5{
	
	background-image:url(../images/c2a.jpg);
	width:644px;
	height:80px;
	color:#ffffff;
	background-repeat:no-repeat;
	float:left;
	padding:10px;
	padding-left:30px;
	text-align:left;
	
}

h6{
	
	background-image:url(../images/c2a-2.jpg);
	width:243px;
	height:73px;
	background-repeat:no-repeat;
	padding:10px;
	float:right;
	color:#fff;
	
}

p{
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
}

sup{
    margin-top: 5px;
    font-size: 0.7em;
    }
    
    

#content ol{
	list-style:decimal;
	font-size: 1em;
}

#content ul{
	list-style:disc;
	font-size: 1.2em;
}

#content ol li, #content ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#content ul li h2{
        font-size: 1.05em;
        }

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
   	text-align: center;
	background:#d1e99d url('/images/background.jpg') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

#wrapper{
	width:958px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding-bottom:10px;
}

#header{
	width:958px;
	float:left;
	background-color:#FFFFFF;
}

/* Client log-in situated in the header*/

#client-log-in{
	float:right;
	width:245px;
	margin-top:25px;
}

/* Link style for forgot password link*/

.class1 a:link {color:#337321; text-decoration: underline; font-weight: normal; font-size: 0.9em;}
.class1 a:visited {color: #337321; text-decoration: underline; font-weight: normal; font-size: 0.9em;}
.class1 a:hover {color: #337321; text-decoration: underline; font-weight: normal; font-size: 0.9em;}
.class1 a:active {color: #337321; text-decoration: underline; font-weight: normal; font-size: 0.9em;}

/* This is the inner log-in so that the border can be applied*/

#inner-log{
	width:245px;
	float:right;
	margin-top:10px;
	margin-bottom:5px;
	font-size: 1.1em;
}

#top-navigation{
	height:36px;
	width:943px;
	float:left;
	background-color:#337321;
	background:url('/images/top-nav.jpg') no-repeat ;
	margin-left:8px;
}

#top-navigation ul li{
	display:block;
	list-style-type:none;
	height:36px;
	line-height:36px;
	border-right:1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
}

#top-navigation ul li a{
	line-height:36px;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	float:left;
	display:block;
	font-weight:600;
	text-decoration:none;
}

#top-navigation li a:hover{
	display:block;
	color:#005800;
	background-color:#8fd400;
	line-height:36px;
}

#top-nav-active{
	display:block;
	color:#005800;
	background-color:#8fd400;
	line-height:36px;
}

#top-navigation #top-nav-active a{
	color:#005800;
}

#content{
	margin: 0px 8px 10px 8px;
	text-align: left;
}

#banner{
	width:943px;
	float:left;
	margin-left:8px;
	margin-top:5px;
}

div #left-nav{
	width:270px;
	float:left;
	margin-top:5px;
	text-align:left;
	margin-bottom:40px;
}

#left-nav ul li{
	padding: 0;
	margin: 0;
	background-color:#007500;
	list-style-type:none;
	color:#ffffff;
	text-decoration:none;
	line-height:29px;
	float:left;
	font-size:1em;
	width:244px;
	border-bottom:1px solid #409841;
}


#left-nav ul li a{
	color:#ffffff;
	text-decoration:none;
	line-height:29px;
	float:left;
	width:234px;
	font-weight:500;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
}

#left-nav li a:hover{
	background-color:#8fd400;
	color:#005800;
	float:left;
	width:234px;
}

#left-nav #left-nav-active a{
	background-color:#8fd400;
	display:block;
	color:#005800;
	float:left;
}

#main-content{
        float: left;
        margin-top: 20px;
        width: 650px;
}



#main-content img{
	
	float:right;
	margin: 10px 0px 10px 10px;
	clear: right;
}

#main-content a{
        color:#337321;
        text-decoration: underline;
        font-weight: normal;
}

#main-content h4 a:link{
	color:#006600;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#main-content h4 a:visited{
	color:#004800;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#main-content h4 a:active{
	color:#006600;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#main-content h4 a:hover{
	color:#006600;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}

#join-now{
	width:201px;
        float:right;
        margin-right:22px;
        margin-top:12px;
}

#left-nav #news-feed{
        margin-left: 12px;
        width: 213px;
        background-color: #FFFFFF;
        border-left:1px solid #999999;
	border-right:1px solid #999999;
	text-align:left;
        /* This line has been added so that the borders appear to be joined to the latest news image*/
	position:relative; bottom:1px;
}


#left-nav #news-feed ul li{
	text-decoration:none;
	line-height:21px;
	float:left;
	width: 213px;
	background-color: #FFFFFF;
	display:block;
	text-decoration:none;
	border-bottom:none;
}

#left-nav #news-feed ul li a{
	padding-top:10px;
	padding-bottom:10px;
	color:#337321;
        text-decoration: underline;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	line-height:21px;
	display:block;
	font-weight:600;
	font-size:1em;
	width: 188px;
	background-color: #FFFFFF;
}

#left-nav #news-feed ul li a:hover{
        width: 188px;
	background-color: #FFFFFF;
}

div #footer{
	width:943px;
	float:left;
	background-color:#bae563;
	margin-left:8px;
	margin-bottom:10px;
	font-weight: bold;
}

#footer a {color:#337321; text-decoration: underline;}

#header-item{
	background-color:#2e69a4; 
	
	height:36px;
	
	width:254px;
	
	margin-bottom:2px;
}


.header{
	color:#FFFFFF;
	
	margin-top:0px; 
	
	padding-top:10px; 
	
	font-size:16px; 
	
	padding-left:15px; 
	
	font-weight:bold;
}

/* Pages for forums and comments page*/

#forum-top{

	width:943px;

	float:left;

	margin-left:8px;
	
	margin-top:5px;
	
	height:25px;
}

#header-item2{

	background-color:#FF0000;
	
	height:36px;
	
	width:254px;
	
	margin-bottom:2px;
}

.header2{

	color:#FFFFFF;
	
	margin-top:0px; 
	
	padding-top:10px; 
	
	font-size:16px; 
	
	padding-left:15px; 
	
	font-weight:bold;
}

.table{

	background-color:#CCCCCC;
	
	color:#FFFFFF;
}

.td{

	font-size:12px;
}

.td2{

	font-size:12px;
	
	background-color:#CCCCCC;
	
	padding-top:10px;
}

.topic{

	width:150px;
	
	margin-right:20px;
}

.posted{

	width:100px;
	
	margin-right:20px;
	
}

.class2 a:link {color:#0066CC; text-decoration:underline; font-weight: normal; margin-right:3px;}
.class2 a:visited {color: #0066CC; text-decoration:none; font-weight: normal; margin-right:3px;}
.class2 a:hover {color: #0066CC;text-decoration:none; font-weight: normal; margin-right:3px;}
.class2 a:active {color: #0066CC; text-decoration:none; font-weight: normal ;margin-right:3px;}


.comment-heading{

	width:500px;
	
	padding:3px 3px 1px 10px;
	
	color:#FFFFFF;
	
	font-weight:normal;
	
	background-color:#2e69a4;
	
	margin-top:10px;
	
	margin-bottom:20px;

}

.comment-box{

	margin-top:20px;
	
	width:500px;
	
	padding: 5px 5px 5px 5px;
	
	border:1px solid #2e69a4;
	
	margin-bottom:5px;
}


/*Blog*/

.comment-heading2{
	width:650px;
	padding:11px 3px 1px 10px;
	color:#FFFFFF;
	font-weight:600;
	background-color:#337321;
	margin-top:10px;
	margin-bottom:0px;
}

.comment-box2{
	margin-top:0px;
	width:650px;
	padding: 10px 5px 5px 5px;
	border-bottom:1px solid #337321;
	margin-bottom:5px;
}

#blog-right{
	width:200px;
	float:right;
	padding:0px 5px 5px 5px;
	margin-top:10px;
	margin-right:10px;
	text-align:left;
}

/*New table for forum page*/

.col-main{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 400px;
	background-color:#ffffff;
	font-size: 1.1em;
}

.col-main2{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 400px;
	background-color:#337321;
	color:#FFFFFF;
}

.col-button2{
	width: 80px;
	text-align: center;
	background-color:#337321;
	color:#FFFFFF;
	padding-bottom:10px;
}

.col-button{
	width: 80px;
	text-align: center;
	background-color:#ffffff;
	padding-top:10px;
}

.col-main3{
	width:380px;
}


/* Finish of all forums styles*/


.imagebanner{
	
	position:relative;
	bottom:13px;
}

.sponsor{
	
	clear: both;
	background-color: rgb(186, 229, 98);
	height: 36px;
	width: 943px;
	margin-top: 3px;
	margin-left: 8px;
}
