@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');
@import "headings.css";
@import url('headings.css');
@import "shopnav.css";
@import url('shopnav.css');
@import "leftnav.css";
@import url('leftnav.css');
@import "links.css";
@import url('links.css');
@import "ecom.css";
@import url('ecom.css');
@import "pagi.css";
@import url('pagi.css');
@import "slimbox.css";
@import url('slimbox.css');

body {
	margin: 0;
	padding: 0;
	background: #002247;
	text-align: center;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

div {
	font-size: 12px;
	color: #fff;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	padding: 0 0 12px 0;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #334E6C;
	clear: both;
}

h1 span {
	color: #334E6C;
}	

h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
}

h2.underline {
	clear: left;
}

h2#prodtitle {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;	
}

h3#searchfrm {
	line-height: 26px;
	height: 26px;
}

h3#searchfrm span {
	float: left;
}

h4 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
}

#leftcol h2, #rightcol h2, h2.heading {
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
	text-indent: -6000px;
}

td, th {
	font-size: 0.8em;
}

.blue {
	color: #004E8C;
}

img {
	border: 0;
}

img.imgborder {
	border: 1px solid #E85809;
}

ul {
	margin: 0px 10px 10px 17px;
	padding: 0;
}

ul li, .sidebox li {
	list-style-position: outside;
	margin: 3px 0;
	padding: 0;
	list-style-image: url('/images/bullet.gif');
}

span.asterisk {
	padding: 0 0 0 4px;
	font-weight: bold;
	color: #E85809;
}

div.bodytext ul {
	margin: 0 10px;
	padding: 0;
}

img.pound {
	width: 7px;
	height: 12px;
	margin: auto 2px auto 0;
	vertical-align: middle;
}

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

.newsdate {
	font-size: 10px;
	color: #000;
}

.footdiv {
	color: #CBCBCB;
	padding: 0 8px;
}

.beige {
	color: #AB7B1B;
}

.txt12 {
	font-size: 12px;
}

.txt13 {
	font-size: 13px;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.lgrey {
	color: #CFCFCF;
}

.noborder {
	border: 0 !important;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left !important;
}

.tright {
	text-align: right !important;
}

.err {
	color: #CC0000;
}

.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

span.yearsep {
	margin: 0 8px;
	color: #E1E1E1;
}

div.newstext h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 6px 0;
	clear: both;
}

div.newstext span {
	font-size: 10px;
	font-weight: normal;
}

div.newstext p {
	font-size: 11px;
	font-weight: normal;
}

/* Fading Tooltips */
#dhtmltooltip{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 2px solid #E5E5E5;
	color: #555;
	visibility: hidden;
	z-index: 1000;
}