/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,addr

ess,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,

i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td 

{
	margin: 0px;
	padding: 0px;
 	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}
: focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.25; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Arial, sans-serif;}
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 1.5em; list-style: disc; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: 

-1000em; z-index: 10; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }
a.inv: link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
.cols .last { margin-right: 0; }

.clearFix: after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ie7 .clearFix { min-height: 1%; }
/*-----------------------*/






/*custom style */
body {
	padding: 0px 0px 0px 0px;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #1B5365;
}

a:link, a:visited {
	color: #337AAA;
}
a:link:hover, a:visited:hover {
	color: #003366;
}


h1 {
	font-size: 150%;
	color: #1B5365;
}

h2 {
	font-size: 133.33%;
	color: #003366;
}
h3 {
	font-size: 143.33%;
	color: #1B5365;
}
h4 {
	font-size: 91.67%;
	color: #1B5365;
	font-style: italic;
}


form {
	margin: 0px;
	padding: 0px;
}


#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px 22px 10px 22px;
	background: #FFFFFF url("images/bgWraper.png") repeat-y top left;
	font-size: 1.2em;
}

#mainHeader {
	width: 100%;
	height: 90px;
}
	h1#logo {
		width: 548px;
		height: 81px;
		float: left;
		margin: 0px;
		padding: 0px;
	}
		h1#logo a:link, h1#logo a:visited {
			display: block;
			width: 548px;
			height: 81px;
			text-decoration: none;
			background: url("images/logo.png") no-repeat left top;
		}
			h1#logo a:link span, h1#logo a:visited span {
				text-indent: -1000em;
				display: block;
			}



	#join {
		width: 295px;
		height: 34px;
		background: #4995C9 url("images/join.png") no-repeat left bottom;
		float: right;
		overflow: hidden;
	}
		#join h2 {
			color: #fff;
			font-size: 100%;
			text-transform: uppercase;
			margin: 7px 0;
			text-align: center;
		}
		#join form {
			width: 100%;
			overflow: hidden;
		}
			#join label {
				float: left;
				font-size: 91.67%;
				line-height: 20px;
				padding: 0 10px 0 10px;
			}
			#join input.text {
				float: left;
				background: #fff;
				width: 180px;
				height: 16px;
				border: solid 1px #9a9a9a;
				border-collapse: collapse;
				margin: 0 5px 0 0;
			}
			#join input.submit {
				float: left;
			}

#menu {
    width: 100%;
    height: 51px;
    background: url("images/menu-bg.gif") repeat-x 0 0;
    z-index: 10;
}
	#menu li {
		display: block;
		float: left;
		height: 51px;
		background: url("images/menu-sep.gif") no-repeat 100% 0;   
		position: relative;
                 z-index: 10;
	}
	#menu li.last {
		background: none; 
	}



		#menu li.last a:link, #menu li a:visited {
			float: left;
			display: block;
			line-height: 51px;
			margin: 0 1px 0 0;
			padding: 0 19.5px 0 19px;
			color: #333;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		#menu li.last a:link:hover, #menu li a:visited:hover {
			background: url("images/menu-bg-o.gif") repeat-x 0 0;
		}

		#menu li.last ul {
			position: absolute;
			left: -1000em;
			top: 51px;
			width: 122px;
			background: #FFFFFF;
			z-index: 10;
		}
		#menu li.last:hover ul {
			left: 0;
		}
			#menu li.last li {
				float: left;
				width: 100%;
				background: none;
				height: auto;
				  
			}
				#menu li.last li a:link, #menu li li a:visited {
					float: none;
					line-height: 1.5;
					padding: 5px 10px;
					margin: 0;
					color: #666666;
					font-size: 91.67%;
					font-family: Verdana, Arial sans-serif;
					font-weight: normal;
					text-transform: none;
				}
				#menu li.last li a:link:hover, #menu li li a:visited:hover {
					background: #E5E5E5;
				}




	#menu li.issues {
		background: url("images/menu-sep.gif") no-repeat 100% 0;    
	}

		#menu li.issues a:link, #menu li a:visited {
			float: left;
			display: block;
			line-height: 51px;
			margin: 0 1px 0 0;
			padding: 0 19.5px 0 19px;
			color: #333;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		#menu li.issues a:link:hover, #menu li a:visited:hover {
			background: url("images/menu-bg-o.gif") repeat-x 0 0;
		}

		#menu li.issues ul {
			position: absolute;
			left: -1000em;
			top: 51px;
			width: 192px;
			background: #FFFFFF;
			z-index: 10;
		}
		#menu li.issues:hover ul {
			left: 0;
		}
			#menu li.last li {
				float: left;
				width: 100%;
				background: none;
				height: auto;
				  
			}
				#menu li.issues li a:link, #menu li li a:visited {
					float: none;
					line-height: 1.5;
					padding: 5px 10px;
					margin: 0;
					color: #666666;
					font-size: 91.67%;
					font-family: Verdana, Arial sans-serif;
					font-weight: normal;
					text-transform: none;
				}
				#menu li.issues li a:link:hover, #menu li li a:visited:hover {
					background: #E5E5E5;
				}


