* { padding: 0; margin: 0; } /*Without this the search button doesn't line up in FF2*/

body {
	text-align: center;
	width: 100%;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-color: #F5F5F5;
	background-image: url(../images/page_bg2.gif);
	background-repeat: repeat-y;
	background-position: center; */
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #579CE1;
	}

	
	#wrapper {
		position: relative;
		width: 780px;
		margin: 0 auto;
		text-align: left;
		}

		#header, #content, #masthead, #footer {
			position: relative;
			float: left;
			width: 100%;
			}
			
		#header {
	height: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
			}
			
				.toplink {
					z-index: 1000;
					position: absolute;
					top: 20px; right: 0px;
					width: 330px; height: 10px;
					display: block;
					text-indent: -9999px;
					}
		
		#masthead {
	margin: 1px 0;
	height: 143px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #024E99;
			}
		
		#content {
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
}
				
				#main {
	position: relative;
	float: left;
	width: 550px;
	margin-bottom: 0px;
	padding-left: 10px;
	
	font-size: 14px;
				}
					
					#single #main { width: 780px; }


				#sidebar {
	position: relative;
	float: right;
	width: 210px;
	margin-bottom: 0px;
	background-color: #F0F1F1;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
					}
#sidebar .content {
	padding: 14px 14px 0px 14px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFCC;
}
					
					

			#footer {
	background-image: url(../images/back-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
				}

.subnav {
	font-size: 0.8em;
	clear: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	}
.subnav ul {
	margin: 0px;
	padding: 0px;
}

	.subnav li {
	width: 190px;
	border-bottom-color: #c8cbcc;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
	.subnav li li {
	margin-left: 10px;
	width: 190px;
	border: none !important;
	font-size: 0.85em;
	display: block;
	line-height: normal;
	padding-bottom: 5px;
	background-image: none;
	padding-top: 2px;
}

		.subnav li a {
	text-decoration: none;
	font-weight: bold;
	color: #0092BA;
			}

			.subnav li li a {
	text-decoration: none;
	color: #0568CD;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
				}









/* navigation elements */

#nav {
	position: absolute;
	top: 90px; left: 0;
	}
	
form#search {
	width: 210px;
	margin: 0px;
	padding: 0px;
		}

	


/* content elements */
h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f2f2f2;
	color: #0092ba;
	font-size: 2.1em;
	font-family: "Trebuchet MS", Arial, Verdana;
	}
	
	#content h2 {
	color: #003366;
	font-size: 1.5em;
	clear: both;
	padding-bottom: 10px;
		}

	#main h3 {
	color: #0092BA;
	font-size:1.2em;
	margin: 0 0 10px;
		}
	
	#sidebar h3 { margin-top: 16px; }
#sidebar   h2  {
	font-size: .9em;
	margin-right: 10px;
	margin-left: 10px;
	color: #0092BA;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 0px;
}

	
	#sidebar h3 a { color: #646566; font-size: 12px; text-decoration: none; }

	#main h4 {
		color: #000;
		font-size: 16px;
		margin: 10px 0;
		}
#main    p, #main    ul, #main    ol   {
	padding: 0 0 2em 0;
	line-height: 120%;
		}

		
		
	#footer p { 
		text-align: center;
		font-size: 10px;
		line-height: 250%;
		color: #888;
		padding: 20px;
		}

		
span {}

	
	li { list-style: none; }
	
	#main li {
	position: relative;
	padding: 3px 0 10px 15px;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style-type: none;
} 

	
	#main ul.list { border-top: 1px solid #d5d8d9; margin: 0 !important; padding: 0 !important; }
	
	#main ul.list li {
		background: none !important;
		padding: 10px 0;
		border-bottom: 1px solid #d5d8d9;
		}
		
		#main ul.list li a { font-weight: bold; }

#footer a, #main a, .col a {
	color: #0568CD;
	text-decoration: underline;
}
#footer a:hover, #main a:hover, .col a:hover {
	background-color: #DFF4FF;
}

	#footer a {
	padding: 0 10px;
	text-decoration: none;
}
		
		
/*Bios*/
.bio {
	padding: 5px;
	width: 250px;
	float: left;
	background: #EEEEEE;
	margin-top: 0px;
	margin-left: 0px;
}
.bio dt {
	margin: 0px 10px 0px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	color: #555555;
}
.bio dd {
	margin: 0;
	padding: 0em 0em .5em 0em;
	font-size: 90%;
	line-height: 1.6em;
	color: #555555;
}
.bio dd a {

}
.bio dt img {
	float: left;
}
.bio img {
	margin: 0px 10px 0px 0px;
	padding: 0;
}
.bio a:hover {
	color: #FFFFFF;
}
.bio a:link img, .bio a:visited img {
	border: 3px solid #FFFFFF;
}
.bio a:focus img, .bio a:hover img, .bio a:active img {
	border: 3px solid #CCCCCC;
}
.boxed {
	width: 500px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.boxed td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#wrapper #navmenu {
	float: left;
	width: 100%;
}
/* form elements */

form, fieldset, button {
	border: none;
	outline: none;
	background: none;
	}
	
	form#search {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 210px;
	float: left;
		}
input   {
	outline: none;
	background: none;
	border: 1px solid #999;
	padding: 1px;
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
#search  input   {
	margin: 5px;
	border: none !important;
		}
	
button { 
	cursor: pointer;
	border: none; outline: none;
	display: block;
	float: left;
	text-indent: -9999px;
	position: relative;
	width: 52px; height: 25px;
	}
	
	button.search { background: url("../images/btn-search.png") no-repeat top left; float: right; margin-right: 10px; }

label {
	display: block;
	position: relative;
	clear: left; float: left;
	margin-bottom: 10px;
	font-size: 11px;
	}


fieldset { 
	border: none;
	display: block;
	clear: left; float: left;
	}
#search  fieldset   { 
		background: url("../images/input-search.png") no-repeat 1px 0;
		width: 210px; height: 25px;
		float: left;
		position: relative;
		}

legend {
	font-weight: normal;
	padding: 6px;
	font-size: 13px;
	margin-left: -6px;
	margin-bottom: 10px;
	}

span.hide { display: none; }
#sidebar #topspacer {
	padding-top: 50px;
	clear: both;
}
.subnav {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#sidebar a:link {
	color: #0092BA;
}
#sidebar a:visited {
	color: #0568CD;
}
#sidebar a:hover {
	color: #FF9900;
}
#sidebar   h2  a:link, #sidebar h2 a:visited  {
	text-decoration: none;
}

#sidebar p {
	font-size: 0.7em;
	padding: 10px;
	color: #333333;
}
