@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg-bg.gif);
	background-color: transparent;
	background-attachment: scroll;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: auto;
	}
	
#container {
	width: 975px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	height: auto;
	overflow: visible;
	}
	
#logo {
	background-image: url(images/logo.gif);
	width: 975px;
	height: 150px;
	}
	
#subnav {
	background-image: url(images/bgOFF2.gif);
	width: 975px;
	height: 25px;
}

.subnavborder {
	border-bottom: groove 2px #036;
}

.searchform {
	background-color: #c7d0de;
	border: groove 1px #0D353C;
	padding-top: 1px;
}

.padding {
	padding-left: 5px;
	padding-right:5px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align:center;
}
	
#navcontainer {
	position:relative;
	height:35px;
	color:#E0E0E0;
	background:#143D55;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}

#nav {
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 0;
	background-color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}

#nav ul li {
	display:block;
	float:left;
	margin:0 1px;
	}

#nav ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 12px;
	height:33px;
	}

#nav ul li a span {
	padding:12px 10px 0 0;
	height:21px;
	float:left;
	}

#nav ul li a:hover {
	color:#fff;
	background-color: transparent;
	background-image: url(images/bg-OVER.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
	}

#nav ul li a.current,#nav ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(images/left-ON.gif) no-repeat top left;
	line-height:275%;
	}

#nav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/right-ON.gif) no-repeat top right;
	height:33px;
	}
	
.footer {
	clear: both;
	color: #000;
	font-size: 10px;
	margin-top: 7px;
	text-align: center;
	position: static;
	}
	
.footer a:link {
	color: #000;
	text-decoration: none;
	}
	
.header {
	font-size: x-large;
	font-weight: bold;
	color: #333333;
	}
	
.links {
	font-weight: bold;
	color: #005FA9;
	}
.link-nonbold {
	color: #005FA9;
	text-decoration: none;
}

	
.footer a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
.footer a:visited { 
	color: #333;
	text-decoration: none;
	}
