/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #74a0cd repeat-x top;
	color: #000000;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #CE0002;
	text-decoration: none;
}
a:hover{
	color: #ce0002;
	text-decoration: underline; 
}
input,select,textarea{
	border: #efefef 2px inset;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

h2 span,h3 span{
	display: none;
}
/*=== Layout ===*/
.page{
	background: url(homepage-bgr.gif) #ffffff repeat-y;
	margin: 0 auto;
	width: 850px;
}
#sub.page{
	background: url(subpage-bgr.gif) #ffffff repeat-y;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.gif) #ffffff no-repeat left;
	height: 89px;
	margin: 0 3px 0 0;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	margin: 0 0 0 -35px;
	position: relative;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 89px;
	width: 202px;
}
/*- Top Menu -*/
#header ul{
	float: right;
	height: 16px;
	line-height: 16px;
	margin: 73px 0 0;
	width: 400px;
}
#header li{
	float: right;
}
#header li a{
	border-left: 1px solid #ccd8e5;
	color: #000000;
	padding: 2px 10px 0;
}
#header li a:hover{
	color: #ce0002;
	text-decoration: none;
}
#header li img{
	margin: -3px 0 0;
	position: relative;
}
/*=== Columns ===*/
#columns{
	background: url(columns-top.gif) no-repeat top left;
	height: 1%;
}
#sub #columns h2{
	font-size: 14px;
	padding: 0 0 15px;
}
#sub #columns p{
	padding: 0 0 12px;
}
/*- Home Page Columns -*/
.col1{
	float: left;
	width: 189px;
}
.col2{
	float: left;
	margin: 0 0 0 3px;
	width: 227px;
}
.col3{
	float: left;
	margin: 0 0 0 2px;
	width: 199px;
}
#home .spacer{
	padding: 0 10px;
}
#sub .spacer{
	padding: 20px 15px 0 25px;
}


.temp {
	margin: 2px 0 0 0;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.mintemp {
	font-size: 11px;
	color: #0000cc;
	font-weight: bold;
}

.maxtemp {
	font-size: 11px;
	color: #cc0033;
	font-weight: bold;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 189px;
}
.leftcol-sep{
	background: url(left-sep.gif) no-repeat top left;
	clear: both;
	height: 19px;
	overflow: hidden;
	width: 189px
}
.leftcol-bot{
	background: url(left-bot.gif) no-repeat top right;
	clear: both;
	height: 9px;
	overflow: hidden;
}
/*- Search -*/
#search{
	float: left;
	padding: 10px 0 5px 13px;
	width: 165px;
}
#search img{
	margin: 0 0 5px;
}
#search input{
	background: url(input-bgr.gif) no-repeat right bottom;
	border: 0;
	float: left;
	width: 120px;
}
#search .btn{
	background: none;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
}
/*- Left Menu -*/

* html .leftmenu li{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

* html ul.leftmenu{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


ul.leftmenu{
	padding: 0px 1px 0px 2px;
	margin: 0px;
}
.leftmenu li a{
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 20px;
	margin: 0px;
	text-decoration: none;
}
.leftmenu li a:hover{
	background: url(ico-arrow2.gif) #f0f3f7 no-repeat left;
	color: #000000;
	padding: 3px 0px 3px 20px;
	margin: 0px;
}
.leftmenu li.active a{
	background: url(ico-darrow.gif) #f0f3f7 no-repeat left;
	color: #000000;
	padding: 3px 0 3px 20px;
	margin: 0px;
}
/*- Left Sub Menu -*/
.leftmenu li.active li.normal a{
	background: #f0f3f7;
	font-weight: normal;
	padding: 3px 0px 3px 20px;
	margin: 0px;
}
.leftmenu li.active li.normal a:hover{
	background: #ffffff;
	padding: 3px 0px 3px 20px;
	margin: 0px;
}
.leftmenu li.active li.active a{
	font-weight: bold;
	padding: 3px 0px 3px 20px;
	margin: 0px;
}
/*- Left Sub Menu 2 -*/
.leftmenu li.active li.active li.normal a{
	background: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px 3px 35px;
}

.leftmenu li.active li.active li.normal a{
	background: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px 3px 35px;
}

.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li.normal a:hover{
	padding: 3px 0px 3px 35px;
	margin: 0px;
	background: url(ico-arrow.gif) #ffffff no-repeat left;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0 0 0 3px;
	width: 656px;
}
/*- Home Page Title Image -*/
.title{
	background: #ffffff;
	height: 265px;
	overflow: hidden;
}
/*=== Styling Lists ===*/
ul.list1,ul.list2{
	padding: 10px;
}

.list1 a{
	color: #000000;
	text-decoration: none;
}


.list1 a:hover{
	color: #CE0002;
	text-decoration: underline;
}

.list1 li{
	padding: 0 0 12px;
}
.list1 li h3,.list1 li h4{
	font-size: 11px;
}
.list1 li h4{
	font-weight: normal;
}
.list2 li{
	padding: 0 0 6px;
}
/*=== Footer ===*/
#footer{
	background: url(homepage-bot.gif) repeat-x top;
	height: 34px;
}
#sub #footer{
	background: url(subpage-bot.gif) repeat-x top;
}
#footer ul{
	float: right;
	padding: 0 13px 0 0;
}
#footer li{
	float: right;
	line-height: 34px;
	margin: 0 0 0 15px;
	padding: 2px 0 0;
}
* html #footer li{
	padding: 0;
}
#footer a{
	color: #000000;
}
#footer a:hover{
	color: #ce0002;
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

#contentboxsub {
	list-style: disc;
	line-height: 1.4em; 
}

#contentboxsub ul {
list-style: disc;
margin: 4px 4px 4px 12px;
padding: 4px 4px 4px 12px;
}

#contentboxsub li {
list-style: disc;
margin: 0 0 0 10px;
padding: 4px 4px 4px 4px;
}

#contentboxsub h1{
	font-size: 16px;
	padding: 0 0 6px 0;
}

#contentboxsub h2{
	font-size: 15px;
	padding: 0 0 6px 0;
}

#contentboxsub h3{
	font-size: 14px;
	padding: 0 0 4px 0;
}

#contentboxsub h4{
	font-size: 13px;
	padding: 0 0 4px 0;
}

#contentboxsub p{

	padding: 0 0 8px 0;
}



.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}

