
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0px;
}
.clearContent {
	clear: both;
}
a, input {
	outline: none;
}
* {
    text-shadow: #000000 0 0 0px;
}


/*********************************************  HEADER  ***********************************************/


#headerLogo {
	width: 715px;
	height: 125px;
	margin: 0px auto;
	position: relative;
	left: 171px;
}
#header ul {
	background-repeat: no-repeat;
	width: 700px;
	height: 39px;
	list-style-type: none;
	position: relative;
	left: 92px;
	padding: 3px 0px 0px 3px;
	margin: 0px auto;
}
#changeGameFishing #header ul {
	background-image: url('/images/nav/menu-top-bg-game-fishing.gif');
}
#changeReefFishing #header ul {
	background-image: url('/images/nav/menu-top-bg-reef-fishing.gif');
}
#changeEstuaryCoastal #header ul {
	background-image: url('/images/nav/menu-top-bg-estuary-coastal.gif');
}
#changeRiverFishing #header ul {
	background-image: url('/images/nav/menu-top-bg-river-fishing.gif');
}
#changeImpoundment #header ul {
	background-image: url('/images/nav/menu-top-bg-impoundment.gif');
}
#header li {
	float: left;
	margin: 0px 3px 0px 0px;
}
#header li a {
	height: 36px;
	display: block;
}
#menuGameFishing {
	width: 135px;
	background-image: url('/images/nav/btn-game-fishing.gif');
}
#menuReefFishing {
	width: 120px;
	background-image: url('/images/nav/btn-reef-fishing.gif');
}
#menuEstuaryCoastal {
	width: 161px;
	background-image: url('/images/nav/btn-estuary-coastal.gif');
}
#menuRiverFishing {
	width: 124px;
	background-image: url('/images/nav/btn-river-fishing.gif');
}
#menuImpoundment {
	width: 142px;
	background-image: url('/images/nav/btn-impoundment.gif');
}
#menuGameFishing:hover, .changeMenuGameFishing #menuGameFishing, 
#menuReefFishing:hover, .changeMenuReefFishing #menuReefFishing,
#menuEstuaryCoastal:hover, .changeMenuEstuaryCoastal #menuEstuaryCoastal, 
#menuRiverFishing:hover, .changeMenuRiverFishing #menuRiverFishing, 
#menuImpoundment:hover, .changeMenuImpoundment #menuImpoundment {
	background-position: right;
}


/**********************************************  MENU  ************************************************/

#contentMenu {
	width: 180px;
	float: left;
}
#contentMenu #leftNav {
	list-style-type: none;
	text-align: right;
	margin: 84px 0px 0px 0px;
	padding: 4px 0px 0px 3px;
	width: 177px;
	height: 290px;
}
#contentMenu #leftNav a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 157px;
	height: 26px;
	padding: 0px 20px 0px 0px;
}
#contentMenu #leftNav a:hover {
	background-color: transparent;
	color: #ffffff;
}
#contentMenu #leftNav li {
	background-repeat: no-repeat;
	background-position: 165px 9px;
}
#changeGameFishing #contentMenu #leftNav, #changeHome #contentMenu #leftNav {
	background-image: url('/images/nav/menu-left-bg-game-fishing.gif');
}
#changeReefFishing #contentMenu #leftNav {
	background-image: url('/images/nav/menu-left-bg-reef-fishing.gif');
}
#changeEstuaryCoastal #contentMenu #leftNav {
	background-image: url('/images/nav/menu-left-bg-estuary-coastal.gif');
}
#changeRiverFishing #contentMenu #leftNav {
	background-image: url('/images/nav/menu-left-bg-river-fishing.gif');
}
#changeImpoundment #contentMenu #leftNav {
	background-image: url('/images/nav/menu-left-bg-impoundment.gif');
}
#changeGameFishing #contentMenu #leftNav li, #changeHome #contentMenu #leftNav li {
	background-image: url('/images/nav/menu-left-bullet-game-fishing.gif');
}
#changeReefFishing #contentMenu #leftNav li {
	background-image: url('/images/nav/menu-left-bullet-reef-fishing.gif');
}
#changeEstuaryCoastal #contentMenu #leftNav li {
	background-image: url('/images/nav/menu-left-bullet-estuary-coastal.gif');
}
#changeRiverFishing #contentMenu #leftNav li {
	background-image: url('/images/nav/menu-left-bullet-river-fishing.gif');
}
#changeImpoundment #contentMenu #leftNav li {
	background-image: url('/images/nav/menu-left-bullet-impoundment.gif');
}
#changeGameFishing #contentMenu #leftNav a:hover, #changeHome #contentMenu #leftNav a:hover {
	background-image: url('/images/nav/menu-left-hover-game-fishing.gif');
}
#changeReefFishing #contentMenu #leftNav a:hover {
	background-image: url('/images/nav/menu-left-hover-reef-fishing.gif');
}
#changeEstuaryCoastal #contentMenu #leftNav a:hover {
	background-image: url('/images/nav/menu-left-hover-estuary-coastal.gif');
}
#changeRiverFishing #contentMenu #leftNav a:hover {
	background-image: url('/images/nav/menu-left-hover-river-fishing.gif');
}
#changeImpoundment #contentMenu #leftNav a:hover {
	background-image: url('/images/nav/menu-left-hover-impoundment.gif');
}
#contentMenu #bannerList {
	list-style-type: none;
	margin: 29px 0px 0px 27px;
}
#contentMenu #bannerList li {
	padding: 0px 0px 26px 0px;
}


