/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #272d32 url(images/bg-tile.gif) bottom left repeat-x;
	font-family: arial;
	font-size: 70%;
	text-align: left;
}

html{
	min-height: 100%;
	height: auto;

}

a, object {
	outline: 0;
}

img {
	display: block;
}

.clear {
	clear: both;
}

#wrap {
	margin: 0px auto;
	width: 925px;
	text-align: left;
}

#header {
	height: 130px;
	background: url(images/header-bg.jpg) top left no-repeat;
}

#nav {
	height: 38px;
	background: url(images/nav-bg.gif) top left no-repeat;
	padding-left: 45px;
}

ul.navlist {
	list-style: none;
}

ul.navlist li {
	float: left;
}

ul.navlist li a {
	display: block;
	float: left;
	height: 26px;
	text-decoration: none;
	color: #272d32;
	font-weight: bold;
	font-size: 1.1em;
	padding: 12px 35px 0px 35px;
}

ul.navlist li a:hover, ul.navlist li a.active {
	color: #308fa2;
}

#banner {
	height: 149px;
}

#page {
	padding: 20px;
	background: #ffffff url(images/page-bg.gif) top left repeat-x;
}

#title {
	height: 27px;
	background: url(images/title-bg.gif) top left no-repeat;
	padding: 12px 0px 0px 26px;
}

h1 {
	color: #308fa2;
	font-size: 1.4em;
}

h2 {
	color: #308fa2;
	font-size: 1.1em;
	margin: 20px 0px 10px 0px;
}

#content {
	padding: 22px 26px;
	background: #ffffff url(images/content-bg.gif) bottom right no-repeat;
	border-left: 1px solid #c1c3c4;
	border-right: 1px solid #c1c3c4;
	border-bottom: 1px solid #c1c3c4;
	color: #272d32;
	font-size: 1.1em;
	line-height: 13pt;
}

#content a {
	color: #272d32;
}

#content_left {
	float: left;
	width: 460px;
}

.large_text {
	font-size: 1.2em;
	line-height: 14pt;
}

ul.pagelist {
	width: 380px;
	border: 1px solid #c1c3c4;
	padding: 10px 40px 10px 10px;
	background-color: #f9f9f9;
	list-style: disc;
	margin-top: 20px;
}

ul.pagelist li {
	margin: 0px 0px 5px 20px;
}

#logos {
	float: right;
}

#footer {
	padding: 10px 22px;
	color: #ffffff;
	font-size: 0.9em;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 400px;
}

#hgc {
	float: right;
	width: 400px;
	text-align: right;
}

#hgc a {
	padding-left: 20px;
	background: url(images/hgc-logo.gif) top left no-repeat;
}