/*============================================================
	©2006 H2O Developments
	You may copy and customise this style sheet to suit your own needs, but please 
	give credit and reference back to H2O Developments for the development of this
	stylesheet.  Thank you
============================================================*/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff;
	font:x-small Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 80%;
}

body {
	height:100%; 
	width: 100%;
	padding:0; 
	margin:0; 
	border:0;
	background-image:none;
}

/*============================================================
	Skip navigation
============================================================*/
#skipnav {
	display: none;
}

#skipnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#skipnav li {
	float: left;
}
/*============================================================
	Header
============================================================*/
#conHeader {
	height:20px; 
	width:100%; 
	background:transparent; 
	font-size:100%; 
	color: #000;
	background-image:none; 
	z-index:6; 
}

#conHeader #headTitle img {
	display: none;
}

#conHeader #headTitle h1{ 
	display: block;
	color: #903;
}

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

#conHeader #nav {
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px solid #000;
	color: #000;
}

#nav ol {
	margin: 0;
	padding: 0;
}

#nav ol li {
	list-style: disc;
	margin: 0 0 0 20px;
	border-right: none;
}

#nav li.skip {
	display: none;
}

#nav li.last {
	border-right: none;
}

#nav a {
	height: auto;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#nav a:hover {
	color: #ccc;
}

#nav A:hover.norm {
	background-image: none;
}

#conHeader #search {
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


#conHeader #search label {
	color: #000;
	width: 30px;
	padding: 0;
}

/*============================================================
	Content
============================================================*/
#content {
	width:100%;
	background: #fff;
	border-left:none;
	border-right:none;
	border-top:none; 
	border-bottom:none;
	background-image:none;
	line-height: 1.5em;
	z-index:3; 
}

#content .block {
	padding: 5px;
	text-align:justify;
}

#content .subblock {
	padding: 5px;
	text-align:justify;
	margin: 0;
}

#content .subblock ul{
	text-align: left;
}

#content img {
	display:none;
}

#content #result_report {
	background: transparent;
	border: none;
	padding: 2px;
}

#content #results {
	text-align: left;
}

#content .searchBox {
	text-align: center;
}

#content #google_home,#content #googleFooter {
	display: none;
}

#content #google_home br, #google br {
	line-height: 0.5em;
}

.dataList {
	width: 250px;
	height: 230px;
	border: 1px solid #ccc;
	overflow: auto;
}

span.quote {
	border: 1px dotted #099;
	color: #903;
	font-weight: bold;
	padding: 0 4px;
}

/*============================================================
	Left menu
============================================================*/
#subMenu {
	height: 100%;
	width: 100%;
	border-right: none;
	border-left: none;
	background-image: none;
	text-align:center;
	z-index: 5;
	overflow: auto;
}

#subMenu .head {
	height: 20px;
	font: 120% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background: #903;
	color: #fff;
}

#subMenu #counter {
	display: none;
}

.contact {
	margin: 2% 0;
	font-size: 100%;
	padding: 5% 0;
	border-top: none;
}

.pad {
	display: block; 
	height: 1px;
}

#relLinks {
	text-align: left;
}

#google {
	margin: 2px 0 2px 0;
}

/*============================================================
	Home page news scroller
============================================================*/
#newsBlock {
	width: 100%;
	height: 240px;
	color: #000;
	overflow:auto;
	text-align: left;
	font-size: 85%;
}

#subMenu>#newsBlock {
	padding: 0 0 0 4px;
}

#scroller {
	position: absolute;
	width: 100%;
	margin: 1px 0;
}

#scroller2 {
	position: relative;
	width: 100%;
	margin: 1px 0;
}

#newsBlock a {
	color: #903;
	text-decoration: underline;
}

span.low {
	display: block;
	border-top: none;
	padding: 3px 0 0 0;
}

/*============================================================
	Footer
============================================================*/
#conFooter {
	height:30px; 
	width: 100%;
	font-size: 0.8em;
	color:#903;
	background-color: #fff;
	border: none;
	border-top: 1px solid #000;
	background-image:none;
	z-index:5; 
}

#conFooter .text{
	float: left;
	width: 29%;
	padding: 8px 0 0 10px;
}

#conFooter .valid {
	float: right; 
	width: 69%; 
	text-align:right; 
	padding: 8px 5px 0 0;
}

/*============================================================
	Elements
============================================================*/

h1,h2,h3 {
	margin: 2px 0 5px 0; 
	line-height: 1.0em;
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #fff;
}

h2 {
	color: #903;
	font-size:190%;
	border-top: 1px dotted #903;
	border-bottom: 1px dotted #903;
	margin: 0;
}

h3 {
    color: #099;
	font-size:140%;
	border-bottom: 1px dotted #099;
}

h3.top {
	border-top: 1px dotted #099;
	margin: 10px 0 0 0;
	padding: 2px 0 0 0;
}

img {
	border: none;
}

table {
	width: 69%;
	font-size: 85%;
}

.subblock>table {
	width: 100%;
}

caption {
	text-align: left;
	padding: 4px;
	color: #c96;
}

th {
	background-color: #660;
	color: #ccc;
	text-align:left;
}

td {
	vertical-align:text-top;
}

td.head {
	font-weight: bold;
	color: #903;
}

td.lower {
	border-top: 1px solid #660;
	color: #fff;
}
/*============================================================
	Classes
============================================================*/
.bld {
	font-weight: bold;
	color: #006;
}

.lbg {
	background-color: #903;
	color: #fff;
}

span.head {
	display: block;
	width: 100px;
	font-weight: bold;
	float: left;
	clear: both;
}

span.highTitle {
	display: block;
	height: 16px;
	border-bottom: 1px solid #903;
	color: #006;
}

span.year {
	color: #099;
}

div.print {
	display: none;
}

span.sml {
	font-size: 75%;
	color: #903;
}

span.smlgry {
	font-size: 70%;
	color: #ccc;
	font-style:italic;
}

.note {
	width: 100%;
	border: 3px double #099;
	text-align: center;
	padding: 3px 0;
	margin:  10px 0;
}

a.btn{
	margin: 2px 0 2px 0;
	height: 15px;
	border: solid 1px #660;
	padding: 2px;
	text-decoration: none;
	background-color: #cc9;
	color: #000;	
}
a:hover.btn {
	background-color: #660;
	color: #fff;
}
