/*
RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*end reset */

body {
	background: url(images/gradientbackground.jpg) top repeat-x;	
	background-color: #333366;
	font-family: Helvetica;
	font-size: 12px;
	
}


/*
#container {
	width: 1020px;
	height: auto;
	background-color: white;
	position: relative;
	left: 15%;
	border: solid 30px #404eff;

}

#header {
	height: 120px;
	padding-bottom: 20px;
}

h1#header {
	left: -9999px;
}
*/

.type { display: none;}

#container {
	background-color: white;
}

#header {
	background: url(images/flagtop.jpg) right no-repeat;
	
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*
border-right: 10px solid #333366;
	border-left: 10px solid #333366; */
	 
border-top: 10px solid #333366;

	background-color: white;
}
	#header img {
		float: left;
		margin-left: 2em;
		margin-top: 1em;
	}
	
	#header h1 {
		text-indent: -20000px;
	}

#container {
	background: url(images/flagbottom.jpg) left bottom no-repeat;
	background-color: white;
	width: 960px;

	margin-left: auto;
	margin-right: auto;
	/*
border-right: 10px solid #333366;
	border-left: 10px solid #333366;
*/
	padding-bottom: 120px;
	padding-top: 24px;
	}
	
	
	
	#nav {
		background: url(images/rednavbar.jpg) no-repeat;
		height: 50px;
		width: 960px;
		background-color: red;
		position: relative;
	}
	
		#nav li, #nav a {
			position: absolute;
			
			display: block;
			height: 50px;
			
			padding-left: 10px;
			padding-right: 10px;
			
			font-family: sans-serif;
			
			font-size: 1.4em;
			
			
			
			
			
		}
		
		#nav a {
			
			text-decoration: none;
			color: white;
			padding-top: 12px;
			height: 38px;
			border-right: 1px solid gray;
		}
		
		#nav a:hover {
			
			color: white;	
		}
		
		
		#tab1 a {
			border-left: 1px solid gray;
		}
		
				
		#tab1 {left: 115px; width: 75px;}
		#tab2 {left: 200px; width: 108px;}
		#tab3 {left: 310px; width: 108px;}
		#tab4 {left: 390px; width: 73px;}
		#tab5 {left: 470px; width: 103px;}
		#tab6 {left: 570px; width: 80px;}
		
		#tab1 a:hover {background: transparent url(images/rednavbar.jpg) 0 -50px no-repeat;}
		#tab2 a:hover {background: transparent url(images/rednavbar.jpg) 0 -50px no-repeat;}
		#tab3 a:hover {background: transparent url(images/rednavbar.jpg) 0 -50px no-repeat;}
		#tab4 a:hover {background: transparent url(images/rednavbar.jpg) 0 -50px no-repeat;}
		#tab5 a:hover {background: transparent url(images/rednavbar.jpg) 0 -50px no-repeat;}
		#tab6 a:hover {background: transparent url(images/rednavbar.jpg) 0 -50px no-repeat;}
	
	#maincontent {
		position: relative;
		padding-top: 4em;
		padding-bottom: 24px;
		width: 100%;
	}
		#maincontent p {
			width: 480px;
			line-height: 1.4em;
			margin-left: 120px;
			padding-top: 0px;
			padding-bottom: 2em;
			font-size: 1.2em;
			 
		}
body #container #maincontent p a:link {
 text-decoration: none;
 border: none;
 color: black;
 border-bottom: 1px dotted silver;
 margin: 0px;
 font-weight: bolder;

}

