/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../assets/sideBar_bg.jpg);
	background-repeat: repeat-y;
}

#container{
	width:850px;
}
#header{
	width: 850px;
	height: 245px;
}
/*
#logo{
	width:287px;
	height:98px;
	margin: 0px;
	padding: 0px;
}
*/

#flashBlock{
	float:left;
	width:563px;
	margin: 0px;
	padding: 0px;
	height: 245px;
}

/* MAIN NAV */

#navBlock{
	float:left;
	width:287px;
	height: 245px;
	background-image: url(../assets/nav_block.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navBlock img{
	float: left;
	width: 287px;
	height: 98px;
	margin: 0px;
	padding: 0px;


}
/* 
#cornerImage{
	height:147px;
	width:121px;
	float:left;
	background:url(/assets/swoopHome.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
*/

#mainnav{
	width:166px;
	margin: 0px;
	float: left;
	padding: 0px;
	background-image: url(/assets/navBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#mainnav ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#mainnav li{
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
#mainnav a:link, #mainnav a:visited{
	background-image: url(/assets/nav_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
	color: #1a0f5f;
	display: block;
}
#mainnav a:hover, #mainnav a:active{
	background-image: url(/assets/nav_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}


/* FEATURES */

#features {
	float: right;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 90%;
	width: 170px;
}
#news a, #feedback a,  #downloads a,  #fun a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 6px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
}

#news {
	margin-bottom: 12px;
	background-image: url(/assets/feature1_hd.jpg);
}
#news a{
}
#news a:link, #news a:visited{
}
#news a:hover, #news a:active{
}
#feedback {
	margin-bottom: 12px;
	background-image: url(/assets/feature2_hd.jpg);
}
#feedback a{
}
#feedback a:link, #feedback a:visited{
}
#feedback a:hover, #feedback a:active{
}
#downloads {
	margin-bottom: 12px;
	background-image: url(/assets/feature3_hd.jpg);
}
#downloads a{
}
#downloads a:link, #downloads a:visited{
}
#downloads a:hover, #downlaods a:active{
}
#downloads ul{
	margin-left: 10px;
	list-style-type: none;
}
#pdflinks ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}
#pdflinks li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#pdflinks a:link, #pdflinks a:visited{
	color: #1a0f5f;
	text-decoration:underline;
}
#pdflinks a:hover, #pdflinks a:active{
	color: #1a0f5f;
	text-decoration:none;
}
#fun {
	background-image: url(/assets/feature4_hd.jpg);
	height: 80px;
}
#fun a {
	padding-top: 7px;
	width: 150px;
	clear: both;
	float: left;
}
#maincontentend {
	clear: both;
	width: 850px;
	height: 1px;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	float: left;
}


#sideImage{
	height:412px;
	width:166px;
	background:url(/assets/sideBar.gif) no-repeat;
	display: block;
	float: left;
}
#maincontent {
	background-image: url(/assets/sideExtension.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin: 0px;
	width: 850px;
	min-height:600px;
}

#sideImageContainer{
	width:166px;
	float:left;
}

#sideImageExtension{
	background:url(/assets/sideExtension.gif) repeat-y;
}
.clearTheFloats{
	clear: both;
	margin: 0px;
	padding: 0px;
} 

/* MAIN TEXT AREA */

.text {
	width:476px;
	float:left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#text {
	width:476px;
	float:left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#text p, #text ul, #text li {
	color: #585858;
}
#text a:link, #text a:visited {
	color: #009DEA;
	text-decoration: underline;
}
#text a:hover, #text a:active {
	color: #009DEA;
	text-decoration: none;
}
#text h1 {
	font-size: large;
	color: #1a0f5f;
}
#text h2 {
	font-size: medium;
	color: #1a0f5f;
}
#text h3 {
	font-size: small;
	color: #1a0f5f;
}
#text ul {
}
#text li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: url(../assets/bullet.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: outside;
}
#monitoringstations table {
	margin: 0px;
	padding: 0px;
}
#monitoringstations td {
	margin: 0px;
	width: 50%;
	padding: 5px;
}


/* FOOTER */
#footer{
	color: #585858;
	text-align: right;
	padding-right: 15px;
	font-size: x-small;
	padding-bottom: 20px;
}
#footer a:link, #footer a:visited{
	color: #585858;
	text-decoration:none
}
#footer a:hover, #footer a:active{
	color: #585858;
	text-decoration:underline
}
.acrobatreader {
	float: left;
	margin-right: 15px;
}
.homepageitem {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	width:476px;
	float:left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-color: #8CC5E9;
}
.homepageitem img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.homepageitem a:link, .homepageitem a:visited {
	color: #2B216B;
	text-decoration: none;
}
.homepageitem a:hover, .homepageitem a:active {
	color: #2B216B;
	text-decoration: underline;

}
#subnav {
	float: left;
	margin: 0px;
	padding-bottom: 25px;
	font-weight: normal;
	width: 470px;
}
#subnav strong {
	font-weight: normal;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	float: left;
	height: 15px;
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#subnav a {
	margin: 0px;
}
#admin {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 10px;
	color: #999999;
}
#admin a {
	color: #999999;
}
