/* Page sections */
body, html {
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D9E5E9;
	margin-bottom: 20px;
}
#wrapper {
	margin: 0 auto;
	padding-top: 21px;
	width: 900px;
	background: url(/images/page_top_bg.gif) no-repeat left top #fff;
}
#header {
	position: relative;
	height: 180px;
	background: url(/images/header-curve.jpg) top left no-repeat;
	border-bottom: 2px solid #4161b6;
}
#header #logo {
	position: absolute;
	top: 0;
	right: 10px;
}
#footer {
	clear: both;
	height: 35px;
	padding: 10px;
	padding-bottom: 0;
	background: url(/images/page_bottom_bg.gif) left bottom no-repeat;
	border-top: none !important;
	border-top: 1px solid #DAE3E6;
	font-size: 10px;
}
#footer #copyright {
	float: left;
	color: #999;
}
#footer #links {
	float: right;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #3868B1;
}
#footer a:hover {
	text-decoration: underline;
}

/* Navigation */
#navigation {
	position: absolute;
	top: 135px;
	left: 233px;
	height: 45px;
	width: 667px;
	padding: 0;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	list-style: none;
	overflow: hidden;
}
#navigation li {
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	background: none;
	list-style: none;
}
#navigation li ul {
	display: none;
}
#navigation li a {
	float: left;
	clear: none;
	height: 30px;
	margin-right: 1px;
	padding: 15px;
	background-image: url(/images/nav_normal.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navigation li.active a {
	background-image: url(/images/nav_active.gif);
}
#navigation li.active a:hover {
	background-color: #4f86be;
}
#navigation li a:hover {
	background-image: none;
	background-color: #77a7d8;
}
#content {
	top: 21px;
	margin: 9px;
	margin-bottom: 0;
	border-bottom: 1px solid #DAE3E6 !important;
	border-bottom: none;
}
#page {
	float: right;
	clear: none;
	width: 657px;
	margin-bottom: 20px;
}
#sidebar {	
	float: left;
	clear: none;
	width: 213px;
	font-size: 11px;
	padding-bottom: 20px;
}
#sidebar h4 {
	color: #3868B1;
	margin: 0;
	background-color: #EEF4F5;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}
#sidebar h4 a {
	display: block;
	color: #3868B1;
	text-decoration: none;
}
#sidebar p {
	margin: 10px 5px;
}
#sidebar ul {
	padding: 0;
	margin-top: 5px;
}
#sidebar li {
	list-style: none;
	border-top: 1px solid #ccc;
}
#sidebar li:first-child {
	border-top: 0;
}
#sidebar li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background: url(/images/orange-arrow.gif) 203px 7px no-repeat transparent;
}
#sidebar li a:hover {
	background: url(/images/white-arrow.gif) 203px 7px no-repeat #81a7c9;
	color: #fff;
}
#sidebar li.active a,
#sidebar li.active a:hover {
	/*background: #EEF4F5;*/
	background: #aacd85;
	color: #fff;
}
#breadcrumbs {
	font-size: 10px;
	color: #666;
}

.clear {
	clear: both;
}
