html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url('../img/back.png') repeat-x top center #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
}

a:link,
a:visited {
	color: #C93482;
	text-decoration: none;
}

a:hover,
a:active {
	color: #C93482;
	text-decoration: underline;
}

h1 {
	margin: 1em 0;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 1em 0;
	color: #2D4C9E;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 140%;
}

h3 {
	margin: 1em 0 1em 0;
	color: #2D4C9E;
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	margin: 1em 0;
	color: #2D4C9E;
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

ul, ol, li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

input,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
textarea {
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
address {
	margin: 0 0 8px 0;
	font-style: normal;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 0;
	height: 175px;
	position: relative;
	background-position: 505px 17px;
	background-repeat: no-repeat;
	background-image: url('../img/header.jpg');
	position: relative;
	z-index: 100;
}

#header.header1 {
	background-image: url('../img/header1.jpg');
}

#header.header2 {
	background-image: url('../img/header2.jpg');
}

#header.header3 {
	background-image: url('../img/header3.jpg');
}

#header h1 {
	margin: 0;
	width: 470px;
	height: 142px;
	background: url('../img/header.png') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}


/* Search Box */

#search {
	position: absolute;
	top: 94px;
	left: 700px;
	width: 157px;
	height: 27px;
	background: url('../img/search.gif') no-repeat top left;
}

#search label {
	display: none;
}

input#search-text {
	display: block;
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 120px;
	height: 16px;
	background: transparent;
	color: #fff;
	border: none;
	font-size: 11px;
}

input#search-submit {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin: 4px 4px 0 0;
	background: url('../img/search_button.gif') no-repeat top left;
	border: none;
	font-size: 0;
}


/* Main menu */

ul#main-menu {
	position: relative;
	height: 32px;
	margin: 1px 0 0 0;
	padding: 0;
	border-left: 1px solid #3E5C8F;
}

ul#main-menu li {
	display: block;
	float: left;
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #3E5C8F;
	position: relative;
}

ul#main-menu li a {
	display: block;
	float: left;
	height: 12px;
	padding: 7px 10px 12px 10px;
	color: #5EA3DB;
	text-decoration: none;
}

* html ul#main-menu li a {
	padding-bottom: 9px;
}

ul#main-menu li a.sub,
ul#main-menu li span.sub {
	display: block;
	float: left;
	height: 12px;
	padding: 8px 20px 12px 9px;
	background: url('../img/arrow1.gif') no-repeat top right;
	color: #5EA3DB;
	cursor: pointer;
	overflow: hidden;
}
* html ul#main-menu li .sub {
	padding-bottom: 8px;
}

ul#main-menu li a:hover,
ul#main-menu li a:active {
	background-color: #2F8FDC;
	color: #fff;
}
ul#main-menu li.active a {
	color: #fff;
}


ul#main-menu ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: #0E3373;
}

ul#main-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: 1px solid #3E5C8F;
}
ul#main-menu ul li a {
	display: block;
	float: none;
	padding: 10px;
	color: #5EA3DB;
}

ul#main-menu li.active ul li a {
	color: #5EA3DB;
}

ul#main-menu ul li.active a {
	color: #fff;
}

ul#main-menu ul li a.sub,
ul#main-menu ul li span.sub {
	float: none;
	background: url('../img/arrow2.gif') no-repeat right 5px;
}

ul#main-menu ul li a:hover,
ul#main-menu li.active ul li a:hover {
	background-color: #2F8FDC;
	color: #fff;
}

ul#main-menu ul ul {
	display: none;
	margin-left: 200px;
	margin-top: -32px;
	padding: 0;
}

* html ul#main-menu ul ul {
}

ul#accessibility {
	position: absolute;
	top: 99px;
	left: 618px;
	width: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

ul#accessibility li {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 1px 0 0;
	padding: 0;
}
ul#accessibility li a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	padding: 1px;
	text-indent: -999em;
	overflow: hidden;
}
#font-smaller {
	background: url('../img/font_smaller.gif') no-repeat top left;
}
#font-larger {
	background: url('../img/font_larger.gif') no-repeat top left;
}
#font-default {
	background: url('../img/font_default.gif') no-repeat top left;
}

ul#icons {
	position: absolute;
	top: 104px;
	left: 886px;
	width: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#icons li {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 11px 0 0;
	padding: 0;
}
ul#icons li a {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	text-indent: -999em;
	overflow: hidden;
}
#icon-home {
	background: url('../img/icon_home.gif') no-repeat top left;
}
#icon-sitemap {
	background: url('../img/icon_sitemap.gif') no-repeat top left;
}
#icon-contact {
	background: url('../img/icon_contact.gif') no-repeat top left;
}


