/* CSS Document */

/*
#031125; BLUE
#004982; MID BLUE
#8cc63f; BRIGHT GREEN
#b9ef70; LIGHT GREEN
#242b17; DARK GREEN
#5fd2ea; LIGHT BLUE MENU BG
#00b8de; DARKER BLUE MENU BG HOVER
*/


body {
	font: 100% Georgia, Times New Roman, serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #072652 url(../images/bg.jpg) repeat-x top left;
}
.oneColElsCtr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #072652 url(../images/bg_grad.jpg) no-repeat top left;
}
	
	
/*=================================================================== 
	
TOP ROW 

=================================================================== */

#logo {
	height: 90px;
	float:left;
	width: 231px;
	margin: 0;
	padding: 0;
}

#topright {
	float:left;
	width: 619px;
	height: 20px;
	margin: 0;
	color:#fff;
	padding: 65px 0 0 0;
	text-align: left;
}

#topmenu {
	clear:both;
	float:left;
	width: 850px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #031125;
	}
	
#image {
	background: #000000;
	}
	
#myAlternativeContent {
	background: #000000;
	}
	
	
/*=================================================================== 
	
MAIN CONTENT

=================================================================== */
	#content {
	float:left;
	width: 850px;
	margin: 0;
	padding: 0;
	}
	
	
	
#lhpanel {
	float:left;
	width: 630px;
	height: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 120%;
	font-weight: normal;
	padding: 0 10px 0 0;
	margin: 15px 0 20px 0;
	}
	
#lhpanel p {
	padding: 1px 6px 8px 0;
	margin: 0 6px 0 0;
	}
	
	
#lhpanel ul{
	list-style: none;
	padding-left: 0;
	margin: 4px 0 0 0;
	}
	
#lhpanel li{
	color: #fff;
	margin: 0 0 0 0;
	padding: 0px 0 6px 20px;
	background: url(../images/icon.png) no-repeat;
	}

	
#subscribe {
	padding:10px 0 0 0;
	display: none;
}

#unsubscribe {
	padding:10px 0 0 0;
	display: none;
}

#accordion {
	overflow:hidden;
}

	

#rhpanel {
	float:left;
	width: 200px;
	height: 100%;
	font-size: 11px;
	color: #333;
	line-height: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 15px 0 20px 10px;
	background:#418f0b;
	}
	
#rhpanel p {
	padding: 10px 4px 10px 2px;
	margin: 0 6px 10px 10px;
	line-height: 130%;
	color:#fff;
	}
	
#rhpanel ul{
	list-style: none;
	padding-left: 0;
	margin: 4px 0 0 10px;
	}
	
#rhpanel li{
	color: #fff;
	margin: 0 0 0 0;
	padding: 0px 0 6px 20px;
	background: url(../images/icon.png) no-repeat;
	}

	

	
#bottomNav {
clear:both;
/*float: left;*/
padding: 0;
width: 850px;
margin: 0;
}

.signoff {
/*clear:both;
float: left;*/
padding: 20px 20px 0 0;
width: 830px;
margin: 0;
height: 44px;
font-size: 11px;
font-style:italic;
color:#031125;
background: #8cc63f;
text-align: right;
}

.signoff a {
	color: #031125;
	text-decoration: none;
	font-weight: normal;
}

.signoff a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*=================================================================== 

[MODAL] */

#mask {  
	position:absolute; 
	left:0;
  	top:0;
	z-index:9000;  
	background-color:#000;  
	display:none;  
	}  
    
#boxes .window {  
	position:absolute;
	left:0;
  	top:0; 
	display:none;  
	z-index:9999;  
	padding:20px;  
}  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {  
	width:425px; 
	padding:42px 20px 20px 20px;
  	background-color:#ffffff;
} 

#boxes p {
	color: #031125;
	font-weight:800;
	font-size: 14px;
	line-height: 120%;
	font-style:italic;
	margin:10px 0 10px 0;
	padding:0 0 0 0;
}

