/* ICONOGRAPHY 2008 - Standard Screen CSS */
body {
	background: #E2E3E4;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000;
	font-size: small;
}
/**************** STYLES FOR WYSIWYG CMS *******************/
.mceContentBody {
	background: #FFF;
	text-align: left;
}
.mceContentBody p {	
	color: #000;
	font-size: 85%;
}
/************* COMMON ****************/
a {
	color: #cf8f06;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	position: relative;
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #444;
	font-size: 90%;
	line-height: 150%;
}
li {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;	
	font-weight: bold;
	line-height: 100%;
	padding: 0 0 0.5em 0;
	margin: 0;
	color: #000;
	display: block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;	
	line-height: 100%;
	line-height: 1.1em;
	padding: 0 0 0.5em 0;
	margin: 0;
	color: #000;
}
h2.heading {
	font-size: 135%;
	line-height: normal;
	padding: 6px 10px 6px 10px;
	margin: 0 0 10px 0;
	color: #fff;
	float: left;
	clear: both;
	border-bottom: 4px solid #FFC20E;
}
h2.heading_blue {
	font-size: 135%;
	line-height: normal;
	padding: 6px 10px 6px 10px;
	margin: 0 0 10px 0;
	color: #fff;
	float: left;
	clear: both;
	border-bottom: 4px solid #FFC20E;
}
h3 {
	margin: 0;
	padding: 0 0 0.5em 0;	
	font-size: 140%;
	color: #000;
}
h4 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 130%;
	line-height: 1.2em;
	color: #000;
}
h5 {
	margin: 0;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	color: #000;
}
/******************** HEADER ***********************/
#fullwrap {
	margin: 0px auto;
	width: 986px;
}
#wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #EFF0F0;
	float: left;
}
#container {
	margin: 0 13px 0 13px;
	padding: 0;
	width: 960px;
	float: left;
	background: #fff;
	display: inline;
	position: relative;
}
#header {
	width: 100%;
	clear: both;
	height: 85px;
	padding: 0;
	margin: 0;
	background: #f9c400 url("/images/bkg_head.gif") repeat-x top left;
}
#header .left {
	width: 56%;
	padding: 0;
	margin: 0;
}
#header .right {
	width: 31%;
	padding: 0;
	margin: 8px 0 0 0;
}
#header .right .search {
	padding: 0;
	/*margin: 18px 0 0 0;*/
	margin: 10px 0 0 0;
	line-height: normal;
	font-size: 100%;
	color:#666;
}
#header #searchboxwrap {
	background: #fff url("/images/bkg_field.gif") repeat-x top left;
	border: 1px solid #666;
	margin-bottom: 3px;
}
#header #searchboxgo {
	font-size: 100%;
}
#header .right .search form {
	margin: 0;
	padding: 0;	
	width: 270px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-transform:capitalize;
}
#header .right .search form .submitgo {
	vertical-align: middle;
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
	display: inline;
}
#header .right .search form .textfieldSE {
	border: none;
	color: #656565;
	background: none;
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	width: 86%;
}
#header .right .search form select {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:97%;
}
#breadcrumb {
	background: #000;
	padding: 4px 14px 6px 14px;
	margin: 0 0 5px 0;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	clear: both;
	width: 932px;
	float: left;
}
#breadcrumb a {
	color: #fff;
}
#breadcrumb .left {
	width: 30%;
}
#breadcrumb .right {
	text-align: right;
	width: 60%;
}
#breadcrumb .right a {
	margin: 0 0 0 34px;
}
/*** header pics and news scroller ***/
#bigpic {
	margin: 0 13px 0 13px;
	padding: 0;
	width: 936px;
	height: 261px;
	background: url("/images/home_mainpic.jpg") no-repeat top left;
	clear: both;
	overflow: hidden;
}
#medpic {
	margin: 0 13px 0 13px;
	width: 936px;
	height: 134px;
	background: url("/images/home_mainpic.jpg") no-repeat top left;
	clear: both;
	overflow: hidden;
}
.newsitems {
	width: 924px;
	overflow: hidden;
	padding: 6px 6px 2px;
	margin: 0 0 0 13px;
	color: #fff;
	font-size: 100%;
	clear: both;
	background: #000;
	/* added by HB */
	position: absolute;
	top: 338px;
	left:0;
	z-index: 10;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.newsitems .left {
	width: 36px;
}
.newsitems .left img {
	vertical-align: middle;
	margin: 0 0 0 6px;
	float: left;
}
#newsticker {
	width: 870px;
	padding: 4px 2px;
	margin: 0;
	float: right;
	color: #fff;
	text-align: center;
	display: none;
}
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: -200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	/*float: left;  important: display inline gives incorrect results when you check for elem's width */
	display: inline;
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	color: #fff;
	padding: 0 60px 0 40px;
	background: url("/images/icon_scrollnews_small.gif") no-repeat right;
}
ul.newsticker a:hover {
	text-decoration: underline;
} 
ul.newsticker span {
} 

