@import "layout.css";
@import url('layout.css');
@import "topnav.css";
@import url('topnav.css');
@import "lists.css";
@import url('lists.css');
@import "forms.css";
@import url('forms.css');
@import "slimbox.css";
@import url('slimbox.css');
@import "slideshow.css";
@import url('slideshow.css');

body {
	margin: 50px 0 0 0;
	padding: 0;
	background: #EDF3F8 url(../images/bodybg.jpg) top center no-repeat;
	text-align: center;
	color: #333;
	font: 1em Arial, Helvetica, sans-serif;
	cursor:default;
}

div {
	color: #444;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font: 1.3em Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #053E76;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	line-height: 24px;
	height: 24px;
	background: url(../images/dotted.gif) bottom repeat-x;
}

h1#home {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #053E76;
	margin: 0 0 20px 0;;
	padding: 0 0 18px 0;
	line-height: 24px;
	background: none;
	border-bottom: 1px solid #F2F2F2;
}


h2.bread {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6E8BA8;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #053E76;
	margin: 0 0 10px 0;
	padding:10px 0 10px 0;
	/*border-bottom:1px dotted #ccc;*/
	/*background:#ededed;*/
	background: url(../images/shadow.png) repeat-x;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #053E76;
	margin: 0 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #ccc;
	background:#ededed*;
	
}

h4 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #053E76;
	margin: 0 0 10px 0;
}

h1 a {
	padding: 0 0 0 10px;
	text-decoration: none;
}

.nbm { margin-bottom:0;}
.ntm { margin-top:0;}

.tm10 { margin-top:10px;}
.bm10 { margin-bottom:10px;}

ul.bullsmall {
	margin: 0 0 8px 16px;
	padding: 0;
}

ul.bullsmall li {
	list-style-image: url(../images/bullettick.gif);
	list-style-position: outside;
	font-size: 0.65em;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

td, th {
	font-size: 0.8em;
}

h2 a {
	text-decoration:none;
}

a {
	color: #135AA2;
	/*text-decoration:none;*/
	outline:none;
}

a:hover {
	color: #89add1;
}

a.lnkarrow {
	background: url(../images/bullet.png) left 2px no-repeat;
	padding: 0 0 0 18px;
	font-weight: bold;
	color: #2E64AD;
	text-decoration: none;
	display:block;
}

a.lnkarrow:hover {
	color: #053E76;
}

img {
	border: 0;
}

table {
	border: 0;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.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: 10px 20px 20px 0;
}
.imgright {
	float: right;
	margin: 10px 0 20px 20px;
}

.imgrightStoves {
	float: right;
	margin: 0;
}

a.lnkplain {
	text-decoration: none;
}

a.lnkmore {
	text-decoration: none;
}

a.lnkmore {
	color: #135AA2 !Important;
	font-weight: bold;
}

a.lnkmore:hover {
	color: #02386E !Important;
}

/* Fading Tooltips */
#dhtmltooltip{
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 4px solid #E5E5E5;
	color: #036;
	visibility: hidden;
	z-index: 1000;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.red {
	color: #c00;
}

.green {
	color: #009900;
}

input.radio {
	width:10px;
}