/* font styles tags */
body, html {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* text-align: center;*/
}
div.hr {
	margin: 3px 0px 0px 0px;
	height: 2px;
	/*background-repeat:no-repeat;*/
	/* border-bottom: 2px dotted #999999; */
	background-image:url(/images/menu_dots.gif);
	background-repeat:repeat-x;
}

/* div styles */
#maincontainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position: relative;
}
#logoblock {
	border-bottom: 3px solid #999999;
	text-align: left;
	background-color:#F5F5F5;
	margin: 0px 0px 3px 0px;
}
#homepage {
	background-color:#000000;
	padding: 5px 5px 5px 5px;
	background-image:url(/images/bkg_home_photo.jpg);
	background-repeat:no-repeat;
	/*color:#FFFFFF;*/
}
#intro {
	background-color:#000000;
	margin: 3px 3px 3px 3px;
	padding: 20px 20px 20px 20px;
	height: 104px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.introcopy { 
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#FFFFFF;
}
#topnav {
	width: 750px;
	background-color:#F5F5F5;
}
/*default side navigation*/
#sidenav {
	margin: 3px 0px 0px 0px;
	width: 225px;
	position:absolute;
	left: 0px;
	padding: 20px 20px 20px 20px;
	background-image:url(/images/bkg_sidebar.gif);
	background-repeat:no-repeat;
}
#sidenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
#sidenav li {
	color:#003366;
	background-image: url(/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: .9em;
	padding-top: .5em;
}

/*condensed side navigation*/
#sidenavsmall {
	margin: 3px 0px 0px 0px;
	width: 165px;
	position: absolute;
	left: 0px;
	padding: 20px 20px 20px 20px;
	background-image:url(/images/bkg_sidebar.gif);
	background-repeat:no-repeat;
}
#sidenavsmall ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
#sidenavsmall li {
	color:#003366;
	background-image: url(/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: .9em;
	padding-top: .5em;
}
#autoover {
	overflow: auto;
}
/*default content display*/
#content {
	margin: 3px 0px 0px 275px;
	width: 415px;
	padding: 20px 30px 30px 30px;
	background-color:#F5F5F5;
}
#contentfull {
	margin: 3px 0px 0px 0px;
	width: 690px;
	padding: 20px 30px 30px 30px;
	/*background-color:#F5F5F5;*/
}
#contentwide {
	margin: 3px 0px 0px 215px;
	width: 475px;
	padding: 20px 30px 30px 30px;
	background-color:#F5F5F5;
}
#contentwideplain {
	margin: 3px 0px 0px 215px;
	width: 475px;
}
#contenttile {
	margin: 0px 0px 0px 275px;
	width: 448px;
	padding: 25px 25px 3px 0px;
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
}
#contentdetail {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
	margin: 3px 0px 0px 275px;
	width: 415px;
	padding: 20px 30px 30px 30px;
	background-color:#727272;
}
#contentdetail div.hr {
	margin: 3px 0px 0px 0px;
	height: 2px;
	background-image:url(/images/menu_dots_wht.gif); 
}
#contentdetail a:link {
	color:#66CCFF;
	font-weight:bold;
	text-decoration: underline;
}
#contentdetail a:visited {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration: underline;
}
#contentdetailsub {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	margin: 8px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	background-color:#F2F2F2;
}
#contentdetailsub p a:link {
	color:#006699;
	font-weight:bold;
	text-decoration: underline;
}
#contentdetailsub td a:visited, #contentdetailsub p a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}

#contentdetailsub ul a:link {
	color:#006699;
	font-weight:bold;
	text-decoration: underline;
}

#contentdetailsub ul a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}

/*wide content display*/
#contenttitlewide {
	margin: 0px 0px 0px 215px;
	width: 508px;
	padding: 25px 25px 3px 0px;
	text-align: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
}
#contentdetailwide {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
	margin: 3px 0px 0px 215px;
	width: 475px;
	padding: 20px 30px 30px 30px;
	background-color:#727272;
}
#contentdetailwide a:link {
	color:#66CCFF;
	font-weight:bold;
	text-decoration: underline;
}
#contentdetailwide a:visited {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration: underline;
}


#footer {
	width: 750px;
}

