﻿div.header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.header_logo {
	height: 56px;
	background-image: url(Images/HeaderBackgroundBar.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

span.logo {
	padding-left: 5px;
	margin-right: 20px;
	color: #999999;
	font: bold 17pt Century Gothic, Verdana;
}

span.logo_description {
	padding-left: 5px;
	margin-right: 20px;
	color: #99BC88;
	font: bold italic 12pt Verdana;
}

div.header_separator {
	background-image: url(Images/ContentBackgroundTop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 11px;
}

div.header_right {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	background-image: url(Images/HeaderBackground.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 359px;
	height: 67px;
}

div.header_search_spacer {
	line-height: 22px;
}

div.header_search {
	margin-right: 2px;
}

div.header_links {
	text-align: right;
	float: right;
	font-size: .8em;
	font-weight: bold;
}

.search_label {
	color: gray;
	font-size: .8em;
	font-weight: bold;
}

.search_textbox {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	border: inset 1px silver;
}

.search_button {
}

div.content_all {
	margin-top: 67px;
}

div.content_header {
	padding-left: 10px;
	height: 56px;
	background-image: url(Images/ContentBackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.content_sidebar {
	font-size: 1em;
	font-weight: bold;
	float: left;
	width: 135px;
}

div.content_sidebar_links {
	padding-left: 10px;
}

	div.content_sidebar_links img {
		border: 0;
	}

div.content_topbar {
	width: 720px;
	margin: -50px auto auto auto;
}

.content_topbar_links {
	margin-bottom: 7px;
}

	.content_topbar_links a {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		width: 85px;
		height: 40px;
		margin: 10px;
		padding: 30px 5px 5px 5px;
		background-color: #359A00;
		color: white;
	}

a.content_topbar_link_selected {
	background-color: azure !important;
	color: black !important;
	border: 1px solid black;
}

.content {
	/* margin-left: 140px;  creates a column for the content next to the content_sidebar, which is floating left (see rule above) */
}

.content_centered {
	text-align: center;
}

img.content_leader {
	float: left;
	margin-right: 10px;
	border: 0;
}

.section {
	clear: both;
}

.section_centered {
	margin: auto auto auto auto;
}

.project_tile {
	height: 130px;
	border-top: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer {
	font: .7em Verdana;
	clear: both;
	height: 25px;
	padding: 5px;
	margin-top: 25px;
	border-width: 2px 0 0 0;
	border-color: forestgreen;
	border-style: solid;
}
