@charset "utf-8";
/* CSS Document */

#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}

#header {
	padding: 0px;
	height: 100px;
	border-top: 0px solid #003366;
	border-bottom: 0px solid #003366;
	background-color: #FFFFFF;
}	
#headAdSpace {
	position: relative;
	height: 96px;
	width: 280px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	vertical-align: top;
	margin-right: 320px;
	top: 2px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	float: left;
	margin: 0 0 15px 0;
	}
#site-nav {
	float: right;
	width: 80px;
	margin: 10px 20px 15px 0;
	padding: 0 0 0 20px;
	list-style: none;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #2A567F;
	}
#site-nav a {
	background: none;
	}
.thrCol #photobanner {
	background: #E8EAF4;
	clear: both;
	height: 170px;
	margin: 0px;
	padding: 0px;
	border-top: medium solid #000033;
	border-bottom: medium solid #000033;
	position: relative;
	top: 0px;
}

#photobanner img {
	vertical-align: middle;
	padding-top: 10px;
}
#headRight {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	width: 320px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #AdSense {
	height: 80px;
	width: 250px;
	background-color: #FFFFFF;
	position: absolute;
	right: 2px;
	top: 5px;
	padding: 5px;
	margin-left: 5px;
}

