﻿/* Noosa Ferry CSS Document */
body {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #1A1742;
	text-align: justify;
}

/* Layout styles */
#pagewrapper {
	width: 763px;
	margin: auto;
	padding: 3px;
	background-color: #ffffff;
}
#banner {
	margin-bottom: 2px;
}
#navigation {
	margin-bottom: 1px;
}
#contentwrapper {
	border-top: 1px solid #ffffff;
	padding-bottom: 20px;
	margin-top: 7px;
	
}
#contentleft {
	float: left;
	width: 446px;
	padding: 0px 22px 0px 24px;
}
#contentright {
	float: left;
	width: 446px;
	padding: 0px 22px 0px 24px;
}
#rightfeatureimage {
	float: left;
}
#leftfeatureimage {
	float: left;
}
.rightfeatureimagebg {
	background-image: url(images/sideBG_orange.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*----------------------------
						Menu
----------------------------*/

#menu{
	margin-bottom: 2px;
	font-size: 10px;
	
}
#menu img 
{
    border: 0px;
}
#menu ul{
	list-style: none;
	margin: 0;
	border: 1px solid #fff;
	padding: 3px;
	background-color: #1A1742;
	height: 13px;
}

#menu ul li{
	display:inline;
	border-right: 1px solid #fff;
	padding: 3px 7px 3px 5px;
}

#menu ul li a{
	font-weight: bold;
	color: #fff;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}
/* content styles*/
h1 {
	color: #397FB0;
	font-size: 15px;
	margin-bottom: 10px;
}
.orangeheader {
	background-color: #EA6C03;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0px 3px 15px;
	margin-bottom: 4px;
	width: 662px;
}
.xlarge {
	font-size: 20px;
}
.large {
	font-size: 15px;
	font-weight: bold;
}
.medium {
	font-size: 12px;
}	
.small {
	font-size: 10px;
}
.orange {
	color: #EA6C03;
}
.blue {
	color: #397FB0;
}
.white {
	color: #ffffff;
}
.darkgrey {
	color: #1B1C20;
}
.darkblue {
	color: #2F92FF;
}
.red {
	color: #E60004;
}
a {
	color: #397FB0;
	text-decoration: none;
}
a:hover {
	color: #397FB0;
	text-decoration: underline;
}
.greylinks a {
	color: #505050;
}
a:hover {
	color: #397FB0;
}
p {
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
}





/* form styles */
.textboxstyle 
{
    width: 170px;
    border: 1px solid #B8B8B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formlabel 
{
   width: 170px;
   padding-right: 10px;
   padding-top: 5px;
}
.wide 
{
    width: 401px;
}
.buttonstyle 
{
    background-color: #048ECF;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #ffffff;
}