body {
	margin:0 auto;
	padding: 0;
	width: 1000px;
	font: normal 12px/1.7em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #000;
	color: #000;
}


/* colors 
Blue #0E509C
Gold #FFD51F
Tan #C7B6A6
*/

/* links */
a {
	font: bold;
	color: #0E509C;
	background-color: inherit;
	text-decoration: none;		
}
a:hover {
	font: bold;
	color: #000; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #fff;
}
h1 { font-size: 2.5em; } 
h2 { font-size: 2em; text-transform:uppercase;}
h3 { font-size: 1.8em; }

h1, h2, h3 {
	margin: 0;
	padding: 10px 10px;
}
p {
	margin: 0;
	padding: 0px 10px;
}
p1{
	color: #FFD51F;
	font: bold 12px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */

img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}

blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
 	border: 1px solid #0065C6;
	background: #1E89DC; 
  	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #FFD51F;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #000;
	text-align: left;
	border: 2px solid #000;
}
tr {
	color: #000;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #000;
}
td.first,th.first {
	border-left: solid 1px #000;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin: 5px; 
	padding: 10px;
	/*border: 1px solid #0065C6; */
	/*background-color: #1E89DC; */
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: .4em 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #000;
	background: #FFF;
	border: 1px solid #000;
}
.button {
    border: 1px solid #006;
    background: #FFF;
	color: #000;
}
.button:hover {
    border: 1px solid #000;
    background: #ccc;
	color: #000;
}

/* search form */
#ajaxSearch_form {
	float: left;
	width: 95%;
	/*border: 1px solid #FFF;*/
	margin: 5px 5px 10px 5px;
	padding: 0;
	clear: both;
}
#ajaxSearch_form   fieldset { 
	margin:0; 
	padding:0; 
	width:100%;
	clear: both;
	}
#ajaxSearch_input {
	float: left;
	width: auto;
	/*display: inline;*/
	height: 17px;
	border-left-color: #000;
	border-top-color: #000;
	margin: 3px;
	padding: 0px;
	width:78%;
	vertical-align: top;
}
#ajaxSearch_submit {
	float: right;
  	border:1px solid #000;
  	margin: 3px;
	padding: 0;
}
#ajaxSearch_output, #as2_ajaxSearch_output  {
	margin:0; 
	padding:0; 
	width:auto;
	clear: both;
}
.ajaxSearch_resultsInfos, .AS_ajax_resultsInfos  {
  	margin:0; 
	padding:0; 
	width:auto;
	clear: both;
}
.ajaxSearch_resultsDisplayed, .AS_ajax_resultsDisplayed {
	font-weight:bold;
	color:#000000;
	font-size:90%;
	display:block;
	float:right;
}
.ajaxSearch_grpResultName, .AS_ajax_grpResultName {
  font:bold 1em Arial, Sans-serif;
  padding:5px 0 5px 15px;
  margin:3px 0;
}
.ajaxSearch_resultExtract{
  font:1em Arial, Sans-serif;
  padding:0 0 10px 10px;
  margin:0;
}

.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; padding: 0 0 1.5em 0;	
	width: 18em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 90%;	
}

/* box */
.box {
	margin: 0 0 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 2px solid #000;
	background: #C7B6A6;
	height: auto;
}
.whitebox {
	margin: 0 0 10px 0;
	padding: 10px;			
	border: 2px solid #000;
	color: #000;
	background: #FFF;
	height: 100%;
}
.bannerbox {
	margin: 0 0 10px 0;
	padding: 10px;		
	border: 2px solid #000;
	background: #C7B6A6;
	overflow: auto;
	height: 100%;
}
.calendarbox {
	margin: 0 0 10px 0;	
	padding: 0 30px 0 0;		
	border: 2px solid #000;
	background: #C7B6A6;
	height: 100%;
	width: 600px;
}
.photobox {
	width: 700px ;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
	padding: 10px 10px 20px 10px;		
	background: #C7B6A6;
	height: 100%;
}
.events {
	color: #000;
	background: #EEE;
	width: 100%;
	height: 100%;
	margin: 0 0 10px 0px;
	padding: 0 0 30px 0px;
	clear: both;
}
.events h2 {
	color: #000;
	}
