html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	background: #005ba1 url(../images/bg.jpg) repeat-x top;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#toparea {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#toparea #logo {
	float: left;
}

#toparea h1.linked {
	display: block;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	width: 413px;
	height: 70px;
	padding: 0;
	text-indent: -5000px;
	z-index: 100;
	bottom: 10px;
	left: 15px;
}

#toparea h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	width: 413px;
	height: 70px;
	padding: 0;
	text-indent: -5000px;
	z-index: 100;
	bottom: 20px;
	left: 15px;
}


#font-tools {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 50px;
	width: 70px;
	margin: 0;
}

#font-tools a {
	display: block;
	float: left;
	border: 0px;
	outline: none;
	text-decoration: none;
	margin-left: 10px;
	color: #F2F2F2;
}

#font-tools a:hover {
	color: #00FFFF;
}

#font-tools a.small {
	font-size: 10px;
	margin-top: 3px;
}

#font-tools a.default {
	font-size: 12px;
	margin-top: 1px;
}

#font-tools a.large {
	font-size: 14px;
}


#toparea #topnav {
	float: right;
	width: 570px;
	right: 0;
	bottom: 15px;
	position: absolute;
}



#container {
	float: left;
	width: 960px;
	background: #FFFFFF;
}

#container-t {
	float: left;
	width: 960px;
	background: url(../images/bg-container-top.jpg) no-repeat top;
	padding-top: 17px;
}

#container-b {
	float: left;
	width: 960px;
	background: url(../images/bg-container-bottom.jpg) no-repeat bottom;
	padding-bottom: 17px;
}

#container-content {
	float: left;
	width: 926px;
	margin: 0 0 0 17px;
}


#top-content {
	display: block;
	float: left;
	width: 926px;
}

#top-content #header-image {
	display: block;
	float: left;
	width: 514px;
	height: 260px;
	background: url(../images/header-image.jpg) no-repeat;
}

#top-content #slogan {
	display: block;
	float: right;
	background: url(../images/bg-slogan.jpg) no-repeat;
	width: 412px;
	height: 0px;
}

#top-content #newsflash {
	display: block;
	float: right;
	background: url(../images/bg-newsflash.jpg) no-repeat;
	width: 412px;
	height: 260px;
}



#top-modules {
	float: left;
	width: 926px;
	margin: 15px 0 0 0;
	line-height: 16px;
}

#top-modules #u1,
#top-modules #u2,
#top-modules #u5 {
	float: left;
	border: 1px solid #cccccc;
	background: #FFFFFF url(../images/bg-topmodules.jpg) repeat-x bottom;
}

#top-modules .t1 {
	width: 926px;
}

#top-modules .t2 {
	width: 453px;
	margin-right: 17px;
}

#top-modules .t2.last {
	margin-right: 0px;
	width: 452px;
}

#top-modules .t3 {
	width: 295px;
	margin-right: 17px;
}

#top-modules .t3.last {
	margin-right: 0px;
	width: 296px;
}



#breadcrumbs {
	display: block;
	float: left;
	margin: 15px 0 0 0;
	background: url(../images/bg-pathway.jpg) no-repeat;
	width: 926px;
	height: 30px;
	color: #555555;
}

#breadcrumbs #pathway {
	float: left;
	padding: 6px 0 0 25px;
	background: url(../images/icon-pathway.jpg) no-repeat 4px 7px;
}

#breadcrumbs #pathway a {
	text-decoration: none;
}

#searchbox {
	display: block;
	float: right;
	height: 20px;
	margin: 5px 4px 0 0;
	width: 250px;
}

#searchbox .inputbox {
	display: block;
	float: left;
	border: 1px solid #CDCDCD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	vertical-align: middle;
	height: 12px;
	line-height: 12px;
	background: none;
	width: 172px;
}

#searchbox .button {
	display: block;
	float: right;
	background: url(../images/bg-searchbox-button.jpg) no-repeat;
	width: 63px;
	height: 20px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	border: 0px;
	cursor: pointer;
	vertical-align: middle; 
	*vertical-align: text-bottom;
}




#content {
	width: 926px;
	display: inline;
	padding-top: 20px;
	margin-top: 10px;
	float: left;
}

#leftcol {
	float: left;
}

#mainbody {
	float: left;
}

#rightcol {
	float: left;
}

.sidebar { 
	width: 180px;
}

#mainbody.mainbar { 
	width: 886px;
	padding: 0 20px 0 20px;
}

#mainbody.mainbar-lr { 
	width: 526px;
	padding: 0 20px 0 20px;
}

#mainbody.mainbar-l { 
	width: 706px;
	padding: 0 20px 0 20px;
}

#mainbody.mainbar-r { 
	width: 706px;
	padding: 0 20px 0 20px;
}



#bottom-modules {
	float: left;
	width: 960px;
	margin: 15px 0 15px 0;
}

#bottom-modules #u6,
#bottom-modules #u7,
#bottom-modules #u8,
#bottom-modules #u9 {
	float: left;
}

#bottom-modules .b1 {
	width: 960px;
}

#bottom-modules .b2 {
	width: 480px;
	background: url(../images/divisor-bottom-modules.jpg) repeat-y right;
}

#bottom-modules .b3 {
	width: 320px;
	background: url(../images/divisor-bottom-modules.jpg) repeat-y right;
}

#bottom-modules .b4 {
	width: 240px;
	background: url(../images/divisor-bottom-modules.jpg) repeat-y right;
}

#bottom-modules .last {
	background: none;
}


#footer {
	display: block;
	float: left;
	width: 960px;
	height: 100px;
	background: url(../images/bg-footer.jpg) no-repeat top;
}

#footer f-left {
	display: block;
	float: left;
}

#footer f-right {
	display: block;
	float: right;
}