html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url('/img/back.png') no-repeat 50% 0 #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: #810053;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 140%;
}

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

h4 {
	margin: 1em 0;
	color: #810053;
	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: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 0;
	height: 210px;
	position: relative;
	position: relative;
	z-index: 100;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 160px;
	height: 130px;
	margin: 0;
	background: url('/img/logo.png') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#header .statement {
	display: block;
	position: absolute;
	top: 60px;
	left: 195px;
}


/* Search Box */

#search {
	position: absolute;
	top: 15px;
	right: -5px;
	width: 230px;
	height: 45px;
	text-align: left;
}

#search label {
	display: block;
	float: left;
	width: 45px;
	margin: 10px 0 0 0;
	color: #E4BED6;
	text-align: left;
}

input#search-text {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 2px;
	width: 116px;
	height: 16px;
	margin: 5px 0 0 0;
	color: #CA008F;
	border: none;
	border-top: 3px solid #D9D9D9;
	border-left: 3px solid #D9D9D9;
	background-color: #fff;
	font-size: 13px;
}

input#search-submit {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin: 0;
	background: url('/img/search_button.png') no-repeat 0 0 transparent;
	border: none;
	font-size: 0;
	color: #CA008F
}


/* Main menu */

ul#main-menu {
	position: relative;
	top: 160px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

ul#main-menu li {
	display: block;
	float: left;
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 5px 0;
	background: url('/img/menu1.png') no-repeat 100% 0;
}

ul#main-menu li a {
	display: block;
	float: left;
	height: 20px;
	padding: 12px 15px 8px 15px;
	background: url('/img/menu2.png') no-repeat 0 0;
	color: #CD99BA;
	text-decoration: none;
	line-height: 20px;
}
ul#main-menu li.home {
	background: none;
}
ul#main-menu li.home a {
	width: 10px;
	background: url('/img/menu_home.png') no-repeat 100% 0;
	text-indent: -999em;
	overflow: hidden;
}

ul#main-menu li a.sub,
ul#main-menu li span.sub {
	display: block;
	float: left;
	height: 20px;
	padding: 12px 13px 8px 13px;
	background: url('/img/menu2.png') no-repeat 0 0;
	color: #CD99BA;
	cursor: pointer;
	overflow: hidden;
}

ul#main-menu li.hover {
	margin-right: -5px;
	padding-right: 5px;
	background: url('/img/menu_shadow.png') repeat-x 100% 5px;
	z-index: 10;
}
ul#main-menu li.home.hover {
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	left: 5px;
	background: url('/img/menu_shadow.png') repeat-x 100% 100%;
}
                       
ul#main-menu li a:hover,
ul#main-menu li span.hover {
	height: 25px;
	margin-bottom: -5px;
	background: url('/img/menu_dot.png') repeat-x 0 100% #94005F;
	color: #fff;
}
ul#main-menu li.home a:hover {
	margin: -5px 5px 5px -5px;
	background-image: url('/img/menu_home_active.png');
	height: 20px;
}

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

ul#main-menu ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 210px;
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	background: url('/img/menu_shadow.png') no-repeat 100% 100%;
	font-weight: normal;
}

ul#main-menu ul li,
ul#main-menu li.hover ul li,
ul#main-menu ul li.hover {
	float: none;
	height: 40px;
	margin: -5px 0 5px 0;
	padding: 0 0 1px 0;
	position: relative;
	background: url('/img/menu_dot.png') repeat-x 0 100% #94005F;
}

ul#main-menu ul li a,
ul#main-menu ul li span {
	display: block;
	float: none;
	background-image: none;
	background-color: #94005F;
	color: #EACCDF;
}

ul#main-menu ul li a,
ul#main-menu ul li span {
	height: 20px;
	margin: 0;
	color: #EACCDF;
}

ul#main-menu ul li a.sub,
ul#main-menu ul li span.sub {
	float: none;
	background: url('/img/menu_arrow.png') no-repeat 90% 50%;
}

ul#main-menu ul li a:hover,
ul#main-menu ul li span.hover {
	height: 20px;
	margin: 0;
	background-color: #A9337F;
	color: #fff;
}

ul#main-menu ul ul {
	display: none;
	margin: -35px 0 0 211px;
}


/* Breadcrums */

#breadcrumb {
	float: left;
	width: 780px;
	height: 20px;
	margin: 15px 0 20px 0;
	background: url('/img/line3.png') repeat-x 0 100%;
	color: #999;
	font-size: 11px;
}

