@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.6em;
	text-align:center;
	margin: 0px;
	padding: 0px 0px 0px;
	background: #eee url(images/bg-body.gif) repeat center top;
}

h1 {
	margin-bottom: 1.8em;}
h2 {
	margin-bottom: 1.8em;}
h3 {
	color: #194598;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #194598;
}
h4 {
	font-weight: bold;
	color: #000;
}
p, ul, ol {
	margin-bottom: 1.8em;}

ul {
}
li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
ol li { list-style-type:decimal; }

a {
	color: #194598;
}
a:hover {
	color:#09F;
}

span.nobreak	{
	white-space: nowrap;
}

#wrapper {
	background: #fff url(images/bg.jpg) repeat-x center top;
	overflow:hidden;
}
.inner {
	width: 800px;
	margin: 0px auto;
	text-align:left;
	padding: 30px 0px;
	position:relative;
	clear:both;
	overflow:hidden;
}

#header .inner {
	padding: 0px 0px 0px;
	height: 112px;
}
#header h1 {
	width: 300px;
	height: 82px;
	position:absolute;
	top: 20px;
	left: 0px;
	background: url(images/NoosaGasLogo-header.gif) no-repeat center center;
	text-indent: -9999px;
}
#header h2 {
	position:absolute;
	right:0;
	bottom: 10px;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	color: #194598;
	font-weight:bold;
}

ul#nav-head {
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
}
ul#nav-head li {
	display: inline-block;
	margin: 0px 0px 0px 3px;
	border: 1px solid #ddd;
	border-width: 1px 1px 0px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	list-style: none;
}
ul#nav-head li a {
	display:block;
	line-height: 30px;
	padding: 0px 20px;
	text-decoration:none;
	color: #666;
	margin: 0px;
	background-color: #eee;
	border-top: 1px solid #fafafa;
}

ul#nav-head li.active {
	border-color: #dc1420;
}
ul#nav-head li.active a {
	background: #dc1420;
	color: #fff;
	border-color: #E3464C;
}
ul#nav-head li.active:hover {
	border-color: #ddd;
}
ul#nav-head li a:hover,
ul#nav-head li.active a:hover {
	background: #fafafa;
	color: #222;
	border-color: #fff;
}

#content {}
#content .inner {
	border-top: 10px solid #dc1420;
}

#footer {
	overflow:hidden;
	font-size: 12px;
	color: #666;
	clear:both;
	border-top: 1px solid #c0c0c0;
	background: url(images/bg-footer.gif) repeat-x center top;
	padding:0px 0px 30px;
}
#footer .inner {
	padding: 30px 0px;
}

#footer p.copyright {
	margin: 0px;
	float:right;
	line-height: 30px;
	text-align: right;
	line-height: 1.6em;
}

#footer a {
	color: #000;
}
#footer a:hover {
	color: #dc1420;
}


#footer ul.logos {
	margin: 0px;
	float:left;
}
#footer ul.logos li {
	float: left;
	margin: 0px 20px 0px 0px;
	height: 30px;
	text-indent:-9999px;
	list-style: none;
}
#footer ul.logos li.elgas {
	width: 106px;
	background: url(images/logo-elgas.png) no-repeat center center;
}
#footer ul.logos li.swapngo {
	width: 62px;
	background: url(images/logo-swap-n-go.png) no-repeat center center;
}