/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1em;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/**
Kagi Styles
**/
body {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  /*font-family: 'Lucida Grande', Arial, sans-serif;*/
  background-color: transparent;
  overflow-x: hidden;
}
.clear {
  clear: both;
  line-height: 1px;
}
.containWidth {
  width: 100%;
  overflow: hidden;
}
.fullWidth {
  margin: 0 auto;
  /*overflow: hidden;*/
  text-align: left;
  margin-bottom: 20px;
  width: 960px;
}
.content p {
  margin: 20px 0 5px;
}
#container {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  min-height: 400px;
  background-color: transparent; 
}

#header {
  padding: 25px;
  height: 50px;
  font-size: 14px;
  overflow: none;
  background: none;
}
#header .logo a {
	float: left;
	text-indent: -999em;
	margin-left: 3px;
	margin-top: -10px;
	height: 60px;
	width: 174px;
	background: url(../img/kagi_logo_trans-NEW.png) 0 0 no-repeat transparent;
	display: none;
}
#header .logo a:hover {
  background: url(../img/kagi_logo_trans-NEW.png) 0 -60px no-repeat transparent;
  display: none;
}

#header .print {
	margin-left: 3px;
	margin-top: -10px; 
	height: 60px;
	width: 100%;
	}
	
h1.sidebar { display: none; }

.login p {
  color: rgb(255, 255, 255);
  font-size: 11px;
  position: absolute;
  right: 365px;
  text-shadow: 0px 1px 1px rgb(51, 51, 51);
  top: 10px;
  display: none;
}
.login a {
  color: rgb(225, 225, 225);
  text-decoration: none;
  display: none;
}
.login a:hover {
  color: rgb(255, 255, 255);
  display: none;
}

/**********************/
#nav {
	/*margin: 0 auto 0;
	 width: 490px;*/
	float: right;
	line-height: 100%;
	padding: 15px 6px 0;
	display: none;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	display: none;
}
/* main level link */
#nav a {
	color: rgb(255, 255, 255);
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding:  6px 10px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgb(51, 51, 51);
	-webkit-transition: 0.1s linear;
  	-moz-transition: 0.1s linear;
  	display: none;
}
#nav .sub a, #nav li.sub:hover > a {
  	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;	
	display: none;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: rgb(54,90,112); /* for non-css3 browsers */
	color: rgb(255, 255, 255);
	/*-moz-transition: background-color 0.1s linear;
	 -webkit-transition: background-color 0.1s linear;
	 transition: background-color 0.1s linear;*/
	/*border-top: solid 1px #f8f8f8;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	 box-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
	text-shadow: 0 1px 1px rgb(51, 51, 51);
	display: none;
}
#nav .current a {
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  background: rgb(54,90,112);
  color: rgb(255, 255, 255);
  display: none;
/*  
  -moz-box-shadow: inset 0 0 3px rgb(51, 51, 51);
  -webkit-box-shadow: inset 0 0 3px rgb(51, 51, 51);
  box-shadow: inset 0 0 3px rgb(51, 51, 51);
*/
}
/* level 2 list */
#nav ul {
	background: rgb(54, 90, 112); /* for non-css3 browsers */
	/*display: none;*/
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -150;
	height: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 26px;
	left: 0;
	/*border: solid 1px #b4b4b4;*/
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	/*-webkit-box-shadow: 0 1px 3px rgb(51, 51, 51);
	 -moz-box-shadow: 0 1px 3px rgb(51, 51, 51);
	 box-shadow: 0 1px 3px rgb(51, 51, 51);*/
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  display: none;
}
/* dropdown */
#nav li:hover > ul {
	/*display: block;*/
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto;
	z-index: 150;
	display: none;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;	
	z-index: 160;
	display: none;
}
/* sub levels link hover */
#nav ul a {
  color: rgb(255, 255, 255);
  display: block;
	font-weight: normal;
	text-shadow: 0 1px 1px rgb(51, 51, 51);
	z-index: 170;
	display: none;
}
#nav ul a:hover {
	background: rgb(154, 172, 183) !important; /* for non-css3 browsers */
	color: rgb(255, 255, 255) !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: 0 1px 1px rgb(51, 51, 51);
	z-index: 180;
	display: none;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	display: none;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	display: none;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: none;
}
/**********************/
ul.action {
  float: right;
  padding: 15px 6px 0;
  line-height: 100%;
	display: none;
}
ul.action li {
  float: left;
  margin: 0 5px;
  padding: 0 0 8px;
  position: relative;
	display: none;
}
ul.action li a {
  background: rgb(54, 90, 112); /* for non-css3 browsers */
	color: rgb(255, 255, 255);
	display: block;
  font-size: 13px;
  padding: 6px 15px;
  text-decoration: none;
	text-shadow: 0 1px 1px rgb(51, 51, 51);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}
