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

* {margin: 0; padding: 0;}

body {background-color: #fffcee; background-image: url(images/topbanner.jpg); background-position: top center; background-repeat: no-repeat; text-align: center; font-family: Georgia, "Times New Roman", Times, serif;}

h2 {color: #cc0000; font-size: 18px;}
h2.second {margin-top: 20px;}

h3 {color:#000; font-size: 16px; margin-top: 12px; margin-bottom: 8px;}

h3 a:link {color:#000; text-decoration: none;}
h3 a:hover {color:#cc0000; text-decoration: underline;}
h3 a:active {color:#cc0000; text-decoration: underline;}
h3 a:visited {color:#000; text-decoration: none;}

#newsarticle {margin-top: 15px; padding-bottom: 15px; border-top: solid 1px #CCC;}


#tagline p {color:#999; line-height: 14px; margin: 0; padding: 0;}
#tagline p span {font-weight: bold;}

p {color:#333; font-size: 12px; line-height: 16px; margin-top: 10px;}

p.date {color:#999; font-style: italic;}

.clear {clear: both;}

#footer {width: 680px; height: 10px; margin: 0 auto; position: relative; top: -5px;}

#footer p {color: #c5ac5f; font-size: 10px;}
#footer a:link {color: #c5ac5f}
#footer a:hover {color: #927837}
#footer a:active {color: #927837}
#footer a:visited {color: #c5ac5f}

a:link {color: #cc0000;}
a:hover {color: #003263;}
a:active {color: #003263;}
a:visited {color: #927837;}

#top {background-image: url(images/menubg.png); height: 235px; width: 680px; margin: 0 auto; background-position: top center;}

h1 a {display: block; height: 200px; width: 680px; margin: 0 auto;}


#container {background-image: url(images/contentbg.jpg); width: 680px; margin: 0 auto; text-align: left;}

#content {width: 626px; margin: 0 auto; padding: 0px 12px;}

#bottom {background-image: url(images/contentbottom.jpg); width: 680px; height: 30px; margin: 0 auto;}

#text {position: relative; top: -20px;}
#maintext {position: relative; top: -10px;}
#left {width: 376px; padding-right: 10px; border-right: solid 1px #CCC; float: left;}
#right {width: 229px; padding-left: 10px; float: left;}

.hide {display: none;}
.sm {
	font-size: 1px;
	line-height: 20px;
}


/* menu navigation styling */

#navcontainer {width: 680px; margin: 0 auto;  background-image: url(images/contentbg.jpg);}
#nav {width: 680px; margin: 0 auto; position: relative; top: -35px;}

#nav li, #nav a {
	list-style: none;
	height: 35px;
	display: block;
	}

#nav li { float: left;}

#nav-01 a {
	width: 79px;
	margin-left: 40px;
	background: url(images/menu-off.jpg) -25px 0px; background-repeat:no-repeat;
}

#nav-02 a {
	width:30px;
	margin-left: 33px;
	background: url(images/menu-off.jpg) -137px 0px;
}

#nav-03 a {
	width:50px;
	margin-left: 33px;
	background: url(images/menu-off.jpg) -200px 0px;
}

#nav-04 a {
	width:47px;
	margin-left: 152px;
	background: url(images/menu-off.jpg) -402px 0px;
}

#nav-05 a {
	width:48px;
	margin-left: 36px;
	background: url(images/menu-off.jpg) -485px 0px;
}

#nav-06 a {
	width:56px;
	margin-left: 36px;
	margin-right: 40px;
	background: url(images/menu-off.jpg) -569px 0px;
}

#nav-01 a:hover {
	background: url(images/menu-on.jpg) -25px 0px; background-repeat:no-repeat;
}

#nav-02 a:hover {
	background: url(images/menu-on.jpg) -137px 0px;
}

#nav-03 a:hover {
	background: url(images/menu-on.jpg) -200px 0px;
}

#nav-04 a:hover {
	background: url(images/menu-on.jpg) -402px 0px;
}

#nav-05 a:hover {
	background: url(images/menu-on.jpg) -485px 0px;
}

#nav-06 a:hover {
	background: url(images/menu-on.jpg) -569px 0px;
}

#nav-01-current a {
	width: 79px;
	margin-left: 40px;
	background: url(images/menu-on.jpg) -25px 0px; background-repeat:no-repeat;
}

#nav-02-current a {
	width:30px;
	margin-left: 33px;
	background: url(images/menu-on.jpg) -137px 0px;
}

#nav-03-current a {
	width:50px;
	margin-left: 33px;
	background: url(images/menu-on.jpg) -200px 0px;
}

#nav-04-current a {
	width:47px;
	margin-left: 152px;
	background: url(images/menu-on.jpg) -402px 0px;
}

#nav-05-current a {
	width:48px;
	margin-left: 36px;
	background: url(images/menu-on.jpg) -485px 0px;
}

#nav-06-current a {
	width:56px;
	margin-left: 36px;
	margin-right: 40px;
	background: url(images/menu-on.jpg) -569px 0px;
}