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

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	width:850px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/lakebkg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#wrapper {
	width:850px;
	height:auto;
	min-height:500px;
}

h1 {
	font-size:22px;
	color: #97CCE5;
}

h2 {
	font-size:15px;
}

h2.subtitle {
	margin-top:-5px;
	font-size:13px;
}

a {
	color: #97CCE5;
}

p {
	font-size:11px;
	margin-top:7px;
	margin-left:10px;
	margin-right:15px;
}

p.prices {
	font-size:18px;
	color:#999;
	margin-top:-10px;
}

#logo {
	width:559px;
	height:49px;
	background-image:url(../images/logo_felindre.png);
	background-repeat:no-repeat;
	margin-left:35px;
	margin-top:30px;
}

#leftcolumn {
	width:590px;
	height:auto;
	float:left;
}

#rightcolumn {
	width:250px;
	height:160px;
	float:right;
	right:18px;
	margin-top:250px;
}

#pageident {
	width:250px;
	height:68px;
}

#pageident.lake {
	background-image:url(../images/title_lake.png);
	background-repeat:no-repeat;
}

#pageident.fishing {
	background-image:url(../images/title_fishing.png);
	background-repeat:no-repeat;
	height:88px;
}

#pageindentmenu {
	background-image:url(../images/bkg_back.png);
	background-repeat:repeat;
	margin-top:-14px;
}

#pageindentmenu ul {
	padding:12px;
}

#pageindentmenu ul li {
	list-style:none;
	font-size:12px;
	border-bottom:#666 1px dashed;
	margin-bottom:3px;
	padding-bottom:3px;
}

#pageindentmenu ul li a:link {color:#FFF;text-decoration:none;}
#pageindentmenu ul li a:visited {color:#FFF; text-decoration:none;}
#pageindentmenu ul li a:hover {color:#97CCE5; text-decoration:none;}
#pageindentmenu ul li a:active {color:#FFF; text-decoration:none;}

#menu {
	width:590px;
	height:90px;
	background-image:url(../images/rip_bkg.png);
	background-repeat:no-repeat;
	top:15px;
	position:relative;
	z-index:1;
}

#maincontent {
	width:500px;
	min-height:325px;
	height:auto;
	position:relative;
	top:-15px;
	margin-left:35px;
	background-image:url(../images/bkg_back.png);
	background-repeat:repeat;
	padding:12px;
	padding-top:25px;
}

#menu ul {
	margin:0px;
	padding-top:20px;
	padding-left:40px;
}

#menu ul li {
	list-style-image:none;
	display:inline;
	margin-right:20px;
	border-right:#063 1px solid;
	padding-right:25px;
}

#menu ul li a:link {color:#000; text-decoration:none;}
#menu ul li a:visited {color:#000; text-decoration:none;}
#menu ul li a:hover {color:#FFF; text-decoration:none;}
#menu ul li a:active {color:#000; text-decoration:none;}

ol li{
	font-size:11px;
	margin-top:7px;
}

img.thumbnail {
	padding:7px;
	border:#FFF 1px solid;
	float:left;
	margin-right:25px;
	margin-top:25px;
	background-image:url(../images/bkg_back.png);
	background-repeat:repeat;
}

.QueryForm label {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 12px;
	margin-bottom: 5px;
}

.QueryForm input  {
	display: block;
	width: 350px;
	height: 25px;
	margin-bottom: 15px;
	padding: 5px;
}

.QueryForm textarea {
	display: block;
	width: 500px;
	height: 200px;
	margin-bottom: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.QueryForm .submit input {
	width: 150px;
	height: 20px;
	border: 0px;
	background: #09F;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
}

.NewsSummary {
	margin-bottom: 40px;
}

.NewsSummaryMorelink, #NewsPostDetailPrintLink, #NewsPostDetailReturnLink {
	width: 100px;
	height: 15px;
	padding: 5px;
	background: #97CCE5;
	display: inline-block;
	margin-right: 15px;
	float: right;
}

.NewsSummaryMorelink a, #NewsPostDetailPrintLink a, #NewsPostDetailReturnLink a {
	display: block;
	width: 100%;
	height: 25px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}