/*-------
// taskforces
//-----*/


	#menu li.taskforces {
		background: url("images/menu-sep.gif") no-repeat 100% 0;    
	}

		#menu li.taskforces a:link, #menu li a:visited {
			float: left;
			display: block;
			line-height: 51px;
			margin: 0 1px 0 0;
			padding: 0 19.5px 0 19px;
			color: #333;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		#menu li.taskforces a:link:hover, #menu li a:visited:hover {
			background: url("images/menu-bg-o.gif") repeat-x 0 0;
		}

		#menu li.taskforces ul {
			position: absolute;
			left: -1000em;
			top: 51px;
			width: 210px;
			background: #FFFFFF;
			z-index: 10;
		}
		#menu li.taskforces:hover ul {
			left: 0;
		}
			#menu li.last li {
				float: left;
				width: 100%;
				background: none;
				height: auto;
				  
			}
				#menu li.taskforces li a:link, #menu li li a:visited {
					float: none;
					line-height: 1.5;
					padding: 5px 10px;
					margin: 0;
					color: #666666;
					font-size: 91.67%;
					font-family: Verdana, Arial sans-serif;
					font-weight: normal;
					text-transform: none;
				}
				#menu li.taskforces li a:link:hover, #menu li li a:visited:hover {
					background: #E5E5E5;
				}


/*-------
// regular menu
//-----*/


		#menu li a:link, #menu li a:visited {
			float: left;
			display: block;
			line-height: 51px;
			margin: 0 1px 0 0;
			padding: 0 19.5px 0 19px;
			color: #333;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		#menu li a:link:hover, #menu li a:visited:hover {
			background: url("images/menu-bg-o.gif") repeat-x 0 0;
		}

		#menu li ul {
			position: absolute;
			left: -1000em;
			top: 51px;
			width: 137px;
			background: #FFFFFF;
			z-index: 10;
		}
		#menu li:hover ul {
			left: 0;
		}
			#menu li li {
				float: left;
				width: 100%;
				background: none;
				height: auto;
				  
			}
				#menu li li a:link, #menu li li a:visited {
					float: none;
					line-height: 1.5;
					padding: 5px 10px;
					margin: 0;
					color: #666666;
					font-size: 91.67%;
					font-family: Verdana, Arial sans-serif;
					font-weight: normal;
					text-transform: none;
				}
				#menu li li a:link:hover, #menu li li a:visited:hover {
					background: #E5E5E5;
				}


