@charset "utf-8";
/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}

a {}
a:link {color: #3a6e37;}
a:hover {color: #3a6e37;}
a:visited {color: #3a6e37;}

#container {
	margin:0 auto;
	text-align: left;
	width: 800px;
	background-color: #ffffff;

}

#header { 
	width: 800px;
	height: 83px;
	background-image: url(images/ghc_header.jpg);
	background-repeat: no-repeat;
}
	
	#header .left { 
		float: left; 
		width: 400px;
	}
	
	#header .right { 
		float: right; 
		width: 219px; 	
		padding-top: 10px;
		color: #706900;
	}

	#header .loginForm { 
			margin: 0px 0px -3px 0px;
			padding: 0px 0px 0px 0px;	
	}
	
	#header a {font-size: 10px;}
	#header a:link {color: #007acd;}
	#header a:hover {color: #b26900;}
	#header a:visited {color: #007acd;}
	
.searchCell { 
	padding-top: 0px;
	margin-top: -6px;
	vertical-align: text-top;
}

#userTable { }

	#userTable .formLabel { 
		text-align: right; 
		padding: 0px 2px 0px 4px;
		border-left: 1px dotted silver;
		border: 1px dotted silver;
		color: black;
		font-weight: bold;
		font-size: 1.0em;
		width: 185px;
	}

	#userTable .formData {}

#headerSub { 
	background-image: url(images/head_sub_bg.jpg); 
	background-repeat: no-repeat;
	width: 800px;
	height: 220px;
	text-align: left;

}
	#headerSub h1 { 
	margin: 0px 0px 3px 0px; 
	font-size: 18px; 
	font-weight: bold;
	}


	#headerSub .left {
		float: left; 
		width: 240px;
		margin-top: 54px;
		margin-left: 18px;
	}
	
	#headerSub .middle {
		float: left; 
		width: 235px;
		margin-top: 54px;
		margin-left: 27px;
	}
	#headerSub .right {
		float: left; 
		width: 235px;
		margin-top: 54px;
		margin-left: 29px;
	}
	
	a.headerLinks {
		color: black; 
		text-decoration: none;
	}
	
	a.headerLinks:hover {
		color: #3a6e37; 
		text-decoration: none;
		border-bottom: 1px dotted #3a6e37;
	}

.navGreyBar {
	width: 800px;
	height: 4px;
	background-color: #999;
}

#separator { 
	background-image: url(images/separator_home.gif); 
	background-repeat: repeat-y;
	width: 800px;
	height: 26px;
}

#navigation {padding: 5px 0px 5px 0px; text-align: left;}

	#navigation a {
		font-size: 14px;
		padding: 5px 5px 5px 5px; 
		font-weight: bold;
		text-decoration: none;
		color: #999
	}
	#navigation a:link {color: #999;}
	#navigation a:hover {color: #d9b400; background-color: #000;}



#mainBody {width: 800px;}

	#mainBody .left { 
		float: left; 
		width: 527px;
		padding-top: 10px;
		padding-right: 10px;
	}
	
	#mainBody .right { 
		float: right; 
		width: 263px;
		/* background-image: url(images/rightCol_bg.jpg); 
		background-repeat: no-repeat; */
		background-color: #3f6285;
		text-align: left;
		color: #eaeaea;

	
	}

#footer {
	background-color: #666;
	width: 800px;
	height: 35px;
	text-align: center;
	padding: 10px 0px 5px 0px;
	margin-top: 20px;
	color: #e1e1e1;
	font-size: .75em;
}

	#footer a:link {color: #e1e1e1;}
	#footer a:hover {color: #d7b100;}
	#footer a:visited {color: #e1e1e1;}

#contactForm {padding-top: 20px;}

	#contactForm .left2 { 
		float: left; 
		width: 150px;
		margin-right: 5px;
		margin-top: 4px;
		padding: 6px;
		background-color: #eee;
		border: 1px solid silver;
	}
	
	#contactForm .right2 { 
		float: left; 
		width: 300px;
		text-align: left;
		margin-top: 4px;
		padding: 4px;
		background-color: #eee;
		border: 1px solid silver;
	}
	
	#contactForm .textinput {
		padding: 0px;
		margin: 0px;
		width: 98%;
	}

.required {color: red;}


.allclear {clear: both;}



.sectionHeader {
	font-weight: bold;
	font-style: italic;
}

.sectionSubHeader {
	margin-bottom: 5px;
	font-size: .85em;
	/* border-bottom: 1px dotted #e1e1e1; */
}

.sectionSubHeader a {
	text-decoration: none;
	}

#programPagination {
	margin-bottom: 10px;
	background-color: #eaeaea;
	padding: 3px 6px;
	font-size: 11px;
	font-weight: bold;
}

#programPagination a {
	text-decoration: none;
	}
	
#programPagination a:hover {
	border-bottom: 1px dotted #3a6e37;
	}

.programBlurb {
	margin-top: 4px;
	padding: 3px 0px;
	font-size: 1.25em;
	font-weight: bold;
}

.programBlurb a {
	text-decoration: none;
	color: #3a6e37;
	border-bottom: 1px dotted #3a6e37;
	}
	
.programBlurb a:hover {
	border-bottom: 1px solid #3a6e37;
	}

.programDetail {
	margin: 20px 0px 10px 0px;
	}
	
	.tagBox, .countyBox {
	float: left;
	border: 1px dotted gray;
	background-color: #efe656;
	margin: 3px 8px 1px 0px;
	padding: 1px 5px;
	font-size: .75em;
	font-weight: bold;
	}
	
	.countyBox {
	background-color: #e1b501;
	}
	
	.programDetailTitle {
	margin: 0px 0px 8px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #3a6e37;
	}
	
	.programDetailItem {
	margin: 0px 0px 8px 0px;
	border-top: 1px dotted #3a6e37;
	margin-bottom: 24px;
	
	}
	.prgDetailItemLabel {
	font-weight: bolder;
	font-size: 1.1em;
	color: #8a8a8a;
	margin-bottom: 6px;
	}
	
	.programDetailItemSideTop {
	margin: 12px 0px 24px 0px;
	}
	
	.programDetailItemSide {
	border-top: 1px dotted black;
	margin: 0px 0px 24px 0px;
	}
	.prgDetailItemLabelSide {
	font-weight: bolder;
	font-size: 1.1em;
	color: #050505;
	margin-bottom: 6px;
	}
	
	.programDetailAttach {
	margin: 0px 0px 8px 0px;
	padding: 6px;
	border: 1px solid silver;
	background-color: #eaeaea;
	float: right;
	width: 155px;
	}
	
	.programFormTextbox {
	width: 100%;
	}
	
	.programFormTextarea {
	width: 100%;
	height: 50px;
	}

#members {
	font-weight: normal;
}

	#members ul {
		margin-left: 0px; 
		padding-left: 0px; 
		list-style: none;
	}
	
	#members li {padding-bottom: 5px;}
	
	
/* survey items  */
	#survey { border: 1px dotted silver; padding: 10px; margin: 10px 0px; }
	.questionBlock {  }
	.question { font-style: italic; }
	.answerBlock { margin: 10px; }
	.answer {}