/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	color: #DFDFDF;
	height: 100%;
	background-repeat: repeat;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background-color: #001e64;
}


a				{outline: none;}
a:link 			{
	color:#4FA700;
	text-decoration:underline;
}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#2D338B; text-decoration:none;}
a:active 		{
	color:#EC1F26;
	text-decoration:none;
}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #4FA700;
}
h2 					{
	font-size:18px;
	margin:8px 0;
	color: #2D338B;
}
h3 					{font-size:14px; margin:6px 0 5px;color: #666666;}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #2D338B;
}
h5					{
	font-size:12px;
	margin:3px 0;
	color: #666666;
	text-transform: uppercase;
}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{
	padding-bottom: 10px;
}

.clr {
	clear:both;
	background-color: #555654;
}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}

/* Newsreader */

.newsreader {
	color: #4FA700;
	padding: 10px;
}

.newsreader a {text-indent: -9000px}
.newsreader ul a {text-indent: 0px}

.newsreader h2 {
	font-size: 12px;
	
}

.newsreader .discreet {
	display: none;
}

/* Weather Search */

.weather-search {
	margin: 25px 0 25px 0;
	color: #4FA700;
}

.weather-search p img,
.weather-search small {
	display: none;
}

.weather-search img {
	float: left;
	margin: 0 5px 0 10px;
}

.weather-search input {
	border: 1px solid #FCCD2E;
	height: 16px;
	padding: 2px 0 2px 0;
	margin-right: 5px;
}

.weather-search input[type="submit"] {
	background: #FEEDB1;
	padding-top: 0px;
	margin-top: 1px;
	margin-right: 0px;
	height: 23px;
}

/* Page */

#wrapper {
	width: 930px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#header {
	width:930px;
	float:left;
	background-image:url(../images/header-logo02.gif);
	height: 115px;

}

#image-roller {
	float: left;
	height: 150px;
	width: 930px;
	background-image: url(../images/header-image.jpg);
}



/* ---------------------------- */
/* MENUS */
/* ---------------------------- */

#nav, #nav ul { /* all lists */
	background-color:#0033AA;
	padding: 0;
	list-style: none;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#nav {
	width: 930px;
	height: 40px;
	background-color: #fdde75;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0033AA;
}


#nav a {
	display: block;
	width: 155px;
	text-decoration: none;
	color: #244b8e;
	height: 30px;
	padding-top:10px;
	text-align:center;
	font-weight: bold;
}
#nav ul li ul li a {
	width: 155px;
	color: #FFFFFF;
}


#nav a:hover {
	background-color: #0033AA;
	background-image: url(../assets/images/navbutton.png);
	background-repeat: no-repeat;
	background-position: right top;
	color:#FFFFFF;
}
#nav li { /* all list items */
	float: left;
	width: 155px;
	height: 40px;
	background-image: url(../assets/images/navbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
 /* width needed or else Opera goes nuts */
}
#nav li ul li, #nav ul li ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li:hover {
	background-color: #001E64;
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li:hover a {
	color: #FFFFFF;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 155px;
	left: -999em;
	top: auto;
	border: none;
	background-color: #001E64;
	 /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
#nav ul li ul li a:hover {
	background-color:#0033AA;
}


/* Content */

#content {
	/*float: right;*/
	width: 930px;
	background-position: 580px top;
	background-color: #FFFFFF;
	height: 100%;
	padding-bottom: 20px;
	min-height: 350px;
	float: left;
}

.content-main {
	width: 640px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 15px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 130%;
	font-size: 1em;
	color: #666666;
}



.content-side {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 10px;
	clear: right;
	border: 1px solid #FCCD2E;
	padding-bottom: 15px;
	background-color: #FDDE75;
}
.content-side h1 {
	font-size: 1.15em;
	width: 190px;
	display: block;
	height: 20px;
	background-color: #FEEDB1;
	color: #4FA700;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4FA700;
}



/* Footer */

#footer {
	width: 930px;
	height: 38px;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center top;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #FDDE75;
}
#content .content-side p {
	padding-left: 10px;
	color: #4FA700;
}
.content-side a:link {
	color: #4FA700;
}



#footer p {
	font-size: 10px;
	margin: 0;
	color: #666666;
}
#footer a {
	color: #555555;
}

