body {
	background-color: #578aab;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans;
	font-size: 12px;
	color: #00446a;
	margin: 20px 0;
}
h1, h2, h3, h4, h5, p {}
h1 {
	font-size: 24px;
	margin-bottom: 1.0em;
}
h2 {
	font-size: 18px;
	margin-bottom: 9px;
}
h3 {
	font-size: 14px;
	margin-bottom: 7px;
}
h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
h5 {}
p {
	margin-bottom: 12px;
	line-height: 16px;
}
a {
	color: #00446a;
}
ul {
	margin: 5px 0;
}
ul li {
	margin-bottom: 5px;
}

#header {
	background: #FFF url(/media/img/header.png) 0 0 no-repeat;
	height: 148px;
	position: relative;
}

#header h1{
	text-indent: -10000px;
}
#header h1 a {
	display: block;
	width: 220px;
	height: 148px;
}

#nav-main {
	position: absolute;
	bottom: 8px;
}
#nav-main ul {}
#nav-main ul li {
	display: inline;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
#nav-main ul li a {
	display: block;
	padding: 0 5px 0 0;
	text-decoration: none;
}
#nav-main ul li a:hover {
	text-decoration: underline;
}

#content {
	min-height: 400px;
	margin: 10px 0;
	padding: 10px 0 20px;
	background: transparent url(/media/img/content_bg.gif) 0 0 repeat-y;
}

#sidebar {
	text-align: right;
}
#sidebar h3 {
	margin-left: 70px;
	line-height: 25px;
	text-align: center;
}
#sidebar h3 a {
	width: 150px;
	height: 25px;
	display: block;
	background: transparent url(/media/img/nav-button.gif) 0 0 no-repeat;
	text-decoration: none;
}
#sidebar h3 a:hover,
#sidebar h3 a.active:hover {
	background-position: 0 -25px;
}
#sidebar h3 a.active {
	color: #FFF;
	background-position: 0 -50px;
}



#main {
	padding: 20px;
	background-color: #FFF;
}
#main .grid_2 {}
#main input,
#main textarea {
	width: 100%;
}
#main input.submit {
	width: auto;
}
.inset {
	float: right;
}
div img.left {
	margin: 0 10px 10px 0;
}
div img.right {
	margin: 0 0 10px 10px;
}
table {
	margin-bottom: 20px;
}
th {
	text-align: center;
	padding: 10px;
}
td{
	width: 14%;
	border: 1px solid #00446a;
	font-size: 11px;
	line-height: 14px;
}

td.day {
	height: 50px;
	padding: 5px;
} 
td.day span {
	text-align: center;
	display: block;
	margin: 0 0 5px;
}


td.gallery {
	border: none;
	height: auto;
}
td.gallery img {
	margin-bottom: 10px;
}
td.gallery div.title {
	text-align: center;
}
td.count {
	text-align: center;
}


#sub {}
#sub p.event {
	margin-left: 10px;
}

.breadcrumbs {
	font-size: 0.9em;
}
td.gallery span.left {
	float: left;
}
td.gallery span.right {
	float: right;
}


#footer {
	height: 52px;
	background: #578aab url(/media/img/footer_bg.gif) 0 0 repeat-x;
	position: relative;
}
#footer p {
	padding-top: 25px;
	font-size: 14px;
	text-align: center;
	color: #FFF;	
}
#footer p.figure {
	width: 105px;
	height: 75px;
	padding: 0;
	position: absolute;
	background: transparent url(/media/img/footer_figure.gif) 0 0 no-repeat;
	top: -72px;
	right: 0;
}