@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body, html {
}

body {
	background:#adafb1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

html {
	overflow-y:scroll;
}

/* top / main */

#top {
	width:100%;
	background:#5a5b5d url(../images/main/top_back_grad.gif) repeat-x top;
	padding-top:12px;
}

.container {
	margin:0px auto;
	width:980px;
	min-height:500px;
	position:relative;
}
* html .container {
	height:500px;
}

/* menu */

.topmenu {
	background:url(../images/main/top_header.gif) no-repeat;
	width:100%;
	height:36px;
	padding:24px 0 0 0;
	border-bottom:#FFFFFF solid 10px;
}
.topmenu ul {
	list-style:none;
	text-align:right;
	margin:0 0 0 52px;
	font-size:11px;
}
.topmenu li {
	float:left;
}
.topmenu li a {
	float:left;
	line-height:36px;
	height:36px;
	padding:0 23px 0 23px; /* spacing between menu items */
	color:#333333;
	text-decoration:none;
	display:block;
	border-right:#999999 solid 1px;
}
.topmenu li a:hover {
	color:#999;
}
.topmenu li a.homemenu {
	padding-left:0;
}
.topmenu li a.linksmenu {
	border:none;
	padding-right:0;
}

/* end menu */

.header {
	width:100%;
	background:#FFFFFF;
	height:90px;
	padding:6px 0;
}

.logo {
	float:left;
	padding-left:64px;
	padding-top:10px;
}

.advert {
	float:right;
	padding-right:52px;
	height:90px;
	width:501px;
}

.content {
	background:#FFFFFF;
	padding:0 52px;
	width:876px;
	color:#FFFFFF;
}

#content2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background:#323233 url(../images/main/col2_back.gif) no-repeat right top; /* column 2 background */
}
#content1 {
	float:left;
	width:100%;
	position:relative;
	right:198px;
	background:#323233 url(../images/main/col1_back.gif) no-repeat right top; /* column 1 background */
	min-height:350px;
	border-right:solid 6px #ffffff;
}
* html #content1 {
	height:350px;
}
#col1 {
	float:left;
	width:654px;
	padding:12px;
	position:relative;
	left:198px;
	overflow:hidden;
	background:url(../images/main/col1_corner.png) no-repeat top left;
}
* html #col1 {
	background:url(../images/main/col1_corner.gif) no-repeat top left;
}
#col2 {
	float:left;
	width:192px;
	position:relative;
	left:204px;
	overflow:hidden;
}

.clearbar { /* clears to ensure columns are contained */
	clear:both;
	width:100%;
	height:0px;
}

.lakeslife #content1 {
	background:#73A534;
}
.entertainment #content1 {
	background:#980920;
}
.lifestyle #content1 {
	background:#0070a9;
}
.sport #content1 {
	background:#b4371d;
}
.business #content1 {
	background:#421065;
}
.film #content1 {
	background:#c18818;
}
.yourlakes #content1 {
	background:#6b003f;
}

/* content */

.mainvideo {
	width:100%;
	background:#CCCCCC;
	margin:0 12px 20px 0;
}
.righttext {
	width:270px;
}

/* side column */

.lakesflash {
	border-bottom:solid 6px #ffffff;
}

.directorylink {
	border-bottom:solid 6px #ffffff;
}

.largead {
	width:180px;
	min-height:90px;
	padding:0 0 3px 0;
	margin:6px auto 6px auto;
	color:#333333;
	background:#ffffff;
}
* html .largead {
	height:90px;
}
.largead p.company {
	margin:0;
	padding:3px 6px 0 6px;
	min-height:15px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
.largead img {
	float:left;
	padding:6px;
}
.largead p {
	padding:6px 6px 0 62px;
	font-size:11px;
}
.smallad {
	width:168px;
	padding:6px;
	margin:6px auto 6px auto;
	min-height:28px;
	color:#333333;
	background:#ffffff;
}
.smallad p {
	margin:0;
	font-size:11px;
}
.orangetop {
	border-top:#CC6600 solid 2px;
}


/* bottom / footer */

#bottom {
	width:100%;
	background:#adafb1 url(../images/main/bottom_back_grad.gif) repeat-x top;
	border-top:#FFFFFF solid 6px;
	padding:0 0 50px 0;
}

.footer {
	margin:0px auto;
	width:878px;
	padding:0 51px;
	min-height:200px;
	background:url(../images/main/bottom_back.gif) no-repeat;
	color:#333333;
	position:relative;
}
* html .footer {
	height:200px;
}

.footerboxes {
	width:866px;
	background:#333333 url(../images/main/footer_back.gif) no-repeat;
	min-height:120px;
	padding:12px 0 12px 12px;
	margin:0 0 12px 0;
}

