body {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#333;

}

a { 
	text-decoration:none;
	color:#036;
}

a:hover {
	text-decoration:underline;
	color:#036;
}


h1 {
	padding-top: 0.4em;
	font-size:2em;
	font-weight:bold;
}
h3 {
	line-height: 1.2em;
}

.featurebox ul {
	margin-bottom:0px;
	padding-bottom:0px;
}

.box {padding:18px;margin-bottom:1em;background:#ebf6f5;}

.featuredProduct {
	font-weight:bold;
	font-size:1.5em;
	display:block;
  	float:left;
  	padding:20px;
  	margin:10px;
  	background-color: #ccc;
}

#mainNavigation {
	background: #0092b5 url('/img/top_banner.gif') no-repeat scroll top;
	height: 63px;
	padding-top:9px;
}

#mainNavigation a {
	color: #fff;
}

.mainNavigationElement {
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 14px;
	display:block;
}


.mainNavTop  {
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 10px;
	border-left: 1px solid #fff;
	display:block;
}

.mainNavBottom {

}

.footer {
	background-color: #0092b5;
	height: 46px;
	padding-top:9px;
	display:block;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


.featureboxTitle { 
line-height:9px;
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  background: #a1d2e0; 
  font-weight:bold;
  margin-top:10px;
}

.featurebox { 
  margin-bottom: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  background: #e9f5f8; 
  font-size: 11px;
}

.featurebox p { 
  font-size: 11px;
}

.featureboxTitleHome { 
  line-height:9px;
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  background: #a1d2e0; 
  font-weight:bold;
}

.featureboxHome { 
  margin-bottom: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  border: solid 1px #a1d2e0;
  border-top:0px;
  background: #fff; 
  font-size: 11px;
}

.mainbox { 

}

.reportsbox { 
  margin-bottom: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
  border: solid 1px #666;
}

.bullet_news { 
  font-size: 11px;

  padding-left:20px;
  background:transparent url(/img/icons/bullet_blue.png) top left no-repeat;
}

.bullet_pdf {
  padding-left:24px;
  padding-bottom: 9px;
  background:transparent url(/img/icons/page_white_acrobat.png) top left no-repeat;
}

.bullet_misc { 
  padding-left:24px;
  padding-bottom: 9px;
  background:transparent url(/img/icons/bullet_blue.png) top left no-repeat;
}

.bullet_link {
  padding-left:24px;
  padding-bottom: 9px;
  background:transparent url(/img/icons/world_link.png) top left no-repeat;
}



.bullet_ppt {
  font-size: 11px;
  padding-left:20px;
  background:transparent url(/img/icons/page_white_powerpoint.png) top left no-repeat;
}

.bullet_zip {
  font-size: 11px;
  padding-left:20px;
  background:transparent url(/img/icons/page_white_zip.png) top left no-repeat;
}

.bullet_tgz {
  font-size: 11px;
  padding-left:20px;
  background:transparent url(/img/icons/page_white_zip.png) top left no-repeat;
}

.bullet_oad {
  font-size: 11px;
  padding-left:20px;
  background:transparent url(/img/icons/page_white_acrobat.png) top left no-repeat;
}



/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 400px;;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}

.copy_subheadline {
	font-weight:bold;
}

.copy_subheadline_blue {
	font-weight:bold;
	font-size: 1.4em;
}

.productTable {
	border: 1px solid #83c4d6;
	border-collapse: collapse;
	width:100%;
}

.productTable td {
	border: 1px solid #83c4d6;
	border-collapse: collapse;
	vertical-align: top;
}

.productTable {
	padding: 4px;
}

.productTable tr { background: #e9f5f8; }

.productTable tr.odd { background: #f5fafc; }

.productTable tr.top { background: #a1d2e0; }

.productTable tr.top td { vertical-align: bottom; }

/*//////////////////////////////////////////////////////
// Javascript navigation
//////////////////////////////////////////////////////*/


#dropdownMenu, #dropdownMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-top:4px;
	list-style: none;
	line-height: 1;
}

#dropdownMenu a {
	display: block;
	width: 10em;
	text-decoration: none;
}

#dropdownMenu a.daddy {
	background: url(/img/rightarrow2.gif) center right no-repeat;
}

#dropdownMenu li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	color:#fff;
	padding-top:4px;
	padding-bottom:4px;
	border-left: #fff solid 1px;
	padding-left:10px;

}

#dropdownMenu li:hover {
	background: #26a2c0;
}

#dropdownMenu li li { /* all list items */
	border-left: #fff solid 1px;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	background: #007591;
	
}

#dropdownMenu li ul { /* second-level lists */
	position: absolute;

	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:-0.9em;
}

#dropdownMenu li ul ul { /* third-and-above-level lists */
	margin: -1.3em 0 0 10em;
}

#dropdownMenu li:hover ul ul, #dropdownMenu li.sfhover ul ul {
	left: -999em;
}

#dropdownMenu li:hover ul, #dropdownMenu li li:hover ul, #dropdownMenu li.sfhover ul, #dropdownMenu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

#dropdownMenuContainer {
	padding-top:16px;
	text-align: left;
}
#container {
	width: 100%;
	text-align: left;
	margin: 0 auto; 
}

#nav {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #007591; 
	
	padding: 0;
	border: solid #007591;
	border-width: 1px 0;
	margin: 0 0 0em 0;
}

#nav ul {
		float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #007591; 
	
	padding: 0;
	border: solid #007591;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	
}

#nav a {
	display: block;
	width: 13em;
	w\idth:11em;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(/img/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 13em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 9.4em;
	w\idth: 10.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 10em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 11em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #26a2c0;
}

#eventLocation {

}

#eventItem {
	padding-bottom:9px;
}

#newsitem2 {
	padding-bottom:9px;
	margin-bottom:0px;
	border-bottom:0px;
}

.imageBox {
	padding:4px;
	border: 1px solid #ccc;
	margin-bottom:95px;
}

.imageCaption {
	text-align: center;
}

.contactDetails dl {
 	border-bottom: 1px solid #ccc; 
}

.contactDetails dt {
	float: left; 
	clear: left; 
	width: 100px; 
	text-align: right; 
	font-weight: bold;  
}

.contactDetails dd {
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0; 
}

.prodID {
	float:left;
	font-weight:bold;
}

.prodDesc {
	margin-left:50px;
}