/** HTML Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0;
	padding: 0 0 .25em 0;
	font-size: 24px;
}
h2 {
	margin: 0;
	padding: 0 0 .15em 0;
	font-size: 18px;
}
h3 {
	margin: 0;
	padding: 0 0 .1em 0;
	font-size: 16px;
}
a:link, a:visited {
	color: #094960;
}
a:hover {
	color: #32B8C9;
}
input {
  font-size: 11px;
}
/** CONTAINERS */
#main {
	background: url(images/mainbg.jpg) repeat-y 50%; 
	margin: 0 4px;
}
#container {
	text-align: left;
	width: 780px;
}

#header {
	width: 770px;
	height: 215px;
	background-image: url(images/hdr2.jpg);
	background-repeat: no-repeat;
}
#navigation_bar {
	margin: 0 15px;
	background-image: url(images/menubg.gif);
	background-repeat:repeat-x;
}
#navigation_bar #menuman {
	height: 35px;
	padding: 0 40px;
	background-image: url(images/menuside2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#navbox {
	height: 35px;
	background-image: url(images/menuside2.jpg);
	background-position:  top right;
	background-repeat: no-repeat;
}
#navigation_bar ul, #navigation_bar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation_bar ul {
	text-align: center;
}
#navigation_bar li {
	display: inline;
}
#navigation_bar li a {
	padding: 5px 30px 11px 30px;
}
#navigation_bar li a:link, #navigation_bar li a:visited {
	color: #094960;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(images/menulinkbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 34px;
	width: 120px;
}
#navigation_bar li a:hover {
	color: #32B8C9;
	background-image: url(images/menulinkbghi.gif);
	background-repeat: no-repeat;
	width: 120px;
}
#content {
	margin: 10px;
	padding: 0;
}
#content #section {
	background: #000;
	border: 0px ridge #0E62F6;
	margin: 10px 0 20px 0;
	padding: 5px;
}
#footer {
	text-align: center;
	padding: 10px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	height: 50px;
}

/** Generic definitions */
.clear {
	clear: both;
}

/** Sub-Definitions */
h1.logo {
	position: relative;
	left: 550px;
	top: 110px;
	font-size: 1px;
	color: #000;
/*	background-image: url(images/logo14.gif);
	background-repeat: no-repeat; */
	height: 56px;
	width: 208px;
	padding: 0;
}
#navbox h1 {
	display: none;
}
#content h1.title {
	visibility: hidden;
}
h2.section, #section h1:first-child {
	background-image: url(images/section_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 16px;
	font-size: 16px;
}
table.basic th {
	background-color: #1a1a1a;
	color: #8BBFD0;
}
table.basic td img {
	border: 1px solid #aaa;
}
.panel_tabs_medium {
  height: 22px;
  padding: 0 15px 0 15px;
  background-image: url('images/tab_bg.gif');
  background-repeat: repeat-x;
  border-right: 1px solid #133757;
  border-top: 1px solid #133757;
  color: #5F4F54;
}
.panel_tabs_light {
  height: 14px;
  padding: 2px 15px 2px 15px;
  background-image: url('images/tablite_bg.gif');
  background-repeat: repeat-x;
}
.panel_tabs_light a {
	display: block;
}
#section #cpanel {
	border-bottom: 1px solid #133757;
	border-left: 1px solid #133757;
}
/**
CMS Specific
*/
#meetings {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #AAA;
}

#mailinglist {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #AAA;
}

#feed {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #AAA;
}
.bg_medium {
  background-color: #030303;
  border-right: 1px solid #133757;
}
.bg_light {
  background-color: #1a1a1a;
}
#admin {
  position: absolute;
  top: 20px;
  left:750px;
  list-style: none;
  padding: 0; margin: 0;
  border-left: 1px solid cyan;
  border-right: 1px solid cyan;
}
#admin li a:link,#admin li a:visited {
  display: block;
  margin: 0;
  padding: 0;
}
#admin li a:hover {
}
.smalltext {
  color:#BADDE0;
}

/** banners */
div.title {
	height: 40px;
	width: 750px;
}
.homepage {
	background: url(images/bnr_welcome.png) no-repeat bottom right;
}
.gallery {
	background: url(images/bnr_gallery.png) no-repeat bottom right;
}
.aboutus {
	background: url(images/bnr_aboutus.png) no-repeat bottom right;
}
.contactus {
	background: url(images/bnr_contactus.png) no-repeat bottom right;
}