.eventpage {
	margin: 0 0 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 2px solid #000;
	background: #C7B6A6;
	height: auto;
}
.editorbox {
	margin: 10px;	
	padding: 0 30px 0 0;	
	border: 2px solid #000;
	background: #CCC;
	height: 100%;
	width: 800px;
}

/* header */
#header {
	clear: both;
	text-align: left;
	height: 130px;
	width:1000px;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 10px;
	font: bold 58px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFD51F;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo
	top: 30px; left: 10px;	*/
}
#header-content h1#logo-text span {
	color: #FFF;	
}
#header-content #slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 100px; left: 125px;
}

/* header links */
#header-content #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #FFD51F;
	font: bold 15px "Trebuchet MS", Tahoma, Sans-serif;	
}
#header-content #header-links a {	
	color: #93C9F4;
	text-decoration: none;	
}
#header-content #header-links a:hover {
	color: #FFD51F;		
}

/* Navigation */
#nav-wrap {
	float: left;
	width:1000px;
	clear: both;
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
	height: 28px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 28px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	color: #FFF;
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFD51F;	
}
#nav li.active a{
	color: #FFD51F;
	border-bottom: solid 10px #FFD51F;
}

/* End Navigation */

/* content */
#container {
	background: #0E509C;
	border-top: 10px solid #FFD51F;
	border-bottom: 10px solid #FFD51F;
	float:left;
	text-align: left;
	width:1000px;	
	display:inline; /* So IE plays nice */
	}
#content-wrap {
	clear: both;
	float: left;
	width: 73%;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 10px 0 0 0;		
}
#wrapper 
{ 
	margin: 0 auto; 
	padding: 0; 
    text-align: left;
}

/* sidebar */
#sidebarRight{
	float:right;
	margin: 10px;
	padding: 0px;
	width:25%;
  	/*background: #EEE;*/
}
#sidebarRight h2 {
	text-align: center;
	font: bold 1.5em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 0 0px; 
	color: #000;
	border-bottom: 2px solid #000;
	margin: 0 0 5px 5px;
	width: 90%;
}

#sidebar {
	color: #FFF;
	float: left;
	width: 30%;
	margin: 10px 2px 0 2px;
	padding: 0; 	
}
#sidebar h1 {
	text-align: left;
	font: bold 1.75em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 0 0px; 
	color: #FFD51F;
	border-bottom: 2px solid #FFD51F;
	margin-left: 5px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 0;	
	margin-left: 5px;	
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #E8F4FF;	
	text-decoration: none;
	padding: .2em 0 .2em 0px;
	line-height: 1.5em;
	font-size: 1.35em;
}
#sidebar ul.sidemenu li a:hover {
	background: #0F7ACC;	
}

#sidebar li.active a{
	color: #FFD51F;
	background: #0F7ACC;	
	border-left: 5px solid #FFD51F;
	border-right: 5px solid #FFD51F;
}

#sidebar .sidebox {
	margin: 5px 10px 5px 0;
	padding: 0;
}


/* main */
#main {
	float: right;
	margin: 10px; 
	padding: 0;	
	width: 66%;	
	text-align: left;
}
#main h1 { 
	font: bold 2.8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;		
	padding-bottom: 0;	
}

/* footer */
#footer-wrap {
	clear: both;
	text-align: left;
	padding: 1.6em 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #5B9CFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FFD51F;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0;	
	width: 90%;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(footer-dots.jpg) repeat-x left top;	
}
#footer-columns li {
	background: url(footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .5em 0 .5em 1em;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.datesmall { font-size: .9em; }
#inputErrors { color: #FF0000; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

/* popup light */
/* http://www.sohtanaka.com/web-design/inline-modal-window-w-css-and-jquery/ */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.post{
	padding-left: 10px;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px;
	margin: 5px;
	border: 20px solid #ddd;
	float: left;
	font: bold .9em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
