@charset "utf-8";
/* CSS Document */

html	{
	margin: 0;
	padding: 0;
}

* html #mask	{
	position: absolute;
}

#mask	{
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	background-color: #243c6c;
/*	background-image: url('/images/bg.jpg'); */
	z-index: 2000;
	filter: alpha(opacity=90);
	opacity: 90; 
}

body	{
	margin: 0;
	padding: 10px;
	background-color: #243c6c;
/*	background-image: url('/images/bg.jpg'); */
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #436082;
}

ul	{
	list-style-type: disc;
	margin: 0 0 15px 0;
	padding: 0 20px;
	text-align: justify;
}

ol	{
	margin: 0 0 15px 0;
	padding: 0 30px;
	text-align: justify;
}

a:link	{
	color: #1a8aca; 
	text-decoration: none;
}

a:active	{
	color: #1a8aca; 
	text-decoration: none;
}

a:visited	{
	color: #1a8aca; 
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

p	{
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
	text-align: justify;
}

hr	{
	height: 1px;
	background-color: #dbeff6;
	color: #dbeff6;
	border: 0;
}

form	{
	margin: 0;
	padding: 0;
}

form input, form textarea, form select	{
	margin-bottom: 5px;
	background-color: #dbeff6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #1a8aca;
	color: #0c72a2;
}

.field-title	{
	padding-right: 10px;
	font-weight: bold;
	color: #0c72a2;
}

form .button	{
	margin: 5px 0;
	padding: 2px 5px;
	background-color: #0c72a2;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.space	{
	margin: 0;
	padding: 0;
	height: 10px;
	clear: both;
}

.notfound	{
	margin: 0;
	padding: 0;
}

.required	{
	color: #f00;
}

.float-left	{
	float: left;
	position: relative;
}

.float-right	{
	float: right;
	position: relative;
}

.clear-both	{
	clear: both;
}

.divider	{
	margin-bottom: 10px;
	border-bottom: solid 2px #dbeff6;	
	clear: both;
}

.more	{
	margin: -5px 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
}

/* Text Styles */
h1	{
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	color: #0c72a2;
	font-weight: normal;
}

.title	{
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	color: #0c72a2;
}

.subtitle	{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #0c72a2;
}

.breadcrumbs	{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background-image: url('/images/breadcrumbs-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	border-bottom: solid 2px #dbeff6;
	font-size: 11px;
	text-indent: 20px;
	color: #7288a1;
}

.header1	{
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	color: #0c72a2;
}

.header1 a	{
	text-decoration: none;
}

.header1 a:hover	{
	text-decoration: underline;
}

.header2	{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	color: #0c72a2;
}

.header2 a	{
	text-decoration: none;
}

.header2 a:hover	{
	text-decoration: underline;
}

.header3	{
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	color: #0c72a2;
}

.header3 a	{
	text-decoration: none;
}

.header3 a:hover	{
	text-decoration: underline;
}

a.textbutton, a.textbutton:visited, a.textbutton:active, a.textbutton:hover {
	color: #fff;
	background-color: #1a8aca;
	padding: 5px 10px;
	font-weight: bold;
}

.sidebar-item-container	{
	margin: 0 0 10px 0;
	padding: 0;
	border: solid 2px #dbeff6;
}

.sidebar-title	{
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: solid 1px #dbeff6;
	font-weight: bold;
	color: #0c72a2;	
}

.sidebar-content	{
	margin: 0;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	color: #7288a1;
	line-height: normal;
}

.sidebar-content ul	{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 16px;
}

.sidebar-content ul li:before	{
	display: marker;
	content: '> ';
}

.sidebar-content ul li	{
	padding: 3px 0;
}

.sidebar-content ul li a	{

}

.sidebar-content ul li a:hover	{

}

.sidebar-content ul li a.pastevent	{
	color: #666;
}

.sidebar-posted	{
	font-size: 11px;
	color: #999;
}

.sidebar-divider	{
	margin: 5px 0 10px 0;
	border-bottom: solid 1px #dbeff6;
	clear: both;
}

.message	{
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #dbeff6;
	border: dotted 1px #1a8aca;
	font-weight: bold;
	text-align: center;	
	color: #1a8aca;
}

.image-padding-left	{
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	position: relative;
}

.image-padding-right	{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

/* Layout */

div#container	{
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	background-color: #fff;
/*	filter:alpha(opacity=0);
	opacity:0; */
}

/* Header */

div#header	{
	margin: 0 auto;
	padding: 0;
	width: 940px;
}

div#top	{
	height: 107px;
	padding: 10px 35px 0 0;
	background-image: url('/images/top.png');
	background-repeat: no-repeat;
	text-align: right;
	overflow: hidden;
}

div#menu-container	{
	top: 108px;
	margin-left: 340px;
	width: 613px;
	height: 20px;
	background-image: url('/images/mainmenu.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

div#content-container {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    width: 940px;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	top: 10px;
	left: 10px;
	line-height: 20px;
	text-align: justify;
	}

/* 2 column left menu settings */
.leftmenu {

}

.leftmenu div#column-right {
    float: left;
    width: 200%;
	position: relative;
	left: 240px;
    background: #fff;
}

.leftmenu div#column-wrap {
    float: right;
    width: 50%;
    position: relative;
    right: 240px;
    padding-bottom: 10px;
}

.leftmenu div#column-main {
    margin: 0 0 0 260px;
    position: relative;
    right: 100%;
    overflow: hidden;
	top: 10px;
}

.leftmenu div#column-sidebar {
    float: left;
    width: 240px;
    position: relative;
    right: 240px;
	top: 10px;
}