#main {
	margin: 0 0 20px 0;
	min-height: 500px;
}

#left-column {
	float: left;
	width: 175px;
	margin: 15px 15px 20px 0;
}

#right-column {
	float: right;
	width: 175px;
	margin: 15px 0 20px 0;
	text-align: center;
}

#left-column h2 {
	margin: 1em 0 0 0;
	font-size: 1.6em;
}

#left-column h3,
#right-column h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 130%;
}

#left-column .banners img,
#right-column .banners img {
	margin-bottom: 5px;
}

#main-column {
	float: left;
	width: 600px;
	margin: 5px 0 20px 0;
	line-height: 150%;
}

#breadcrumb {
	height: 17px;
	padding: 8px 0 0 0;
	font-size: 10px;
}

#footer-container {
	clear: both;
	min-height: 200px;
	background: url('../img/back_footer.png') repeat-x top left;
	text-align: center;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: #666;
	text-align: left;
	font-size: 11px;
}

#footer .copy {
	clear: left;
	float: left;
	margin: 10px 0 10px 0;
	padding: 55px 0 0 0;
	background: url('../img/footer_logo.gif') no-repeat top left;
}

#footer .address {
	float: right;
	clear: right;
	height: 70px;
	padding: 0px 0 0 550px;
	background: url('../img/logos.gif') no-repeat top left;
	text-align: right;
}

#footer ul.valid {
	float: right;
	clear: right;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer ul.valid li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}

#login-form {
	padding: 50px;
}

#gmap {
	height: 300px;
	margin: 10px 0;
	border: 1px solid #ccc;
}


/* Forms */

form {
	margin: 0;
}

.form-error {
	background-color: #fee;
	color: red;
}

.input.static {
	margin-left: 140px;
}

label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}

fieldset label {
	width: 120px;
}

fieldset legend {
	background-color: #fff;
}

form .required label {
	font-weight: bold;
}

form div.input {
	clear: both;
	padding: 5px 0;
}

form div.input .error-message {
	margin-left: 140px;
	font-size: 11px;
	color: #f00;
}

fieldset div.input .error-message {
	margin-left: 130px;
}

form div.submit {
	padding: 5px 0 5px 140px;
}

form fieldset div.submit {
	padding-left: 130px;
}

fieldset {
	margin: 5px 0;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.input.text input,
.input.password input,
.input textarea {
	padding: 2px;
	border: 1px solid #ccc;
}

.input.select select {
	border: 1px solid #ccc;
}

.submit input {
	padding: 3px 5px;
	background-color: #ccc;
	color: #444;
	border: 1px outset #ccc;
	font-weight: bold;
}

.checkbox {
	margin-left: 140px;
}

fieldset .checkbox {
	margin-left: 130px;
}

.checkbox label {
	display: inline;
	float: none;
	width: auto;
	margin-left: 5px;
}

.radio div {
	margin: 0 0 5px 140px;
}

.radio label {
	float: none;
	display: inline;
	margin: 0 2em 0 0.5em;
}

/* Tables */

table.list {
	margin: 0;
	border-collapse: collapse;
}

table.list th {
	padding: 5px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

table.list td {
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.altrow td {
	background-color: #f4f4f4;
}

table td.center {
	text-align: center;
}

table td.right {
	text-align: right;
}

/* Definition list */

dl {
	margin: 0 0 0 20px;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
	font-weight: bold;
	text-align: right;
}

dd {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}

#content dd {
	width: 500px;
}


/* Actions list */

.actions ul {
	height: 24px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.actions ul li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}

.actions a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 1px 0 1px 20px;
}

table td.actions,
.nowrap {
	white-space: nowrap;
}

a.add,
a.view,
a.edit,
a.del,
a.list,
a.up,
a.down,
a.upload {
	margin: 0 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.add {
	background-image: url('../img/icons/plus_circle.png');
}
a.view {
	background-image: url('../img/icons/magnifier_left.png');
}
a.edit {
	background-image: url('../img/icons/pencil.png');
}
a.del {
	background-image: url('../img/icons/cross_circle.png');
}
a.list {
	background-image: url('../img/icons/table.png');
}
a.upload {
	background-image: url('../img/icons/document__plus.png');
}
a.up {
	background-image: url('../img/icons/arrow__090.png');
}
a.down {
	background-image: url('../img/icons/arrow__270.png');
}

span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
td span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}

td a.add,
td a.edit,
td a.del,
td a.up,
td a.down,
div>a.add,
div>a.edit,
div>a.del {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
}

/* Paging */

.paging {
	margin: 10px 0;
}

.paging div {
	display: inline;
	margin-right: 10px;
}

.paging a {
	margin: 0 5px;
}

.paging .current {
	margin: 0 5px;
	font-weight: bold;
}

.paging .disabled {
	color: #ccc;
}


.clear {
	clear: both;
}

.more {
	text-align: right;
	font-size: 0.9em;
}

.navigation {
	margin-top: 1em;
}

#gallery-fullimage {
	display: table-cell;
	width: 600px;
	height: 500px;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
}

