@import "sections.css";
@import "text.css";

html, body {
	height: 100%;
}
body {
	background: #FFF url(../images/bg.gif) top left repeat-y;
	font: 11px Verdana, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 720px;
}

a img { border: none; }

.clear { clear: both; }

#nav {
	position: absolute;
	left: 0;
	top: 183px;
	width: 155px;
	text-align: right;
	color: #FFF;
	z-index: 50;
}
	/* IE PC VALUES \*/
	* html #nav ul {
		font-size: 8px;
	}
	#nav ul {
		width: 155px;
		margin: 0 0 20px 0;
		padding: 2px 0 0 0;
		font-size: 12px;
		list-style: none;
		background: url(../images/nav_line.gif) top left no-repeat;
	}
		#nav ul li {
			margin: 0;
			padding: 0 0 2px 0;
			background: url(../images/nav_line.gif) bottom left no-repeat;
		}
		#nav ul li a:link,
		#nav ul li a:visited {
			display: block;
			padding: 4px 20px 4px 5px;
			color: #FFF;
			letter-spacing: .2em;
			text-decoration: none;
			text-transform: uppercase;
		}
			#nav ul li.current a {
				background: url(../images/nav_on.gif) top right no-repeat;
			}
		#nav ul li.dim a:link,
		#nav ul li.dim a:visited {
			color: #CCC;
		}
		#nav ul li a:hover,
		#nav ul li a:active,
		#nav ul li.dim a:hover,
		#nav ul li.dim a:active {
			color: #C59B09;
		}
		#nav ul li.current a:link,
		#nav ul li.current a:visited {
			color: #C59B09;
		}
	#nav p {
		font-size: 14px;
		margin: 0 20px 8px 5px;
	}

#container {
	position: relative;
	min-height: 100%;
	margin-left: 141px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
	#header {
		position: relative;
		height: 128px;
		background: url(../images/header_bg_i.gif) top left repeat-x;
	}
		#header_img {
			height: 128px;
			background-position: -1px 0;
			background-repeat: no-repeat;
		}
		#header a {
			position: absolute;
			bottom: 32px;
			right: 12px;
			width: 187px;
			height: 45px;
			background: url(../images/logo_white.gif) top left no-repeat;
			text-indent: -1000px;
			overflow: hidden;
		}
	#main {
		margin: 20px 50px 0 49px;
		padding-bottom: 124px;
	}
	#footer {
		position: absolute;
		width: 100%;
		height: 100px;
		bottom: 1px;
		font-size: 9px;
		text-align: center;
	}
		#footer div.assoc {
			height: 60px;
			color: #666;
			margin-left: 9px;
			line-height: 16px;
		}
		#footer p {
			margin: 0;
			padding: 8px;
			border-top: 3px solid #E0E0E0;
			background-color: #34C3DD;
			color: #FFF;
			margin-left: 9px;
		}
		#footer a:link,
		#footer a:visited {
			color: white;
			text-decoration: underline;
		}
		#footer a:hover,
		#footer a:active {
			text-decoration: none;
		}