/*============================================================
 © 2007 Deep Blue Water Communication
 www.dbwc.com.au
============================================================*/

body {
	background: #FFFFFF url(../images/index_bg.jpg) repeat-x;
	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: #69665B;
	font-size: 12px;
	line-height: 12pt;
	font-family: Lucida Grande, Verdana, sans-serif;
	text-decoration: none
}

.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 526px;
	background: url(../images/index_main.jpg) no-repeat;
	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. */
	clear: both;
}

.oneColFixCtr #mainContent {
	padding: 270px 560px 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 215px;
	clear: both;
	margin: 0px;
}

.oneColFixCtr #nav {
	border: none;
	clear: both;
	margin: 0px;
	text-align: center;
	list-style-type: none;
	padding-right: 40px;
}
	
.oneColFixCtr #nav ul {
	display: block;
	list-style: url(../images/index_bullet.gif) none;
	white-space: nowrap;
}

.oneColFixCtr #nav li {
display:inline;
padding: 0 10px 0 0px;
}

.oneColFixCtr #nav a {
color: #d3d3d3;
font-size: 20px;
text-decoration: none;
}

#nav A:LINK     { text-decoration: none; }
#nav A:VISITED  { text-decoration: none }
#nav A:HOVER    { color: #FFFFFF; }

.bullet {
	font-size: 20px;
	color: #e9641f;
}

.oneColFixCtr #footer {
	margin-top: 40px;
	text-align: center;
}


/*============================================================
 HEADINGS
============================================================*/

H1   { color: #666666; font-family: Lucida Grande, Verdana, sans-serif; font-weight: bold; font-style: normal; font-size: 12px; line-height: 15px; margin: 0px 0px 6px 0px; }
H2   { color: #666666; font-style: normal; font-weight: bold; font-size: 11px; line-height: 14px; font-family: Lucida Grande, Verdana, sans-serif; margin: 0px }
H3   { color: #666666; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Lucida Grande, Verdana, sans-serif; margin: 0px }
H4   { color: #666666; font-style: normal; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Lucida Grande, Verdana, sans-serif; margin: 0px }
H5   { color: #666666; font-style: normal; font-weight: bold; font-size: 11px; line-height: 14px; font-family: Lucida Grande, Verdana, sans-serif; margin: 0px }


/*============================================================
 PRIMARY LINKS
============================================================*/

A:LINK     { color: #666666; text-decoration: underline }
A:VISITED  { color: #666666; text-decoration: underline }
A:HOVER    { color: #000000; text-decoration: underline }
A:ACTIVE   { color: #999999; text-decoration: none }
	

.bold {
font-weight: bold;
}