/* CSS Document */
/*Set up existing HTML tags*/
body {
	margin: 0px;
}
body, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin-left: 6px;
}
ul li {
	margin-left: .75em;
	padding-left: .25em;
	margin-bottom: .5em;
}
table td {
	vertical-align: top;
	text-align: left;
}
table th {
	vertical-align: bottom;
	text-align: left;
}
table.grid {
	width: 90%;
}
table.grid th {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #DDDDDD;
}
table.grid td {
	padding: 2px 2px 8px 6px;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	vertical-align: top;
	text-align: left;
	font-size: .85em;
}
table.grid td.left {
	border-right: 1px dotted #00B4AB;
}
table.grid td.right {
	border-left: none;
}
a:link, a:visited {
	color: #00319E;
	text-decoration: none;
}
a:active {
	color: #B82323;
}	
a:hover {
	color: #B82323;
}
/*Layout tags*/
#main {
	text-align:center; 
	padding: 0px 8px;
}
#topnav, #topnav.home {
	/*background-image: url(/images/bg_top.gif); 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	width: 750px; 
	position: relative; 
	background-repeat:no-repeat; 
	top: 0; 
	left: 0; 
	z-index:10; 
	height: 224px;*/
	background-color: #ffffff;
	height: 68px;
	text-align: left;
	border-bottom: 1px solid #00349A;
}

#topnav img.homelink, #topnav2 img.homelink {
	display: none;
}
#topnav2 {
	/*margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	width: auto; 
	position: relative;
	top: 0;
	left: 0;
	background-image: none;
	z-index:10; 
	height: auto;
	clear: left;*/
	display: none;
}
#utilities {
	display: none;;
}

#nav {
	/*position: absolute;
	top: 0px;
	left: auto;
	right:0px;
	right: 0px;
	background-image: none;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 181px;
	height: 68px;
	z-index: 15;
	padding: 0px;*/
	display: none;
}
#footer, #footer.home {
	float: none;
	width: 100%;
	font-size: .6em;
	color: #00349A;
	padding: 6px 0;
	text-align: right;
	border-top: 1px solid #00349A;
}
#footer img {
	float: left;
}
.clearfix {
	clear: both;
}
/*navigational tags*/
#utilities a {
	border-right: 1px dashed #DDDDDD; 
	text-decoration: none; 
	color: #ffffff; 
	padding-right: 8px; 
	padding-left: 8px;
	float: left;
	overflow: hidden;
}
#utilities a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
#nav ul, #nav2 ul, #form_bar ul {
	display: none;
}
#nav ul li, #nav2 ul li, #form_bar ul li{
	display: none;
}
#nav ul li.first, #nav2 ul li.first {
	visibility: hidden;
}
#nav ul li.last, #nav2 ul li.last {
	visibility: hidden;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active, #nav2 ul li a:link, #nav2 ul li a:visited, #nav2 ul li a:active {
	visibility: hidden;
}
#nav ul li a:hover, #nav ul li a.current, #nav2 ul li a:hover, #nav2 ul li a.current  {
	visibility: hidden;	
}
/*search form tags*/
form.search {
	display: none;
}
form.search fieldset {
	visibility: hidden;
}
form.search input {
	visibility: hidden;
}
form.search input.searchtext {
	visibility: hidden;
}
form.search input.srchbutton {
	visibility: hidden;
}
/*Home page markup*/
#feature {
	text-align: left;
}
#hpmain {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#left {
	width:437px;
	padding:0px;
	float:left;
	text-align: left;
	padding: 0px 30px 30px 35px;
}
#divider {
	width:1px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 100%;
	float:left;
	background-image: url(/images/bg_hpdivider.gif);
	background-repeat: no-repeat;
}
#right {
	width:191px;
	margin-top: -5px;
	padding:0px 28px 18px 28px;
	float:left;
	text-align: left;
	overflow: visible;
	font-size: .9em;
	clear: both;
}
#hpmain #left p.leadin {
	margin-top: 0px;
	line-height: 1.8em;
	font-size: .8em;
	color: #00349A;
	text-align: justify;
	text-align-last: left;
}
/*second level template layout*/
#feature2 {
	position: relative;
	top: -43px;
	width: 750px;
	margin: 0px auto -28px auto;
	padding: 0px;
	z-index: 3;
	height: 148px;
}
#main2 {
	position: relative;
	/*top: -36px;*/
	left: 20px;
	width: 100%;
	padding: 0px;
	z-index: 3;
	height: auto;
	clear: both;
	float: none;
}
#main2 #left {
	display: none;
}
#main2 #right {
	width:100%;
	padding: 8px 10px 8px 0px;
	float:none;
	text-align: left;
	clear: both;
}
#main2 #right p, #main2 #right td, #main2 right li {
	line-height: 1.4em;
	margin-top:12px;
	font-size: .9em;
}
#main2 #right H1, #main_form H1 {
	text-transform: uppercase;
	color: #00349A;
	padding-bottom: 4px;
	border-bottom: 1px dashed #00349A;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
	padding-right: 20px;
}
#main2 #right H2, #main_form H2 {
	color: #EF8D00;
	padding: 4px 0px;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0px;
	text-align: left;
}
#main2 #right H3, #main_form H3 {
	color: #007CBA;
	padding: 4px 0px;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 0px;
	text-align: left;
}
#main2 #right p.leadin {
	margin-top: 8px;
	line-height: 1.6em;
	color: #00349A;
	text-align: justify;
	text-align-last: left;
}