#boxes #dialogTwo {  
	height:380px;
	padding:42px 20px 20px 20px;
  	background-color:#ffffff;
} 

#boxes #dialogImg {  
	padding:42px 20px 20px 20px;
  	background-color:#ffffff;
} 

#boxes #dialogImgTwo {  
	padding:42px 20px 20px 20px;
  	background-color:#ffffff;
} 

#boxes #dialogImgThree {  
	padding:42px 20px 20px 20px;
  	background-color:#ffffff;
} 


.close { position: absolute; top: 6px; right: 12px; height: 30px; width: 32px; background: url(../images/close_icon.jpg) top left no-repeat }



/*=================================================================== 
	
LINKS 

=================================================================== */

a {
	color: #8cc63f;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin:0;
}
a:hover, a:focus {
	text-decoration: none;
	color: #8cc63f;
	padding: 0;
	margin:0;
}

#content a {
	color: #8cc63f;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}


/*=================================================================== 
	
TABLES

=================================================================== */
table {
padding: 0;
margin: 0;

}

th {
	font-size: 12px;
	color: #8cc63f;
	text-align: left;
	font-weight: bold;
	padding: 8px 5px;
	background:#DFDFDF;
}

td {
	border-top: 0;
	padding: 3px 5px;
}

.noBorder {
	border: none;
}



/*=================================================================== 
	
FORM

=================================================================== */


form {
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
		
input, textarea {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	/*border: 1px solid  #8cc63f;*/
}

select {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding: 1px 0 1px 0;
	margin: 0 0 8px 0;
	border: 1px solid #8cc63f;
}

/* This is a fix which forces the #wrapper to go round the page content */
.FloatFix {
	clear: both;
}



/*=================================================================== 
	
TEXT FORMATTING

=================================================================== */

h1 {
	color: #8cc63f;
	font-size: 28px;
	line-height: 120%;
	font-weight: normal;
	font-style:italic;
	margin:0 0 6px 0;
	padding:0 0 0 0;
}

h2 {
	color: #5fd2ea;
	font-size: 18px;
	line-height:23px;
	font-weight: normal;
	margin:18px 10px 10px 0;
	padding:0 0 0 0;
}

h3 {
	color: #8cc63f;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding: 1px 6px 4px 0;
	margin: 0 6px 0 0;
}

h4 {
	color: #031125;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 1px 4px 2px 4px;
	margin: 0 6px 0 6px;
}

h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	font-style:italic;
	line-height: 30px;
	padding: 8px 4px 2px 4px;
	margin: 0 6px 0 6px;
}

h6 {
	color: #8cc63f;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 1px 4px 2px 4px;
	margin: 0 6px 0 6px;
}



hr {
	border: none 0; 
	border-top: 1px dashed #8cc63f;/*the border*/
	padding: 0 0 0 0;
	width: 99%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}

p {
padding: 4px 0 0 0;
line-height:120%;
margin: 0;

}



#content ul {
	list-style: none;
	padding-left: 0;
	margin: 4px 0 0 0;
}

#content li {
	margin: 0 0 0 0;
	padding: 0px 0 6px 20px;
	background: url(../images/icon.png) no-repeat;
}

#mainFeaturesTxt ul {
	padding-left: 0;
	margin: 4px 0 0 0;
}

#mainFeaturesTxt li {
	list-style-type:none;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0 6px 14px;
	background: url(../images/icon.jpg) no-repeat left top;
}

.green {
	color:#8cc63f;
	padding:0;
	margin:0;
}

.white {
	color:#fff;
	padding:0;
	margin:0;
}

.lightblue {
	color:#5fd2ea;
	padding:4px 0 4px 0;
	margin:0;
}

.register {
	color:#031125;
	font-size:14px;
	font-style: italic;
	text-decoration:underline;
	padding:10px 0 4px 0;
	margin:8px 0 0 0;
}