/**********************************************  BODY  ************************************************/

#contentWrapper {
	margin: 0px auto;
	width: 940px;
	position: relative;
	min-height: 1370px;
	height: auto !important;
	height: 1370px;
}
.home #contentWrapper {
	padding: 0px 0px 10px 0px;
	min-height: 942px;
	height: auto !important;
	height: 942px;
}
.contentArea {
	width: 700px;
	padding: 0px 30px 0px 30px;
}
body {
	font-family: Trebuchet MS, Arial, sans-serif;
}
h2 {
	color: #003e9a;
	font-size: 1.75em;
	font-weight: bold;
	margin: 10px 0px 5px 9px;
}
h2.sm {
	font-size: 1.4em !important;
}
h2.sm a {
	text-decoration: none;
}
h2.sm a:hover {
	text-decoration: underline;
}
a {
	color: #003e9a;
}
.contentArea h3, 
.contentArea h4, 
.contentArea h5,
.contentArea p
{
	background-color: #ffffff;
}



/******************************************  BACKGROUNDS  *********************************************/

#mainBg {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	min-height: 1360px;
	height: auto !important;
	height: 1360px;
}
.home #mainBg {
	min-height: 912px;
	height: auto !important;
	height: 912px;
}
#pageBg {
	background-repeat: repeat-y;
	background-position: center;
	min-width: 940px;
}
#changeGameFishing #mainBg, #changeHome #mainBg {
	background-image: url('/images/bg/bg-game-fishing-main.jpg');
}
#changeGameFishing #pageBg, #changeHome #pageBg {
	background-image: url('/images/bg/bg-game-fishing-page.gif');
}
#changeReefFishing #mainBg {
	background-image: url('/images/bg/bg-reef-fishing-main.jpg');
}
#changeReefFishing #pageBg {
	background-image: url('/images/bg/bg-reef-fishing-page.gif');
}
#changeEstuaryCoastal #mainBg {
	background-image: url('/images/bg/bg-estuary-coastal-main.jpg');
}
#changeEstuaryCoastal #pageBg {
	background-image: url('/images/bg/bg-estuary-coastal-page.gif');
}
#changeRiverFishing #mainBg {
	background-image: url('/images/bg/bg-river-fishing-main.jpg');
}
#changeRiverFishing #pageBg {
	background-image: url('/images/bg/bg-river-fishing-page.gif');
}
#changeImpoundment #mainBg {
	background-image: url('/images/bg/bg-impoundment-main.jpg');
}
#changeImpoundment #pageBg {
	background-image: url('/images/bg/bg-impoundment-page.gif');
}


/*********************************************  FOOTER  ***********************************************/