body #container #maincontent p a:hover {
color: #333365;}
	
		
		
		 h1 {
			font-size: 1.3em;
			margin-left: 120px;
			padding-left: 30px;
			font-weight: bold;
			margin-bottom: 16px;
			margin-top: 14px;
		}
		
		#maincontent h2 {
			width: 420px;
			margin-left: 120px;
			
			font-size: 1.6em;
			padding-top: 12px;
			padding-bottom: 12px;
			padding-left: 60px;
			background-color: #7aa3cc;
			
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
		#maincontent h2.title {
			
			font-weight: bold;
			font-size: 1.4em;
			background-color: white;
		}	
		
		#maincontent h3 {
			width: 360px;
			margin-left: 120px;
			border: 1px solid #6b8fb3;

			font-size: 1.9em;
			padding-top: 12px;
			padding-bottom: 12px;
			padding-left: 60px;
			background-color: #7aa3cc;
			margin-top: 20px;
			margin-bottom: 20px;
		}
	
	
	
		#fhnews {
			clear: both;
			float: left;
			margin-left: 12.5%;
			width: 480px;
		}
		
		h2.fhnews {
			
			width: 420px;
			padding-left: 60px;
			padding-top: 25px;
			padding-bottom: 20px;
			background-color: #99ccff;
			font-family: Helvetica;
			font-size: 2em;
			border-top: 1px;
			border-bottom: 1px;
			border-left: 1px;
			border-color: #7aa3cc;
		}
		#fhnews h4 {
			color: black;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		#fhnews a:link {
			color: Black;
			text-decoration: none;
			border-bottom: dotted 1px silver;
		
		}
		
		.newsentry {
			border: 1px solid silver;
			width: 36em;
			padding-left: 2em;
			padding-top: 1.3em;
			padding-right: 2em;
			border-right: none;
			
		}
		p.newsdate  {
			font-weight: bold;
			font-color: black;
			font-size: small;
		}
		
		h1.newspage  {
			padding-left: 0em;
			margin-left: auto;
			font-size: 2.6em;
			padding: 1em;
		}
		.newsblock {
		
			margin-left: 2em;
			width: 36em;
			top: 10em;
			padding-bottom: 3em;
			float: left;
			clear: right;
			}
			
		.newsblock h1 {
			margin: 0;
			padding-left: 60px;
			padding-top: 25px;
			padding-bottom: 20px;
			margin-bottom: 30px;
			background-color: #99ccff;
			font-family: Helvetica;
			font-size: 2em;
			border-top: 1px;
			border-bottom: 1px;
			border-left: 1px;
			border-color: #7aa3cc;
		}
		
		.newsblock h4 {
			font-size: 1.3em;
			padding-bottom: .3em;
			
		}
		
		.newsblock h4 a:link {
			color: green;
			font-family: Helvetica, Arial;
			text-decoration: none;
		}
		.newsblock p {
			font-family: Times, serif;
			}
			
		.newsblock hr {
			display: block;
			text-align: center;
			width: 25%;	
			margin-top: 1em;
			margin-bottom: 3em;
			
		}
		
		.lead {
			font-size: 1.1em;
			margin-left: 1.3em;
			padding-top: .6em;
			padding-bottom: 1em;
		}
		.source {
			margin-left: 1.3em;
			margin-top: .7em;
		}
		.clear {
			font-family: serif, Times;
			clear: both;
			margin-bottom: 4em;
			text-align: center;
			font-size: 2em;
		
		}
		
		#services {
			
			margin-left: 600px;
			right: 0px;
			background-color: #99ccff;
			font-family: helvetica;
			width: 360px;
			}
		
		h2.services {
			
			margin-right: 0px;
			font-family: Helvetica;
			font-size: 2em;
			background-color: #7aa3cc;
			padding-top: 25px;
			padding-bottom: 20px;
			padding-left: 60px;
			color: #151515;
			width: 300px;
			
			}
		
		
		#services dt {
			font-weight: bolder;
			letter-spacing: .23em;
			font-size: 1.5em;
			margin-left: 1.2em;
			padding-top: .6em;
			padding-bottom: .4em;
		}
		
		#services dd {
			font-size: 1em;
			margin-left: 1.8em;
			margin-right: 1.6em;
			padding-bottom: 1em;
			line-height: 1.2em;
		}
		
		#services a {
			text-decoration: none;
			color: #151515;
		}
		
		
		.boldtitle {
			margin-left: -.2em;
			margin-right: -.2em;
			font-weight: bolder;
			font-size: 1em;
			}

		 #maincontent .floatleft  {
				
				width: 75px;
				float: left;
				margin-left: 130px;
				margin-right: 16px;
				border: 4px outset silver;
				
			}
		#maincontent .capitolpic {
			position: relative;
			left: 54em;
			bottom: 20em;
			margin-bottom: -16em;
			}
			
		#linklist {
			width: 60%;
			color: #151515;
			margin: auto;
			padding-top: 34px;
			padding-bottom: 60px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 1em;
			line-height: 1.4em;
		}	
		#linklist p {
			margin-left: 3em;
			margin-right: 3em;
			font-size: larger;
			line-height: 2em;
		}
		#linklist h2 {
			padding: 25px 0px 20px 60px;
			font-size: 2em;
			background-color: #7aa3cc;
			margin-top: 30px;
			border: 1px solid #6b8fb3;
			margin-bottom: 1em;
		}
		
		#linklist a {
			text-decoration: none;
			border-bottom: 1px dotted #151515;
			right: 0px;
		}
		#linklist li {
			padding: .3em;
		}
		
		.vcard {
			margin-left: 120px;
			padding-bottom: 2em;
			
		}
		
		#maincontent a.vcardlink  {
			margin-left: 120px;
			outline: none;
			text-decoration: none;
			border-bottom: dotted 1px black;
			color: #151515;		}
			
			
			.fn {
				display: none;
			}
			.org {
				padding-bottom: 2em;
			}
			
			.street-address {
				padding-bottom: .5em;
			}
			
			.adr {
				padding-bottom: 1em;
			}
			
			.tel {
				padding-bottom: .2em;
			}
			
			/*Style Contact form */
			form {
				margin-left: 10em;
				
			}
			fieldset {  
			margin: 1.5em 0 0 0;  
			padding: 0;
		
			}
			
			legend {  
			margin-left: 1em;  
			padding-bottom: 1em;
			letter-spacing: .1em;
			color: #000000;  
			font-weight: bold;
			}
			fieldset ol {  
			padding: 1em 1em 0 1em;  
			list-style: none;
			}
			fieldset li {  
			padding-bottom: 1em;
			}
			fieldset.submit {  
			border-style: none;
			margin-left: 16em;
			margin-top: 2em;
			}
			
			label {
				float: left;
				text-align: right;
				vertical-align: bottom;
				width: 5em;
				margin-right: 1em;
				font-style: italic;
				font-size: 1.4em;
			}
			
			input[type="text"] {
				width: 24em;
				font-size: 1.4em;
				font-family: Helvetica, Arial, Verdana;
				border: solid 1px #7aa3cc;
			}
			textarea {
				margin-left: 4.5em;
				overflow: hidden;
				border: 2px solid #7aa3cc;
				font-family: Helvetica, Arial, Verdana;
				font-size: 1.4em;	
			}
			
			.activeField
			{
			        background: transparent url(images/cformgradient.jpg) repeat-x top left;
			        border: solid 1px #7aa3cc;
			}
			
			.idle
			{
			    border: solid 1px silver;
			    background-color: ##9098a1;
			    
			}
			
			button {
				font-family: Helvetica, Arial, Verdana;
				font-size: 1em;
				padding: 1em;
				background: transparent url(images/cformgradient.jpg) top left repeat-x;
				border: outset 2px #7aa3cc;
			}
			
			
		h1.success {
			margin-top: 5em;
			width: 40em;
		}
		img.success {
			margin-top: 4em;
			margin-bottom: 4em;
			margin-left: 10em;
		}
		
		/* Style Footer */
		