/************** MAIN CONTENT *****************/
#main-body {
	margin: 0 13px 0 13px;
	width: 936px;
	padding: 0 0 14px 0;
	clear: both;
	float: left;
	display: inline;
}
#content {
	width: 100%;
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
}
/************************ main page content *********************/
.page {
	margin: 0;
	padding: 0;
	float: left;
}
#home .page {
	width: 608px;
}
#sub .page {
	width: 100%;
}
.article-text {
	margin: 0;
	padding: 0;
	float: right;
}
#home .article-text {
	width: 392px;
}
#sub .article-text {
	width: 720px;
}
#home .article-text h2.heading {
	width: 372px;
	background: #242122 url("/images/bkg_mdheading.gif") no-repeat top left;
}
#sub .article-text h2.heading {
	width: 700px;
	background: #242122 url("/images/bkg_lgheading.gif") no-repeat top left;
}
.textbox {
	float: left;
	padding: 0 20px 0 10px;
	margin: 0;
	color: #444;
}
#home .textbox {
	width: 362px;
}
#sub .textbox {
	width: 690px;
}
/******************* right boxes ***********************/
#rightbar {	
	float: right;
	margin: 0;
	padding: 0;
	width: 318px;
}
#rightbar h2.heading {
	margin: 0;
	width: 298px;
	background: #242122 url("/images/bkg_smheading.gif") no-repeat top left;
}
#rightbar h2.heading_blue {
	margin: 0;
	width: 298px;
	background: #242122 url("/images/bkg_smheading_j.gif") no-repeat top left;
	
}
#rightbar .newsselector {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	height: 126px;
	clear: both;
}
#rightbar .newsselector #Image {
	padding: 0;
	width: 170px;
	height: 126px;
	float: left;
	position: absolute;
	overflow: hidden;
}
#rightbar .newsselector #links {
	width: 148px;
	float: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: normal;
}
#rightbar .newsselector #links .nlink {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 42px;
}
#rightbar .newsselector #links .nlink a {
	display: block;
	width: 140px;
	padding: 4px;
	margin: 0;
	height: 34px;
	background: #242122 url("/images/bkg_newslink.gif") repeat-x top left;
	color: #fff;
}
#rightbar .newsselector #links .nlink a:hover {
	background: #FFC210 url("/images/bkg_newslink_on.gif") repeat-x top left;
	color: #000;
	text-decoration: none;
}
#rightbar .newsselector #links .nlink a.current {
	background: #FFC210 url("/images/bkg_newslink_on.gif") repeat-x top left;
	color: #000;
}
#rightbar .newsselector #links .nlink a.current:hover {
	text-decoration: none;
}

/****events nav*/

#rightbar .eventsselector {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	height: 126px;
	clear: both;
}
/*
#rightbar .eventsselector #Image {
	padding: 0;
	width: 170px;
	height: 126px;
	float: left;
	position: absolute;
	overflow: hidden;
}
*/
#rightbar .eventsselector #eventsselectorlinks {
	/*width: 148px;*/
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: normal;
}
#rightbar .eventsselector #eventsselectorlinks .nlink {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 42px;
}
#rightbar .eventsselector #eventsselectorlinks .nlink a {
	display: block;
	width: 310px;
	padding: 4px;
	margin: 0;
	height: 34px;
	background: #242122 url("/images/bkg_newslink.gif") repeat-x top left;
	color: #fff;
}
#rightbar .eventsselector #eventsselectorlinks .nlink a:hover {
	background: #FFC210 url("/images/bkg_newslink_on.gif") repeat-x top left;
	color: #000;
	text-decoration: none;
}
#rightbar .eventsselector #eventsselectorlinks .nlink a.current {
	background: #FFC210 url("/images/bkg_newslink_on.gif") repeat-x top left;
	color: #000;
}
#rightbar .eventsselector #eventsselectorlinks .nlink a.current:hover {
	text-decoration: none;
}


/***/


