@charset "utf-8";
@import url("nav.css");
/* CSS Document
067ebd - dark
0472ac - medium
aed4e7 - light
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ececec;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}
h1 {
	color: #067ebd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	font-weight: bold;
}
h2 {
	color: #067ebd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
a {
	color: #067ebd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/*border-bottom: solid #067ebd 2px;*/
}
#header {
	margin: 0 auto;
	width: 986px;
	height: 115px;
	clear: both;
	border: solid 1px #999;
	border-bottom: none;
	background: #fff;
	text-align:left;
}
#header a.logo {
	display: block;
	width: 80px;
	height: 115px;
	float: left;
	text-decoration: none;
	background: url(../images/img_pg/logo.gif) no-repeat left top;
}
#header a.logo:hover, #header a.logo_text {
	border:none;
}
#header a.logo_text {
	display: block;
	width: 155px;
	height: 83px;
	float: left;
	text-decoration: none;
	background: url(../images/img_pg/logo_text.gif) no-repeat left top;
}
#header #tagline {
	float: left;
	width: 900px;
	color: #067ebd;
	font-size: 12px;
}
#header #topnav {
	float: right;
	font-weight: bold;
	padding: 10px 10px 0px 0px;
}
#header #topnav a {
	color: #000;
	text-decoration: none;
	line-height: 17px;
	padding: 5px;
}
#header #topnav a.linecard {
	background-image: url(../images/img_misc/pdf_sm.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 3px;
}
#header #topnav a:hover {
	text-decoration: underline;
	border-bottom: none;
}
#nav {
	clear: both;
	margin: 0 auto;
	background: #067ebd;
	border: 1px solid #999;
	width: 986px;
	height: 54px;
	text-align: center;
	z-index: 1000;
}
/*#nav a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	height: 54px;
	width: 150px;
	line-height: 54px;
	float: right;
	background: url(../images/img_nav/nav_bg.gif) no-repeat left center;
}
*/
/*#nav a:hover {
	background-image: url(../images/img_nav/a_bk.jpg);
	background-repeat: repeat-x;
	background-color: #0472ac;
	border-bottom: none;
}
*/
#banner {
	margin: 0 auto;
	width: 986px;
	height: 240px;
	border: solid 1px #999;
	border-top: none;
	text-align: center;
	z-index: 100;
}
#page {
	background: #fff;
	margin: 0 auto;
	width: 986px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	text-align:left;
}
#page #left {
	width: 333px;
	float: left;
}
#page #left img {
	float:left;
	/*width: 330px;
	height: 240px;*/
	display: block;
	border: none;
	margin: 3px 0px 1px 3px;
}
#page #left .block {
	width: 310px;
	float: right;
	background: #aed4e7;
	padding: 10px;
	margin-bottom: 3px; 
	color: #067ebd;
}
#page #left .intro {
	width: 300px;
	background: #fff;
	padding: 15px;
	margin-bottom: 3px; 
	color: #000;
}
.blocktop {
	margin-top: 2px;
}
#page #left .block h2 {
	margin-bottom: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #067ebd;
}
a.golink {
	display: block;
	float: right;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #067ebd;
	background: url(../images/img_nav/golink_bg.gif) no-repeat right center;
	padding: 5px;
	padding-right: 30px;
	text-decoration: none;
	border-bottom: none;
}
a.golink:hover {
	text-decoration: underline;
}
a.sm {
	font-size: 11px;
	font-weight: normal;
}
#page #content {
	width: 613px;
	float: right;
	padding: 15px 20px 20px 20px;
}
#page #content .left {
	width: 300px;
	float: left;
}
#page #content .right {
	width: 300px;
	float: right;
}
#page #content .right ul.ulleft {
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	color: #067ebd;
}
#page #content .right ul.ulright {
	margin: 0;
	padding: 0;
	width: 150px;
	float: right;
	color: #067ebd;
}
#page #content .right ul.ulleft li, #page #content .right ul.ulright li {
	background-image: url(../images/img_misc/arrow_sm.jpg);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left 3px;
}
#footer {
	margin: 0 auto;
	background-color: #fff;
	width: 986px;
	padding: 10px 0px 10px 0px;
	border: solid 1px #999;
	border-top: dotted 1px #ccc;
	color: #333;
	text-align: center;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#subfooter {
	margin: 0 auto;
	width: 986px;
	padding: 10px 0px 10px 0px;
	color: #666;
	text-align: center;
}
#subfooter a {
	color: #666;
	text-decoration: none;
}
.clear {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
}
.msg {
	border: solid 1px #000;
	background-color: #FFFF00;
	color: #cc0000;
	font-weight:bold;
	padding: 10px;
	margin: 10px;
}
.logos {
	width: 610px;
	height: 75px;
	/*border: solid 1px #999;*/
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;
}
/*.productintro {
	border: solid 1px #999;
	margin: 2px 0px 0px 2px;
}*/
#page .productintro {
	width: 980px;
	height: 205px;
	border: solid 1px #999;
	margin: 2px 0px 0px 2px;
	text-align:right;
	display:block;
}
#page .productintro img {
	float:left;
}
.titleadder {
	font-weight: bold;
}
a.copylinecard {
	background-image: url(../images/img_misc/pdf_sm.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 3px;
	display:block;
	line-height: 20px;
}
.imgfltrt {
	float:right; 
	margin: 0 0 10px 10px;
}
.integrity {
	float:right;
	width: 210px;
	height: 260px;
	margin: 0 0 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 50px 20px 0 20px;
	background-image: url(../images/img_misc/integrity_bk.jpg);
	background-repeat: no-repeat;
	color: #069;
}