#wrap {
	width: 920px;
	overflow: hidden;
	padding: 0 15px 20px;
	background: url("images/bgContainerRoot.png") repeat-y top left;
}
	#title {
		width: 950px;
		margin: 0 -15px;
		height: 78px;
		background: #4995C9;
		position: relative;
		overflow: hidden;
	}
		#title h1 {
			font-family: 'Arial Black', Arial, sans-serif;
			font-size: 416%;
			line-height: 1;
			position: absolute;
			left: 205px;
			bottom: -.1em;
			color: #FFFFFF;
			text-transform: lowercase;
		}

	#wrap2 {
		float: right;
		width: 728px;
		position: relative;
	}
		#content {
			float: left;
			width: 516px;
			padding: 1px 10px 0;
		}
		#side1 {
			float: right;
			width: 172px;
			padding: 145px 0 0;
		}

	#adminwrap2 {
		float: right;
		width: 728px;
		position: relative;
	}
		#admincontent {
			float: left;
			width: 710px;
			padding: 1px 10px 0;
		}
		#side1 {
			float: right;
			width: 172px;
			padding: 145px 0 0;
		}
          #pubwrap2 {
		float: right;
		width: 728px;
		position: relative;
	}
		#pubcontent {
			float: left;
			width: 710px;
			padding: 1px 10px 0;
		}
		#side1 {
			float: right;
			width: 172px;
			padding: 145px 0 0;
		}
	#side2 {
		float: left;
		width: 155px;
	}



.menu1 {
	margin: 10px 0;
	background: url("images/dotted.png") repeat-x 0 0;
}
	.menu1 li {
		padding: 6px 10px;
		background: url("images/dotted.png") repeat-x 0 100%;
	}
		.menu1 a:link, .menu1 a:visited {
			text-align: left;
			color: #333;
			text-decoration: none;
		}
		.menu1 a:link:hover, .menu1 a:visited:hover {
			text-decoration: underline;
		}
/* <textEditor> */
#pubcontent h1 {
	background: #E5E5E5;
	color: #333333;
	font-size: 116.67%;
	border-top: 1px solid #B7B7B7;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin: 30px -10px 10px;
}
 
#pubcontent p {
	margin: 0 0 .75em;
        margin-bottom: 15px;

}

#content h1 {
	background: #E5E5E5;
	color: #333333;
	font-size: 116.67%;
	border-top: 1px solid #B7B7B7;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin: 30px -10px 10px;
}


#content h2 {
	color: #003366;
	font-size: 133.33%;
	font-weight: bold;
	margin: 0 0 .5em;
}

#content h3 {
	color: #333333;
	font-size: 116.67%;
	font-weight: bold;
	margin: 0 0 .5em;
}

#content h4 {
	color: #333333;
	font-size: 91.67%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 .5em;
}
 
#content h5 {
	width: 390px;
	font-weight: normal;
}

#content h6 {
}
	.list1 li {
		background: url("images/bullet-1.png") no-repeat 0 .4em;
		padding: 0 0 0 15px;
		margin: 0 0 15px;
	}

#content h7 {
	margin: -10px 0px 0px 20px;
}
	.list2 li {
		background: url("images/bullet-1.png") no-repeat  0 .4em;
		padding: 0 0 0 15px;
		margin: 0 0 5px 5px;
	}

#content p {
	margin: 0 0 .75em;
        margin-bottom: 15px;
}

#content intro1 {
	width: 390px;
}

p.intro {
	width: 390px;
}


#img1 {
	position: absolute;
	right: 0;
	top: -70px;
	width: 319px;
	height: 192px;
	z-index: 1;
}

#taskforce {
	position: relative;
	background: url("images/liitleman.png") no-repeat top left #EFEFEF;
	padding: 10px 0px 40px 62px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	margin: 30px -10px 60px;
}
	#taskforce h1 {
		color: #595959;
		font-size: 14px;
		display: block;
		width: 573px;
		margin: 0px;
		padding: 0px;
		background: none;
		border: none;
	}
	#taskforce p {
		color: #000;
		font-size: 12px;
		margin: 5px 0px 0px 0px;
		display: block;
		width: 294px;
	}


	#page #joinNow {
		position: absolute;
		top: 30px;
		right: 20px;
		width: auto;
	}
		#joinNow a:link, #joinNow a:visited {	
			display: block;
			width: 120px;
			height: 121px;
			background: url("images/joinus.png") no-repeat 0 0;
		}
			#joinNow a:link span, #joinNow a:visited span {
				display: block;
				text-indent: -1000em;
			}