#right p {
	font-size: .9em;
	line-height: 1.8em;
	text-alight: left;
}
#leftnav {
	visibility: hidden;
}
.mid {
	border-left: 1px solid #FFC700;
	border-right: 1px solid #FFC700;
	width: 177px;
	padding: 0px 6px 0px 6px;
	margin: -3px 0px 0px 0px;
}
.mid ul {
	margin: 0px 6px 0px 6px;
	list-style: none;
	padding: 0px;
}
.mid ul li {
	padding-bottom: .35em;
	font-weight: bold;
}
.mid ul li a.current:link, .mid ul li a.current:visited, .mid ul li a.current:active, .mid ul li a.current:hover {
	list-style-image: url(/images/ico_current.gif);
	color: #DB6E24;
}
.mid ul li a:link, .mid ul li a:visited {
	color: #00349A;
	text-decoration:none;
	font-size: 1em;
}
.mid ul li a:active {
	color: #9E2828;
}
.mid ul li a:hover {
	text-decoration: underline;
}
.mid ul li ul li {
	font-size: .95em;
	list-style-type: none;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: .2em;
	margin-bottom: .5em;
	margin-left: -8px;
}
.mid p, p.caption {
	margin: 0px 12px;
	padding-top: 12px;
	color: #00349A;
	font-size: .75em;
}
.photobox{
	width: 191px;
	background-image: url(/images/bg_photobox.gif);
	margin-top: 16px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}
