/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #001633;
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat-x;
}
#centered {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent {
	float: left;
	width: 970px;
	background-image: url(images/center_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 80px;
	width: 950px;
}
#navrow {
	float: left;
	height: 23px;
	width: 950px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#rightshadow {
	width: 10px;
	float: left;
}
#leftshadow {
	width: 10px;
	float: left;
}
#desktop {
	float: left;
	width: 950px;
}
/*---------- NAVIGATION ------------*/
#nav {
	padding:0;
	width:950px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#nav li {
		display:inline;
		padding:0;
		margin:0 0 0 -10;
	}
#nav a:link,
#nav a:visited {
	color:#001B3A;
	float:left;
	border-right:1px solid #FFFFFF;
	text-decoration:none;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
	height: 21px;
	}
#nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #7FA7D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #001B3A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7FA7D6;
	border-bottom-color: #001B3A;
	background-image: url(images/nav_hover_bg.jpg);
	background-repeat: repeat-x;
	}
#nav #selected a {
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #004115;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7FDDA0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004115;
	border-bottom-color: #7FDDA0;
	background-image: url(images/nav_sel_bg.jpg);
	background-repeat: repeat-x;
}
#nav #leftspace {
	color:#001B3A;
	float:left;
	border-right:1px solid #FFFFFF;
	text-decoration:none;
	padding-right: 6px;
	padding-left: 6px;
	height: 21px;
	}
#nav #rightspace {
	color:#001B3A;
	float:left;
	border-left:1px solid #666666;
	text-decoration:none;
	height: 21px;
	}
/*---------- GREEN NAVIGATION ------------*/
#greennav {
	padding:0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	margin-left: 6px;
	}
#greennav a:link,
#greennav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	float: left;
	width: 172px;
}
#greennav li {
	float: left;
	display: block;
	width: 184px;
	
	}
#greennav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004115;
	text-decoration: none;
	background-image: url(images/green_nav_hover.gif);
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-repeat: no-repeat;
}
#greennav #selected a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004115;
	text-decoration: none;
	background-image: url(images/green_nav_over.gif);
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-repeat: no-repeat;
}
	
/*--*/	
#content {
	float: left;
	width: 950px;
	background-color: #004115;
	background-image: url(images/green_bg.jpg);
	background-repeat: repeat-x;
}
#conbot {
	float: left;
	width: 760px;
}
#whitebody {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 310px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #002857;
	margin-bottom: -13px;
}
#textcopy {
	float: left;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.termcap {
	font-size: 11px;
	font-weight: bold;
}
#titlebar {
	margin-top: 28px;
	background-image: url(images/title_bar.jpg);
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 7px;
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 30px;
	color: #FFFFFF;
}
#sidecopy {
	width: 280px;
	padding-right: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: -10px;
}
#leftnav {
	float: left;
	width: 190px;
}
#rightcontent {
	float: left;
	width: 760px;
}
#footer {
	float: left;
	width: 950px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	line-height: 18px;
}
#footer a:link,
#footer a:visited{
	color: #666666;
}
#footer a:hover{
	color: #999999;
	text-decoration: none;
}
#indexcontent {
	background-color: #FFFFFF;
	float: left;
	width: 950px;
	height: 450px;
}
#presentation {
	height: 500px;
	width: 940px;
	float: left;
	padding-left: 10px;
}
#indextitle {
	margin: 10px 0px 0px;
	float: left;
	width: 258px;
	height: 227px;
	border: 1px solid #008631;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #001B3A;
	font-weight: bold;
	padding: 10px 20px 20px;
	line-height: 26px;
}
#indexlower #left {
	width: 600px;
	padding: 10px 10px 10px 20px;
	float: left;
}
#indexlower #right {
	padding-top: 10px;
	float: left;
	width: 275px;
}
#indexlower {
	float: left;
	border: 1px solid #008631;
	width: 928px;
	height: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#indexlower #right li {
	list-style-type: square;
	margin-left: -10px;
}
#solutions {
	float: left;
	width: 200px;
	height: 259px;
	margin: 10px 0px 10px 10px;
}
#indextitle a:link,
#indextitle a:visited{
	color: #008631;
}
#indextitle a:hover{
	color: #00BB42;
	text-decoration: none;
}
#textcopy li {
	list-style-type: square;
	margin-left: -10px;
}
#sidecopy li {
	list-style-type: square;
	margin-left: -10px;
}
.salestab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.chart td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 2px;
}
.formhead {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7AA68A;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: normal;
	padding-right: 4px;
}
.formform {
	font-size: 11px;
	line-height: normal;
	color: #333333;
}
.formform td {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7AA68A;
}
.req {
	font-weight: bold;
	color: #CC0000;
	position: relative;
	top: -5px;
}
a:link,
a:visited {
	color: #004115;
	text-decoration: underline;
}
a:hover {
	color: #7AA68A;
	text-decoration: none;
}
.termlistings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9DDAB4;
	border-top: 1px solid #004918;
	border-left: 1px solid #004918;
}
.termlistings td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #004818;
	border-bottom-color: #004818;
	padding-left: 5px;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.termlistings h3 {
	font-size: 12px;
	font-weight: bold;
	color: #002857;
	line-height: 14px;
	margin: 0px;
}
.termlistings h3 a:link,
.termlistings h3 a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #002857;
	line-height: 14px;
	margin: 0px;
}
.termlistings h3 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #002857;
	line-height: 14px;
	margin: 0px;
	text-decoration: none;
}
