@charset "utf-8";
body {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0 0 0 10%;
	padding: 0;
	width: 80%;
}
img { border: 0; }
#skipNav a {
	background-color: transparent;
	color: #FFF;
	cursor: default;
	position: absolute;
	top: 0; left: 0;
}
#skipNav a:active, #skipNav a:focus {
	background-color: transparent;
	color: #000;
}
#header a, #footer a, #skipNav a { text-decoration: none; }
#header em, #footer em, #skipNav em {
	font-style: normal;
	text-decoration: underline;
}
#header { width: 100% }
#header .logo {
	float: left;
	width: 40%;
}
#header .sculpture {
	border-bottom: 1px solid #0052A0;
	border-left:   1px solid #0052A0;
	border-right:  1px solid #0052A0;
	float: right;
	width: 55%;
}
#header .searchBar {
	border-bottom: 1px solid #0052A0;
	clear: both;
	padding: 0.25em 1%;
	text-align: right;
	width: 98%;
}
#header .searchBar img {
	height: 1.5em;
	vertical-align: middle;
}
#header .searchForm, .searchForm div { display: inline; }
#header .searchForm input {
	font-size: 100%;
	margin-right: 5px;
	vertical-align: middle;
}
#navigation {
	float: left;
	width: 22%;
}
#navigation .menu {
	font-weight: bold;
	margin: 0.75em 0;
	width: 100%;
}
.menu select {
	font-size: 100%;
	width: 85%;
}
.menu input {
	height: 1.5em;
	vertical-align: text-bottom;
	width: 8.5%;
}
#navigation h1 {
	border-bottom: 1px solid black;
	font-size: 100%;
	margin: 1em 0 0.5em 0;
	width: 100%;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li { margin: 0.35em; }
#navigation a { text-decoration: none; }
#mainContent {
	float: right;
	width: 75%;
}
#mainContent h1 {
	border-bottom: 2px solid black;
	font-size: 150%;
	margin: 1em 0 0.5em 0;
}
#mainContent h2 {
	font-size: 120%;
	margin: 0.5em 0 0.25em 0;
}
#mainContent h3 {
	font-size: 100%;
	text-decoration: underline;
}
#mainContent li { margin: 0.5em 0; }
#footer {
	border: 1px solid #0052A0;
	clear: both;
	padding: 0.35em 0;
	text-align: center;
	width: 100%;
}
.applicationpdf  { list-style-image: url( "/fc/assets/images/pdf-icon.gif" ); }
.applicationword { list-style-image: url( "/fc/assets/images/word-icon.gif" ); }
.applicationexcel{ list-style-image: url( "/fc/assets/images/xls-icon.gif" ); }
.applicationtxt  { list-style-image: url( "/fc/assets/images/txt-icon.gif" ); }
.applicationppt  { list-style-image: url( "/fc/assets/images/ppt-icon.gif" ); }
.applicationflash{ list-style-image: url( "/fc/assets/images/flash-logo.jpg" ); }
.applicationweb  { list-style-image: url( "/fc/assets/images/link-icon.gif" ); }
.applicationzip  { list-style-image: url( "/fc/assets/images/zip-icon.gif" ); }
.applicationexe  { list-style-image: url( "/fc/assets/images/exe-icon.gif" ); }
.applicationrss  {
	list-style-image: url( "/fc/assets/images/feed-icon.png" );
	list-style-position: inside;
}
.clearRight { clear: right; }
.center { text-align: center; }
.highlight { background-color: #CCC; }

