/*
	ANZATS Main CSS
	May 2008

	Design by David Harding
	davidharding.com.au

	HTML/CSS by David Nash
	davidnash.com.au
	
	Updated by Simon Davies
	protechsound.com.au
	
	Updated 2012 by Charles Sherlock
	ANZATS Executive Officer 
*/

html {
	font: small Arial, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #f5f5f5;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	font-size: 120%;
}

a { color: #003398; }

a img { border-width: 0 }

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: solid #003398;
	border-width: 0 1px 1px 1px;
	background: #fff url("img/bg-body.jpg");
}

.clear { clear: both; }

.blue { color: #003389; }

#left {
	width: 188px;
	float: left;
	border-right: 1px solid #003398;
	color: #03C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#right {
	width: 771px;
	float: right;
	position: relative;
	padding-bottom: 35px;
}


#left h1 {
	margin: 0; padding: 0;
	background: #003398;
	height: 112px;
	position: relative;
}

#left h1 a span {
	display: none;
}

#left h1 a {
	display: block;
	width: 123px;
	height: 48px;
	background: #003398 url("img/anzats.gif");
	position: absolute;
	right: 0;
	bottom: 0;
}

#left #decoration {
	height: 120px;
	background: url("img/bible.gif");
	border: solid #003398;
	border-width: 1px 0;
}

#left #photo {
	display: block;
	margin: 25px 0 0 auto;
	border: solid #003398;
	border-width: 1px 0 1px 1px;
}


#right #head {
	height: 79px;
	background: url("img/header.jpg");
	position: relative;
}

#right #head .links {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 5px;
	bottom: 4px;
}

#right #head .links {
	color: #fff;
}

#right #head .links a {
	font-weight: bold;
	color: #ffcc67;
	text-transform: uppercase;
	text-decoration: none;
}

#right #head .links a:hover {
	text-decoration: underline;
	color: #fff;
}

#right #navWrap {
	background-color: #ffcc67;
	border: solid #003398;
	border-width: 1px 0;
	height: 32px;
}

#right #nav {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
	background: url("img/bg-button.gif") repeat-x 0 1px;
	width: Auto;
}

#right #nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#right #nav li a {
	display: block;
	color: #003398;
	text-decoration: none;
	font-size: 12.5px;
	font-family: Tahoma, sans-serif;
	padding: 4px 6px 6px 6px;
	height: 14px;
	float: left;
	border: solid #ffcc67;
	border-width: 1px 1px 0 0;
}

#right #nav li a:hover {
	background: url("img/bg-button.gif") repeat-x 0 -24px;
	border: solid #003398;
	border-width: 1px 1px 0 1px;
	padding-left: 5px;
}

#right #nav li a.active {
	border: solid #003398;
	border-width: 1px 1px 0 1px;
	padding-left: 5px;
}

#right #main {
	background: url("img/bg-page.gif") no-repeat;
	clear: both;
	padding: 5px 35px 5px 5px;
	min-height: 400px;
}

#right #main #blurb {
	height: 50px;
	line-height: 130%;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#right #main #blurb h2 {
	color: #003398;
	font-family: Arial, sans-serif;
	font-style: italic;
	display: inline;
	padding: 0; margin: 0;
	font-size: 17px;
}

#right #main #blurb h4 {
	color: #000;
	font-family: Arial, sans-serif;
	font-style: italic;
	display: inline;
	padding: 0; margin: 0;
	font-size: 12px;
}

#right #blurb p {
	margin: 0;
	padding: 0;
	font-size: 105%;
}

#right #blurb a {
	color: #000;
}

/* The blurb on links.html has 3 lines of text instead of two,
it need to be moved up to keep bottom alignment*/
#right #main #blurb.threeLines {
	padding-top: 50px;
}


#right #main h3 {
	font-style: italic;
	color: #003389;
	font-size: 17px;
	margin: 0;
	padding: 0;
}

#right #main ol {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style-position: outside;
}

#right #main li {
	margin: 0;
	padding: 0 0 1em 0;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	border: solid #003389;
	border-width: 1px 0 0 0;
	height: 14px;
	padding: 3px;

	font-size: 10px;
	color: #003389;
	width: 765px;
}