ul.action li a:hover {
  background: rgb(54, 90, 170); /* for non-css3 browsers */
  text-decoration: underline;
	display: none;
}

#footer {
  font-size: 11px;
	display: none;
}
#promo {
  background: rgb(125, 125, 125);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9A9A9', endColorstr='#7A7A7A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 169, 169)), to(rgb(122, 122, 122))); /* for webkit browsers */
	background: -moz-linear-gradient(top,  rgb(169, 169, 169),  rgb(122, 122, 122)); /* for firefox 3.6+ */  
	color: rgb(255, 255, 255);
  height: 20px;
  padding: 10px 0;
}
#map {
  background: rgb(220, 220, 220);
  /*background: rgb(255, 255, 255);*/
  border-top: 1px solid rgb(255, 255, 255);
  min-height: 300px;
  height: 100%;
}
#highlight {
  margin-top: 15px;
  padding-top: 15px;
  background: url(../img/kagi-homebar_bg.png) 0 0 repeat-x rgb(255, 255, 255);
}
.homeBar {
  text-align: center;
  padding: 15px 0;
  background: url(../img/kagi-homebar_bg.png) 0 0 repeat-x rgb(255, 255, 255);
	display: none;
}
.homeBar ul {
  display: inline-block;
  width: 528px;
	display: none;
}
.homeBar ul li {
  float: left;
	display: none;
}
.homeBar ul li a {
  display: block;
  height: 47px;
  width: 176px;
  text-indent: -999em;
	display: none;
}
li.tour a {background: url(../img/kagi-take_a_tour.png) 0 0 no-repeat;}
li.tour a:hover {background: url(../img/kagi-take_a_tour.png) 0 0 no-repeat;}
li.expert a {background: url(../img/kagi-ask_an_expert.png) 0 0 no-repeat;}
li.open a {background: url(../img/kagi-open_your_store.png) 0 0 no-repeat;}

.highlight {
  width: 960px;
}

.item {
  margin: 0;
  padding: 10px;
  width: 190px;
  height: 150px;
  text-align: center;
  float: left;
  border: 1px solid rgb(220, 220, 220);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.itemLG {
  margin: 0;
  padding: 10px;
  width: 490px;
  height: 150px;
  text-align: center;
  float: left;
  border: 1px solid rgb(220, 220, 220);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.one, .two {
  margin-right: 10px;
  border-right: 1px solid rgb(220, 220, 220);
}

#slideshow {
  width: 100%;
  margin-bottom: 20px;
}
.slideshow {
  height: 370px;
  /*background: rgb(220, 220, 220);*/
  
}
#slider {
    position:relative;
    width:960px; /* Change this to your images width */
    height:370px; /* Change this to your images height */
    background:url(../img/processing.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    z-index: 10;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left: 415px;
	bottom: 0px;
	z-index: 8;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
  background:url(../img/bullets2.png) no-repeat;
  text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	z-index: 9;
}

.nivo-controlNav a.active {
  background-position:0 -22px;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	margin: 0 10px;
	width:30px;
	height:30px;
	background: url(../img/arrows2.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
a.nivo-prevNav {
	left:0px;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right:0px;
}


/******************************/
/*       FEATURES TABS        */
/******************************/

#content {
	/*border-top: 1px solid rgb(153, 153, 153);*/
	margin: 0px 10px;
	height: inherit;
}
#navInner {
	
	display: none;
}
#navInner ul {
	list-style: none;
	display: none;
}
#navInner ul li p {
	line-height: 12px;
	font-size: 25px;
	display: none;
}
#navInner ul li p a {
	color: rgb(0, 0, 0);
	display: block;
	font-size: 9px;
	line-height: 12px; 
	height: 40px;
	padding-left: 45px;
	padding-top: 10px;
	position: relative;
	text-decoration: none;
	/*width: 254px;*/
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	display: none;
}

/*#navInner ul li.active {background: url(../img/kagi-homebar_bg.png) repeat-x scroll 0 0 #FFFFFF;}*/
#navInner ul li.active {background: url(../img/kagi-features_bg.png) repeat-x scroll 0 0 transparent;}
/*#navInner ul li:hover {background: url(../img/kagi-features_bg.png) repeat-x scroll 0 0 transparent;}*/