#rightbar .othernewstitle {
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
#rightbar ul.othernews {
	margin: 0 0 0 16px;
	padding: 0;
	line-height: 150%;
}
/******************* left boxes - on sub pages ***********************/
#leftbar {	
	float: left;
	margin: 0;
	padding: 0;
	width: 194px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#navigation {
	margin: 0;
	padding: 0;
	background: #ebebeb;
	width: 100%;
}
#navigation a.head {
	width: 182px;
	cursor: pointer;
	background: #E7E7E7 url("/images/accordionTab1.gif") repeat-x top left;
	border-bottom: 1px solid #E7E8EA;
	color: #626262;
	display: block;
	margin: 0;
	padding: 6px;
	font-size: 110%;
	text-decoration: none;
}
#navigation a.head:hover {
	background: #FCC510 url("/images/accordionTab2.gif") repeat-x top left;
	font-weight: bold;
	color: #222;
}
#navigation a.selected {
	background: #FCC510 url("/images/accordionTab2.gif") repeat-x top left;
	font-weight: bold;
	color: #222;
}
#navigation a.current {
	background: #F8ECCE;
	font-weight: bold;
	color: #222;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation li li a {
	display:block;
	text-decoration: none;
	padding: 8px 10px 8px 20px;
	color: #222;
}
#navigation li li a:hover {
	background: #F8ECCE;
	font-weight: bold;
}
/********************* footer *********************/
#ataglance {
	background: #231F20;
	width: 960px;
	margin: 0 0 0 13px;
	float: left;
	clear: both;
	display: inline;
}
#ataglance #top {
	padding: 3px 14px 0 14px;
	float: left;
	width: 932px;
	clear: both;
}
#ataglance #top .link {
	font-size: 85%;	
	float: left;
	width: 60%;
	color: #d8d8d8;
	padding: 2px 0 0 0;
}
#ataglance #top .link a {
	color: #d8d8d8;
	font-weight: bold;
	text-decoration: none;
}
#ataglance #top .link a:hover {
	color: #FFC20E;
}
#ataglance #top .buttons {
	float: right;
	text-align: right;
	width: 40%;
}
#footer {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	clear: both;
	font-size: 85%;
}
#footer .contactdetails {
	padding: 8px 14px 8px 14px;
	margin: 0 0 13px 0;
	color: #835d02;
	text-align: center;
	background: #ffd01f;
}
#footer .contactdetails a {
	color: #835d02;
	text-decoration: none;
}
#footer .contactdetails a:hover {
	text-decoration: underline;
}
/********************* MISC ***********************/
.hide {
	display: none;
}
code {
	color: #7B9905;
	font-size: 90%;
	line-height: 1.2em;
	text-align: left;
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
a abbr {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
legend {
	font-weight: bold;
	color: #222;
}
label {
	cursor: pointer;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
fieldset { 
	margin: 0; 
	padding: 4px; 
	border: 1px solid #CCCCCC; 
}
.left {
	float: left;
}
.right {
	float: right;
}	
.clear {
	clear: both;
}
.textfield {
	border: 1px solid #91908D;
	color: #222222;
	vertical-align: middle;
	margin: 0;
	padding: 2px;
	width: 204px; /* for IE5/Win hack */
}
.mid {
	vertical-align: middle;
}
#map1{
width:690px;
height:320px;
display:block;
float:left;
}

#profile_map{
width:300px;
height:240px;
float:left;
clear:left;
padding:4px;
border:1px #dddddd solid;
}
#pdflist ul{
list-style-type:none;
}
#pdflist li{
padding: 6px 6px 6px 24px;
background:url("/images/pdficon_small.gif") no-repeat;
background-position: left 50%;
}
/***********Member Page styles ***********/

#member_top{
display:block;
float:left;
width:100%;
margin: 0 0 12px 0;
}
#member_left{
padding:4px;
float:left;
width:48%;
}
#member_right{
padding:4px;
float:right;
width:48%;
}

#member_avatar{
float:right
}
#member_avatar img{
padding:4px;
border:1px #dddddd solid;
margin: 0 0 12px 0;
}

.member_buttons{
display:block;
float:left;
width:100%;
clear: both;
margin: 0 0 12px 0;
padding:4px 0px 10px 0px;
border-bottom:1px solid #ddd;
}

