/*
Name: Savage Version 2.0
Author: ICE Design
Author URI: http://www.icei.com.au

*/

/********** HTML elements **********/

body {
	font-family: sans-serif;
	font-size: 11px;
	color: #000;
	background: #ffffff url(../images/swooshbackground.jpg) no-repeat top center;
	padding: 0;
	text-align: center;
	line-height: 20px;
}

h1, h2, h3, h4 {
	font-size: 16px;
	color: #666;
	margin: 10px 0;
	padding-left: 25px;
}

h1 {
	background: url(images/bullet-green.jpg) center left no-repeat;
}

h2 {
	background: url(images/bullet-orange.jpg) center left no-repeat;
}

h3 {
	background: url(images/bullet-violet.jpg) center left no-repeat;
}

h4 {
	background: url(images/bullet-blue.jpg) center left no-repeat;
}

h5 {
	font-size: 14px;
	margin: 0 60px;
}

h5 a {
	color: #F60;
}

h5 a:hover {
	color: #F30;
}

ul {
	list-style: none;
}

ul li {
	display: inline;
	padding-right: 10px;
	margin: 0px;
}

ol {
	list-style: decimal-leading-zero;
	color: #666;
}

img {
	border: 0;
}

a {
	color: #578CAF;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	color: #0069AF;
}

/********** User-defined elements **********/

#box {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#topnavbox{
	background: #004285;
	width: 900px;
	height: 25px;
}

#topnavbox ul {
	list-style: none;
	margin: 2px 0;
	padding: 0 10px;
}

#topnavbox ul li {
	display: inline;
	padding: 5px 0;
	margin: 5px;
}

#topnavbox ul li a {
	color: #FFF;
	padding: 5px 5px;
	background: #004285;
	height: 25px;
}

#topnavbox .on, #topnavbox ul li a:hover {
	color: #004285;
	background: #FFF;
	height: 25px;
}

#searchbox {
	width: 100%;
	height: 30px;
	background: #EEE;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	background: #FFF;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	color: #999;
	padding-left: 15px;
	background: url(images/bullet-nav.jpg) center left no-repeat;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}

#sidebar ul li a:hover {
	color: #690;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#container {
	width: 900px;
	padding: 10px;
	background: #FFF;
	font-size: 12px;
}

#openingimage{
	width: 900px;
	height: 490px;
}

#prev-next {
	margin: 10px 0;
}

#footer {
	height: 40px;
	border-top: 1px solid #004285;
	text-align: center;
}

#footerblue{
	font-size: 12px;
	height: 20px;
	width: 900px;
	color: #FFF;
	margin-top: 40px;
}

#footerblue a {
	color: #004285;
	text-decoration: none;
}

#footerblue a:hover {
	color: #666;
}
/********** Class elements **********/

.hack {
	clear: both;
}

.alnleft {
	float: left;
}

.alnright {
	float: right;
}

