* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background-color: #87c171;
}

#page_header {
	width: 100%;
	
}

#page_header_top_strip {
	padding-top: 24px;
	border-bottom: 28px solid #103725;
}

#page_header_image {
	height: 40px;
	background: transparent url(../images/shared/header_image1.jpg) center no-repeat;
}

#wrapper {
	width: 755px;
	margin: 0px auto 0px auto;
	border: 3px solid #b2ef9b;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
}

#branding {
	width: 100%;
	height: 149px;
	background: transparent url(../images/shared/header_image2.jpg) center 108px no-repeat;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

#intro {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 64px;
	background-color: transparent;
	float:left;
}

.intro_image {
	margin: 14px 0px 0px 17px;
	float:left;
}

#nav_menu {
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 137px;
	overflow: visible;
	background-color: transparent;
}

#lower_menu {
	clear: left;
	float: left;
	margin: 0px 0px 15px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 137px;
	overflow: visible;
	background-color: transparent;	
}

#content {
	margin: 0px 0px 18px 26px;
	float: right;
	width: 545px;
	background-color: transparent;
	text-align: left;
}

#footer {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

#partners {
	float: right;
	width: 180px;
	margin: 10px 44px 20px 20px;
	text-align: center;
	border: 2px solid #b2ef9b;
}

h1 {
	color: #006;
	font-weight: bold;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	color: #103725;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 8px;
}

h3 {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	color: #103725;
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
}

p {
	color: #103725;
	font-weight: normal;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 10px 50px 10px 0px;
}

a {
	font-weight: normal;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
}

a:link {
	color: #0092d1;
}

a:visited {
	color: #0092d1;
}

a:hover {
	color: #c8006b;
	text-decoration: none;
}

a:active {
	color: #c8006b;
	text-decoration: none;
}

a.current {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}

li {
	color: #006;
	font-weight: normal;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0px 95px 0px 20px;
	list-style-type: square;
	list-style-position: outside;
}

ul {
	margin: 10px 0px 15px 0px;
}

.nav2 {
	font-size: 1.4em;
}

#footer p {
	margin: 12px 20px 12px 20px;
	font-size: 0.75em;
}

#footer a {
	color: #103725;
	font-weight: normal;
}

/* ---- Navigation ---- */


#nav_menu ul {
	margin: 0px;
	padding: 0px;
}


#nav_menu ul li {
	display: inline; 	
	list-style-type: none;
	margin: 0px;
}

#nav_menu ul li a {
	width: 127px;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.2em;
	float: left;
	text-align: left;
	padding: 6px 0px 6px 10px;
	margin: 0px 0px 15px 0px;
}


/* Commented backslash hack hides rule from IE5-Mac \*/

#nav_menu ul li a {
	float: left;
}

/* End IE5-Mac hack */

ul#nav_menu1 li a:link {
	text-decoration: none;
	color: #103725;
	background-color: #b2ef9b;
}

ul#nav_menu1 li a:visited {
	text-decoration: none;
	color: #103725;
	background-color: #b2ef9b;
}

ul#nav_menu1 li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#103725;;
}

ul#nav_menu1 li a:active {
	color: #FFF;
	text-decoration: none;
	background-color:#103725;
}

#nav_menu ul#nav_menu1 li a.current {
	color: #b2ef9b;
	text-decoration: none;
	background-color: #103725;
}

/* End of nav :-) */

/* Lower nav (home page only) */

#lower_menu p {
	font-weight: bold;
	font-size: 0.7em;	
	padding: 0px;
	margin: 10px 0px 10px 10px;
	text-align: left;
}

#lower_menu ul {
	margin: 0px;
	padding: 0px;
}


#lower_menu ul li {
	display: inline; 	
	list-style-type: none;
	margin: 0px;
}

#lower_menu ul li a {
	width: 127px;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 0.9em;
	float: left;
	text-align: left;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 2px 0px;
}

#lower_menu ul li a {
	float: left;
}

/* End IE5-Mac hack */

ul#lower_menu li a:link {
	text-decoration: none;
	color: #103725;
}

ul#lower_menu li a:visited {
	text-decoration: none;
	color: #103725;
}

ul#lower_menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#103725;;
}

ul#lower_menu li a:active {
	color: #FFF;
	text-decoration: none;
	background-color:#103725;
}

#nav_menu ul#lower_menu li a.current {
	color: #b2ef9b;
	text-decoration: none;
	background-color: #103725;
}


/* End of lower nav */


#branding_logo {
	float: left;
	margin: 18px 0px 0px 18px;
}

#product_list {
	width: 501px;
	background-color: #d4f8c6;
	float: left;
	margin-bottom: 20px;
}

ul.products {
	float: left;
	width: 33%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

ul.products li {
	font-size: 0.7em;
	margin: 10px 0px 10px 0px;
	border: 0px;
	padding: 0px 0px 0px 15px;
	display: block;
	line-height: 1.2em;
}

ul.products li a {
	color: #4e504f;
	font-weight: normal;
}

ul.products li a:hover {
	color: #c8006b;
	text-decoration: none;
}

.product_item {
	width: 500px;
	margin: 25px 20px 0px 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

.product_item img, img.news_item {
	border: 2px solid #9bca86;
	margin: 0px 0px 20px 20px;
	float:  right;
}

.product_info {
	width: 383px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

.product_item h1 {
	margin: 0px 0px 15px 0px;
}

.product_item h2, .product_item h3 {
	margin: 15px 0px 15px 0px;
}

.product_item p {
	color: #103725;
	margin: 10px 0px 10px 0px;
}

.product_item a {
	text-transform: uppercase;
	color: #92c77e;
	font-size: 0.8em;
}

.product_item a:hover {
	color: #c8006b;
	text-decoration: none;
}

.product_item li {
	color: #103725;
	font-weight: normal;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 5px 15px 5px 30px;
	list-style-type: square;
	list-style-position: outside;
}

.product_item ul {
	margin: 10px 0px 15px 0px;
}

.copy_image {
	margin-bottom: 10px;
}

hr {
	margin: 15px 40px 15px 0px;
	border: 0px;
	padding: 0px;
	height: 1px;
	background-color: #e0dcd0;
	color: #e0dcd0;
}

.cite {
	font-style: italic;
	font-weight: bold;
}

img.customers_logo {
	float: right;
	margin: 0px 0px 10px 10px;
}

h2.news_top {
	margin-top: 15px;
}

h2.news {
	border-top: 1px solid #e0dcd0;
	margin-top: 25px;
	padding-top: 15px;
}

li.news_archive_list_date {
	list-style-type: none;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #87c171;
}

li.news_archive_list_story {
	width: 450px;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0dcd0;
	font-weight: normal;
}

#partners h3 {
	background-color: #b2ef9b;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#partners img {
	margin: 10px 0px 10px 0px;
}

label {
	color: #103725;
	font-weight: normal;
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 10px 0px 10px 0px;
}
 
input, textarea {
	border: 1px solid #bcbbbb;
	padding: 5px;
	margin: 2px 0px 2px 0px;
}

.radio_column {
	width: 45%;
	float: left;
}

.radio_column label {
	font-size: 0.8em;
}

.third_party {
	margin: 0px 25px 10px 0px;
}

ul.level_two li {
	font-size: 1em;
	list-style-type: circle;
}