#footer {
	clear: both;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 9em;
	border-top: 2px solid silver;
	background: url(images/footergradient.jpg) repeat-x top;
	background-color: #6a6a6f;
	
	/*
	border-right: 10px solid #333366;
	border-left: 10px solid #333366;
	*/
	
	bottom: 0px;
	color: white;
	font-weight: lighter;
	
}

		#footer p.address {
			
			width: 240px;
			position: relative;
			float: left;
			margin-left: 6em;
			line-height: 2em;
		}
		
		#footer ul.digits {
		width: 130px;
		margin-left: 6em;
		text-align: left;
		float: left;
		
		}
	
		#footer .digits li {
			line-height: 2em;
		}


		#footer p.footercopy {
			line-height: 2em;
			margin-left: 6em;
			width: 366px;
			float: left;
			
			
		}

		.footercopy a {
			text-decoration: none;
			border-bottom: dotted 2px #e5e4e1;
			color: white;
		}
		
		.footercopy a:hover {
			color: #a6e5a6;
		}

		span.footerstrong {font-weight: 900;}
		
			
		#maincontent a:link {
			margin-left: 130px;
			text-decoration: none;
			color: #333366;
			border-right: outset 1px silver;
			border-bottom: outset 2px silver;
			border-top: solid 1px silver;
			
		}


		.nonexist {
		width: 20em;
		font-family: Arial, Verdana, Helvetica;
		font-size: 3em;
		position: fixed;
		margin-left: 3em;
		margin-top: 8em;
		}
		.nonexist a:link {
			color: white;
		}
