body {
	background: #fff url(/images/background.gif);
	text-align: center; /* IE hack for centering of site container */
	padding: 0;
	margin: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding-top: 25px;
	clear: both;
}

#header {
	clear: both;
}

#logo {
	margin-bottom: 15px;
	padding-left: 20px;
}

#sitemap {
	position:absolute;
}

#sitemap ul li {
	float:left;
}

#menu {
	padding: 7px;
	padding-left: 96px;
	background-color: #468daa;
	color: #ccc;
	clear: both;
}

#menu a {
	text-decoration: none;
	color: #fff;
	padding: 7px 10px;
	font-weight: bold;
}

#menu a:hover {
	color: #f6cf8b;
}

#line-under-menu {
	font-size: 1px;
	height: 10px;
	background-color: #86b6cc;
	border-left: 96px solid #fff;
	clear: both;
}

#page-title {
	padding: 4px;
	padding-left: 248px;
	background-color: #f58516;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	border-right: 42px solid #86b6cc;
	clear: both;
	text-transform: capitalize;
}

#page-subtitle {
	background-color: #86b6cc;
	padding: 4px;
	border-left: 96px solid #fff;
	padding-left: 153px;
	color: #fff;
	clear: both;
}

#page-subtitle a {
	color: #fff;
}

#content-left {
	float: left;
	width: 96px;
	background-color: #fff;
}

#content-center {
	background-color: #86b6cc;
	float: left;
	width: 704px;
}

#content-menu {
	float: left;
	width: 152px;
}

#submenu {
	background: #bfd9e4;
	padding: 10px;
	padding-left: 0;
	text-align: right;
	line-height: 140%;
}

#submenu a {
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .section {
	font-weight: bold;
	text-transform: uppercase;
	color: #468daa;
}

#submenu .section a {
	color: #468daa;
	text-decoration: underline;
}

#submenu .section a:hover {
	color: #000;
}

#submenu .seperator {
	font-size: 1px;
	height: 1px;
	margin: 10px 0;
	background-color: #5e99b1;
	border-top: 1px solid #80aec1;
}

#content-body {
	background-color: #fff;
	float: left;
	width: 470px;
	padding: 8px 20px 20px 20px;
	min-height: 550px;
}

#footer {
	clear: both;
	background-color: #f58516;
	/*border-left: 96px solid #fff; */	
	color: #fff;
	text-align: center;
	padding: 4px;
}

#footer a {
	color: #fff;
}

#sun-blue {
	display: block;
	padding-top: 50px;
}