/* CSS Document */

/* HIGHEST LEVEL STYLING */
body {
	background: url(../images/bg.jpg) #cfcfcf center repeat-y;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

a {
	color:#666666;
}

a:link,a:visited {
	text-decoration:none
}

a:hover {
	text-decoration:underline
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px;
}

/* --------------------------------------------------------------*/

/* LEFT BAR */

#leftbar {	
	float: left;
	width: 185px;
	}
	
/* CONTAINER */
#container {
	position: relative;
	width:720px;
	margin:0px auto 0px auto;
}
	
/* NAVIGATION */
ul#leftnav {
	width: 175px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#leftnav li {
	margin: 0;
	padding: 0;	
}

ul#leftnav li a {
	width: 175px;
	display: block;
	background:#0099CC;
	font-size: 14px;
	padding: 6px 5px;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

ul#leftnav li a.normal:hover,
ul#leftnav li a.active {
	background:#006699;
}

ul#leftnav li a.normal {
	background: #0099CC;
}

ul#leftnav li a.active {
	background: #251c5c;
}

ul#leftnav li a img {
	float: right;
	padding: 7px 0 0 0;
	border: 0;
}

ul#leftnav li ul {
	width: 175px;
	margin: 0;
	padding: 5px;
	background:#00CCCC;
	list-style-type: none;
}

ul#leftnav li ul.hideSwitch {
	display: none;
}

ul#leftnav li ul.showSwitch {
	display: block;
}

ul#leftnav li ul li {
	margin: 0;
	padding: 0;	
}

ul#leftnav li ul li a {
	width: 164px;
	background: #00CCCC;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #251c5c;
	color: #251c5c;
}

ul#leftnav li ul li a:hover {
	background: #D1CDE8;
}

ul#leftnav li ul li.noborder a {
	border: 0;
}

#header {
	height: 138px;
	background: url(../images/header.jpg) #A3BDD5 no-repeat;
}

#header img {
margin:0 10px;
float:right
}


#image {
	height: 200px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#content {
	display: inline-block; /* to fix IE's floaty problem */
	width:520px; float:right;
	padding: 0 5px
}

#content h2 {
	font-size: 15px;
	margin: 10px 0 0 0;
}

#content p,#content table {
	margin: 10px 0;
/*	text-align: justify;*/
	line-height:16px;
}

#content_event {
	float: left;
	width: 170px;
	height: 220px;
	background: url(../images/content_box_small_bg_bottom.gif) #eee bottom no-repeat;
}

#content_event h3 {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 165px;
	font-size: 12px;
	background: url(../images/content_box_small_bg_top.gif) #f3c284 top no-repeat;
	border-bottom: 1px solid #fff;
}

#content_news {
	float: left;
	width: 170px;
	height: 220px;
	margin: 0 5px 5px 5px;
	background: url(../images/content_box_small_bg_bottom.gif) #eee bottom no-repeat;
}

#content_news h3 {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 165px;
	font-size: 12px;
	background: url(../images/content_box_small_bg_top.gif) #9ac8fa top no-repeat;
	border-bottom: 1px solid #fff;
}

#content_updates {
	float: left;
	width: 170px;
	height: 220px;
	background: url(../images/content_box_small_bg_bottom.gif) #eee bottom no-repeat;
}

#content_updates h3 {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 165px;
	font-size: 12px;
	background: url(../images/content_box_small_bg_top.gif) #d2abe9 top no-repeat;
	border-bottom: 1px solid #fff;
}

#content_notice {
	clear: both;
	width: 520px;
	height: 205px;
	background: url(../images/content_box_big_bg_bottom.gif) #E0F5B3 bottom no-repeat;
}

#content_notice h3 {
	margin: 0;
	padding: 3px 0 3px 5px;
	width: 515px;
	font-size: 12px;
	background: url(../images/content_box_big_bg_top.gif) #aad753 top no-repeat;
	border-bottom: 1px solid #fff;
}

#content_event p,
#content_news p,
#content_updates p,
#content_notice p {
	margin: 10px 5px;
}

#footer {
	clear: both;
	padding-top: 10px;
}

#footer .footerp{
	font-size: 9px;
	text-align: center;
}

div.member {
 height: 175px;
 margin: 0 0 10px 0;
position: relative;
border-bottom:1px solid #000000;
padding: 5px 5px;

}

div.member img {
float: left;
}

div.member h3 {
font-size:14px;
font-weight:bold;
position: absolute;
bottom: 20px;
left: 140px;
}


div.member p.membertitle {
position: absolute;
bottom: 0;
left: 140px;
}

table#events
{
border-collapse: collapse;
font-size:11px;
}

table#events td
{
padding: 5px;
border-bottom: 1px solid #000;
}

/* CHILDLIST STYLING */
div.childlist {
	margin: 10px;	
	height: 100px;
}

div.childlist img {
	float: left;
	border: 0;
}

div.childlistinner {
	background: #E7E5F4;
	margin: 0 0 0 110px;
	padding: 5px;
	height: 90px;
}

div.childlistinner h3  {
	margin: 0 0 0 5px;
}

/* NEWS ITEM STYLING */
div.newsitem {
	background: #E7E5F4;
	margin:5px;
	padding: 5px;	
}

div.newsitem h3 {
	padding:0;
	margin:0;
}


/* IMAGE GALLERY */
.imagegallery
{
float: left;
padding: 0px;
width: 300px;
margin: 5px 5px 0px 0px;
}

.imagegallery img
{
padding: 0px;
margin: 1px;
border: 2px solid #A3BDD5;
}

.imagegallery p
{
margin: 0px 0px 5px 5px;
text-align: left;
font-size: 9px;
}

/* RELATED MEDIA STUFF */

#downloads {
}

#downloads img {
	margin-right:4px;
}

#downloads ul {
	 font-size:11px;
	 margin:0;
	 padding:0;
}

#downloads li {
	list-style-type:none;
	padding:5px;
}

#downloads li a:link,.relatedmedia li a:visited{
	text-decoration:none;
}

#downloads li a:hover{
	text-decoration:underline;
}