@charset "utf-8";
/*

       **Audit- IT's main CSS Document** 

PLEASE DO NOT CHANGE ANYTHING IN THIS DOCUMENT

Copyright (c) 2009. Commuserv.
All rights reserved.

Redistribution and use is not permitted.

www.commuserv.com.au

*/

body {
	background-image:url(../images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:12px;
	}

A:link{
	color:#549900;
	text-decoration:none;
	font-weight:bold;}
A:visited{
	color:#549900;
	text-decoration:none;
	font-weight:bold;}
A:active{
	color:#8bc54e;
	text-decoration:none;
	font-weight:bold;}
A:hover{
	color:#8bc54e;
	text-decoration:none;
	font-weight:bold;}

#title {
	font-size:24px;
	font-weight:bold;
	color:#6ba420;
}

.container {
	/*border: #000 solid 1px;*/
	/*background-color:#FFF;*/
	text-align:left;
	width:780px;
	margin: 0 auto;
	background-image:url(../images/container_background.png);
	background-position:center;
	}
	
.container #header {
	height:110px;}

.container #logo {
	float:left;
	width:234px;
	padding-left:20px;
	padding-right:20px;
	}

.container #links {
	
	padding-left:40px;	
	padding-top:39px;
	vertical-align:bottom;
	
	/*background-color:#FFF;*/
	height:50px;
}

.container #cont_left {
	float:left;
	z-index:2;
	width:210px;
	/*padding-top: 20px;*/
	padding-left:35px;
	padding-right:15px;
	/*background-color:#900;*/
	min-height:400px;
	background-image:url(../images/content_left_background.png);
	background-repeat:repeat-y;
	background-position:right;}
	

.container #cont_right {
	/*padding-top:20px;*/
	z-index:2;
	float:right;
	width:470px;
	min-height:400px;
	padding-right:30px;
	padding-left:20px;
	background-image:url(../images/content_right_background.png);
	background-repeat:repeat-y;
	background-position:left;}
	

.container #content {
	min-height:400px;
	height:100%;
	
 }
 
.container #banner {
	background-color:#333;
	width:747px;
	min-height:50px;
	margin-left:17px;
	/*height:200px;*/
	z-index:10;
	text-align:left;
	color:#FFF;
}

#footer {
	background-image:url(../images/footerbackground.png);
	background-repeat:repeat-x;
	text-align:right;
	font-size:9px;
	width:747px;
	margin:auto;
	}
	
#adiv {
	font-size:10px;
padding:4px;
bottom:0%;
right:0%;
position:fixed;
background-color:#FFF;
-moz-border-radius-topleft:     4px 2px;
cursor:pointer;
text-decoration:none;
border-left:#999 solid 1px;
border-top: #333 solid 1px;
}

#adiv .a {
	display:block;
	color:#00a1b1;
	text-decoration:none;
}

#adiv span {
	color:#000;
	text-decoration:none;
	
}

#teamtable {
	background-image:url(../images/teamtable_background.gif);
	cursor:pointer;
	background-color: #333;
	color: #000;
	font-weight:bold;
	font-size:16px;
	width:100%;
	text-align:center;
	-moz-border-radius-topleft:     8px 6px;
	-moz-border-radius-topright:	8px 6px;}
	
#teamtable td{
	background-color: #FFF;}
	
#smalltext {
	text-align:center;
	font-size:10px;}	
	
#membertable{
	padding-left:5px;
	padding-right:5px;
	margin:0;
	width:440px;}
	
	
			.teamdiv{
			height: 250px;
			width:450px;
			border-bottom: #999 solid 1px;
			padding: 10px;
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	overflow:hidden;
			
		}
		.hiddenElement{
			margin-top:100px;
			display:none;
			/* Fix IE floating bug */
			position: absolute;
			top: 125px;
		}
		/*
#Danny, #John, #Daniel{
	overflow-x:visible;
	overflow-y:visible;
}*/

#contact_table{}

#submenu_about{
	position:absolute;
	margin-top:28px;
	margin-left:320px;
	line-height: 20px;
	z-index:9000;
	cursor:pointer;
	float:inherit;
	display:block;
	
	}
	
	.submenu_hide{
		visibility:hidden;
	}
	
	.submenu_show{
		visibility:visible;
	}