#navInner ul li.overview p a {background: url(../img/icons/black/bookmark.png) 6px 8px no-repeat;}
#navInner ul li.worldwide p a {background: url(../img/icons/black/line-globe.png) 6px 8px no-repeat;}
#navInner ul li.tax p a {background: url(../img/icons/black/dollar.png) 6px 8px no-repeat;}
#navInner ul li.hosted p a {background: url(../img/icons/black/server.png) 6px 8px no-repeat;}
#navInner ul li.confirmation p a {background: url(../img/icons/black/email.png) 6px 8px no-repeat;}
#navInner ul li.security p a {background: url(../img/icons/black/shield.png) 6px 8px no-repeat;}
#navInner ul li.licensing p a {background: url(../img/icons/black/lock.png) 6px 8px no-repeat;}
#navInner ul li.reporting p a {background: url(../img/icons/black/bar-chart.png) 6px 8px no-repeat;}
#navInner ul li.marketing p a {background: url(../img/icons/black/tag.png) 6px 8px no-repeat;}
#navInner ul li.customerService p a {background: url(../img/icons/black/phone.png) 6px 8px no-repeat;}
#navInner ul li.addOns p a {background: url(../img/icons/red/add-item.png) 6px 8px no-repeat;}
#navInner ul li.licenseCode p a {background: url(../img/icons/red/ID.png) 6px 8px no-repeat;}
#navInner ul li.eCampaigns p a {background: url(../img/icons/red/multi-agents.png) 6px 8px no-repeat;}
#navInner ul li.backupDisc p a {background: url(../img/icons/red/disc.png) 6px 8px no-repeat;}
#navInner ul li.onDemandDisc p a {background: url(../img/icons/red/processing.png) 6px 8px no-repeat;}
#navInner ul li.localization p a {background: url(../img/icons/red/world.png) 6px 8px no-repeat;}
#navInner ul li.salesAssistant p a {background: url(../img/icons/red/computer.png) 6px 8px no-repeat;}

#navInner ul li.overview.active p a, #navInner ul li.overview:hover p a {background: url(../img/icons/blue/bookmark.png) 6px 8px no-repeat;}
#navInner ul li.worldwide.active p a, #navInner ul li.worldwide:hover p a {background: url(../img/icons/blue/line-globe.png) 6px 8px no-repeat;}
#navInner ul li.tax.active p a, #navInner ul li.tax:hover p a {background: url(../img/icons/blue/dollar.png) 6px 8px no-repeat;}
#navInner ul li.hosted.active p a, #navInner ul li.hosted:hover p a {background: url(../img/icons/blue/server.png) 6px 8px no-repeat;}
#navInner ul li.confirmation.active p a, #navInner ul li.confirmation:hover p a {background: url(../img/icons/blue/email.png) 6px 8px no-repeat;}
#navInner ul li.security.active p a, #navInner ul li.security:hover p a {background: url(../img/icons/blue/shield.png) 6px 8px no-repeat;}
#navInner ul li.marketing.active p a, #navInner ul li.marketing:hover p a {background: url(../img/icons/blue/tag.png) 6px 8px no-repeat;}
#navInner ul li.licensing.active p a, #navInner ul li.licensing:hover p a {background: url(../img/icons/blue/lock.png) 6px 8px no-repeat;}
#navInner ul li.reporting.active p a, #navInner ul li.reporting:hover p a {background: url(../img/icons/blue/bar-chart.png) 6px 8px no-repeat;}
#navInner ul li.customerService.active p a, #navInner ul li.customerService:hover p a {background: url(../img/icons/blue/phone.png) 6px 8px no-repeat;}
#navInner ul li.addOns.active p a, #navInner ul li.addOns:hover p a {background: url(../img/icons/red/add-item.png) 6px 8px no-repeat;}
#navInner ul li.licenseCode.active p a, #navInner ul li.licenseCode:hover p a {background: url(../img/icons/red/ID.png) 6px 8px no-repeat;}
#navInner ul li.eCampaigns.active p a, #navInner ul li.eCampaigns:hover p a {background: url(../img/icons/red/multi-agents.png) 6px 8px no-repeat;}
#navInner ul li.backupDisc.active p a, #navInner ul li.backupDisc:hover p a {background: url(../img/icons/red/disc.png) 6px 8px no-repeat;}
#navInner ul li.onDemandDisc.active p a, #navInner ul li.onDemandDisc:hover p a {background: url(../img/icons/red/processing.png) 6px 8px no-repeat;}
#navInner ul li.localization.active p a, #navInner ul li.localization:hover p a {background: url(../img/icons/red/world.png) 6px 8px no-repeat;}
#navInner ul li.salesAssistant.active p a, #navInner ul li.salesAssistant:hover p a {background: url(../img/icons/red/computer.png) 6px 8px no-repeat;}