#footer {
	background-repeat: no-repeat;
	background-position: center;
	height: 402px;
	position: relative;
	min-width: 940px;
	width: expression(document.body.clientWidth <941 ? "940px" : "100%" );
}
#footer p, #footer a {
	color: #666666;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerWrapper {
	width: 740px;
	margin: 0px auto;
	position: relative;
	left: 90px;
}
#footerSub1, #footerSub2, #footerSub3, #footerSub4 {
	float: left;
}
#footerSub2, #footerSub3, #footerSub4 {
	padding: 10px 0px 0px 10px;
	font-size: .75em;
}
#footerSub2 ul, #footerSub3 ul, #footerSub4 ul {
	list-style-type: none;
}
#footerSub2 li, #footerSub3 li, #footerSub4 li {
	margin: 0px 0px -1px 0px;
}
#footerSub1 {
	width: 238px;
	position: relative;
	top: 25px;
	right: 12px;
	text-align: center;
	font-size: .75em;
}
#footerSub1 p {
	margin: 10px 0px 0px 5px;
}
#footerSub2 {
	width: 192px
}
#footerSub3 {
	width: 175px
}
#changeGameFishing #footer, #changeHome #footer {
	background-image: url('/images/bg/bg-game-fishing-footer.jpg');
}
#changeReefFishing #footer {
	background-image: url('/images/bg/bg-reef-fishing-footer.jpg');
}
#changeEstuaryCoastal #footer {
	background-image: url('/images/bg/bg-estuary-coastal-footer.jpg');
}
#changeRiverFishing #footer {
	background-image: url('/images/bg/bg-river-fishing-footer.jpg');
}
#changeImpoundment #footer {
	background-image: url('/images/bg/bg-impoundment-footer.jpg');
}


/*************************************  TITLES & MENU CORNERS  ****************************************/

#title {
	width: 591px;
	height: 92px;
	position: relative;
	bottom: 8px;
	right: 35px;
	background-repeat: no-repeat;
}
#title.noHeading {
	height: 51px;
}
#title img {
	position: relative;
	top: 33px;
	left: 36px;
}
#title a {
	color: #003e9a;
	text-decoration: none;
	float: right;
	font-size: .9em;
	position: relative;
	left: 140px;
	bottom: 20px;
	text-align: right;
}
#title.noHeading a {
	bottom: 0;
	top: 25px;
}
#title a img {
	position: static;
	margin: 0px 5px 0px 0px;
}
#title a:hover {
	text-decoration: underline;
}
.changeMenuGameFishing #title {
	background-image: url('/images/nav/menu-top-corner-game-fishing.gif');
}
.changeMenuReefFishing #title {
	background-image: url('/images/nav/menu-top-corner-reef-fishing.gif');
}
.changeMenuEstuaryCoastal #title {
	background-image: url('/images/nav/menu-top-corner-estuary-coastal.gif');
}
.changeMenuRiverFishing #title {
	background-image: url('/images/nav/menu-top-corner-river-fishing.gif');
}
.changeMenuImpoundment #title {
	background-image: url('/images/nav/menu-top-corner-impoundment.gif');
}


/******************************************  WIDESCREEN  **********************************************/