#list1 {
}
	.list1 li {
		background: url("images/bullet-1.png") no-repeat 0 .4em;
		padding: 0 0 0 15px;
		margin: 0 0 15px;
	}

#list2 {
	margin: -10px 0px 0px 20px;
}
	.list2 li {
		background: url("images/bullet-1.png") no-repeat  0 .4em;
		padding: 0 0 0 15px;
		margin: 0 0 5px 5px;
	}

.list1 {
}
	.list1 li {
		background: url("images/bullet-1.png") no-repeat 0 .4em;
		padding: 0 0 0 15px;
		margin: 0 0 15px;
	}

.list2 {
	margin: -10px 0px 0px 20px;
}
	.list2 li {
		background: url("images/bullet-1.png") no-repeat  0 .4em;
		padding: 0 0 0 15px;
		margin: 0 0 5px 5px;
	}


#side1 h3 {
	font-size: 116.67%;
	color: #333;
	background: #DAECB6;
	border-top: 1px solid #99CC33;
	padding: 5px 0px 5px 10px;
}


#side1 p {
color: #666666;
       font-size: 90%;
}

.menu2 { 
       color: #666666;
       font-size: 90%;
}
	.menu2 li {
		padding: 7px 5px;
	}
		.menu2 li a:link, .menu2 li a:visited {
		}

/* </textEditor> */
#bot {
	background: #FFFFFF url("images/line-h1.png") no-repeat 0 0;
	padding: 10px 0px 0px 0px;
	font-size: 83.33%;
	color: #194C5D;
	text-align: center;
}




/*-------
// homepage
//-----*/

.hp #logo {
	padding: 0px 0 0 0px;
}
	.hp #logo a:link, .hp #logo a:visited {
		display: block;
			width: 548px;
			height: 81px;
			text-decoration: none;
			background: url("images/logo.png") no-repeat left top;

	}





.hp #wrap {
	background: none;
}
	.hp #content {
		width: 605px;
	}
		.hp #content h1 {
			margin: 15px -10px 10px;
		}
	.hp #side1 {
		width: 260px;
		padding: 1px 10px 0;
	}
		.hp #side1 h3 {
			margin: 15px -10px 10px;
		}
		.hp #side1 .box {
			margin: 0 0 50px;
		}
			.hp #side1 p {
				margin: 0 0 .75em;
			}

#headerHP {
	width: 925px;
	padding: 10px 15px 10px 10px;
	overflow: hidden;
	background: #4995c9;
}
	#flash1 {
		float: left;
	}
	#ways {
		float: right;
		width: 280px;
		height: 270px;
		background: #FFFFFF;		
	}
		#ways h2 {
			font-family: 'Arial Black', Arial, sans-serif;
			font-size: 141.67%;
			font-weight: bold;
			color: #1B5365;
			text-align: center;
			line-height: 1;
			padding: 10px 0 15px;
		}
		#ways ul {
			margin: 0 30px;
			border-top: solid 1px #E7E7E7;
		}
			#ways li {
				border-bottom: solid 1px #E7E7E7;
				padding: 10px 0;
			}
				#ways li a:link, #ways li a:visited {
					display: block;
					line-height: 39px;
					padding: 0 0 0 45px;
					text-decoration: none;
					font-weight: bold;
					color: #333333;
				}
				#ways li a:link:hover, #ways li a:visited:hover {
					color: #5b92b6;
				}
				#ways li.i1 a:link, #ways li.i1 a:visited { background: 

url("images/icon-1.gif") no-repeat 0 50%; }
				#ways li.i1 a:link:hover, #ways li.i1 a:visited:hover { 

background: url("images/icon-1-o.gif") no-repeat 0 50%; }
				#ways li.i2 a:link, #ways li.i2 a:visited { background: 