.leftmenu div#column-sidebar div#sidebar-container	{
	width: 100%;
}

/* Page Set and Detail Page */
.item-container-large	{
	margin-bottom: 10px;
	clear: both;
	border-bottom: solid 1px #dbeff6;
}

.item-posted-large	{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: normal;
	color: #999;
}

.item-icon-large	{
	width: 120px;
	height: 120px;
}

.item-summary-large	{
	margin: 0 0 10px 0;
	padding: 0;
}

.navigation-container	{
	font-size: 11px;
	color: #999;
}

.navigation-info	{
	float: left;
}

.navigation	{
	float: right;
}

.navigation a	{
	padding: 0 5px;
}

.selected	{
	padding: 0 5px;
	font-weight: bold;
}

.url	{
	margin-bottom: 10px;
	padding: 10px 10px;
	background-color: #dbeff6;
	border: dotted 1px #1a8aca;
	font-weight: normal;
}

.attachment-container	{
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
}

.attachment-icon	{
	padding: 0 5px 10px 0;
}

.attachment-title	{
	padding: 3px 0 3px 0;
	margin-left: 56px;
	line-height: normal;
}

.attachment-description	{
	padding: 0 0 3px 0;
	margin-left: 56px;
	line-height: normal;
}

div#event-details	{
	margin: 0 0 10px 0;
}

table#event-details td	{
	padding: 2px 20px 2px 0;
}

div#photo-container	{
	margin: 0 auto 10px auto;
}

ul#photos	{
	list-style-type: none;
	margin: 0 auto;
	padding-left: 0;
}

ul#photos li	{
	margin: 2px;
	float: left;
	width: 215px;
	height: 215px;
	border: solid 1px #ccc;
	text-align: center;
}

table#photo	{
	margin: 0 auto;
	padding: 5px;
	height: 200px;
}

table#photo td	{
	text-align: center;
}

.photo-border	{
	margin: 0 0 10px 0;
	padding: 10px 0;
	background-color: #fff;
	border: solid 1px #ccc;
}

.photo-title	{
	padding: 5px;
	font-weight: bold;
}

.photo-caption	{
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
}

.photo	{
	margin: 0;
	padding: 0;
	background-color: #ccc;
}

form td.submit	{
	border-top: solid 3px #dbeff6;
}

/* Footer */

div#footer-container	{
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	width: 940px;
	font-size: 11px;
	color: #436082;
}

div#footer-left	{
	float: left;
	margin: 0;
	padding: 5px 0;
}

div#footer-navigation	{
	margin: 0 0 11px -5px;
}

div#footer-navigation a	{
	padding: 0 5px;
}

div#footer-right	{
	margin-left: 470px;
	margin-right: 0;
	padding: 5px;
	text-align: right;
}

span.footer-header	{
	font-weight: bold;
	color: #1a8aca;
}

div#footer-border	{
	margin: 40px auto 0 auto;
	width: 940px;
	height: 3px;
	background-image: url('/images/bg-footer.png');
	background-repeat: no-repeat;
	clear: both;
}

/* Custom styles */

div#map	{
	padding: 10px;
	background-color: #eee;
	text-align: center;
}

/* Photo Show */

* html .gallery, .gallery-background	{
	position: absolute;
}

div#gallery-background	{
	display: none;
	top: 0;
	height: 0;
	width: 960px;
	height: 100%;
	position: fixed;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	z-index: 100;
}

div.gallery 	{
	display: none;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	padding: 10px auto;
	position: fixed; 
	text-align: center;
	z-index: 200; 
}

div.gallery a	{
	
}

div.gallery a:hover	{
	
}

table.gallery-container	{
	width: 100%;
	height: 100%;
}

table.gallery	{
	padding: 10px;
	border: solid 1px #999; 
	background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1; 
}

div.photogallery-title	{
	padding: 1px 0; 
	font-weight: bold; 
	text-align: center; 
	color: #fff;
}

div.photoshow-caption	{
	padding: 5px 0; 
	text-align: center; 
	color: #ccc;
	font-size: 11px;
}

div#close-button	{
	text-align: right;
	margin-top: -15px;
}

/* End Photo Show */

/* Date */
.event-wrapper-small	{
	height: 70px;	
}

.date-wrapper	{
	width: 60px; 
	height: 60px; 
	background-color: #dbeff6; 
	color: #0c72a2; 
	overflow: hidden; 
	float: left; 
	margin-right: 10px; 
	font-family: Georgia, 'Times New Roman', Times, serif;	
}

.month-wrapper	{
	height: 16px; 
	font-size: 16px; 
	text-align: center; 
	font-weight: bold; 
	padding: 0; 
	margin: 4px 0 0 0; 
	line-height: 16px; 
	float: none;	
}

.day-wrapper	{
	height: 36px; 
	font-size: 36px; 
	text-align: center; 
	font-weight: bold; 
	padding: 0; 
	margin: 0; 
	line-height: 36px; 
	float: none;	
}

/* End Date */

/* fancyform styles */
.checks label{display:block;background-position:8px center;background-repeat:no-repeat;clear:both;cursor:pointer}
.checked{background-color:#222;background-image:url('../images/chk_on.png')}
.unchecked{background-color:#1c1c1c;background-image:url('../images/chk_off.png')}
.selected{background-color:#222;background-image:url('../images/rdo_on.png')}
.unselected{background-color:#1c1c1c;background-image:url('../images/rdo_off.png')}
.checkboxdeselect {background-color: #fff;}
.checkboxselected {background-color: #00f;}