.bottom {
	background-image: url(/images/bg_leftnav_bott.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 191px;
	margin: 0px;
}
img.left {
	margin-top: 12px;
}
/*callout boxes*/
.yellow {
	border-right: 1px solid #FFC700;
	border-left: 1px solid #FFC700;
	padding: 8px 10px;
	width: 169px;
}
.yellowtop {
	background-image: url(../images/bg_yellowtop.gif);
	background-color: #FFC700;
	background-position: top;
	background-repeat: no-repeat;
	width: 151px;
	height: 14px;
	vertical-align: middle;
	text align: left;
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #00349A;
}
.yellowbott {
	background-image: url(../images/bg_yellowbott.gif);
	background-repeat: no-repeat;
	width: 191px;
	height: 17px;
}
/*two column callouts*/
.callout_wide{
	width: 433px;
	background-image: none;
	margin-top: 4px;
	padding-bottom: 0px;
	font-size: .9em;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.callout_widetop {
	width: 431px;
	border: 1px solid #EF8D00;
	background-image: none;
	background-color: #FFFFFF;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.callout_widetop .left {
	width: 190px;
	float: left;
	padding: 2px 4px 2px 20px;
	
}
.callout_widetop .right {
	position: relative;
	float: left;
	width: 189px;
	padding: 2px 4px 2px 10px;
	border-left: 1px solid #EF8D00;
}
.calloutmid .left {
	left: 0px;
	width: 192px;
	float: left;
	padding: 4px 4px 4px 16px;
	margin-top: 0px;
}
.onecol {
	left: 0px;
	width: 265px;
	margin-right: 124px;
	padding: 2px 2px 0px 8px;
	margin-top: 0px;
	float: none;
	margin-bottom: 12px;
	clear: none;
}
.screenshot{
	float: right;
	width: 120px;
	margin-top: 4px;
	margin-right: 4px;
}
.screenshot img {
	margin-bottom: 8px;
}
.divider {
	 background-image: url(/images/bg_1pxl_purple.gif);
	 background-repeat:repeat-x;
	 height: 1px;
	 margin: 0px 8px;
	 width: 400px;
	 clear: right;
	 padding: 0px;
}
.divider_blank {
	 background-image: url(/images/spacer.gif);
	 background-repeat:repeat-x;
	 height: 1px;
	 margin: 0px;
	 width: 400px;
	 clear: right;
	 padding: 0px;
}
.calloutmid .right {
	margin-top: 0px;
	margin-right: 1px;
	position: relative;
	float: left;
	width: 190px;
	padding: 4px 4px 4px 10px;
	border-left: 1px dashed #EF8D00;
}
.calloutmid {
	width: 427px;
	padding: 0px 2px 0px 2px;
	border: 1px solid #EF8D00;
	border-top: none;
	margin: 0px;
	font-size: .95em;
}
.calloutmid form {
	margin: 0px 0px 0px 8px;
}
/*Red outline alert boxes*/
.alertboxbott{
	width: 433px;
	background-image: none;
	vertical-align: top;
	font-size: .9em;
	float: left;
	margin-bottom: 0px;
	height: 13px;
}
.alertboxtop {
	width: 433px;
	background-image: url(/images/bg_alerttop.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 18px;
	
}
.alertboxmid {
	width: 379px;
	border-right: 1px solid #B82323;
	border-left: 1px solid #B82323;
	margin: -2px 0px;
	font-size: .85em;
	background-image: url(/images/bg_alerticon.gif);
	background-repeat: no-repeat;
	padding: 2px 12px 2px 40px;
}
.tagline {
	display: none;
}
#hpmain {
	text-align: center;
	float: none;
	width: auto;
	padding: 6px 0 12px 0;
	margin-left: auto;
	margin-right: auto;
	background: none !important;
}
#hpmain #leftTop {
	width: auto;
	padding-top: 8px;
	background: none !important;
	float: none;
	margin-top: 4px;
}
#hpmain #left {
	width: auto;
	background: none !important;
	float: none;
	padding: 0;
	font-size: .75em;
	color: #242424;
	text-align:center;
	clear: both;
}
/*column layout*/
#left {
	text-align:center;
}
#left #leftCol {
	float:left;
	/*width: 190px;*/
	width: 25%;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 4px;
	text-align: left;
}
#left #midCol {
	float:left;
	width: 40%;
	/*width: 300px;*/
	padding-left: 16px;
	padding-right: 16px;
	text-align: left;
}
#left #homeRightCol {
	float:left;
	width: 25%;
	/*width: 200px;*/
	padding-left: 4px;
	padding-right: 0;
	margin: 0 auto;
	text-align: left;
}
/*end column layout*/
/*text base treatments for columns*/
#leftCol H1, #homeRightCol H1, #midCol H1 {
	margin: 0 0 4px 0 ;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #525252;
	border-bottom: none;
}
#leftCol H2, #homeRightCol H2, #midCol H2 {
	font-size: 1.1em;
	margin: 0;
}
#leftCol p, #homeRightCol p, #midCol p {
	margin-bottom: .75em;
	margin-top: 0;
}
#leftCol, #homeRightCol {
	font-size: .97em;
}
#homeRightCol H4 {
	font-size: 1em;
	margin: .25em 0;
}
/*end base text treatments for columns*/
/*News class used in newsitem includes on home page, news, events pages*/
.topNews p {
	float: left;
	width: 120px;
}
.topNews img, .software img {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
	border: none;
}
.topNews H2 {
	float: left;
	width: 120px;
}
/*Industries, Application Areas*/
.topics {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 4px;
}
.topics .left {
	width: 140px;
	padding-right: 8px;
	background: url(/images/bg_hpdivider.gif) right repeat-y;
	float: left;
}
.topics .right {
	width: 140px;
	float: left;
	margin-left: 4px;
}
.topics .left ul, .topics .right ul {
	padding: 0;
	margin: .5em 0 0 16px;
}
.topics .left ul li, .topics .right ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: .25em;
}
.topics H3 {
	font-size: 1em;
	color: #00349A;
	margin: 0;
}

/*New three column formatting for second level pages*/
#main2 #right #centerCol {
	width: 60%;
	padding: 0 10px 0 0;
	float: left;
}
#main2 #right #rightCol {
	width: 38%;
	margin-left: 6px;
	float: left;
	padding: 0;
}
#right #rightCol H3 {
	color: #525252;
	font-size: 1em;
	margin: .5em 0 0 0;
	text-transform: uppercase;
}
#rightCol p {
	margin-bottom: 0;
	font-size: .8em;
	margin-top: .25em !important;
	
}
p.category {
	text-transform: uppercase;
	color: #ACACAC;
	padding-bottom: 0px;
	letter-spacing: 2px;
	margin-bottom: -15px;
	font-weight: bold;
	font-size: .9em;
	/*display: inline;*/
}
p.pdf {
	padding-left: 20px;
	background: url(/images/pdf.gif) no-repeat top left;
}
p.bullet {
	padding-left: 20px;
	background: url(/images/ico_bullet.gif) no-repeat top left;
}
p.dwnld {
	padding-left: 20px;
	background: url(/images/ico_dwnld.gif) no-repeat top left;
}
p.doc {
	padding-left: 20px;
	background: url(/images/ico_doc.gif) no-repeat top left;
}
p.email {
	padding-left: 20px;
	background: url(/images/ico_email.gif) no-repeat top left;
}
p.phone {
	padding-left: 20px;
	background: url(/images/ico_phone.gif) no-repeat top left;
}
p.link {
	padding-left: 20px;
	background: url(/images/ico_link.gif) no-repeat top left;
}
p.link2 {
	padding-left: 20px;
	background: url(/images/ico_link2.gif) no-repeat top left;
}
p.buy {
	padding-left: 20px;
	background: url(/images/ico_buy.gif) no-repeat top left;
}
.printonly {
	display: inline;
}
.noprint {
	display: none;
}