/***** ZERO ALL ELEMENTS *****/
html { overflow-y: scroll; }

html,body,table,tr,td,p,br,form,h1,h2,h3,h4,div,ul,li {
	margin: 0px; padding: 0px;
	font-family: arial, helv, helvetica, verdana;
	font-size: 12px;
	color: #000;
}

/***** DEFAULT STYLES *****/
a:link, a:visited { color: #3A74BD; text-decoration: underline; }
a:hover { color: #4CA231; text-decoration: underline; }
img { border: 0px; }

p { line-height: 1.6em; margin: 10px 0; }
h1, h2, h3 { color: #3A74BD; }
h1 { font-size: 16px; margin: 6px 0; }
h2 { font-size: 14px; margin: 6px 0; }
h3.workshops { color: #3A74BD; font-size: 14px; margin: 6px 0;  }

h1.inverted,h2.inverted,h3.inverted { background: #3A74BD; color: #fff; padding: 2px; }

label { float: left; width: 120px; margin-top: 3px; }

br.breaker { clear: both; }

/***** LAYOUT *****/
body { }

#pagecontainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

	/*** HEADER ***/

	#top-header {
		float: left;
		width: 740px;
		height: 110px;
		background: #3A74BD;
		margin-bottom: 5px;
		padding: 0 20px 0 0;
	}

		#top-header img { float: left; }

		/*** HEADER NAV ***/

		#top-header ul {
			clear: right;
			float: right;
			width: 170px;
			margin: 0;
		}

			#top-header ul li {
				background: #fff;
				margin: 3px 0px;
				padding: 0 0 0 25px;
				height: 19px;
				text-transform: uppercase;
				list-style: none;
			}

				#top-header ul li a:link, #top-header ul li a:visited {
					font-size: 11px;
					text-decoration: none;
					line-height: 19px;
				}

				#top-header ul li a:hover { text-decoration: underline; }

			/*** OVERRIDES FOR COLOURS ***/

			#top-header ul li.green { background: #4CA231 url(/images/top-header-li-bg-green.gif) no-repeat 8px 5px; }

				#top-header ul li.green a:link, #top-header ul li.green a:visited { color: #fff; }
				#top-header ul li.green a:hover { }

			#top-header ul li.white { background: #fff url(/images/top-header-li-bg-white.gif) no-repeat 8px 5px; }

				#top-header ul li.white a:link, #top-header ul li.white a:visited { color: #333; }
				#top-header ul li.white a:hover { }

			#top-header ul li.green input {
				border: 0px;
				background: none;
				color: #fff;
				margin: 2px 0 0 0; padding: 0px;
				text-align: left;
				text-transform: uppercase;
				font-size: 11px;
				font-family: arial, helv, helvetica, verdana;
			}

	/*** TOP NAV ***/

	#top-nav {
		float: left;
		width: 760px;
		height: 35px;
		background: url(/images/topnav-bg.gif) repeat-x left top;
		margin-bottom: 5px;
	}

		#top-nav ul {
			margin: 0px;
			padding: 0px;
			height: 35px;
		}

			#top-nav ul li {
				list-style: none;
				margin: 0px;
				padding: 0px;
				float: left;
				height: 35px;
				text-align: center;
				text-transform: uppercase;
			}

			/*** SET THE INDIVIDUAL WIDTHS ***/
			/*
			#top-nav ul li.top-nav-a { width: 61px; }
			#top-nav ul li.top-nav-b { width: 61px; }
			#top-nav ul li.top-nav-c { width: 78px; }
			#top-nav ul li.top-nav-d { width: 68px; }
			#top-nav ul li.top-nav-e { width: 88px; }
			#top-nav ul li.top-nav-f { width: 90px; }
			#top-nav ul li.top-nav-g { width: 98px; }
			#top-nav ul li.top-nav-h { width: 99px; }
			#top-nav ul li.top-nav-g2 { width: 145px; }
			#top-nav ul li.top-nav-i { width: 103px; }
			#top-nav ul li.top-nav-j { width: 66px; }
			*/

			/* REINSTATE NAV ABOVE ONCE FORUM LINK IS PUT BACK */
			#top-nav ul li.top-nav-a { width: 71px; }
			#top-nav ul li.top-nav-b { width: 71px; }
			#top-nav ul li.top-nav-c { width: 88px; }
			#top-nav ul li.top-nav-d { width: 78px; }
			#top-nav ul li.top-nav-e { width: 88px; }
			#top-nav ul li.top-nav-f { width: 100px; }
			#top-nav ul li.top-nav-g2 { width: 155px; }
			#top-nav ul li.top-nav-i { width: 109px; }

				#top-nav ul li a:link, #top-nav ul li a:visited { display: block; background: #fff; color: #285082; height: 33px; margin: 1px 1px 1px 0; padding: 0; text-decoration: none; font-size: 11px; line-height: 33px; }
				#top-nav ul li a:hover, #top-nav ul li a.active:link, #top-nav ul li a.active:visited { background: #4CA231; color: #fff; height: 33px; margin: 0 0 0 -1px; padding: 1px 1px 1px 1px; }

				/*** OVERRIDE FOR FIRST ITEM (left border) ***/
				#top-nav ul li.top-nav-a a:link, #top-nav ul li.top-nav-a a:visited { border-left: 1px solid #d6d6d6; }
				#top-nav ul li.top-nav-a a:hover, #top-nav ul li.top-nav-a a.active:link, #top-nav ul li.top-nav-a a.active:visited { border-left: 0px; padding-left: 1px; margin-left: 0px; }

				/*** OVERRIDE FOR LAST ITEM (right border) ***/
				#top-nav ul li.top-nav-i a:link, #top-nav ul li.top-nav-i a:visited { border-right: 1px solid #d6d6d6; margin-right: 0px; }
				#top-nav ul li.top-nav-i a:hover, #top-nav ul li.top-nav-i a.active:link, #top-nav ul li.top-nav-i a.active:visited { border-right: 0px; padding-right: 1px; }

	/*** MAIN CONTENT AREA ***/

	#maincontent {
		float: left;
		width: 760px;
		margin-bottom: 10px;
	}

		#column-left-550 { float: left; width: 550px; padding: 10px 0; }
		#column-left-490 { float: left; width: 490px; padding: 10px 0; }

		#column-right-190 { float: right; width: 190px;	padding: 10px 0; }
		#column-right-250 { float: right; width: 250px;	padding: 10px 0; }

	/*** FOOTER ***/

	#footer {
		float: left;
		width: 760px;
		margin: 10px 0;
		border-top: 1px solid #d6d6d6;
		padding: 10px 0px;
	}

		#footer p {
			font-size: 11px;
			text-align: center;
			color: #797979;
		}

			#footer p a:link, #footer p a:visited {
				text-decoration: none;
				color: #797979;
			}

			#footer p a:hover {
				color: #4CA231;
				text-decoration: underline;
			}