/* font styles classes */
.seriesdata {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.seriesdatasm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.tableborder {
	border: 1px solid #999; 
	border-collapse: collapse;
}
.tableborder td {
	/*border: 1px solid #999;*/
	padding: 3px;
	border-top: 1px solid #999; 
}
.tableborderfat {
	border: 1px solid #999; 
	border-collapse: collapse;
}
.tableborderfat td {
	/*border: 1px solid #999;*/
	padding: 8px;
	border: 1px solid #999; 
}

.font1222 {
	font-size:12px;
	line-height:22px;
}
.headline {
	font-size: 18px;
	font-weight: bold;
	color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.sidebarquote {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px; 
	line-height:22px; 
	font-style:italic; 
	text-align:center;
}
.subhead {
	font-size: 12px;
	font-weight: bold;
}
.target { font-family:Georgia, "Times New Roman", Times, serif; font-size:21px; font-weight:bold; color:#FFFFFF}
.category {
	font-size: 24px;
	font-weight: bold;
}
.subheadred {
	font-size: 13px;
	font-weight: bold;
	color: #274E74;
}
#subhead {
background-image:url(/images/menu_dots.gif); 
}
.subheadgray {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color:#666666;
}
.subheadblack {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	/*margin-top: 15px;*/
}
.linkbullet {
	color: #666666;
}
.bodycopywht {
	color: #FFFFFF;
}

.headcopywht {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.headlineRed {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

.subbody {
	font-style: normal;
	font-weight: normal;
	color: #3399CC;
}
.productsoverview {
	width: 100%;
}
.colhead { font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight:bold;
	padding:3px 5px 3px 5px;
	border-top:1px dotted #000000;
}
.coldescript {
	padding:3px 5px 3px 5px;
	/*border-bottom:1px dotted #000000;*/
}
.topofpage {
	padding: 0px 5px 0px 0px;
	text-align: right;
	border-top:1px dotted #000000;
}
.tdhr {
	background-image:url(/images/menu_dots.gif); 
}

/* rounded corners */
/* products */
.bl3 {
	background:url(/images/bl.png) 0 100% no-repeat #336699 !important; 
	background:url(/images/bl.gif) 0 100% no-repeat #336699;
	width:750px;
	text-align:center;
	margin: 0px 0px 5px 0px;
}
.bl2 {
	background:url(/images/bl.png) 0 100% no-repeat #336699 !important; 
	background:url(/images/bl.gif) 0 100% no-repeat #336699;
	width:750px;
}

/* about us */
.bl3au {
	background:url(/images/bl.png) 0 100% no-repeat #FF9900 !important; 
	background:url(/images/bl.gif) 0 100% no-repeat #FF9900;
	width:750px;
	text-align:center;
	margin: 0px 0px 5px 0px;
}

/* shared */
.bl {
	background:url(/images/bl.png) 0 100% no-repeat !important;
	background:url(/images/bl.gif) 0 100% no-repeat;
	width:750px; 
	text-align:center;
}
.br {
	background:url(/images/br.png) 100% 100% no-repeat !important;
	background:url(/images/br.gif) 100% 100% no-repeat;
}
.tl {
	background:url(/images/tl.png) 0 0 no-repeat !important;
	background:url(/images/tl.gif) 0 0 no-repeat;
}
.tr {
	background:url(/images/tr.png) 100% 0 no-repeat !important;
	background:url(/images/tr.gif) 100% 0 no-repeat;
}
.tr2 {
	background:url(/images/tr.png) 100% 0 no-repeat !important; 
	background:url(/images/tr.gif) 100% 0 no-repeat;
	padding:10px;
	vertical-align:bottom;
	text-align:right;
}


img {
	border:0
}
.dottedright {
	border-right:1px dotted #000000;
}
.dottedRBwht {
	border-right:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}
.dottedBwht {
	border-right:1px dotted #FFFFFF;
}

/* top navigation */
.p7snaptrigger a {
	display: block;
	background-color: #fff;
}

.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #ccc;
}

#p7snapsubs1, #p7snapsubs2, #p7snapsubs3, #p7snapsubs4, #p7snapsubs5, #p7snapsubs6, #p7snapsubs6 {
	position: absolute;
	width: 410px;
	height: 102px;
	top: 195px;
	left: 343px;
	font-size: 11px;
	visibility: hidden;
	color:#FFFFFF;
	background-color: #333; 
	text-align: left;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	padding: 20px 20px 20px 20px;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:3000;
}

#p7snapmenu_about, #p7snapmenu_products, #p7snapmenu_resource, #p7snapmenu_press, #p7snapmenu_business {
	position: absolute;
	font-size: 11px;
	visibility: hidden;
	text-align: left;
	z-index: 3000;
}

#p7snapmenu_resource { width: 150px;}

/*#p7snapsubs1 {background-color: #333; filter:alpha(opacity=95); opacity: 0.95; -moz-opacity:0.95; z-index: 3000; }
#p7snapsubs2 {background-color: #333; filter:alpha(opacity=95); opacity: 0.95; -moz-opacity:0.95; z-index: 3000; }
#p7snapsubs3 {background-color: #333; z-index: 3000; }
#p7snapsubs4 {background-color: #333; z-index: 3000; }
#p7snapsubs5 {background-color: #333; z-index: 3000; }
#p7snapsubs6 {background-color: #333; z-index: 3000; }
#p7snapsubs7 {background-color: #333; z-index: 3000; }*/

.p7submenus p {
	margin: 0;
}

/* onmouseover default menu display */
.p7submenus a, .p7submenus a:visited {
	display: block;
	padding: 5px;
	/*background:#CAD3DD;*/
	background-color: #F2F2F2;
	/*background: #EABB77;*/
	padding-left: 10px;
	padding-right: 10px;
	color: #30365C;
	text-decoration: none;
	border-right: 1px solid #666D8A;
	border-bottom: 1px solid #666D8A;
	border-left: 1px solid #666D8A;
}

/* onmouseover hover menu item */
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #666D8A;
	color: #fff;
}

/*links*/
a:link {
	color:#003366;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

/* photo decoration */
.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  /*margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;*/
  }
  
.img-rule {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  /*margin: -6px 6px 6px -6px;*/
  padding: 3px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
.sideMenu {
	/*border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;*/
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 16px;
	padding-top: 5px;
}
.sideMenuAt {
	/*border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #999999;*/
	padding-bottom: 1px;
	padding-top: 3px;
}
.menubullet {
	/*font-weight: bold;*/
	color:#003366;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: .9em;
	padding-top: .5em;
}

.evenrow {
	border-bottom: 1px solid #999;
	background-color: #E6E6E6;
}
.oddrow {
	border-bottom: 1px solid #999;
}

