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

body {
	margin:0px;
	padding:0px;
	background: #dee6ea url(../images/background.gif) repeat-x 0 0 ;
	font:0.75em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

/* #dee6ea */

div, h1, h2, h3, p, a, ul, li, form, select, option, img, table {
	margin:0px;
	padding:0px;
	border:none;
}

#container {
	width:920px;
	margin:0px auto;
}

/* Header */
#header {
	margin:16px 5px 0px;
	padding:5px;
	background:url(../images/header-bg.gif) no-repeat;
	width:900px;
	height:378px;
}

#header p {
	margin:25px 10px 0px;
	height:53px;
	width:880px;
}

#header a,
#footer a {
	font-weight:normal;
}

#header ul {
	margin:11px 5px 0px;
}

#header ul li {
	list-style-type:none;
	display:inline;
}

#header ul li a {
	padding:10px 10px 9px;
	color:#33668C;
}

#header ul li a:hover {
	background-color:#33668C;
	color:#FFF;
}


/* Main */
#main {
	padding:10px 20px 5px;
	background:url(../images/main-bg.gif) repeat-y;
	width:880px;
}

#main h1 {
	margin:0px 0px 30px;
	color:#33668C;
	font-size:1.5em;
}

#main h2 {
	margin:0px 0px 10px;
	font-size:1.2em;
}

#main h3 {
	font-size:1.1em;
}

#main h3.error {
	color:#990000;
	font-size:1em;
}

#main p {
	margin:0px 0px 10px;
	text-align:justify;
}

#form-holder {
	margin:20px 0px 0px 250px;
	width:300px;
}

#main input.text,
#main input.file {
	margin:3px 0px 10px;
	width:300px;
}

#main select {
	padding:1px 1px 0px 1px;
	margin:3px 0px 10px;
	border:1px solid #CCC;
}

#main option {
	padding:1px;
}

#main textarea {
	margin:3px 0px 10px;
	width:300px;
	height:100px;
}

#main .submit {
	width:50px;
	float:right;
}



#main ul {
	list-style-position:inside;
}

#main ul li {
	margin:0px 0px 1px;
	padding:7px;
	/*margin:5px 0px;*/
	/*padding:9px 0px 0px 15px;*/
	/*background:url(../images/blue-arrow.gif) 0px 12px no-repeat;*/
	background-color:#dee6ea;
	border-bottom:1px solid #CCC;
	list-style-type:none;
	font-size:1em;
}

#main ul li p {
	margin:0px;
}

/* Main right content */
#main-right {
	margin:0px 0px 0px 10px;
	padding:140px 0px 0px;
	float:right;
	width:162px;
	background:url(../images/main-right-bg.jpg) no-repeat;
	background-color:#34658d;	
	text-align:justify;
}

#main-right p {
	margin:0px 10px 10px;
	color:#FFF;
	font-size:0.8em;
}


/* Gallery */
.gallery-holder {
	margin:0px 20px 20px 0px;
	width:200px;
	float:left;
}


/* Events page & Calendar Table */
#main-events {
	float:left;
	width:490px;
}

#calendar-holder {
	border:1px solid #CCC;
}

#calendarcontent IMG {
	padding:0px 2px;
}

.eventholder {
	margin:0px 0px 10px;	
	width:490px;
	border:1px solid #CCC;
}

.eventholder p {
	padding:5px 5px 0px;
}

.eventholder h3 {
	margin:0px 0px 5px;
	padding:5px;
	width:480px;
	height:16px;
	background:#34658d;
	color:#FFF;
}

table.date {
	width:225px;
}

table.date tr {
	height:25px;
}

table.date a {
	cursor:pointer;
	padding:0px 4px;
}

table.calendar tr td {
	width:30px;
	height:26px;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:0.8em;	
}

table.calendar tr td.today {
	background-color:#BBBBBB;
	color:#FFF;
}

table.calendar tr td.selected {
	background-color:#597694;
	color:#FFF;
}

table.calendar tr td.blank {
	background-color:#CCCCCC;
}

table.calendar tr td.selected a,
table.calendar tr td.blank a {
	color:#FFF;
}


/* Buttons */
a.btn-register:link,
a.btn-register:visited,
a.btn-register:active {
	margin:0px 0px 5px;
	height:40px;
	width:139px;
	background:url(../images/btn-register.gif);
	display:block;
	text-decoration:none;
	float:right;
}

a.btn-register:hover {
	background-position:-139px;
	text-decoration:none;	
}

a.btn-register span {
	visibility:hidden;
}

input.btn-send,
input.btn-submit {
	width:90px;
	height:36px;
	border:none;
	float:left;
	}

input.btn-send {
	background:url(../images/btn-send.gif);
}

input.btn-submit {
	background:url(../images/btn-submit.gif);
}

input.btn-send:hover,
input.btn-submit:hover {
	background-position:-90px;
	cursor:pointer;
	}

/* Footer */
#footer {
	height:60px;
	padding:0px 20px;
	background:url(../images/footer-bg.gif) no-repeat;
	width:880px;
	font-size:0.9em;
}

#footer-nav {
	margin:15px 0px 0px;
	float:left;
	width:500px;
}

#footer-nav ul li {
	list-style-type:none;
	display:inline;
}

#footer-nav ul li a:hover {
	color:#666;
}

#logo {
	margin:15px 0px 0px;
	float:right;
	text-align:right;
	font-size:0.9em;
}


/* Generic Styling */
div.hr {
	margin:10px 0px;
	height:1px;
	background-color:#CCC;
}

a {
	color:#34658d;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#33668C;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearit {
	clear:both;
	height:0px;
	width:100%;
	line-height:0.0px;
	font-size:0px;
}