#footerWideScreen{
	height: 402px;
	position: relative;
}
#changeGameFishing #mainBgWideScreen {
	background-image: url('/images/bg/bg-game-fishing-main-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeGameFishing #pageBg {
	background-color: #001834;
}
#changeGameFishing #footerWideScreen {
	background-image: url('/images/bg/bg-game-fishing-footer-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeReefFishing #mainBgWideScreen {
	background-image: url('/images/bg/bg-reef-fishing-main-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeReefFishing #pageBg {
	background-color: #003957;
}
#changeReefFishing #footerWideScreen {
	background-image: url('/images/bg/bg-reef-fishing-footer-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeEstuaryCoastal #mainBgWideScreen {
	background-image: url('/images/bg/bg-estuary-coastal-main-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeEstuaryCoastal #pageBg {
	background-color: #10394f;
}
#changeEstuaryCoastal #footerWideScreen {
	background-image: url('/images/bg/bg-estuary-coastal-footer-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeRiverFishing #mainBgWideScreen {
	background-image: url('/images/bg/bg-river-fishing-main-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeRiverFishing #pageBg {
	background-color: #749e6e;
}
#changeRiverFishing #footerWideScreen {
	background-image: url('/images/bg/bg-river-fishing-footer-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeImpoundment #mainBgWideScreen {
	background-image: url('/images/bg/bg-impoundment-main-stretch.jpg'); 
	background-repeat: repeat-x;
}
#changeImpoundment #pageBg {
	background-color: #001018;
}
#changeImpoundment #footerWideScreen {
	background-image: url('/images/bg/bg-impoundment-footer-stretch.jpg'); 
	background-repeat: repeat-x;
}

/*******************************************  HOME PAGE  **********************************************/

#homeLeft {
	width: 460px;
	float: left;
	margin: 27px 0px 0px 0px;
}
#homeRight {
	margin: 27px 0px 0px 0px;
}
#homeBottom {
	margin: 10px 30px 0px 0px;
	width: 700px;
	float: right;
	display: inline;
	position: absolute;
	bottom: 8px;
	left: 210px;
}
.homeAdBlock {
	background-image: url('/images/home-ad-bg.gif');
	background-repeat: no-repeat;
	width: 250px;
	height: 272px;
	padding: 11px 0px 0px 0px;
	float: left;
}
#homeWeatherTides {
	width: 144px;
	float: left;
	margin: 0px 28px 0px 28px;
}
#homeWeatherTides img {
	margin: 0px 0px 14px 0px;
}
#sideWeatherTides {
	margin: 0 0 0 17px;
}
#homeLeft .centerBlock{
	font-size: 0.8em;
	float: left;
	margin: 15px 0px 0px 0px;
	width: 460px;
	background: #ffffff url('/images/tile-list-bg-center-block.gif') no-repeat left bottom;
	padding-bottom: 5px;
}
#homeLeft .centerBlock .left{
	float: left;
}
#homeLeft .centerBlock .right{
	float: right;
}
#homeLeft .centerBlock .header{
	height: 59px;;
}
#homeLeft .centerBlock .footer{
	height: 26px;
}
/*
#homeLeft .centerBlock a{
	color: #003E9A;
	text-decoration: none;
}
#homeLeft .centerBlock a:hover{
	text-decoration: underline;
}
*/
/*
#homeLeft .centerBlock h4{
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0px 0px;
}*/
#homeLeft .centerBlock .leftBlock{
	float: left;
	width: 218px;
}
#homeLeft .centerBlock .contentLeft, #homeLeft .centerBlock .contentRight{
	margin-bottom: 5px;
	padding: 0px 0px 5px;
	width: 200px;
}
#homeLeft .centerBlock .contentLeft{
	float: left;
}
#homeLeft .centerBlock .contentRight{
	float: left;
	margin-left: 40px;
}
#homeLeft .centerBlock .centerBlockContent{
	padding: 0px 10px;
	background-image: url('/images/bg-center-box.gif');
	background-repeat: repeat-y;
	float: left;
}
#homeLeft .centerBlock .centerBlockContent ul{
	list-style-type: none;
	padding: 6px 0px 0px 10px;
}
/*
#homeLeft .centerBlock .centerBlockContent li{
	background-image:url(/images/tile-list-bullet.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding:0px 4px 0px 9px;
}*/
#homeLeft .listBlock, #homeLeft .listBlockNoButton {
	float: left;
	position: relative;
	right: 5px;
	margin: 15px 0px 0px 0px;
}
.contentArea .listBlockContent p {
	margin-bottom: 0px;
}
#homeContent {
	margin-top: 10px;
}
#homeContent h3 a {
	font-size: 1.1em;
	color: #000000;
	margin: 0px 0px 5px 1px;
	font-weight: bold;
}
#homeContent h3 {
	margin: 0px 0px 5px 0px;
}
.contentArea #homeContent p {
	margin: 0px 0px 10px 0px;
}
.homePreviewThumb {
	float: right; 
	margin: 3px 0px 10px 10px;
}
#homeLeft .listBlockContent{
	margin-bottom: -17px;
}

/****************************************  TYPES OF FISHING ********************************************/

#typesOfFishing {
	margin: 0px 0px 10px 0px;
}
#typesOfFishing p {
	width: 466px;
	height: 95px;
	position: absolute;
	left: 205px;
	top: 23px;
	background-color: transparent;
}
.fishingTypeGame, .fishingTypeEstuaryCoastal, .fishingTypeReef, .fishingTypeRiver, .fishingTypeImpoundment {
	width: 700px;
	height: 158px;
	margin:  20px 0px 0px 0px;
	font-size: 1.0em;
	position: relative;
}
.fishingTypeGame {
	background-image: url('/images/fishing-type-game.jpg');
	color: #00507a;
}
.fishingTypeGame a, .fishingTypeEstuaryCoastal a, .fishingTypeReef a, .fishingTypeRiver a, .fishingTypeImpoundment a {
	position: absolute;
	top: 120px;
	left: 430px;
}
#invisLinkGame, #invisLinkEstuaryCoastal, #invisLinkReef, #invisLinkRiver, #invisLinkImpoundment {
	display: block;
	position: absolute;
	top: 10px;
}
#invisLinkGame {
	width: 110px;
	height: 115px;
	left: 75px;
}
.fishingTypeEstuaryCoastal {
	background-image: url('/images/fishing-type-estuary-coastal.jpg');
	color: #18695c;
}
#invisLinkEstuaryCoastal {
	width: 145px;
	height: 110px;
	left: 40px;
}
.fishingTypeEstuaryCoastal a {
	width: 145px;
	height: 115px;
	display: block;
	float: left;
}
.fishingTypeReef {
	background-image: url('/images/fishing-type-reef.jpg');
	color: #486262;
}
#invisLinkReef {
	width: 110px;
	height: 115px;
	left: 78px;
}
.fishingTypeRiver {
	background-image: url('/images/fishing-type-river.jpg');
	color: #1e46ad;
}
#invisLinkRiver {
	width: 110px;
	height: 115px;
	left: 78px;
}
.fishingTypeImpoundment {
	background-image: url('/images/fishing-type-impoundment.jpg');
	color: #1b4d99;
}
#invisLinkImpoundment {
	width: 180px;
	height: 70px;
	left: 8px;
}