#code-of-ethics {
width: 630px;
margin-left: 120px;
}

#code-of-ethics p {
    font-size: 13px;
    margin: 0 0 20px 10px;
    padding: 0;
    width: 520px;}

#code-of-ethics ul {
margin-left: 20px
list-style: none; 
margin-bottom: 20px;}

#code-of-ethics h4 {
    font-family: Times New Roman,serif;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 10px;
}

#code-of-ethics h5 {
letter-spacing: 0.3px;
    font-size: 13px;
    font-weight: bold;
    margin: 16px 0;
    margin-left: 10px;
line-height: 16px;
}
#code-of-ethics li {
font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-left: 20px;
    padding-bottom: 16px;
}

p.note {
font-style: italic;
font-size: 13px;
}

div.jump-to {margin-left: 120px;
    text-align: left;
    width: 500px;
margin-bottom: 50px;

}
#maincontent .jump-to ul {

    display: inline;
    list-style: none outside none;
  }

#maincontent .jump-to li {

  display: inline;
    font-size: 16px;
    padding: 12px 10px 10px 10px;}

#maincontent .jump-to h4 {
display: inline;
float: left;
}

#maincontent .jump-to a {
margin: 0px;
padding: 12px 10px 10px;


border: 1px solid white;}

#maincontent .jump-to a:hover {
background: none repeat scroll 0 0 #ba0a0c;
    border: 1px solid black;
color: white;
    -moz-border-radius: 5px;
    -moz-box-shadow:  inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 1px 1px grey;
-webkit-border-radius: 5px;
    -webkit-box-shadow:  inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 1px 1px grey;
-o-border-radius: 5px;
    -o-box-shadow:  inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 1px 1px grey;
border-radius: 5px;
box-shadow:  inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 1px 1px grey;

}

li.jump-title {
margin-right: 10px;
 background: none repeat scroll 0 0 #79A8DE;
    border: 2px solid #6B93BF;
    -moz-border-radius: 5px;
    -moz-box-shadow: -2px -3px 3px #6893BF inset, 0 1px 1px grey, inset 0px 1px 3px white;
-webkit-border-radius: 5px;
    -webkit-box-shadow: -2px -3px 3px #6893BF inset, 0 1px 1px grey, inset 0px 1px 3px white;
-o-border-radius: 5px;
    -o-box-shadow: -2px -3px 3px #6893BF inset, 0 1px 1px grey, inset 0px 1px 3px white;
border-radius: 5px;
box-shadow: -2px -3px 3px #6893BF inset, 0 1px 1px grey, inset 0px 1px 3px white;
}


