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

body {
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	min-width:900px;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

.headerimage {
	position:relative;
	left:50%;
	margin-left:-459px;
	max-width:950px; /*stops horizonal scroll */
}

.center {
	text-align:center;
}

.alignleft {
	float:left;
	margin: 0 15px 15px 0;
}

.alignright {
	float:right;
	margin: 0 0 15px 15px;
}

.tableheader {
	background-color:#CCC;
	font-weight:bold;
	text-align:center;
}


.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	width:650px;
	min-height:600px;
	background-color:#FFF;
	position:relative;
	left:50%;
	margin-left:-450px;
	margin-top:-586px;
	padding:5px 240px 10px 10px; /*left + right + width + weather = 900px*/
}

.weather {
	position:relative;
	left:50%;
	margin-left:230px;
	margin-top:53px;
	background-color:#FFF;
	width:190px;
	padding-left:30px;
	z-index:1;
}

.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
	padding-top:7px;
/*style for the footer bar image below*/	
	width:900px;
	height:65px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	position:relative;
	left:50%;
	margin-left:-450px;
}

/*RSS feeds below*/

.rssposition{
	position:relative;
	left:50%;
	margin-left:230px;
	width:211px; /*psscroller width + (2 x border) + (2 x padding)*/
	margin-top:20px;
	z-index:2;
}

#pscroller1{
width: 195px;
height: 75px;
border: 3px solid #A2C445;
padding: 5px;
}

#pscroller2{
width: 195px;
height: 160px;
border: 3px solid #A2C445;
padding: 5px;
}

#pscroller3{
width: 195px;
height: 160px;
border: 3px solid #A2C445;
padding: 5px;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}

.rssheader {
	background-color:#A2C445;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 5px 0px 5px;
}

/*Main Navigation below*/
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 1px;
	margin: -100px auto 0 auto;
	background: url(../images/navigation/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	width:900px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 10px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/navigation/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/navigation/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}