/******************************************  PAGE CONTENT  ********************************************/

.lineHeading {
	margin: 0px 0px 0px 9px;
	font-style: italic;
	font-size: .9em;
}

/******************************************  COMPETITION  *********************************************/

.tacList {
	list-style-type: decimal;
	margin: 10px 0px 20px 32px;
	font-size: .7em;
}
.tacList li {
	margin: 0px 0px 10px 0px;
}
.compImage {
	float: right;
	margin: 0px 0px 10px 10px;
}
.linkArrow {
	color: #003e9a;
	background-image: url('/images/tile-list-bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	line-height: 150%;
}
.linkArrowInline {
	color: #003e9a;
	background-image: url('/images/tile-list-bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 8px 0px 0px;
	position: relative;
}
.enterComp {
	width: 165px;
	height: 38px;
	background-image: url('/images/buttons/enter-comp-bg.gif');
	background-position: center bottom;
	margin: 30px 0px 5px 10px;
}
#winnerPreview {
	margin: 10px auto 40px auto;
	width: 640px;
	padding: 20px 20px 30px 20px;
	border-top: 1px #e2e3e3 solid;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #cbcbcb solid;
	border-bottom: 1px #bababa solid;
}
#winnerPreview div {
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

/******************************************  COMING SOON  *********************************************/

#comingSoonHeader {
	width: 398px;
	height: 128px;
	margin: 80px auto 30px auto;
}
#comingSoonLogo {
	width: 276px;
	margin: 0px auto;
}


/********************************* TO BE LOOKED AT *********************************/

#fishingReports, #famousFish, #tempList {
	font-size: .9em;
	margin: 0px 0px 40px 0px;
}

#fishingReports div p a, #famousFish div p a, .contentArea .listBlockContent p a, #homeContent p a {
	padding: 0px 7px 0px 0px;
	color: #003e9a;
	background-image: url('/images/tile-list-bullet.gif');
	background-repeat: no-repeat;
	background-position: right 7px;
	text-decoration: underline;
	position: relative;
}


/*******************************************************************************/

