@import url("./content.css");

body {
	background: url(../images/bg_grid.png) no-repeat 0 0 #133f8b; /*232px 121px #00549f*/;
}
.skipLink {
	position: absolute;
	left: -9999em;
	}
	.skipLink:focus {
		left: 0;
		background: #f00;
	}

#container {
	width: 941px;
	margin: 0 0;
}
		.colourBar,
		body .colourBar {
			position: absolute;
			width: 270px;
			height: 7px;
			top: 0;
			right: 0;
			background-color: #5c5c5c;
		}
	#header {
		position: relative;
		height: 160px;
		background-image: url(../images/bg_top.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #fff;
		}
		body.home #header {
			background-image: url(../images/bg_top.gif);
		}

		#logo {
			position: absolute;
			left: 40px;
			top: 30px;
		}
		#mainNav {
			position: absolute;
			left: 258px;
			bottom: 10px;
			overflow: hidden;
			}
			#mainNav ul {
				list-style: none;
				}
				#mainNav li {
					display: block;
					padding-left: 31px;
					background-image: url(../images/icn_arrow-header.gif);
					background-repeat: no-repeat;
					background-position: 0 -1px;
				}
				#mainNav li.active {
					background-position: 0 -30px;
				}
				#mainNav li.first {
					border-left: none;
				}
				#mainNav li.last {
				}

					#mainNav a,
					#mainNav a:link,
					#mainNav a:visited,
					#mainNav span {
						display: block;
						height: 17px;
						width: 156px;
						padding: 2px 0;
						background-image: url(../images/nav_links.gif);
						background-repeat: no-repeat;
						text-indent: -9999px;
						/* text-decoration: none; */
					}
					#mainNav a:hover,
					#mainNav span {
						/* text-decoration: underline; */
					}

					#mainNav a.nav01 {
						background-position: 0 0;
					}
					#mainNav a.nav01:hover,
					#mainNav li.active a.nav01 {
						background-position: -160px 0px;
					}

					#mainNav a.nav02 {
						background-position: 0 -20px;
					}
					#mainNav a.nav02:hover,
					#mainNav li.active a.nav02 {
						background-position: -160px -20px;
					}

					#mainNav a.nav03 {
						background-position: 0 -40px;
					}
					#mainNav a.nav03:hover,
					#mainNav li.active a.nav03 {
						background-position: -160px -40px;
					}

					#mainNav a.nav04 {
						background-position: 0 -60px;
					}
					#mainNav a.nav04:hover,
					#mainNav li.active a.nav04 {
						background-position: -160px -60px;
					}

					#mainNav a.nav05 {
						background-position: 0 -81px;
					}
					#mainNav a.nav05:hover,
					#mainNav li.active a.nav05 {
						background-position: -160px -81px;
					}

					#mainNav a.nav06 {
						background-position: 0 -101px;
					}
					#mainNav a.nav06:hover,
					#mainNav li.active a.nav06 {
						background-position: -160px -101px;
					}
			#subNav {
				position: absolute;
				width: 270px;
				bottom: 10px;
				right: 0;
				}
				#search {
					overflow: hidden;
				}
				#subNav ul {
					clear: both;
					margin-top: 35px;
					list-style: none;
					}
					#subNav li {
						display: block;
						padding-left: 31px;
						background-image: url(../images/icn_arrow-header-nav2.gif);
						background-repeat: no-repeat;
						background-position: 0 -1px;
					}
					#subNav li.active {
						background-position: 0 -30px;
					}

						#subNav ul a,
						#subNav ul a:link,
						#subNav ul a:visited,
						#subNav ul span {
							display: block;
							width: 119px;
							height: 17px;
							padding: 2px 0;
							background-image: url(../images/nav2_links.gif);
							background-repeat: no-repeat;
							text-indent: -9999px;
							overflow: hidden;
						}
						#subNav ul a:hover,
						#subNav ul span {
						}

						#subNav a.nav01 {
							background-position: 0 0px;
						}

						#subNav a.nav01:hover,
						#subNav li.active a.nav01 {
							background-position: -160px 0px;
						}

						#subNav a.nav02 {
							background-position: 0 -30px;
						}
						#subNav a.nav02:hover,
						#subNav li.active a.nav02 {
							background-position: -160px -30px;
						}

						#subNav a.nav03 {
							background-position: 0 -60px;
						}
						#subNav a.nav03:hover,
						#subNav li.active a.nav03 {
							background-position: -160px -60px;
						}




	#footer {
		clear: both;
		position: relative;
		margin-top: -7px;
		padding: 20px 0 30px 0;
		color: #d0d9e8;
		font-weight: bold;
		font-size: 0.9em;
		overflow: hidden;
		}
		#footer #copyright {
			float: right;
			width: 270px;
			}
			#copyright span {
				display: block;
				margin-top: 3px;
				color: #729dd0;
				font-weight: normal;
				}
				#copyright span a,
				#copyright span a:link,
				#copyright span a:visited {
					display: inline;
					color: #729dd0;
					font-weight: normal;
				}
				#copyright span a:hover {
					color: #fff;
				}


		#footer ul {
			list-style: none;
			float: left;
			width: 90px;
			}
			#footer ul.col1 {
				margin-left: 40px;
				}

			#footer li {
				margin-bottom: 3px;
			}
			#footer span {
			}
		#footer a,
		#footer a:link,
		#footer a:visited {
			display: block;
			color: #d0d9e8;
			text-decoration: none;
			white-space: nowrap;
		}
			#footer a.alt,
			#footer a.alt:link,
			#footer a.alt:visited,
			#footer li span.alt {
				color: #729dd0;
			}
			#footer li span.alt {
				display: block;
				white-space: nowrap;
			}
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
			}
			#footer a.alt:hover {
			}


	/* OPTIONAL LAYOUT DEFAULT SETTINGS (IE. MAKE THEM DISABLED) */
	#titleOuter,
	#sidebarOuter {
		display: none;
	}
	/* end */

	.title,
		#titleOuter.title,
		#titleInner.title {
			margin-right: 20px;
		}
		.title h1 {
			color: #00549f;
			font-size: 2em;
		}
	#contentShell {
		padding: 60px 0 40px 40px;
		background-image: url(../images/bg_top.gif);
		background-repeat: no-repeat;
		background-position: 0 -160px;
		background-color: #fff;
		overflow: auto;
	}
	body.home #contentShell {
		background-image: url(../images/bg_top.gif);
	}
	body.home2 #contentShell {
		overflow: inherit;
	}

	#contentShell #sideCol,
	#contentShell .sideCol,
		#contentShell.left #sideCol,
		#contentShell.left .sideCol {
			position: relative;
			float: left;
			width: 210px;
			margin: 0 40px 15px 0;
			padding: 0;
		}

		#contentShell #sideCol {
			margin: 40px 40px 15px 0;
			padding: 40px 0 0 0;
		}

		#contentShell #titleInner,
		#contentShell.left #titleInner {
			position: relative;
			margin-left: 40px;
		}
		#content {
			margin: auto !important;
			overflow: hidden;
			zoom: 1;
		}


/* [TITLE OUTER] */
	#container.showTitleOuter #titleOuter {
		display: block;
	}
	#container.showTitleOuter #titleInner {
		display: none;
	}
/* end [TITLE OUTER] */

/* [SIDE NAV RIGHT] */
	#container.sideColRight #sideCol,
	#container.sideColRight .sideCol {
		float: right;
		margin-left: 15px;
		margin-right: 0;
	}

	#container.sideColRight #content,
	#container.sideColRight #titleInner {
		margin-left: 0;
		margin-right: 200px;
	}


/* end [SIDE NAV RIGHT] */

/* [SIDE BAR OUTER] */
	#container.showSidebarOuter #sidebarOuter {
		display: block;
		float: right;
		width: 150px;
		margin-left: 15px;
	}
	#container.showSidebarOuter #titleOuter,
	#container.showSidebarOuter #contentShell {
		margin-right: 150px;
	}

/* end [SIDE BAR OUTER] */

/* [SIDE BAR INNER] */

.sidebarInner {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	zoom: 1;
}

/* */

