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

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


body {
	text-align: center;
	background: #ccc url(/img/background.jpg) repeat-x;
}

p, div, li, td, input, select, textarea {
    font-family: Helvetica, Arial;
    font-size: 14px;
	color: #000033
    line-height: 18px;
}

h1, h2, .menu li {
	font-family: Georgia;
	font-size: 14px;
	color: #000;
}
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 904px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */
#header {
	height: 78px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}

/* ----------------------------------- */
/* TOP NAVIGATION
/* ----------------------------------- */
#top {
	width: 100%;
	height: 47px;
	text-align: center;
	overflow: hidden;
	padding: 12px 0 10px 0;
	background-image: url(/images/nav_background.jpg);
}

	#top .nav {
		float: left;
		margin-left: 54px;
		display: inline;
	}
		.nav li {
			float: left;
			border-left: 1px solid #cccbc0;
			line-height: 16px;
			list-style: none;
		}
		.nav li a {
			padding: 5px 13px;
			color: #fff;
			font-family: Tahoma;
			font-size: 14px;
			font-weight: bold;
			padding: 10px 30px;
			text-decoration: none;
		}
		.nav li a:hover {
			color: #ccc;
		}
		.nav li.first {
			border: none;
		}

/* ----------------------------------- */
/* MAIN CONTENT
/* ----------------------------------- */
#main {
	height: 100%;
	background: #fff;
	margin-bottom: 8px;
	border: 1px #a1a1b6 solid;
	background-position: right bottom;
	background-image: url(/img/seal.gif);
	background-repeat: no-repeat;
}

#content {
	float: none;
	width: 625px;
	padding-top: 25px;
	padding-right: 17px;
	padding-bottom: 8px;
	padding-left: 30px;
	overflow: hidden;
}

#contentwide {
	float: none;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
}

#rightcolumn {
	width: 160px;
	float: right;
	padding-top: 60px;
	padding-right: 30px;
	overflow: hidden;
}

	#rightcolumn .pagenav li {
		text-align: left;
		list-style: none;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#rightcolumn .pagenav li.head {
		border-bottom: 3px double #ccc;
	}
	#rightcolumn .pagenav li a {
		color: #666699;
		font-family: Georgia;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#rightcolumn .pagenav li a:hover {
		color: #FF0000;
		text-decoration: underline;
	}

/* ----------------------------------- */
/* NEWS
/* ----------------------------------- */
#news {
	float: none;
	width: 625px;
	padding-top: 25px;
	padding-right: 17px;
	padding-bottom: 8px;
	padding-left: 30px;
	overflow: hidden;
}

	#news h3 {
		margin-bottom: 3px;
	}

/* ----------------------------------- */
/* HOME PAGE
/* ----------------------------------- */
#home {
	float: none;
	padding-top: 25px;
	padding-bottom: 14px;
	padding-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
	background-position: right bottom;
	background-image: url(/img/home_auto1.jpg);
	background-repeat: no-repeat;
}

	#homenews {
		width: 421px;
	}
	
	#homenews h2 {
		padding-top: 15px;
		margin-bottom: 8px;
	}
	
	#homenews h2 a:link, #homenews h2 a:visited {
		color: #666699;
		text-decoration: none;
	}
	
	#homenews h2 a:hover, #homenews h2 a:active {
		color: #FF0000;
	}
	
	#homenews p {
		font-family: Georgia;
		font-size: 16px;
		line-height: 22px;
		color: #000;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	text-align: center;
	padding: 8px 30px;
}
	#footer p {
		color: #000;
		font-family: Georgia;
		font-size: 12px;
		margin-bottom: 5px;
	}
	#footer a:link, #footer a:visited {
		color: #666699;
		font-family: Georgia;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		color: #666699;
	}

/* ----------------------------------- */
/* GENERAL
/* ----------------------------------- */
h1 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	color: #666699;
}

h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #666699;
}

h3 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}

ul, ol {
	padding-left: 20px;
}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
form {
	font-size: 1.2em;
	width: 100%; 
	/*background: #eee; border: 4px solid #C5D9E7;*/
	margin: 10px auto;
	margin-top: 10px;
}

fieldset {
	border: 1px solid #000;
	border-width: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

legend {
	font-size: 1.2em;
	padding: 4px;
	margin-bottom: 4px;
	color: #000;
}

fieldset.minor {
	padding: 3px;
	border: 1px solid #bbb;
}

fieldset.minor legend {
	font-style: italic;
	padding: 2px;
	font-size: .9em;
}

textarea { width: 90%;}

.details{
	font-weight:normal;
	font-size:11px;
	color:#aaaaaa;
}

#calendar #wrapper #main #news h2 {
	background-color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
	padding-left: 2px;
	padding-bottom: 2px;
}