#fishFilesForm, #chartersGuidesResults, #directoryForm, #searchPanel {
	width: 700px;
	height: 121px;
	background-image: url('/images/forms/form-fish-files-bg.gif');
	padding: 20px 0px 0px 0px;
	font-size: 16px !important;
	margin: 10px 0px 20px 0px;
	clear: both; /* SS */
}
#directoryForm {
	background-image: url('/images/forms/form-directory-bg.gif');
	height: 102px;
	margin: 20px 0px 20px 0px;
}
#accommodationForm {
	background-image: url('/images/forms/form-accommodation-bg.gif');
	height: 108px;
}
/*.formBullet {
	background-image: url('/images/forms/form-bullet.gif');
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	color: #ffffff;
	float: left;
	text-align: center;
	position: relative;
	right: 10px;
}*/
.mainLabel {
	font-weight: bold;
	color: #2f3e4d;
	margin: 0px 20px 0px 20px;
	float: left;
}
#inputFishName {
	height: 23px;
	width: 430px;
	padding: 1px 0px 0px 3px;
	font-size: 1.1em;
	position: relative;
	bottom: 2px;
	margin: 0px 0px 10px 0px;
}
#chkTypeGame, #chkTypeReef, #chkTypeEstuaryCoastal, #chkTypeRiver, #chkTypeImpoundment {
	height: 20px;
	margin: 0px 3px 0px 20px;
}
#chkTypeGame {
	margin: 0px 3px 0px 0px;
}
#fishFilesForm #submitButton, #chartersGuidesResults #submitButton {
	position: relative;
	left: 296px;
	top: 12px;
}
#directoryForm #submitButton {
	position: relative;
	left: 296px;
	top: 15px;
}
#accommodationForm #submitButton {
	position: relative;
	left: 296px;
	top: 21px;
}
.commentTally {
	background-image: url('/images/comment-tally-bg.gif');
	width: 29px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
}
.commentTally span {
	position: relative;
	bottom: 2px;
}
.commentTallyPreview {
	background-image: url('/images/comment-tally-bg.gif');
	width: 29px;
	height: 25px;
	float: right;
	color: #ffffff;
	margin: 0px 10px 0px 5px;
}
.contentLink {
	color: #114598;
	font-weight: bold;
	font-size: 1.1em;	
}
.commentBoxHeader {
	width: 700px;
	background-image: url('/images/comment-box-header.gif');
	background-repeat: no-repeat;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.commentBoxFooter {
	background-image: url('/images/comment-box-footer.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 20px 0px;
}
.commentBoxContent {
	border-left: 1px #dedede solid;
	border-right: 1px #dedede solid;
	padding: 0px 15px 0px 13px;
}
.contentArea .commentBoxContent p {
	margin: 0px 0px 10px 0px;
}
.commentBoxFooter .date {
	float: right;
	font-size: .8em;
	position: relative;
	top: 10px;
	right: 20px;
}
.commentBoxFooter .user {
	float: left;
	position: relative;
	top: 7px;
	left: 38px;
	font-weight: bold;
}

.pageFormHeader {
	background-image: url('/images/forms/form-bg-header.gif');
	background-repeat: no-repeat;
	margin: 40px 0px 4em 0px;
	padding: 10px 0px 0px 0px;
}
.pageFormFooter {
	background-image: url('/images/forms/form-bg-footer.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 0px 10px 0px;
}
.pageForm {
	background-repeat: repeat-y;
	padding: 0px 10px 20px 10px;
	border-left: 1px #dedede solid;
	border-right: 1px #dedede solid;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	position: relative;
}
.pageForm .formHeader {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.pageForm .submitButton {
	position: absolute;
	bottom: -52px;
	left: 260px;
	background-image: url('/images/forms/shadow-submit.gif');
	background-position: center bottom;
	height: 59px;
}
.pageForm ol {
	list-style-type: none;
}
.pageForm li {
	margin: 0px 0px 8px 0px;
}
.pageForm .leftSide li input, .pageForm .rightSide li input, .pageForm textarea {
	background-image: url('/images/forms/input-comments-bg.gif');
	font-size: .8em;
	background-repeat: repeat-x;
	border: 1px #999999 solid;
	font-family: Trebuchet MS, Arial, sans-serif;
	padding: 0px 0px 0px 2px;
}
.pageForm textarea {
	width: 490px;
	height: 126px;
	float: left;
}
.pageForm .leftSide li input, .pageForm .rightSide li input {
	width: 150px;
	vertical-align: top;
}
.pageForm .leftSide {
	float: left;
	width: 270px;
}
.pageForm .rightSide label {
	width: 160px;
}
.pageForm label {
	font-size: .8em;
	color: #333333;
	float: left;
	width: 90px;
	text-align: right;
	margin: 0px 10px 0px 0px;
}
#verification {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#verification label {
	float: none;
}
#verification img {
	margin: 0px 0px 5px 0px;
}
.contentArea .pageForm p {
	margin: 10px 0px 0px 0px;
}
#favFishing, #favMethod {
	float: left;
	margin: 0px 0px 0px 100px;
	display: inline;
}
#favFishing ul, #favMethod ul {
	list-style-type: none;	
}
#favFishing li, #favMethod li{
	margin: 0px 0px 3px 0px;
}
#favFishing label, #favMethod label {
	float: none;
}
#favFishing input, #favMethod input {
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
}
#searchResults {
	background-image: url('/images/forms/form-results-charters-guides.gif');
	width: 685px;
	height: 55px;
	padding: 12px 0px 0px 15px;
	margin: 10px 0px 15px 0px;
}
#searchResults p {
	float: left;
	font-size: 1em;
	margin: 0px;
	background-color: transparent;
}
#searchResults img {
	float: right;
	position: relative;
	top: 6px;
	right: 20px;
}
#bottomNavigation {
	margin: 40px 0px 0px 0px;
	position: relative;
}
#bottomNavigation #back {
	position: absolute;
	margin: 5px 0px 0px 10px;
}
#bottomNavigation a {
	color: #003891;
	text-decoration: none;
	font-size: .9em;
}
#bottomNavigation img {
	margin: 0px 5px 0px 0px;
}
#bottomNavigation a:hover {
	text-decoration: underline;
}