#navInner ul li p a span {
	color: rgb(0, 0, 0);
	font-size: 13px;
	/*font-weight: bold;*/
}
#navInner ul li:hover {
/* 	background: rgb(255, 255, 255); */
}
#navInner ul li:hover p span {
	color: rgb(0, 102, 153);
}
#navInner ul li.active {
/* 	padding-left: 30px; */
/* 	background: rgb(255, 255, 255); */
}
#navInner ul li.active p a span {
	color: rgb(0, 102, 153);
}
#containerInner {
	margin-left: 25px;
	padding-top: 25px;
}
.two-column {
  width: 680px;
}
.column {
  width: 315px;
  float: left;
}
.right-col {
  margin: 0 0 0 15px;
  padding: 0 15px;
}
.column p {
  color: rgb(33, 33, 33);
  line-height: 21px;
}

/*.tour_info {
  float: left;
  width: 290px;
  margin: 5px 20px 10px 0;
}*/

#map .map {
  margin-top: 20px;
  padding: 0 30px;
  width: 930px;
}

#map .mapItem {
  float: left;
  margin: 0 35px 40px 0;
  min-height: 140px;
  padding: 0;
  width: 195px;
}
#map .mapItem h4 {
  border-bottom: 1px solid #333;
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 8px;
  padding-bottom: 10px;
}
#map .mapItem h4:after {
  border-bottom: 1px solid rgb(255, 255, 255);
  content: "";
  display: block;
  position: relative;
  top: 12px;
}
#map .mapItem a, #map .mapItem {
  color: rgb(51, 51, 51);
  text-decoration: none;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
}
#map .mapItem a:hover {
  color: rgb(48, 132, 202);
}

/*
ul.contactDetail li strong {
  display: block;
  float: left;
  width: 50px;
}
*/

ul.contactDetail li span {
  display: block;
  margin-left: 35px;
  min-height: 25px;
  padding-top: 2px;
}

ul.contactDetail li.phone {background: url(../img/icons/fugue/telephone.png) 8px 2px no-repeat transparent;}
ul.contactDetail li.fax {background: url(../img/icons/fugue/telephone-fax.png) 8px 2px no-repeat transparent;}
ul.contactDetail li.postal {background: url(../img/icons/fugue/address-book.png) 8px 2px no-repeat transparent;}
ul.contactDetail li.email {background: url(../img/icons/fugue/mail--pencil.png) 8px 2px no-repeat transparent;}
ul.contactDetail li.twitter {background: url(../img/icons/twitter_16.png) 8px 3px no-repeat transparent;}
ul.contactDetail li.facebook {background: url(../img/icons/facebook_16.png) 8px 3px no-repeat transparent;}


/*
ul.contactDetail li.phone {background: url(../img/icons/grey/phone.png) 0 0 no-repeat transparent;}
ul.contactDetail li.fax {background: url(../img/icons/grey/print.png) 0 0 no-repeat transparent;}
ul.contactDetail li.postal {background: url(../img/icons/grey/addressBook.png) 0 0 no-repeat transparent;}
ul.contactDetail li.email {background: url(../img/icons/grey/email.png) 0 0 no-repeat transparent;}
*/
/*
ul.contactDetail li.phone:hover {background: url(../img/icons/blue/phone.png) 0 0 no-repeat transparent;}
ul.contactDetail li.fax:hover {background: url(../img/icons/blue/print.png) 0 0 no-repeat transparent;}
ul.contactDetail li.postal:hover {background: url(../img/icons/blue/addressBook.png) 0 0 no-repeat transparent;}
ul.contactDetail li.email:hover {background: url(../img/icons/blue/email.png) 0 0 no-repeat transparent;}
*/

.contact_form {
  background: rgb(154, 172, 183);
  float: right;
  margin: 20px auto 20px;
  padding: 2em 1em;
  width: 400px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  
}

