@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: layout-screen.css 65 2009-03-01 03:23:02Z jason.pelletier $
 */

body {
	background: #EEE url('../images/body.png') repeat-x top;
	_background-image: none;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: black;
	text-align: center;
}
#page {
	position: relative;
	width: 955px;
	margin: 25px auto;
	text-align: left;
}
#header {
	position: absolute;
	width: 945px;
	height: 45px;
	top: -65px;
	_top: -18px;
	*top: -18px;
	left: 0;
	padding: 20px 5px 0;
	_padding-top: 18px;
	*padding-top: 18px;
	overflow: visible;
}
	#header h1 {
		font-size: 2.0em;
		line-height: 1.1;
		font-family: Helvetica, sans-serif;
		text-transform: uppercase;
	}
	#header h1 em {
		font-size: 2.0em;
		font-family: Georgia, serif;
		font-style: normal;
		text-transform: none;
	}
	#header h1 a {
		color: #444;
		text-decoration: none;
	}
	#header h1 a em {
		color: black;
	}
#content {
	position: relative;
	margin: 70px 0 5px;
	_margin-top: 45px;
	*margin-top: 45px;
	padding: 50px 15px 25px;
	background-color: white;
	border: 1px solid #BBB;
	line-height: 1.2;
}
#footer {
	color: #444;
	text-align: right;
	text-transform: uppercase;
}
	#footer li {
		display: inline;
		margin-right: 5px;
	}
	#footer li a {
		color: #444;
		text-decoration: none;
	}
	#footer li a:hover,
	#footer li a:focus {
		text-decoration: underline;
	}

a {
	color: #17A6DB;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

ul.nav {
	position: absolute;
	width: 953px;
	top: -1px;
	_top: 0;
	left: -1px;
	_left: -16px;
	background-color: #BBB;
	border: 1px solid #BBB;
	_border-bottom: none;
	*border-bottom: none;
	line-height: 1.0;
}
ul.nav li {
	display: inline;
	margin-right: 1px;
}
ul.nav li a {
	display: inline-block;
	padding: 0.9em 1.1em 0.8em;
	background: #DDD url('../images/ul.nav-li-a.png') repeat-x top;
	_background-image: none;
	font-size: 1.2em;
	text-decoration: none !important;
	color: #444;
}
ul.nav li a:hover,
ul.nav li a:focus {
	background-color: #AAA;
	color: #111;
}
	body.enhanced ul.nav li a:hover,
	body.enhanced ul.nav li a:focus {
		background-color: #DDD;
		color: #444;
	}
ul.nav li a.navlinkactive {
	background-color: #17A6DB !important;
	color: white !important;
}

p#about-site {
	position: absolute;
	top: -9px;
	right: 1px;
	font-size: 1.0em;
	line-height: 1.0;
}
p#about-site a {
	display: block;
	padding: 0.9em 0.9em 0.8em;
	font-size: 1.2em;
	text-decoration: none;
	color: #888;
}
p#about-site a:hover,
p#about-site a:focus {
	text-decoration: underline;
}