url("images/icon-2.gif") no-repeat 0 50%; }
				#ways li.i2 a:link:hover, #ways li.i2 a:visited:hover { 

background: url("images/icon-2-o.gif") no-repeat 0 50%; }
				#ways li.i3 a:link, #ways li.i3 a:visited { background: 

url("images/icon-3.gif") no-repeat 0 50%; }
				#ways li.i3 a:link:hover, #ways li.i3 a:visited:hover { 

background: url("images/icon-3-o.gif") no-repeat 0 50%; }
		#ways p.more {
			font-size: 91.67%;
			padding: 5px 10px 0 0;
		}
			#ways p.more a:link, #ways p.more a:visited {
				color: #1B5365;
			}

#news {
}
	#news li {
		margin: 0 0 20px;
	}
		#news li h2 {
			margin: 0 0 .1em;
		}
			#news li h2 a:link, #news li h2 a:visited {
				color: #1B5365;
				text-decoration: none;
			}
		#news li .date {
			font-size: 91.67%;
			font-style: italic;
			font-weight: bold;
			margin: 0 0 10px;
		}

p.more {
	text-align: right;
	font-weight: bold;
}
	p.more a:link, p.more a:visited {
		text-decoration: none;
	}

.table1 {
	width: 100%;
	margin: 0 0 10px;
}
	.table1 td {
		padding: 4px 3px;
	}


#gallery {
}
	#gallery a:link, #gallery a:visited {
		display: block;
		width: 185px;
		height: 222px;
		margin: 0 auto;
	}
		#gallery a:link span, #gallery a:visited span {
			background: url("images/gallery.jpg") no-repeat 0 0;
		}



div.photoGalleryElement p {
display: none;
} 

#imageData #caption {
font-weight:bold;
display: none;
}

.fieldLabels {
font-color: #1B5365;
}
.xsmallField {
width:50px;
}
.smallField {
width:150px;
}
.medField {
width:250px;
}
.largeField {
width:350px;
}
textarea.medField {
height:100px;
}

.fieldItem {
margin:0pt;
padding:0.5em 1em 1em;
position:relative;
}
.fieldError {
background:#FF0000 none repeat scroll 0%;
color:#FFFFFF;
}
#errorSummary {
background:#FF0000 none repeat scroll 0%;
color:#FFFFFF;
padding:0.5em 1em 1em;
}
.fieldSelected {

}
.formHeader {
font-weight:normal;
}
.formHeader h2 {
font-size:160%;
margin:0.55em 0pt 0pt;
padding:0pt;
}
.formHeader p {
margin-top:0pt;
}
#fieldList {
}

.thumbs {             /* container for all thumbs */
  width: 90%;         /* an explicit width is required for WinIE, or it screws up badly */
  margin: auto;       /* correctly center block element */
  padding: .5em;
  color: #000;
  
  overflow: hidden;
  text-align: center;
}
.thumbs ul {
  margin: 0;
  padding: 0;
}
.thumbs li {        /* test these rules with various fonts, may need adjusting */
  height: 15.5em;    /* high enough for image plus 2-line caption */
  width: 15.5em;     /* wide enough for widest image with a bit of padding */
  float: left;      /* as many as can fit in window width */
  overflow: hidden; /* do not let IE stretch the container */
  border: 1px solid #faebd7;
  text-align: center;
  padding: .8em;
  margin: .8em;
  font-family: "\"}\""; /* hide correct dimensions from WinIE 5.x */
  font-family: inherit;
  width: 10.5em;
  height: 12.5em;
}
.IE5IsQuirky2 { /* WinIE 5.0 gets weird without something after font-family hack */
}
.thumbs img {          /* image resized in ems to maintain proportions */
  display: block;      /* prevent text from flowing on the side */
  height: 9.5em;       /* image resolution may suffer a little, but not much */
  text-align: center;  /* center for IE */
  margin: 0 auto .3em auto; /* center for non-IE */
  padding: 0;
}
hr {                   /* see note about hr in HTML below .*/
  clear: both;
  height: 00;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}
