/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*GLOBAL ELEMENTS***********/
html, body {
	background: url(images/bg.gif) repeat-x;
	color: #666;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0 auto;
	min-width: 922px;
	padding: 0;
	text-align: center;
}

a {
	color: #575757;
}
hr {
	background: #ccc;
	height: 1px; 
	margin: 12px 0;
}

/*END GLOBAL ELEMENTS*******/

/*DIV ELEMENTS**************/
#container {
	margin:0 auto;
	text-align: left;
	width: 922px;
}

/*Header*/
#header {
	color: #868585;
	height: 75px;
}
#header img.logo {
	float: left;
	margin-top: 9px;
}

#header ul {
	float: right;
	font-size: 12px;
	margin: 20px 15px 0 0;
}
#header li {
	display: inline;
	list-style: none;
}
#header li a {
	color: #868585;
	text-decoration: none;
	text-transform: uppercase;
}
#header li a.active, #header li a:hover {
	color: #283891;
	text-decoration: underline;
}
/*End Header*/

/*Nav*/
#nav {
	border-top:  1px solid #283891;
	border-bottom:  1px solid #283891;
	border-right: 1px #dee0ee solid;
	height: 29px;
}
#nav li{
	border-left:  1px solid #283891;
	float: left;
	height: 29px;
	list-style: none;
	text-align: center;
	width: 183px;
}
#nav li.first {
	border-left: none;
}
#nav li.last {
	width: 185px;
}
#nav li a {
	background: url(images/nav_arrows.gif) no-repeat 5% 60% transparent;
	color: #283891;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover, #nav li a.active {
	background: url(images/nav_arrows_over.gif) no-repeat 5% 60% #283891;
	color: #fff;
}
/*End Nav*/

/*Flash*/

#sidebar {
	clear: left;
	float: left;
	height: 100%;
	min-height: 100%;
	margin-top: 10px;
	padding: 0 6px 30px 6px;
	width: 170px;
}
#sidebar img {
	margin: 20px 10px 10px 10px;
}
#sidebar li {
	background: url(images/nav_sidebar_arrow.gif) 16px 12px no-repeat;
	border-bottom: 1px dotted #283891;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	list-style: none;
}
#sidebar li a{
	color: #283891;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #283891;
	text-decoration: underline;
}

/*End Flash*/

/*Content*/
#content {
	border-right: 1px #dee0ee solid;
	border-left: 1px dotted #283891;
	margin-left: 183px;
	padding: 20px 20px 20px 20px;
}
#content h1 {
	color: #283891;
	font-size: 30px;
	margin-bottom: 12px;
}
#content h2 {
	color: #283891;
	font-size: 18px;
}
#content h3 {
	color: #8cc63f;
	font-size: 18px;
}
#content h3 a {
	color: #8cc63f;
     text-decoration: none;
}
#content h3 a:hover {
	color: #283891;
}

#content li {
	margin-left: 20px;
	text-indent: -5px;
/*	padding-left: 4px;*/
/*	list-style-image: url(images/nav_sidebar_arrow.gif);*/
}

#content li li {
	margin-left:20px;
	list-style-type: circle;
}

#content p {
	margin: 0 0 12px 0;
}
#content p.intro {
	color: #8cc63f;
	font-size: 18px;
	margin: 0 0 12px 0;
}
#content.news h3 {
	background: url(images/nav_arrows.gif) no-repeat 0 4px;
	padding-left: 20px;
}
#content.news p {
	border-bottom: 1px #ccc solid;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#greenbox, .greenbox {
	background: url(images/bg_green.jpg);
	border-top: 26px #283891 solid;
	color: #fff;
	margin: 16px 0 14px 0;
	padding: 22px 60px 3px 38px;
}
#greenbox h2, .greenbox h2 {
	margin-bottom: 12px;
}

}
#greenbox > ul > li, .greenbox > ul > li {
	background: url(images/inside_greenbox_arrow.gif) no-repeat;
	margin-bottom: 14px;
	padding-left: 90px;
	list-style: none;
}

#greenbox li ul {
	margin: 10px 0 0 40px;
}
#greenbox li li{
	background: none;
	list-style: disc;
	margin-bottom: 10px;
	padding-left: 0;
}
#content .greenbox li {
	list-style-type: none;
}


.product {
	background: url(images/nav_arrows.gif) no-repeat 0 5px;
	float: left;
	margin: 0 25px 30px 35px;
	padding-left: 24px;
	width: 246px;
}
.product h3 {
	border-bottom: 1px #283891 dotted;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.callout {
	float: right;
	font-size: 14px;
	margin-left: 10px;
	padding: 10px 10px 0 10px;
	border: 1px #8cc63f solid;
	width: 33%;
}

.floatright {
	float: right;
	margin-left: 10px;
	padding: 10px 10px 0 10px;
	border: 1px #8cc63f solid;
	width: 250px;
}
/*End Content*/



/*Footer Elements*/
#footer {
	border-top: 1px #283891 solid;
	clear: both;
		color: #575757;
		font-size: 10px;
	padding: 32px 0;
	text-align: center;
	text-transform: uppercase;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #575757;
	text-decoration: none;
}
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}
#footer p {
	margin: 24px 0;
}
/*End Footer Elements*/

.clear {
	color: #fff;
	clear: both;
	display: block;
	height: 0;
}

.biopic {
	float: left;
	margin: 5px 10px 10px 0;
}

.map {
	float: right;
}
.email {
	margin-bottom: -3px;
}

/* Partner Table */
.partnericon {
	text-align: center;
	vertical-align: top;
	width: 40%;
	height: 150px;
}
.partnertext {
	text-align: left;
	vertical-align: top;
}