body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/bodyBack.jpg) repeat-x left top;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: verdana;
	color: #CE902B;
}



h3 {
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 24px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #D0AA58;
}

a:hover {
	text-decoration: none;
}

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

/* Header */

#header {
	width: 100%;
	max-width:900px;
	background-image: url(images/header_new.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	height: 196px;
	
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}



/* Menu */

#menu {
	height: 20px;
	margin: auto 0px;
	float: right;
	background-repeat:repeat-x;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 155px;
	padding-bottom:15px;
	vertical-align:baseline;
}

#menu ul, #footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li, #footer li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 6px 0 6px;
	text-decoration: none;
	font: bold 14px verdana;
	color: #FFFFFF;
	vertical-align:middle;
}
#menu a.first {
	border-right:2px solid #FFFFFF;
	}
#menu a {
	border-right:none;
	}

#menu a:hover {
	color: #D8D8D8;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 880px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 0px;;
	background-color:#FFFFFF;
	min-height:400px;
}

/* side_bar */
#side_bar {
	float: left;
}

/* side_menu */

#side_menu {
	max-width:200px;
	background-color:#F9F9F9;
}

#side_menu li.top{
	width:200px;
	display:block;
	height:21px;
	background-image:url(images/menuTopBorder.jpg);
}

#side_menu li.bottom{
	width:200px;
	display:block;
	height:21px;
	background-image:url(images/menuBottomBorder.jpg);
}

/* HOME LINK */
#side_menu li.home_link{
	display:block;
	background-image: url(images/button_home_bw.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li.home_link:hover{
	display:block;
	background-image: url(images/button_home.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
/* NEWS LINK */
#side_menu li.news_link{
	display:block;
	background-image: url(images/button_news_bw.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li.news_link:hover{
	display:block;
	background-image: url(images/button_news.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
/* EVENTS LINK */
#side_menu li.events_link{
	display:block;
	background-image: url(images/button_events_bw.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li.events_link:hover{
	display:block;
	background-image: url(images/button_events.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
/* PHOTOS LINK */
#side_menu li.photos_link{
	display:block;
	background-image: url(images/button_photos_bw.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li.photos_link:hover{
	display:block;
	background-image: url(images/button_photos.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
/* DOCS LINK */
#side_menu li.docs_link{
	display:block;
	background-image: url(images/button_docs_bw.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li.docs_link:hover{
	display:block;
	background-image: url(images/button_docs.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
/* CONTACTS LINK */
#side_menu li.contact_link{
	display:block;
	background-image: url(images/button_contact_bw.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li.contact_link:hover {
	display:block;
	background-image: url(images/button_contact.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#side_menu li{
	display:block;
}

#side_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side_menu a {
	padding-left:60px;
	line-height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:900;
	color: #999999;
	text-decoration: none;
}

#side_menu a:hover {
	text-decoration:none;
}

/* Link Hover States */
#side_menu a.home:hover {
	color: #0000CC;
}

#side_menu a.news:hover {
	color: #9933CC;
}

#side_menu a.events:hover {
	color:#CCCC00;
}

#side_menu a.photos:hover {
	color: #33CC00;
}

#side_menu a.docs:hover {
	color: #CC0000;
}

#side_menu a.contact:hover {
	color: #996600;
}


/* whats_new */
#whats_new {

	width:200px;
	background-color:#F3F3F3;

	}
#whats_new h2{


	padding:0px 0px 0px 10px ;
	background-color:#CCCCCC;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:900;
	line-height:28px;
	}
#whats_new p{
	margin:20px;
	}
#whats_new h2 .accents {
	text-transform: uppercase;
	font-size: 18px;
	color:#179AFF;
	
}

#whats_new ul {
	list-style:none;
	}
#whats_new li.newHead {
	color:#179AFF;
	padding:0 0 0 30px;
	margin:0;
	font-weight:900;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	background-image:url(images/dateBack.jpg);
	background-repeat:no-repeat;

	}
#whats_new li {
	padding:0 10px 0 10px;
	}

#whats_new img {
	padding:0px 10px 0px 10px;
	float:left;
	}

/* main */
#main {
	width:680px;
	float:left;
}

