//* CSS Document */
html {
	height:100%;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/topbg.png) repeat-x top left #FFF;
	font-size:1em;
    font-family:Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	color:#333;
}

/* ----------- HEADER STYLES ------------ */

h1 {
    font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#074a52;
	font-size:2em;
	margin:0;
	padding:0;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:1px solid #074a52;
	margin-bottom:2px;
}

h2 {
	margin:0;
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin-bottom:18px;
	padding:0;
	font-style:italic;
}

h3 {
	font-size:1.1em;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#074a52;
}

h4 {
	color:#074a52;
	font-size:18px;
	margin:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	padding:0;
	background:url(images/sidebullet.png) no-repeat left center;
	padding-left:22px;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

a:link {
	color:#333;
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
	color:#333;
}

a:hover {
	color:#074a52;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

ul {
	line-height:1.6em;
}

h3 a:link, h3 a:visited {
	font-weight:bold;
	color:#074a52;
	text-decoration:none;
}

h3 a:hover {
	text-decoration:underline;
}

a img, img {
	border:none;
}

hr {
	height:1px;
	width:100%;
	border:none;
	background:none;
	border-top:1px dotted #666;
	margin:5px 0 12px 0;
}

#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:939px;
	height:auto;
	text-align:left;
}

#header {
	position:relative;
	width:939px;
	height:271px;
	margin:13;
	padding:6;
	background:url(http://firewaterwa.com/Logos/Firewater_logo2.png) no-repeat top right;
}

#flash {
	position:left;
	top:-3px;
	right:0;
	width:590px;
	height:260px;
	margin:0;
	padding:0;
	overflow: hidden;
	left: 10px;
}

#nav {
	width:939px;
	height:40px;
	margin:0;
	padding:0;
}

#sidebar {
	position:absolute;
	top:335px;
	left:10px;
	height:auto;
	width:259px;
	background:url(images/sidetop.jpg) no-repeat top left;
	padding-top:17px;
}

#sidetext {
	color:#333;
	width:219px;
	height:auto;
	font-size:14px;
	padding:0 20px 0 20px;
	z-index:20;
	background:url(images/sidebg.jpg) repeat-y top left;
	margin:0;
}

#sidebottom {
	width:259px;
	height:16px;
	background:url(images/sidebottom.jpg) no-repeat top left;
	margin:0;
	padding:0;
}

#content {
	width:629px;
	height:auto;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#333;
	font-size:.8em;	
	line-height:1.3em;	
	margin-left:300px;
	padding-top:35px;
}

#footer {
	width:100%;
	height:230px;
	background:url(images/bottombg.jpg) repeat-x top center #bbd8fa;
	margin-top:25px;
	padding:0;
}

#footertext {
	width:950px;
	height:60px;
	color:#000;
	font-size:11px;
	text-align:left;
	background:url(http://firewaterwa.com/Logos/footerlogo.png) no-repeat 680px 55px;
	margin:0 auto;
	line-height:1.5em;
	padding:80px 0 0 20px;
}

#footertext a {
	color:#000;
	text-decoration:none;
	margin:0 7px 0 7px;
}

#footertext a:hover {
	color:#000;
	text-decoration:none;
}

.smaller {
	font-size:10px;
	font-style:italic;
}

.redtext {
	font-weight:bold;
	color:#FF0000;
}

.bluetext {
	font-weight:bold;
	color:#0000FF;
}

.input {
	border:1px solid #666;
}

fieldset {
	width:390px;
	border:1px solid #666;
	padding:15px;
}

legend {
	background-color:none;
	font-weight:bold;
	font-size:1em;
	color:#074a52;
}

.gallery img {
	border:1px solid #000;
}

.noshow {
	display:none;
}

.floatright {
	float:right;
	margin:0 0 10px 15px;
}

.floatleft{
	float:left;
	margin:0 15px 10px 0;
}

.pic {
	border:1px solid #000;
}

.clear {
	clear:both;
}