.footerbox {
	width:117px;
	min-height:105px;
	float:left;
	background:#5a5c5e;
	border-bottom:1px #000000 solid;
	border-left:#FFFFFF solid 1px;
	border-right:#000000 solid 1px;
	margin-right:3px;
	text-align:center;
}
.footerbox a {
	color:#FFFFFF;
	display:block;
}
a.footerboxlink {
	color:#CCCCCC;
	line-height:18px;
	height:18px;
	display:block;
	margin:0px 0 0 0;
	font-size:11px;
}
.footerboxtitle {
	height:18px;
	line-height:18px;
	color:#FFFFFF;
	font-size:11px;
}
.footerboximage {
	height:64px;
	width:104px;
	border:1px solid #ffffff;
	background:#CCCCCC;
}

.copyright {
	float:left;
	padding:0 400px 0 12px;
	font-size:11px;
}
.contactus {
	float:right;
	padding:0 14px 0 0;
	font-size:11px;
}
.terms {
	float:right;
	padding:0 14px 0 0;
	font-size:11px;
}
.addthis {
	position:absolute;
	top:0px;
	right:20px;
	padding:0 14px 0 0;
	font-size:11px;
}
.copyright:hover, .contactus:hover, .sitemap:hover, .terms:hover {
	color:#666666;
}

/* header colour backgrounds */

