@charset "UTF-8";

/*============================================================
 © 2008 Deep Blue Water Communication
 www.dbwc.com.au
============================================================*/


/*============================================================
 HOME PAGE
============================================================*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #111111 url(../images/home_bg.gif) repeat-y 50% 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	padding: 120px 20px 0px 20px;
	height: 50px;
	background-image: url(../images/logo_black.gif);
	background-repeat: no-repeat;
	background-position: 20px 118px;
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/*============================================================
 HOME NAVIGATION
============================================================*/

.oneColFixCtr #header ul {
display: block; 
padding-top: 0px;
list-style: none;
background: none;
text-align: right;
white-space:nowrap;
margin: 0 auto;
float: right;
}

.oneColFixCtr #header li {
margin: 0;
height: 20px;
padding: 0;
display:inline;
}

* html .oneColFixCtr #header li {
display:inline;
}

.oneColFixCtr #header a {
	float: left;
	padding: 3px 6px 0px 6px;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	color: #666666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	border: none;
	margin: 3px 0px 0px 0px;
}

* html .oneColFixCtr #header a {
display:inline-block;
}

.oneColFixCtr #header A:LINK     { text-decoration: none; }
.oneColFixCtr #header A:VISITED  { text-decoration: none }
.oneColFixCtr #header A:HOVER    {
	color: #666666;
	text-decoration: none;
	background-color: #C8C9CB;
	border-bottom: 2px solid #C8C9CB;
}

.oneColFixCtr #header li.active a {
	color: #666666;
	text-decoration: none;
	background-color: #C8C9CB;
	border-bottom: 2px solid #999999;
	}