/*** PAGE ELEMENTS ***/

div.pagepicdiv {
	background: #ddd;
	padding-bottom: 6px;
}

	div.pagepicdiv p {
		margin: 0px;
		padding: 0 3px;
		font-size: 11px;
		line-height: 14px;
	}

h2.box-head {
	height: 23px;
	background: #25497A url(/images/box-head-bg.gif) repeat-x left top;
	color: #fff;
	margin: 10px 0 0 0;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
}

	h2.box-head a:link, h2.box-head a:visited { color: #fff; }
	h2.box-head a:hover { color: #4CA231; }

#alertbar {
	height: 22px;
	background: #d6d6d6;
	padding: 0 5px;
}

	#alertbar img { float: left; margin: 7px 1px 0 1px; }

	#alertbar p { float: left; line-height: 22px; margin: 0 5px 0 5px; font-size: 11px; }

	#alertbar p a:link, #alertbar p a:visited { color: #000; text-decoration: none; padding: 0 8px; }
	#alertbar p a:hover { color: #4CA231; text-decoration: underline; }

div.boxed {
	border: 1px solid #d6d6d6;
	padding: 0 10px;
	margin-bottom: 10px;
}

	div.boxed p { font-size: 11px; line-height: 15px; margin: 4px 0px; }

	div.news-item {
		border-top: 1px solid #d6d6d6;
		margin: 0px;
		padding: 3px 0;
	}

	div.news-item-start { border-top: 0px; }

		div.news-item p strong { font-weight: normal; color: #696969; }

		div.news-item a:link, div.news-item a:visited {
			color: #000;
			text-decoration: none;
			font-weight: normal;
		}

		div.news-item a:hover { color: #4CA231; text-decoration: underline; }

		div.news-item a.mainlink:link, div.news-item a.mainlink:visited {
			color: #C43340;
			text-decoration: none;
			font-weight: bold;
		}

		div.news-item a.mainlink:hover { color: #4CA231; text-decoration: underline; }

		div.news-item p.bluetitle { background: #3A74BD; padding: 1px 3px; }
		div.news-item p.redtitle { background: #CC3300; padding: 1px 3px; }
		div.news-item p.greentitle { background: #4CA231; padding: 1px 3px; }

		div.news-item p.bluetitle_text, div.news-item p.redtitle_text, div.news-item p.greentitle_text { float: right; margin-top: 0px; }

		div.news-item p.bluetitle_text strong { color: #3A74BD; }
		div.news-item p.redtitle_text strong { color: #CC3300; }
		div.news-item p.greentitle_text strong { color: #4CA231; }

	table.violations-table col.col1 { width: 16px; }
	table.violations-table col.col2 { width: 116px; }
	table.violations-table col.col3 { width: 16px; }

	table.violations-table td { font-size: 11px; }
	table.violations-table a:link, table.violations-table a:visited { color: #000; text-decoration: none; }
	table.violations-table a:hover { color: #4CA231; text-decoration: underline; }

#blogpreview {
	background: #3a74bd;
	padding: 5px;
}

	#blogpreview p { margin: 0; color: #fff; }
	#blogpreview p.heading { font-size: 15px; font-weight: bold; line-height: 18px; margin-bottom: 5px; }
	#blogpreview p.heading a:link, #blogpreview p.heading a:visited { color: #fff; text-decoration: none; }
	#blogpreview p.heading a:hover, #blogpreview p.heading a:active { color: #fff; text-decoration: underline; }
	#blogpreview p.abstract { font-size: 12px; margin-bottom: 5px; }
	#blogpreview p.linky { font-size: 10px; line-height: 12px; }
	#blogpreview p.linky a:link, #blogpreview p.linky a:visited { color: #fff; text-decoration: none; }
	#blogpreview p.linky a:hover, #blogpreview plinky a:active { color: #fff; text-decoration: underline; }
	
	
/*** ALERT DETAIL PAGE ***/

#gmap {
	width: 228px;
	height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}

	#gmap div.gmnoprint span { display: none; }

table.alertdetails td { padding: 3px 0px; }

ul.relatedlinks {
	margin: 0 0 0 16px;
	padding: 0px;
}

	ul.relatedlinks li {
		list-style: disc;
		margin: 5px 0px;
		padding: 0px;
	}

/*** MEMBERS PAGE ***/

div.memberitem {
	float: left;
	width: 132px;
	height: 150px;
	text-align: center;
	padding: 0 10px;
}

	div.memberitem img { margin: 0 28px 0 29px; }

	div.memberitem a:link, div.memberitem a:visited { color: #000; line-height: 18px; }
	div.memberitem a:hover { color: #4CA231; }

/*** AREA LISTING ***/

div.arealist {
	float: left;
	width: 190px;
}

	div.arealist p {
		margin: 3px 0;
		 font-size: 11px;
	}

		div.arealist p a:link, div.arealist p a:visited { color: #666; }
		div.arealist p a:hover { color: #4CA231; }

/*** NEWSLETTERS ***/

ol.newsletterlist {

}

	ol.newsletterlist li {
		clear: both;
		margin: 10px 0;
	}

		ol.newsletterlist li a:link, ol.newsletterlist li a:visited, ol.newsletterlist li a:hover { }
		ol.newsletterlist li span { float: left; font-size: 11px; color: #666;}

/*** SITEMAP ***/
ul.sitemap { margin: 0;}
ul.sitemap li { margin: 0 0 0 20px; font-size: 14px; line-height: 20px; }
ul.sitemap li ul { }
ul.sitemap li ul li { font-size: 12px; }
ul.sitemap li ul li ul { }
ul.sitemap li ul li ul li { font-size: 11px; }
		
/**********************
 FLASH ANIMBLOCK
***********************/

#flashanim {
	position: relative;
}

#flashanim.default {
	background: url(/pagepics/home.jpg) no-repeat left top;
	width: 760px;
	height: 160px;
	float: right;
	margin: 0;
	padding: 0;
}

#flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
}



#captchabox {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background: url(/captchapics/1.gif) no-repeat left top;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