#gallery-loading {
	display: none;
	height: 32px;
	background: url('../img/facebox/loading.gif') no-repeat center center;
}

#gallery-nav {
	position: relative;
	height: 10px;
}

#gallery-nav .prev {
	position: absolute;
	left: 10px;
	top: -280px;
}

#gallery-nav .next {
	position: absolute;
	right: 10px;
	top: -280px;
}

#gallery-nav a {
	display: block;
	font-size: 4em;
	font-weight: bold;
	color: #ccc;
	line-height: 100%;
}

#gallery-nav a:hover,
#gallery-nav a:active {
	color: #C93482;
	text-decoration: none;
}

#gallery-comment {
	text-align: center;
}

#gallery-images {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery-images li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#gallery-images li.current {
	border: 10px solid #eee;
	margin: 0;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

#gallery-images li img {
	display: block;
	margin-left: -25px;
	margin-top: -25px;
	width: 150px;
	width: 150px;
}

.gallery-image {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 20px 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.gallery-image img {
	display: block;
	margin-left: -25px;
	margin-top: -25px;
}

.gallery-image.admin {
	width: 150px;
	height: 170px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #eee;
	text-align: center;
}
.gallery-image.admin img {
	display: block;
	margin: 0 0 5px 0;
}


/* Slider */

.slider {
	width: 550px;
	height: 500px;
	padding: 0;
	position: relative;
}

.slider .container {
	height: 550px;
	overflow: hidden;
	position: relative;
}

.slider .panels {
	position: absolute;
}

.slider .panel {
	float: left;
	width: 550px;
}

.slider .panel .content {
	overflow: hidden;
}

.slider .prev {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 2em;
}

.slider .next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 2em;
}

/* News */

.news,
.events {
	position: relative;
}

.events a.prev,
.news a.prev {
	position: absolute;
	top: 0;
	right: 20px;
	width: 16px;
	height: 16px;
	background: url('../img/button_prev.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}

.events a.next,
.news a.next {
	position: absolute;
	top: 0px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url('../img/button_next.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}

.news .container {
	height: 295px;
	overflow: hidden;
	position: relative;
	font-size: 0.9em;
}

.news .panels {
	position: absolute;
}

.news .panel {
	float: left;
	width: 175px;
	height: 295px;
	overflow: hidden;
}

.news h3 {
	margin-top: 0;
}

.news img {
	margin: 1em 0 0 0;
}
.news-date {
	margin: 5px 0 0 0;
	color: #999;
	font-size: 0.9em;
}



.thermometer {
	width: 157px;
	height: 34px;
	padding: 42px 0 0 48px;
	margin: 5px 0;
	background: url('../img/thermo.gif') no-repeat top left;
}

.thermometer div {
	height: 7px;
	background-color: #F00;
}

#flashMessage {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #800;
	background-color: #fff;
	color: #800;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.ajax-content {
	width: 850px;
}

.image-left,
img.left,
img[align=left] {
	float: left;
	margin: 0 1em 1em 0;
}
img.right,
img[align=right] {
	float: right;
	margin: 0 0 1em 1em;
}


/* Calendar */

table.calendar {
	background-color: #fff;
	width: 175px;
	margin: 10px 0;
	border-collapse: collapse;
	font-size: 0.9em;
}

table.calendar tr.header td.title {
	padding: 5px;
	background-color: #F1F1F1;
	font-weight: bold;
	text-align: center;
}

table.calendar tr.header td.prev,
table.calendar tr.header td.next {
	padding: 0;
	text-align: center;
}

table.calendar tr.header td.prev a,
table.calendar tr.header td.next a {
	display: block;
	padding: 5px;
	background-color: #B6B6B6;
	color: #fff;
	text-decoration: none;
}

table.calendar tr.days td {
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

table.calendar tr.dates td {
	padding: 5px;
	text-align: right;
}

table.calendar tr.dates td.event,
table.calendar tr.dates td.today {
	padding: 2px;
}

table.calendar tr.dates td.event a {
	display: block;
	padding: 3px;
	background-color: #2f8fdc;
	color: #fff;
	text-decoration: none;
}

table.calendar tr.dates td.today span {
	display: block;
	padding: 3px;
	background-color: #F1F1F1;
	font-weight: bold;
}

.highlight {
	background: yellow;
}

.small {
	font-size: 0.85em;
}

p span.date {
	display: block;
	float: left;
	width: 250px;
}