/***********************************************  MAP  ************************************************/

.map {
	width: 685px;
	height: 510px;
	background-image: url('/images/map-bg.gif');
	background-repeat: no-repeat;
	padding: 7px;
	margin: 10px 0px 20px 1px;
}
.mapResultsFor {
	margin: 5px 0px 10px 8px;
}

/********************************* CONTENT LIST - SS *********************************/

.imgLink, .imgLink img {
	margin: 2px 0px 0px 0px;
	position: absolute;
}
.contentList {
	list-style: none;
}
.contentList h3 a {
	color: #003e9a;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.contentList h3 a:hover {
	text-decoration: underline;
}
.contentArea .contentList p {
	font-size: .9em;
	margin:0px;
}
.contentList .listItem, .contentList .listItemThumb{
	margin:0px;
	padding: 12px 0px 0px 0px;
}
.listItem, .listItemThumb{
	height: auto !important;
	height: 101px;
	min-height: 101px;
}

.contentArea .contentList .listItemThumb p, .contentArea .contentList .listItemThumb h3 {
	margin-left:143px;
}
.contentList .divide {
	border-bottom:1px solid #CCCCCC;
	height: 12px;
}
.ffThumbLink {
	float: left;
}
#contentMenu #leftNav .comingSoon{
	color: red;
}

/*************************** SEARCH FORMS - SS ****************************/

.onBlur {
	border: 1px #777777 solid;
}
.onFocus {
	border: 1px #85bfe0 solid;
}
.searchString{
	display: block;
	width: 500px;
}
.results #searchForm{
	display: none;
}
.search #searchResults{
	display: none;
}
#searchPanel{
	background-image: url('/images/forms/form-accommodation-bg.gif');
	height: 108px;
}
#searchPanel #submitButton {
	position: relative;
	left: 296px;
	top: 21px;
}

/****************************************  BUSINESS DIRECTORY  ****************************************/

.contentArea #directoryContent p {
	font-size: 1.0em;
}
.contentArea #directoryContent h2 {
	margin: 10px 0px 15px 9px;
}


/********************************************  INFOBOX  **********************************************/

#infoBox {
	background: url('/images/infobox-bg.gif') no-repeat;
	width: 180px;
	height: 302px;
	margin: 15px -2px 0 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	font-size: .75em;
	text-transform: uppercase;
}
#infoBox span {
	color: #003e9a;
	font-weight: bold;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
}
#infoBox ul {
	list-style-type: none;
	margin: 20px 0;
	background: url('/images/infobox-ul-bg.gif') no-repeat right top;
}
#infoBox li {
	text-align: right;
	color: #777;
	background: url('/images/infobox-li-bg.gif') no-repeat right bottom;
}
#infoBox li div {
	padding: 5px 40px 5px 0;
}
#infoBox a {
	color: #777;
	text-decoration: none;
	padding: 5px 40px 5px 0;
	display: block;
	width: 140px;
}
#infoBox a:hover {
	text-decoration: underline;	
}
#infoBox #ph div { background: url('/images/icons/ico-ph.gif') no-repeat 148px center;}
#infoBox #email a { background: url('/images/icons/ico-email.gif') no-repeat 148px center;}
#infoBox #enquiry a { background: url('/images/icons/ico-enquiry.gif') no-repeat 148px center;}
#infoBox #brochure a { background: url('/images/icons/ico-brochure.gif') no-repeat 148px center;}

#infoBox p {
	text-align: right;
	margin: 10px 20px 0 5px;
	text-transform: none;
}
#infoBox #newsletterInput {
	padding: 3px;
	font-family: tahoma;
	border: 1px #999 solid;
	width: 130px;
	margin: 5px 20px 0 0;
	float: right;
	background: url('/images/forms/input-comments-bg.gif') repeat-x left top;
}
#infoBox #newsletterSubmit {
	float: right;
	margin: 5px 20px 0 0;
}