/*====================
GLOBAL ELEMENTS
====================*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background:url(/images/bg.jpg) repeat #cdb380; /* Main Background Image */
	font-size: 12px;
	color: #333;
}

#topline {  /*Top Green portion of the page */
   background: url(/images/img01.jpg) repeat-x top left;
   width:100%;
   height:153px;
   margin-bottom:-195px;
}

/*====================
HEADINGS
====================*/

h1, h2, h3 {
	margin-top: 1.5em;
	color: #333;
}

h1 {
	letter-spacing: .025em;
	font-size: 1.6em;
	margin-top:50px;
	font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
	font-weight:bold;
	font-style:italic;	
}

h1 span {
   text-transform:uppercase;
   color:#036564;
}


h2 {
	letter-spacing: .01em;
	line-height:1.4em;
	font-size: 16px;
	font-weight: bold;
	color: #036564;
	font-style:italic;
	font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
	margin-top:25px;
	padding:10px;
}

h2 span {
   color:#333;
}

h3 {
	font-size: 1.1em;
	font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
}
h3.toggler {
	cursor: pointer;
	font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
	font-size: 12px;
	background:#cdb380;
	color:#FFF;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

/*====================
TEXT PROPERTIES
====================*/

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.7em;
	font-size: 13px;
	font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
	
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #036564;

}

a:hover {
	border: none;
}


/*====================
HEADER
====================*/

#header {
	width: 820px;
	height: 55px;
	margin: 0 auto;
	margin-top:-40px;
	
}
/*==============================================
LOGO - Really the Banner with logo in green Bar
===============================================*/

#logo {
	width: 805px;
	margin: 0 auto;
	padding-left: 15px;
	background: #FFFFFF url(/images/header2.jpg) no-repeat center;
	height: 150px;
}

/*========================================
PAGE - Sets the width of the content area
=========================================*/
#page {
	width: 820px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background:#FFFFFF;
	border-top: none;
}

/*====================
CONTENT
====================*/

#content {
	float: left;
	width: 770px;
	padding:15px;
	margin-top:-35px;
	margin-bottom:-10px;
	min-height:400px;
}

#content h2.heading {
 text-align:center;
margin-top:-10px;
margin-bottom:-15px;
}

#content h2.eventsheading {
 text-align:center;
margin:25px 0 0 0px;
}

#content a {
	border-bottom:1px solid #036564;
}

#content a:hover {
   border-bottom:1px dashed #036564;
 }

#content p{
 font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
}

img.left-home{
float:left;
 margin:15px;
 padding:1px;
 margin-top:-15px;
}

img.left {
 float:left;
 margin:15px;
 padding:1px;
 border:3px solid #ccc;
}

img.right {
 float:right;
 border:3px solid #ccc;
 margin:15px;
 padding:1px;
}

img.center{
border:3px solid #ccc;
margin-left:28%;
padding:1px;
}

#facilities-img-container {
margin-left:50px;
width:100%;
}
#facilities-img-container img {
border:5px solid #ccc;
margin:3px;
}
#facilities-img-container img:hover {
border:5px solid #036564;
margin:3px;
}

#facilities-img-container a{
border:none;
}
#facilities-img-container a:hover{
border:none;
}

#flashintro {
margin:-10px 0 0 100px;
}

blockquote {
background:#eee;
color:#036564;
font-style:italic;
line-height:1.7em;
padding:5px;
font-size:14px;
font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
}

blockquote span{
font-size:2em;
font-weight:normal;
}



form{
 margin-left:300px;
 padding-left:10px;
 background:#cdb380;
 margin-top:15px;
 text-align:left;
 font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
 font-size:14px;
 font-weight:bold;
 border:2px solid #ddd;
 color:#fff;
 width:450px;
}

textarea {
background:#fff;
font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
width:300px;
height:200px;
}

input {
text-align:left;
font-family:Georgia, "Lucida Sans Unicode", "Lucida Console", Verdana, Arial;
font-style:italic;
}

/*====================
FOOTER
====================*/

#footer {
	width:600px;
	height:30px;
	margin-top:-10px;
	margin-left:18%;
}

#footer p {
	text-align: left;
	font-size: 10px;
}