.greenhead {
	background:url(../images/header_backs/green_head_back.gif) repeat-x center;
	text-transform:uppercase;
}
.redhead {
	background:url(../images/header_backs/red_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.bluehead {
	background:url(../images/header_backs/blue_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.orangehead {
	background:url(../images/header_backs/orange_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.purplehead {
	background:url(../images/header_backs/purple_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.yellowhead {
	background:url(../images/header_backs/yellow_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.plumhead {
	background:url(../images/header_backs/plum_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.lakeslifehead {
	background:url(../images/header_backs/green_head_back.gif) repeat-x center;
	text-transform:uppercase;
}
.entertainmenthead {
	background:url(../images/header_backs/red_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.lifestylehead {
	background:url(../images/header_backs/blue_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.sporthead {
	background:url(../images/header_backs/orange_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.businesshead {
	background:url(../images/header_backs/purple_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.filmhead {
	background:url(../images/header_backs/yellow_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.yourlakeshead {
	background:url(../images/header_backs/plum_head_back.gif) repeat-x top;
	text-transform:uppercase;
}
.darkbluehead {
	background:url(../images/header_backs/darkblue_head_back.gif) repeat-x center;
	border-bottom:#FFC20E solid 1px;
	text-transform:uppercase;
}
h2.darkbluehead {
	height:18px;
	line-height:18px;
	font-size:11px;
	padding:0 0 0 6px;
	color:#FFFFFF;
}

/* general */

p {
	margin:0 0 10px 0;
}

.firstpara {
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	color:#000000;
}
#col1 a {
	color:#009DDC;
}
#col1 a:hover {
	color:#666;
}

h1 {
	margin:0 0 12px 0;
}
h2 {
	color:#009DDC;
}

.blue {
	color:#009DDC;
}

.treefrog {
	position:absolute;
	right:64px;
	bottom:0px;
	font-size:9px;
	color:#fff;
}

/* new - CMS */

.sidelink {
	border-bottom:solid 6px #ffffff;
}

.sidesearch {
	background:url(../images/main/search/search_back.gif) no-repeat;
	width:156px;
	height:41px;
	padding:4px 0px 0px 36px;
	border-bottom:solid 6px #ffffff;
	position:relative;
}
.sidesearch input {
	color:#333333;
}
.sidesearchsubmit {
	position:absolute;
	right:0px;
	width:35px;
	height:25px;
}
.advsearchbtn {
	font-size:9px;
	color:#FFFFFF;
	position:absolute;
	bottom:2px;
}
.advsearchbtn span {
	font-size:12px;
}

/* advanced search */

.searchform {
	padding:24px 0 0 0;
	position:relative;
}
.searchform label {
	width:100px;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
}
option.drophead {
	font-weight:bold;
	font-size:12px;
}

/* channels */

.channelbox {
	background:#585858;
	border-bottom:1px #000000 solid;
	min-height:96px;
	margin-bottom:12px;
}
* html .channelbox {
	height:96px;
}
#col1 .channelbox a {
	color:#FFFFFF;
}
.channelboxtitle {
	height:18px;
	line-height:18px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding-left:6px;
	margin:0;
	border-bottom:1px #333333 solid;
}
.channelboximage {
	height:64px;
	width:104px;
	border:1px solid #ffffff;
	background:#CCCCCC;
	margin:6px;
	float:left;
}
.channelbox p {
	font-size:10px;
	padding:6px 6px 6px 0;
}

/* directory - category page */

.directory .directorylink {
	display:none;
}

.directorybox {
	background:#666666;
	min-height:50px;
	position:relative;
	margin-bottom:12px;
	border-bottom:1px #000000 solid;
}
* html .directorybox {
	height:50px;
}
.directoryimage {
	height:64px;
	width:104px;
	border:1px solid #ffffff;
	background:#CCCCCC url(../images/main/image_soon.gif) center no-repeat;
	float:left;
	margin:6px;
}
.directorylist {
	position:relative;
	width:468px;
	margin:10px 0 0 0;
	padding-left:6px;
	list-style:none;
	overflow:auto;
}
.directorylist li {
	display:inline;
}
.directorylist a {
	float:left;
	overflow:hidden;
	width:90px;
	line-height:16px;
	padding:0 5px 0 15px;
	background:url(../images/main/list_items/list_arrow.gif) no-repeat;
}
#col1 .directorybox a {
	color:#FFFFFF;
}
#col1 .directorybox a:hover {
	color:#CCCCCC;
}
.dirtoptenlink {
	position:absolute;
	top:0px;
	right:0px;
}

/* directory - subpages */

.alphabetbox {	
	height:40px;
	padding-top:20px;
}

.alpahbettext {
	float:left;
	font-weight:bold;
	color:#CCCCCC;
}

.alphabet {
	list-style:none;
	float:right;
}
.alphabet li {
	display:inline;
	color:#666666;
	padding:0 6px 0 0;
}
#col1 .alphabet li a {
	color:#CCCCCC;
}
#col1 .alphabet li a:hover {
	color:#9B9300;
}
#col1 .alphabet li a.active {
	color:#FFF200;
}

.directoryheading {
	height:60px;
	background:url(../images/main/directory/directory_headings_back.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
}
.placename {
	position:absolute;
	font-size:21px;
	left:5px;
	top:18px;
}
.dirletter {
	position:absolute;
	width:40px;
	font-size:42px;
	right:12px;
	top:4px;
	text-align:center;
	text-transform:lowercase;
}

.listingbox {
	background:#666666;
	min-height:50px;
	position:relative;
	margin-bottom:0px;
	border-bottom:1px #000000 solid;
}
* html .listingbox {
	height:50px;
}
#col1 .listingbox a {
	color:#FFFFFF;
}
#col1 .listingbox a:hover {
	color:#CCCCCC;
}

.listingtext {
	position:relative;
	width:325px;
	margin:10px 10px 0 6px;
	list-style:none;
	overflow:auto;
	min-height:40px;
	float:left;
}

.listingdetails {
	margin:10px 10px 10px 10px;
	float:left;
	text-align:left;
	width:170px;
}
.listingdetails p {
	margin:0 0 6px 0;
}
.listingdetails span {
	color:#1A1A1A;
	font-weight:bold;
}
.dirphoto {
	float:left;
	width:120px;
	height:80px;
}
.listingvideo {
	clear:both;
	background:#003D58;
	overflow:auto;
}
.listingvideo p {
	margin:0;
	padding:6px;
	line-height:18px;
}
.listingvideo img {
	float:left;
	padding:0 6px 0 0;
}

/* top ten */

.topten #content1 {
	background:#323233 url(../images/main/topten/topten_col_back.gif) no-repeat right top; 
}
.topten #col1 {
	padding-top:28px;
}
.topten #content2 {
	background:#323233; 
}

.ttnumber1 {
	height:60px;
	background:url(../images/main/topten/number1.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber2 {
	height:60px;
	background:url(../images/main/topten/number2.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber3 {
	height:60px;
	background:url(../images/main/topten/number3.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber4 {
	height:60px;
	background:url(../images/main/topten/number4.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber5 {
	height:60px;
	background:url(../images/main/topten/number5.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber6 {
	height:60px;
	background:url(../images/main/topten/number6.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber7 {
	height:60px;
	background:url(../images/main/topten/number7.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber8 {
	height:60px;
	background:url(../images/main/topten/number8.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber9 {
	height:60px;
	background:url(../images/main/topten/number9.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}
.ttnumber10 {
	height:60px;
	background:url(../images/main/topten/number10.gif) no-repeat top right;
	margin:12px 0 0px 0;
	position:relative;
	border-bottom:1px #000000 solid;
}

.ttsidetop {
	border-bottom:6px #FFFFFF solid;
}
.buttonRollover{cursor:pointer}

.toptentext {
	width:450px;
	min-height:50px;
	margin-bottom:50px;
}
* html .toptentext {
	height:50px;
}

/* news */

h3 {
	padding:5px;
	background:#666666;
	display:block;
	margin-bottom:10px;
}

#ImgHeader {
	margin-left:-12px;
	margin-top:-12px;
}