/* Standard Tags */
a:link, a:visited {
	font-weight: bold;
	color: black;
}
a:active, a:hover {
	text-decoration: none;
	color: #1A569A;
}
body {
	font: 1.2em arial, tahma, sans-serif;
	background: #69c url('site_images/bg.gif') repeat-y top center;
}
em {
	font-style: italic;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;	
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;	
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
input, select, textarea {
	float: right;
	margin: 5px;
}
select {
	font-size: 10px;
}
input.check {
	width:  30px !important;
}
label {
	float: left;
	margin: 5px;
}
p {
	margin: 10px 0 10px 0;	
}
br {
	clear: both;
}

/* Id's */
#addPage {
	margin: 0 0 3px 3px;
	width: 180px;
	clear: both;
	border: 3px solid silver;
	font-size: .8em;
	background: #efefef;
}
	#addPage input {
		width: 90px;
		font-size: 1em;
	}
	#addPage input.button {
		float: none;
		margin: 0 auto 0 auto;
	}
#addButton {
	margin-bottom: 3px;
	width: 180px;
	clear: both;
	border: 3px solid silver;
	font-size: .8em;
}
	#addButton input {
		width: 90px;
		font-size: 1em;
	}
	#addButton input.button {
		float: none;
		margin: 0 auto 0 auto;
	}
	#addButton input.fileInput {
		float: none;
		width: 170px !important;
	}
	#addButton h6 {
		background: silver;
		text-align: center;
	}
#addGallery {
	width: 300px;
	margin: 0 auto;
}
	#addGallery legend {
		font-weight: bold;
	}
#adminLogin {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 130px;
	margin: 3px;
	padding: 3px;
	border: red 3px solid;
	font-size: .8em;
	text-align: center;
	background: white;
}
	#adminLogin input {
		width: 55px;
		font-size: 1em;
	}
	#adminLogin input.button {
		float: none;
		margin: 0 auto 0 auto;
	}
.amse {
	border: 3px double black;
	margin: 30px 5px 5px 5px;
	padding: 5px;
}
#backer {
}
.backLink {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#banners {
	margin: 10px;
}
.blueBox {
	width: 400px;
	background: url('site_images/blue-bot.gif') no-repeat bottom center;
}
.blueBoxInner {
	background: url('site_images/blue-top.gif') no-repeat top center;
	
	padding: 30px 0 20px 0;
}
	.blueBox table {
		width: 390px;
		margin: 5px auto;
		border: 1px solid black;
		
	}
	.blueBox caption {
		color: #eee;
		font-weight: normal;
		text-align: center;
		font-size: 1.6em;
	}
	.blueBox th {
		font-weight: bold;
		background: #eee;
		text-align: center;
		padding: 0;
	}
	.blueBox td {
		border-top: 1px solid black;
	}
	.blueBox td.desc {
		
		border-right: 1px solid black;
	}
	.blueBox tfoot td {
		font-weight: bold;
	}
#buttons {
	text-align: center;
}
	#buttons .options {
		/*background: url('images/options_tab.gif') no-repeat top left;*/
		width: 80px;
		height: 25px;
		margin: 0;
		padding-left: 7px;
	}
#clickCounts {
	font-size: 9px;
	width: 50px;
	float: right;
	text-align: left;
}
.centered {
	text-align: center;
}
#columnLeft {
	width: 200px;
	float: left;
}
#columnRight {
	width: 200px;
	float: right;	
}
	#columnRight h5 {
		text-align: center;
	}
#content {
	width: 670px;
	margin: 0 auto 0 auto;
	float: left; /* REMOVE LATER */
}
	#content .pageTitle {
		color: white;
		margin-bottom: 10px;
		text-align: center;
		width: 250px;
		height: 30px;
		float: right;
		clear: both;
		background: url('site_images/drop_tab.gif') no-repeat bottom center;
	}
	#content li {
		list-style-image: url('site_images/aus_icon.gif');
	}
#emailForm {
	width: 300px;
	margin: 20px auto;
}
	#emailForm legend {
		font-weight: bold;
	}
