@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
}

#logo {
	position:absolute;
	left:40px;
	top:0px;
}

/* Home Page */

#homeBackground { 
	margin: 0px auto;
	width:100%;
	min-height:600px;
	background-image:url(images/home-page-green-banner.gif);
	background-repeat:repeat-x;
	background-position:0px 130px;
}


#homeWrapperTop {  
	position:relative;
	top:130px;
	width: 1000px;
	left:0px;
	
}


#flashLeft {  
	float:left;
	position:relative;
	width:300px;
}
	
#statementRight {
	padding-top:25px;
	float:right;
	position:relative;
	width:600px;

	z-index:5000;	
}

#homeWrapperBottom {  
	position:absolute;
	top:550px;
	width: 100%;
	left:0px;

	
}

#NavBox1 {  
	float:left;
	position:absolute;
	width:110px;
	left:190px;

	
}

#NavBox2 {  
	float:left;
	position:absolute;
	width:180px;
	left:320px;
	
}

#NavBox3 {  
	float:left;
	position:absolute;
	width:105px;
	left:520px;
}

#NavBox4 {  
	float:left;
	position:absolute;
	width:195px;
	left:645px;
}

#NavBox5 {  
	float:left;
	position:absolute;
	width:115px;
	left:860px;
}

/* information Page */

#generalWrapperTop {  
	position:relative;
	top:160px;
	width: 100%;
	left:0px;
	
}

#generalBackground { 
	margin: 0px auto;
	width:100%;
	min-height:600px;
	background-image:url(images/info-page-green-banner.gif);
	background-repeat:repeat-x;
	background-position:0px 160px;
}

#generalWrapperBottom {  
	position:relative;
	top:180px;
	width: 100%;
	left:100px;
}

#nav {  
	float:left;
	position:relative;
	width:100%;	
	top:135px;
	border-bottom:1px solid #ccc;
	
}

#navPadd {  
	z-index: 11000;
	padding-left:376px;
	
	overflow:hidden;}
	
	#navPadd2 {  
	z-index: 11000;
	padding-left:376px;
	
	overflow:hidden;}

#copy {  
	float:left;
	position:relative;
	width:800px;
	left:90px;
	top:20px;
	
}

a {
    outline: none;
}




#flashLeftGeneral {  
	float:left;
	position:relative;
	width:400px;

	
}
	
#statementGeneral {  
	float:right;
	position:relative;
	width:250px;
	
	
}

p {
	font-family: helvetica;
	font-size: 80%;
	font-weight:normal;
	color:#666;
	line-height:1.3;
	
}

.small {
	font-size: 60%;
	color:#fff;
}

.med {
	font-size: 80%;
}

ul {	
	padding-left:15px;
}

li {
	font-family: helvetica;
	font-weight:normal;
	color:#fff;
	line-height:1.3;
}



p a {
	color:#999;
	text-decoration: none;
}

p a:hover {
	color:#00adcf;
	text-decoration: none;
}

.footer {
	font-size: 60%;
	color:#999;
}

h1 {
	font-family: helvetica;
	font-size: 120%;
	font-weight:normal;
	color:#cfddd6;
	line-height:1.5;
	
}

h2 {
	font-family: helvetica;
	font-size: 70%;
	font-weight:bold;
	color:#999;
	line-height:1;
	
}

.white {
	color:#fff;
	}
	
#homeb ul {
	list-style-type: none; 
} 

#homeb {	
	padding: 0;
	margin: 0; 
} 

#homeb li {
	font-family: helvetica;
	font-size: 70%;
	font-weight:normal;
	color:#999;
	line-height:1.5;
	list-style-type:none;
} 

#homeb li a {
	color:#999;
	text-decoration:none;
} 

#homeb li a:hover {
	color:#32735b;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

object { 
	outline:none
}


#news {
	padding-left:200px;
	width: 100%;
	height:20px;
	position:fixed;
	bottom:0px;
	overflow:hidden;
	border-top: 1px solid #ccc;
	padding-top:10px;
}

#TICKER {
	float:left;
	display: block; 
	overflow: hidden; 
	width: 800px;
	font-size:70%;
	
	}
	
#TICKER a {
	color:#999;
	text-decoration: none;
}

#TICKER a:hover {
	color:#32735B;
	text-decoration: none;
}

