/* 	Department of Defence
	Layout CSS Document
	
	Colour Palette
	
	Header chapter navigation BG (grey): #858486
	Header main heading BG (grey): #5a585d
	Left column BG (grey): #dddbdd
	Border colour (grey) #dbdadb
	Normal Link (red): #da0725
	Hover (grey): #5a585d
	
	Developer: TB
	
---------------------------------------------------------- */


.skip-navigation {
	position: absolute;
	left: -999px;
	top: -999px;
}
.whole-container {
	background: url(../img/bg_heading.gif) repeat-y right;
}

/* Header Elements */
#header-container {
	background: #da0725 url(../img/bg_header.gif) no-repeat right top;
	padding-right: 30px;
	border-bottom: 1px solid #dbdadb;
}
#header-container .top-navigation {
	font-size: 90%;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dbdadb;
	float: left;
	clear: both;
	position: relative;
}
#header-container .top-navigation .search {
	padding:  0;
	width: 165px;
	height: 100%;
	background: url(../img/bg_top-navi-divider.gif) no-repeat 0 100%;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
#header-container .logo {
	background: #fff url(../img/bg_logo.jpg) no-repeat left top;
	clear: both;
	padding: 0 0 0 160px;
	height: 74px;
}
#header-container .logo img {
	border-left: solid 1px #dddbdd;
}
#header-container .logo {
	background: #fff url(../img/bg_logo.jpg) no-repeat left top;
	clear: both;
	padding-left: 160px;
}
#header-container .logo img {
	border-left: 1px solid #dbdadb;
	margin: 0;
	padding: 0;
}
#header-container .chapter-navigation {
	font-size: 90%;
	border-top: 1px solid #dbdadb;
	background: #858486;
	float: left;
	width: 100%;
	background: url(../img/bg_chapter_navi.gif) repeat-x bottom;
}
#header-container .chapter-heading {
	background: #5a585d;
	color: #fff;
	padding: 10px 0 20px 178px;
	clear: both;
}
#header-container .chapter-heading .number {
	text-align: right;
	width: 148px;
	margin-left: -178px;
	float: left;
	font: 500%/.9 Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header-container .chapter-heading .number strong {
	position: absolute;
	top: -999px;
	left: -999px;
}
#header-container .chapter-heading p {
	font-size: 90%;
	margin: 0;
	padding: 0 10px 0 0;
}



/* Content Styles */

.content-bg {
	background: url(../img/bg_heading.gif) repeat-y 159px;
}
#content-container {
	margin: 0 29px 0 159px;
	padding: 0;
	border-right: 1px solid #dddbdd;
	position: relative;
}
#content-container #navigation {
	list-style: none;
	width: 160px;
	float: left;
	padding: 0;
	margin: 0 0 -1px -160px;
	position: relative;
	font-size: 90%;
}
#content-container #content {
	padding: 5px 20px 0 17px;
}
#previous-next {
	clear: both;
	margin: 0 29px 0 159px;
	border-top: solid 1px #dddbdd;
	border-left: solid 1px #dddbdd;
	background: url(../img/bg_next-prev-divider.gif) no-repeat center bottom;
	position: relative;
}
#previous-next ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#previous-next li {
	display: block;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#previous-next li.next {
	text-align: right;
	background: url(../img/bg_next-prev-divider.gif) no-repeat left top;
}


/* Image Div Styles */

#image-div {
	margin-bottom: 10px;
	background-color: #EFEFEF;
}


/* Footer Styles */

#footer {
	font-size: 90%;
	border-top: solid 1px #dddbdd;
	border-bottom: solid 1px #dddbdd;
	border-left: solid 160px #dddbdd;
	padding: 0 20px 0 10px;
	background: url(../img/bg_footer.gif) repeat-y right;	
	clear: both;
}