#member_basic_details{
float:left;
}
#member_friends_list{
float:left;
clear:left;
line-height:1.2em;
width: 680px;
padding: 12px 0px;
margin: 0 0 12px 0;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
}
#member_friends_list ul{
list-style-type:none;
margin:4px;
padding: 0;
}
#member_friends_list ul li{
float:left;
text-align:center;
display:block;
margin:0px 15px;
}
#member_friends_list ul li img{
width:60px;
padding:4px;
border:1px #dddddd solid;
display:inline;
}
/* my-friends page styles */
ul#my_friends {
list-style-type:none;
margin:4px;
}
ul#my_friends li{
display:block;
}
ul#my_friends li .avatarimg{
float:left;
width:100px;
padding:4px;
margin:0px;
}
#member_friends_list ul li .avatarimg img {
float:left;
width:60px;
padding:4px;
border:1px #dddddd solid;
display:block;
}
ul#my_friends li .generalinfo{
float:left;
padding:4px;
display:inline;
text-align: left;
clear:right;
width:70%;
}
/* end of my-friends page styles */
#member_posts{
float:left;
display:block;
clear:left;
line-height:1.2em;
width: 680px;
padding:4px;
margin: 0 0 12px 0;
}

#member_posts .posting{
float:left;
clear:left;
display:block;
line-height:1.2em;
width:672px;
margin:0 0 2px 0;
padding:4px;
}
#member_posts .posting.even{
background-color:#f2f2f2;
}
#member_posts .posting.odd{
background-color:#f9f9f9;
}
#member_posts .published{
color:#999999;
display:block;
font-family:georgia;
font-style:italic;
margin:3px 0 0;
text-align:right;
}
.entry_left{
float:left;
width:25%;
padding:4px;
text-align: center;
}
.entry_right{
float:right;
width:70%;
padding:4px;
}
.entry_left img{
padding:4px;
background-color:#ffffff;
border:1px #dddddd solid;
}
.entry{
float:left;
padding:4px;
}
#member_functions{
float:left;
clear:left;
display:block;
line-height:1.2em;
}
.caption{
font-size:80%;
}

#forminfo, #postinfo {
	display: none;
	float: left;
	width: 100%;
	clear: both;
}

table.bulletinboard{
border:none;
}
table.bulletinboard th{
text-align:left;
padding:6px;
background-color: #f8ecce;
}
table.bulletinboard td{
border:none;
padding:6px;
}
.bulletinboard tr.even{
background-color: #f2f2f2;
}
.bulletinboard tr.odd{
background-color: #f9f9f9;
}

table.bulletinboardform{
border:none;
}
table.bulletinboardform td{
border:none;
padding:4px;
}

table.bulletinboard img.board_locked {
border: none;
margin: 0 10px 0 0;
width: 20px;
float: left;
}

table.bulletinboard img.board_sticky {
border: none;
margin: 0 10px 0 0;
width: 20px;
float: left;
}

table.bulletinboard img {
border:1px solid #999;;
margin: 0 10px 0 0;
width: 80px;
float: left;
}

.event_month h4{
margin:0;
padding:20px 0px 6px 0px;
list-style:none;
}
.event_month ul{
margin:0;
padding:0px 0px 6px 0px;
list-style:none;
}
ul.event_month_list li{
list-style:none;
margin:0;
padding: 10px;
}
ul.event_month_list li p{
margin:0;
padding:4px;
}

ul.event_month_list li.even{
background-color:#f2f2f2;
}

ul.event_month_list li.odd{
background-color:#f9f9f9;
}
#contact_form{
float:left;
clear:both;
display:block;
line-height:1.2em;
}

.forum_heading{
font-size:110%;
}
#confbox {
	margin: 20px auto;
	color: #009900;
	background: #EEFFEE;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	padding: 10px;
	width: 400px;
	text-align: center;
}
#errbox {
	margin: 20px auto;
	color: #990000;
	background: #FFEEEE;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 10px;
	width: 400px;
	text-align: center;
}
.photogallery {
	width: 100%; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
ul.photogallery {
list-style-type:none;
}
ul.photogallery li{
/*clear:right;
display:inline;*/
padding:4px;
margin:0 4px 0 4px;
float:left;
text-align:center;
width: 120px;
height: 150px;
line-height: 110%;
font-size: 85%;
}

ul.photogallery li a img{
border:1px solid #DDDDDD;
padding:4px;
margin: 0 0 4px 0;
}

.popular_member {
	padding: 10px;
	border: 1px solid #CCC;
	background: #F9F9F9;
	margin-bottom: 10px;
	}
.popular_member img {
	float: right;
	margin: 0 0 10px 10px;
	}
.blogimage {
	float: left;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 15px 10px 0;
	}