
html,body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;	
	background-color: #fff;	
	margin: 0 auto;	
	text-align: center;
	color: #000;
}

a {
    outline: none;
}


input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;	
	color: #000;
}

h1 {
	color: #6cb0a4;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.greentext {
	color: #6cb0a4;	
}

.whitetext {
	color: #fff;
	font-family: georgia, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}


.button {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;	
	color: #616161;
	margin-top: 5px;
}

.whitegeogia {
	font-family: georgia, Helvetica, Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}


.logos {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: center;
	height: 125px;
	}

#homecontent a {
	color: #000;	
}

#homecontent a:hover {
	text-decoration: none;
}

#container {	
	margin:0 auto; /* center, not in IE5 */
	margin-left: auto;
	margin-right: auto;
	width:750px;
	text-align:left;
	border: solid #CED0D0 10px;
	overflow: auto;
	background-image: url(../images/btmleftcorner_backgroundbig.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	background-color: #6CAFA4;	
	/*height: 100%;*/
}

#container_footer {	
	margin:0 auto; /* center, not in IE5 */
	margin-left: auto;
	margin-right: auto;
	width:770px;
	text-align:left;
	font-size:10px;
}


#left {
/*	background-color: #6bafa3;*/
	
	float: left;
	width: 102px;
	/*background-image: url(../images/leftsidebar_repeater.gif);
	height:100%;*/
}


#right {
	float: left;
	width: 648px;

}



#right #content {
	float: left;
	width: 648px;	
	min-height: 458px;
	height:auto !important;
	height: 455px;
	background-position: bottom center; 
	background-repeat: no-repeat;
	background-color:#fff;

}

#right #content #copy_extrawide {
	padding-top: 25px;
	padding-left: 20px;
	line-height: 16px;
	width: 560px;
}


#right #content #copy_wide {
	padding-top: 25px;
	padding-left: 20px;
	line-height: 16px;
	width: 520px;
}

#right #content #copy_narrow {
	padding-left: 20px;
	line-height: 16px;
	width: 350px;
}

#right #content #copy_products {
	padding-left: 20px;
	line-height: 16px;
	width: 400px;
	float: left;
}



#right #content .productnav {
	float: left; 
	padding-left: 20px; 
	margin-top:25px
}

#right #content .productnav a{
	color: #000;
	text-decoration: underline;
}

#right #content .productnavoff {
	width:145px; 
	height:87px; 
	text-align:center;
}

#right #content .productnavon {
	width:145px; 
	background-image: url(../images/portfoliogreenoval.gif); 
	height:87px; 
	text-align:center;
}




#right #content ul {
	margin-right:0px;
	margin-top:2px;
	color: #000;	
 }

#right #content a {
	color: #6cb0a4;	
}

#right #content a:hover {
	text-decoration: none;
}

#right #content .blacktext {
	color: #000;	
}


#right #content #midnav a {
	color: #818785;
	text-decoration: none;
	outline: none;
}

#right #content #midnav div {
	/*border: solid 1px;*/
}

#right #content #midnav a:hover {
	color: #6cb0a4;
	text-decoration: underline;
}

#right #content #midnav .midon {
	color: #6cb0a4;
	text-decoration: underline;
}

#right #content #midnav .midoff {
	color: #818785;
	text-decoration: none;
}

#content #news a {
	color: #000;
}


	/* New Top Nav CSS */
	#topNav {
		margin: 0;
		padding: 0;
		height: 48px;
		width: 648px;	
		font-family: arial, helvetica, verdana;
		font-size: 13px;	
	}
	
	
		#navMenu, #navMenu ul { /* all lists */
			padding: 0;
			margin: 0;
			list-style: none;			
			text-align: left;
		

		}
  

		#navMenu {
			height: 48px;
		}
		 
		#navMenu a {
			display: block;			
			color: #c6d7d4;		
			text-decoration: none;	
			height: 48px;
			background-color: #62a095;
			padding-right: 18px;
			padding-left: 18px;		
				
		}
		
		#navMenu a:hover {
			color: #fff;
			background-color: #4b8379;
		}
		 
		
		#navMenu li { /* all list items */
			float: left;
			display: block; 	
			text-align: center;
		}
		 
		#navMenu li ul { /* second-level lists */
			position: absolute;	
			width: 200px;
			min-height: 90px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			padding-top: 1px;
		}
 
		#navMenu li ul ul { /* third-and-above-level lists */
			margin: -1em 0 0 10em;
			
			
		}

		#navMenu li ul li a {
			height: 15px;
			color: #fff;
			text-align: left;
			display: block;
			background-color: #4b8379;
			padding-top: 10px;
			padding-bottom: 10px;
			width: 210px;
		}
		
		#navMenu li ul li a:hover {
			background-color: #3b6e50;
		}		

		#navMenu li ul li {
		float: left;
		display: block;
		min-width: 150px;
		padding-right: 1px;
		text-align: left;
		border-bottom: solid transparent 1px;
		
		}
 
		#navMenu li:hover ul ul, #navMenu li.sfhover ul ul {
			left: -999em;
		}
		 
		#navMenu li:hover ul, #navMenu li li:hover ul, #navMenu li.sfhover ul, #navMenu li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}		
	


/* Nav CSS */
	#divNav {
		margin: 0;
		padding: 0;
		height: 48px;
		width: 648px;
		
	}

	#nav {
		position: relative;
		top: 0px;
		height: 48px;
		width: 648px;
		background: #639f94;
		margin: 0;
		padding: 0;
		
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
		background: #639f94;
	}


	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 0px;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 27px;
		left: 0;
		padding-top: 0px;
		background: #639f94;
		height: 21px;
		width: 648px;
		padding-left: 0px;		
	}


	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #639f94;
	}

	#nav li a {
		display: block;
		padding: 0;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #639f94;
		width: auto;
		margin-right: 0px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #639f94;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li ul li {
		float: left;
	}

	
	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}


	#li1 a, #li2 a, #li3 a, #li4 a, #li5 a, #li6 a, #li7 a {
		display: block;
		position: relative;
		height: 21px;
	}

	#nav li.off ul a, #nav li.on ul a {
		display: block;
		background: #639f94;
	}		

	#nav li.on ul a {
		background: #639f94;
	} 

/* End Nav CSS */
 