/* welcome */

#welcome {
	clear:both;
	width:680px;
}

#welcome h2{
	background-image:url(images/topicBar.jpg);
	background-repeat:repeat-y;
	padding:0px 0px 0px 10px ;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:900;
	line-height:28px;
}
	
#welcome p {
	margin:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#welcome h2 .accents {
	text-transform: uppercase;
	font-size: 18px;
	color:#18C92D;
}

#welcome img {
	padding:0px 10px 0px 10px;
	float:left;
}

/* Snippets */
#snippets {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	clear:both;
	width:680px;
}

#snippets h2{
	margin-bottom: 20px;
	background-image:url(images/topicBar.jpg);
	background-repeat:repeat-y;
	padding:0px 0px 0px 10px ;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:900;
	line-height:28px;
}
	
#snippets p{
	margin:20px;
}

#snippets h2 .accents {
	text-transform: uppercase;
	font-size: 18px;
	color:#18C92D;
}

#snippets img.snip_photo {
	padding:0px 10px 0px 10px;
	float:left;
}

#snippets a img.go {
	border: none;
	margin: 0 0 0 10px;
	padding:0;
}

#snippets ol li{
	list-style-type:none;
	margin-bottom: 10px;
}

#snippets .title {
	font-weight: bold;
	font-size:16px;
}

#snippets .date {
	color: #179AFF;
}

#left_snip_t, #right_snip_t, #left_snip_b, #right_snip_b {
	height: 250px;
}

#left_snip_t {
	margin: 0 0 0 20px;
	float:left;
	width: 300px;
	padding: 0 15px 0 0;
	border: 1px solid #18C92D;
}

#right_snip_t {
	float: right;
	width: 300px;
	padding: 0 15px 0 0;
	border: 1px solid #18C92D;
}

#main_divider {
	clear:both;
}

#left_snip_b {
	margin: 0 0 0 20px;
	float: left;
	width: 315px;
	border: 1px solid #179AFF;
}
#right_snip_b {
	float: right;
	width: 315px;
	border: 1px solid #179AFF;
}

.snip_photo {
	margin: 10px 10px 0px 10px;
	padding: 3px;
	border: 2px solid black;
}

/* gallery */

#gallery img {
	padding: 0 10px 0 10px;
	float:none;
}

#gallery #photo_block {
	margin: 20px 0 0 20px;
}


/* News/Events Stuff */
#welcome ol.news, ol.event {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}

#welcome ul.news {
	font-size:16px;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

ul.news li {
	line-height: 1.5em;
	list-style-type: none;
}

.news_title {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CE902B;
}

.news_date {
	color: #330099;
	font-weight: bold;
}

a.news_link {
	color: #009900;
}

a.news_link:hover {
	text-decoration: none;
}


/* Contact Tables */
#welcome table, #welcome h3 {
	margin: 0 0 20px 20px;
}

#welcome li.active {
	color: inherit;
}

#welcome li.inactive {
	color:#CCCCCC;
}

#welcome form {
	margin: 10px;
	width: auto;
}

#welcome form input, #welcome form textarea {
	display: block;
	margin: 5px 0px;
}

table#contact, table#emergency {
	margin: 0 0 20px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;	
}

#contact th, #emergency th {
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}

.name {
	font-size: 18px;
	padding-right: 2em;
}

table#emergency.name {
	font-size: 16px;
	padding-right: 1em;
}

.office {
	padding-right: 1em;
}

.phone {
	padding-right: 1em;
	color: #330099;
}

.mail {
	color: #D0AA58;
}

.address {
	color:#666666;
	font-size:small;
}

/* main_foot */
main_foot{
	clear:both;
}

/* Footer */

#footer {
	text-align: center;
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#foot_nav ul {
	text-align: center;
}
#foot_nav a {
	padding: 0px 6px 0 6px;
	text-decoration: none;
	font: bold 10px verdana;
	vertical-align:middle;
}
#foot_nav a.first {
	border-right:2px solid #FFFFFF;
	}
#foot_nav a {
	border-right:none;
	}

#foot_nav a:hover {
	color: #D8D8D8;
}

#footer p {
	text-align: center;
	color: #D8D8D8;
}