#flashPics {
	width: 400px;
	height: 200px;
	float: left;
}
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	height: 150px;
	background: url('site_images/footer_wave.gif') no-repeat center 86px;
}
	#footer .leftCol {
		width: 15%;
	}
	#footer .rightCol {
		width: 15%;
	}
	#footerInner {
		margin: 0 auto;
	}
#gallery {
	margin-left: 40px;
}
	#gallery img {
		margin: 10px;
	}
#header {
	height: 115px;	
	background: url('site_images/top_bg.gif') no-repeat 30px 10px;
}
	#header h1 {
		float: right;
		text-indent: -6000px;
		background: url('site_images/aus_pro_title.gif') no-repeat left center;
		width: 700px;
		height: 100px;
	}
.imgLeft {
	float: left;
	margin: 30px 10px 10px 10px;
}
.imgRight {
	float: right;
	margin: 30px 10px 10px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#imageForm {
	width: 300px;
	margin: 0 auto;
}
	#imageForm legend {
		font-weight: bold;
	}
#navigation {
	margin-top: 10px;	
}
	#navigation ul {
		padding-left: 20px;
		width: 150px;
	}
	#navigation li.notPublished {
		background: #fbb;
	}
	#navigation li {
		width: 150px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 3px;
		padding-left: 5px;
		list-style-type: none;
	}
	#navigation li.homepage {

	}
	#navigation a:link, #navigation a:visited {
		font-size: 1em;
		font-weight: bold;
		color: white;
		text-decoration: none;
		background: url('site_images/but_flat_off.gif') no-repeat center left;
	}
	#navigation a:hover, #navigation a:active {
		text-decoration: underline;	
		color: #1A569A;
		background: url('site_images/but_flat_on.gif') no-repeat center left;
		color: #396DA7;
		text-decoration: none;
	}
	#navigation li a.pageLink {
		height: 30px;
		overflow: auto;
		display: block;
		width: 150px;
		padding: 0 3px 3px 10px;
	}
#poweredFooter {
	text-align: center;
	color: #999;

	
	height: 60px;	
}
	#poweredFooter a {
		color: #999;
	}
.showSubNav {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}	
#subElements {
/*	background: url('images/get_on_the_road.gif') no-repeat center top;*/	
}
.subNavigation {
	text-align: center;
	padding: 0;
}
	.subNavigation li {
		list-style: none;
		display: block;
		text-align: left;
		margin: 0 10px;
	}
#userListWrapper {
	position: absolute;
	top: 0;
	left: auto;
	margin-left: 270px;
	width: 350px;
}
	#userList {
		padding: 3px;
		background: white;
		border: 3px solid silver;
		border-top: none;		
	}
	#userListWrapper ul {
		margin: 5px;
	}
	#userListWrapper .option {
		margin-top: 0 !important;
	}
	#userListWrapper h4 {
		background:  url('images/users_tab.gif') no-repeat top center;
		text-align: center;
		font-size:  1em;
		cursor: pointer;
	}
	#userListWrapper .button {
		float: none ;
		clear: both;
	}
#wrapper {
	background: url('site_images/main_bg.gif') repeat-y 30px 0;
	width: 900px;
	margin: 0 auto 0 auto;
	min-height:650px; /* IE Min height fix */
	height:auto !important;
	height:650px;
}

/* Classes */
a.option  {
	color: white;
}
.button {
	display: block;
	margin: 3px auto 3px auto;
}
.clickable {
	background: silver url('images/plus_minus.gif') no-repeat left;
	cursor: pointer;
	padding-left: 16px;
}
.deleteLink {
	background: url('images/delete.gif') no-repeat !important;	
	text-indent: -3000px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 5px;
}
.downLink {
	background: url('images/down.gif') no-repeat !important;	
	text-indent: -3000px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 5px;		
}
.editLink {
	background: url('images/select.gif') no-repeat !important;	
	text-indent: -3000px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 5px;	
}
.flashLogo {
	width: 150px;
	height: 100px;
	float: left;
	margin-left: 25px;
}
.resetLink {
	background: url('images/reset.gif') no-repeat !important;	
	text-indent: -3000px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 5px;		
}
.smallText {
	font-size: smaller;
}
.upLink {
		background: url('images/up.gif') no-repeat !important;	
		text-indent: -3000px;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin-top: 5px;	
}
.validationError {
	font-weight: bold;
	color: red;
}