#breadcrumb span {
	color: #666;
	font-weight: bold;
}


/* Accessibility */

#accessibility {
	float: right;
	width: 160px;
	margin: 13px 0 20px 0;
	color: #999;
	font-size: 11px;
}
#accessibility span {
	float: left;
	width: 55px;
	line-height: 23px;
}
#accessibility ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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


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 {
	clear: left;
	float: left;
	width: 160px;
	margin: 0px 20px 20px 0;
}

#right-column {
	float: right;
	width: 160px;
	margin: 0 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 {
	display: block;
	margin: 0 0 5px 0;
}

#right-column .icons {
	height: 32px;
	margin: 0 -15px 20px 0;
}

#right-column .icons img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 11px 0 0;
}

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

#main-column-wide {
	margin: 0 0 20px 0;
	line-height: 140%;
}

#footer {
	height: 188px;
	padding: 40px 180px 0 0;
	background: url('/img/footer2.png') no-repeat 0 0;
	color: #999;
	text-align: right;
	font-size: 11px;
}

#footer address {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url('/img/line4.png') no-repeat 100% 100%;
}

#footer ul.valid {
	float: left;
	padding: 0;
	list-style: none;
	text-align: left;
}

#footer ul.valid li {
	display: inline;
	margin: 0 10px 0 0;
	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 */

#gallery-fullimage {
	display: table-cell;
	width: 600px;
	height: 600px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#gallery-fullimage img {
	display: block;
	margin: auto;
}

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

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

#gallery-nav a {
	display: block;
	position:absolute;
	top:-600px;
	width:280px;
	height:600px;
	font-size: 8em;
	line-height: 600px;
	overflow: hidden;
	outline: none;
}
#gallery-nav a:active, 
#gallery-nav a:focus {
	outline: none;
}

#gallery-nav a.prev {
	left:0;
	padding-left: 20px;
	text-indent: -999em;
}

#gallery-nav a.next {
	right: 0;
	padding-right: 20px;
	text-align: right;
	text-indent: 999em;
}
#gallery-nav a:hover {
	text-indent: 0;
	color: #eee;
	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 */

#left-column .news,
#left-column .announcements {
	position: relative;
	margin: 20px 0;
	padding-top: 25px;
	background: url('/img/line1.png') repeat-x 0 0;
	color: #666;
}

#left-column .news h2 {
	height: 20px;
	margin: 0 0 15px 0;
	background: url('/img/h_latest_news.png') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#left-column .announcements h2 {
	height: 20px;
	margin: 0 0 15px 0;
	background: url('/img/h_announcements.png') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

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

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

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

#left-column .news .panels {
	position: absolute;
}

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

#left-column .news h3 {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
}

#left-column .news p {
	margin: 10px 0;
}

#left-column .news img {
	margin: 10px 0 0 0;
}

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

#left-column .news .more,
#left-column .announcements .more {
	background: url('/img/bullet.png') no-repeat 0 50%;
	padding-left: 10px;
	margin: 10px 0;
	font-size: 1em;
	text-align: left;
}


.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;
}

.welcome {
	margin: 20px 0;
	padding: 35px 20px 0 20px;
	background: url('/img/line1.png') repeat-x 0 0;
	color: #666;
}

.welcome h2 {
	margin: 0 0 20px 0;
	background: url('/img/h_welcome.png') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#main-column .banners {
	padding: 25px 0px 0 0;
	background: url('/img/line1.png') repeat-x 0 0;	
}

#main-column .banners .left {
	display: block;
	float: left;
	margin: 0;
}

#main-column .banners .right {
	display: block;
	float: right;
	margin: 0;
}

/* Pagination */

.paging {
	clear: both;
	margin: 2em 0 0 0;
	padding-top: 0.5em;
}

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

.paging a {
	margin: 0 0.5em 0 0;
	padding: 0.5em 1em;
	display: block;
	float: left;
	border: 1px solid #eee;
	text-decoration: none;
}

	.paging span a {
		border: 1px solid #eee;
	}

	.paging span a:hover {
		background: #eee;
	}

.paging .current {
	display: block;
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0.5em 1em;
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
}

.paging .page {
	display: block;
	float: right;
	padding: 0.5em 0;
}

.paging .disabled {
	display: none;
}

.footer-images {
	float: left;
}

.footer-images .image {
	float: left;
	margin-right: 20px;
}
