@charset "utf-8";
/* Layout elements */

#layout {
	position: relative;
	margin: 0px auto -234px auto;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	padding: 10px;
	
	background: white;
	border: 1px solid #aaa;
	border-width: 0 1px;
}
#footer {
	position: relative;
	bottom: 0;
	margin: auto;
	width: 920px;
	padding: 10px 0;
	clear: both;
	
	text-align: center;
	font-size: 12px;
	
	background: white;
	border: 1px solid #aaa;
	border-width: 0 1px;
}
#banner {
	float: left;
	margin: 10px 0 0 0;
	height: 56px;
}
#banner h1 {
	text-transform: uppercase;
	font-family: times;
	font-size: 30px;
	color: #000;
	padding: 0;
	margin: 10px 0 0 0;
	letter-spacing: 0.5px;
	}
#banner h1 span {
	font-size: 22px;
	letter-spacing: 0.9px;
	}
#banner h3 {
	font-size: 13px;
	font-family: verdana;
	font-weight: normal;
	font-style: italic;
	color: #c00;
	padding: 0;
	letter-spacing: 0.5px;
	}
#banner a:hover {
	text-decoration: none;
}
#logo-image {
	width: 100px; 
	margin: 0 8px 0 0;
	float: left;
	}
#search {
	float: right;
}
#breadcrumbs {
	clear: both;
	overflow: hidden;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
	}
#login {
	float: right;
	color: inherit;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
	margin-right: 12px;
	line-height: 32px;
}
#login a {
	color: white;
}
#navigation {
	z-index: 10;
	height: 32px;
	background-color: #00477F;
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: center 50%;
	border: 1px solid black;
	color: white;
	float: left;
	width: 794px;
	}
#navigation ul, li {
	margin: 0;
	padding: 0;
	}
#sidebar {
	background-image: url(/images/white-blocks.jpg);
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
	position: relative;
	width: 230px;
	}
#content {
	float: left;
	width: 640px;
	padding: 0;
	padding-left: 10px;
	}
#content-full {
	float: left;
	width: 880px;
	padding: 0 10px;
	}
#footer-nav {
	clear: both;
	background-color: #ddd;
	padding: 20px;
	font-size: 11px;
	border: 1px solid #aaa;
	margin: 10px auto;
	width: 860px;
	}
#footer-nav h3 {
	margin: 0px;
	font-size: 12px;
	}
#footer-nav div {
	float: left;
	text-align: center;
	border-left: 1px solid #bbb;
	height: 120px;
	padding: 0px 10px;
	white-space: nowrap;
	}


* html #footer {
	height:1px;
	}
	