#contact input[type=text], #contact input[type=password], #contact textarea {
  border: 1px solid #eee;
  display: block;
  font: normal normal 100 12px/16px Helvetica, sans-serif;
  margin: 0 0 1em 0;
  max-width: 370px;
  min-width: 370px;
  padding: 12px;
  width: 370px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#contact input[type=submit], #contact form a {
  background: rgb(125, 125, 125);
  border: 1px solid #666;
  color: rgb(255, 255, 255);
  display: block;
  font: normal normal 100 14px/16px Helvetica, sans-serif;
  margin: 0 auto 0;
  max-width: 395px;
  /*min-width: 395px;*/
  padding: 12px;
  text-decoration: none;
  width: 395px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#contact input[type=submit]:hover, #contact form a:hover {
  background: rgb(51, 51, 51);
  cursor: pointer;
}
.contactPage {
  margin-top: 0 !important;
  margin-right: 436px;
  padding-top: 20px;
}
/**
Kagi Typography Styles
**/

body { width: 875px; }
.fullWidth { width: 875px; }

h2 { font-size: 14px;  margin-bottom: -20px; }
h3 { color: rgb(10, 120, 195); font-size: 13px; margin-bottom: 2px; margin-top: 25px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

p { margin-bottom: 10px; font-size: 11px; }

ul.content { display: block; list-style-type: disc; margin: 1em 0 1em 0; padding-left: 40px; } 
ol.content { display: block; list-style-type: decimal; margin: 1em 0 1em 0; padding-left: 40px;  } 

h1.headline {  font-family: Georgia, serif; font-variant: small-caps; color: rgb(10, 120, 195); font-size: 16px; margin-bottom: 0em; margin-left: 0px; }
h1.headline2 {  font-family: Georgia, serif; font-variant: small-caps; color: rgb(10, 120, 195); font-size: 16px; line-height: 1.5em; margin-bottom: 7px; }
h1.sidebar {  font-family: Georgia, serif; font-variant: small-caps; color: rgb(10, 120, 195); font-size: 16px; line-height: 1.5em; margin-bottom: 7px; }
h2.tagline { font-size: 11px; margin-top: 0em; color: #9E9E9E; margin-bottom: 2em; font-style: italic; }
h3.callout1 { font-size: 14px; margin-top: 0px; text-decoration: none; text-shadow: 0 1px 1px rgb(0, 0, 0); color: #d7e7ec; }
h3.callout3 { font-size: 14px; margin-top: 0px; text-decoration: none; text-shadow: 0 1px 1px rgb(0, 0, 0); color: #d9e1c8; }
h3.dark { color: #000000; }

/**  Special Styles  **/

.h1parenthetical { font-size: 15px; font-weight: normal; font-style: italic; }
.h3parenthetical { font-weight: normal; font-style: italic; }
.footnote { font-size: 10px; font-weight: normal; font-style: italic; text-indent: -5px; padding-left: 15px; line-height: 13px; color: #666666; }
.firstLine { font-weight: bold; text-decoration: underline; }
.a:hover.headline { color: black; text-decoration: underline }
.a.headline { color: rgb(10, 120, 195); text-decoration: none; }
h3 a:hover { color: #365A70; font-size: 1.0em; margin-bottom: 2px; margin-top: 25px; text-decoration: underline; }
h3 a { color: rgb(10, 120, 195); font-size: 1.0em; margin-bottom: 2px; margin-top: 25px; text-decoration: none; }
#stewardship p { margin-bottom: 20px;  font-size: 11px; }
#company p { margin-bottom: 20px; font-size: 11px; }
#pricing p { margin-bottom: 20px; font-size: 11px; }
p.copyright { font-size: 10px; color: #666666; line-height: 13px; }
.blue { color: rgb(0, 102, 153); }
.indented { margin-left: 25px; }
#company p.quote { margin-bottom: 5px; margin-left: 25px; font-size: 11px; }
#company p.quoteSrc { text-align: right; color: #666666; font-family: Georgia, serif; margin-right: 50px; }
.red { color: #FF3333; }
#pricing p.nospace { margin-bottom: 0px; font-size: 11px; }
p.nospace { margin-bottom: 0px; font-size: 11px; }

/**  Image Styles  **/
.floatL { float: left; padding-right: 10px; }
.floatR { float: right; padding-left: 10px; }


/**  Table Styles  **/

th.content { background-color: #365a70; font-weight: bold; color: #ffffff; border: 1px solid #365a70; padding: 2px; text-align: center; }
td.content { background-color: transparent; font-weight: normal; border: 1px solid #365a70; padding: 2px; }
td.contentShiftRight { background-color: transparent; font-weight: normal; border: 1px solid #365a70; padding: 2px 2px 2px 35px; }

/**  Image Styles  **/
.floatL { float: left; padding-right: 10px; }
.floatR { float: right; padding-left: 10px; }


