body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	min-width:800px;
}

.inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-weight: normal !important;
}
.button:hover {
	text-decoration: none !important;
}
.button:active {
	position: relative;
	top: 1px;
}
.main-image {
	max-width:100%;	
}
/* orange */
.orange {
	color: #000000 !important;
	border: solid 1px #da7c0c;
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* green */
.green {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* red */
.red {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}


.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.padding10 {
	padding-left: 10px;
	padding-right: 10px
	}
p {
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}


#headerlogo {
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px 0px 14px;
}



#headerad {
	display: block;
	float: right;
}
#navad {
	margin-top: 20px;
}
#map {
	display: block;
	height: 160px;
	width: 160px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
}
#eventmap {
	display: block;
	height: 200px;
	width: 400px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
}
#bigmap {
	display: block;
	height: 600px;
	width: 99%;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
}


#headerbartext {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #88cacd;
}
.orginfo {
	color: #006666;
}

#headerbardatetime {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #ffbf00;
	width: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	float: right;
	margin: 0px;
}




#menucolumn {
	width: 140px;
	float: left;
	margin-top: 10px;
}
#contentcolumn {
	margin-top: 10px;
	padding: 0px;
	margin-right: 190px;
	margin-left: 150px;
	background-color:#FFFFFF;
}
#sidebarcolumn {
	width: 180px;
	float: right;
	margin-top: 10px;
}


.contenttext {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 8px;
}
.contenttext p {
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.introtext {
	font-size: 1.15em;
	line-height: 140%;
	padding-top: 10px;
}
.contenttext h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #127b7f;
	padding-top: 12px;
	padding-bottom: 4px;
	margin: 0px;
}
.contenttext h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #127b7f;
	padding-top: 8px;
	padding-bottom: 2px;
	margin: 0px;
}
.contenttext h3 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
}

.footertext a, .contenttext a, .sidebartext a, .orgsearchbar a, .newssearchbar a, .eventsearchbar a {
text-decoration: none;
font-weight: bold;
color: #127b7f;
}

.footertext a:hover, .contenttext a:hover, .sidebartext a:hover, .orgsearchbar a:hover, .newssearchbar a:hover, .eventsearchbar a:hover {
text-decoration: underline;
font-weight: bold;
color: #127b7f;
}


#footercontainer {
	background-color: #dddddd;
	padding-left: 160px;
}
#footerlogo {
	float: left;
	padding-left: 8px;
	padding-top: 13px;
}
.footertext {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerad {
	width: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: right;
}


.orgbartitle {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #88cacd;
}
.servicebartitle {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #B3DDDF;
}
.eventbartitle {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ffbf00;
}
.newsbartitle {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #d6ff5a;
}

.barmore {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	float: right;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.barmore a {
	height: 100%;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.barmore a:hover {
	background-image: url(../siteimages/tint.gif);
	background-repeat: repeat;
	font-weight: bold;
}


#menu00, #menu01, #menu01a, #menu02, #menu03, #menu04, #menu05, #menu06 {
	font-size: 1.1em;
	display: block;
	width: 100%;
	margin-bottom: 2px;
}
#menu00 a, #menu01 a, #menu01a a, #menu02 a, #menu03 a, #menu04 a, #menu05 a, #menu06 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu00 {background-color: #88cacd;}
#menu01 {background-color: #addcde;}
#menu01a {background-color: #CDEAEB;}
#menu02 {background-color: #d6ff5a;}
#menu03 {background-color: #ffbf00;}
#menu04 {background-color: #dab4ff;}
#menu05 {background-color: #dddddd;}
#menu06 {
	background:url(../n_images/background_wood_dark03_mob.jpg);
	
	}
	#menu06 a {
		color: #FFF;
	font-weight:bold;
	}

#menu00:hover, #menu01:hover, #menu01a:hover, #menu02:hover, #menu03:hover, #menu04:hover, #menu05:hover, #menu06:hover{
	opacity:0.6;
	}

.contenttext ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	padding-top: 10px;
	line-height: 1.6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #addcde;
}

.contenttext ul a {
	padding-left: 10px;
	background-image: url(../siteimages/listarrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.contenttext ul a:hover {
background-image: url(../siteimages/listarrowhover.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #addcde;
}
.sidebartext {
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.ownerpanel {
	background-color: #e7f6f6;
	margin-bottom: 10px;
}

.orgbacklight {
	background-color: #e7f6f6;
}
.orgbackdark {
	background-color: #c9e9ea;
}
.newsbacklight {
	background-color: #E4FF93;
}
.newsbackdark {
	background-color: #C7E952;
}
.orgbacklight, .orgbackdark, .eventbacklight, .eventbackdark, .newsbacklight, .newsbackdark  {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.eventbacklight {
	background-color: #fef8d5;
}
.eventbackdark {
	background-color: #FFE375;
}
#widecontentcolumn {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 150px;
	margin-bottom: 0px;
}
.contenttext h4 {
	font-size: 1em;
	font-weight: bold;
	color: #127b7f;
	padding-top: 6px;
	padding-bottom: 2px;
	margin: 0px;
}
.orgsearchbar {
	background-color: #CCECEC;
	font-size: 1.1em;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
}
.newssearchbar {
	background-color: #E4FF93;
	font-size: 1.1em;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
}
.eventsearchbar {
	background-color: #fef8d5;
	font-size: 1.1em;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
}
#alphamenu {
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCECEC;
}
.contenttext h5 {
	font-size: 2em;
	font-weight: normal;
	color: #999999;
	padding-top: 18px;
	padding-bottom: 8px;
	margin: 0px;
	line-height: 120%;
}
.contenttext .newsintro {
	font-size: 1.2em;
	color: #5E6C24;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 4px;
}
.contenttext .eventintro {
	font-size: 1.2em;
	color: #FF6600;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 4px;
}
.contenttext h6 {
	font-size: 1.7em;
	font-weight: normal;
	color: #FF6600;
	padding-top: 16px;
	padding-bottom: -8px;
	margin: 0px;
}
.maplinks {
	font-size: 12px;
	line-height:18px;
	font-weight:normal;
}
.maplinks a, .maplinks a:hover  {
	font-weight:normal;
}  
.displaynone {
display:none;
}

.displayblock {
display:block;
}
.reg-button {
	float: left;
	width: 200px;
	margin-right: 6px;
	cursor:pointer;
	padding: 6px;
	text-align: center;
}
.button-yes {
background-color:#009900;
color:#FFFFFF;
font-size:1.2em;
}
.button-no {
background-color:#CC3300;
color:#FFFFFF;
font-size:1.2em;
}
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-clearfix { overflow:hidden;}

.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.reg-autocomplete-textbox {
	width: 300px;
	}
	
.reg-maincontact {
background-color:#FFF3C4;
border-bottom: 1px dotted #993333;
}
.reg-subcontact {
background-color:#FFF9E1;
border-bottom: 1px dotted #993333;
}
.reg-errorfield {
background-color:#FFCCCC;
border:1px solid #990000;
}
.reg-error-text {
color:#CC3300; font-weight:bold;
}
.reg-special {
	display:hidden;
	width:0px;
	height:0px;
	border:hidden;
}
.signup {
	line-height: 150%;
	font-size: 1em;
	padding: 10px;
	background-color: #378084;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.signup a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

