@charset "utf-8";
@import url("colours.css");
/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	background-image: url(../img/river-arm-bg.jpg);
	background-repeat: no-repeat;
	background-color: #72a258;
	}
h1 {
	font-size:150%;
	}	
h2 {
	font-size:130%;
	}
#panel_main h2 {
	font-size: 21px;
	font-style: italic;
}

#panel_main h1 {
	font-size: 36px;
	font-style: italic;
}

h3 {
	font-size:120%;
	}
h4 {
	font-size:110%;
	}

#panel_main h5 {
	font-size: 16px;
}
#home #panel_main dd {
	line-height: 260%;
}
#home #panel_main dt {
	line-height: 180%;
}


#panel_main dt {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	width: 82%;
	margin:0 auto;
}


#bodyContainer {
	width:64em;
	margin:20px auto 30px auto;
	border:5px solid rgba(255,255,255,.4);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 4px #fff;
	-moz-box-shadow: 2px 2px 4px #fff;
	-webkit-box-shadow: 2px 2px 4px #fff;
	background: #fff;
	}	
	
#header {
	background: url(../img/heading-3.jpg) no-repeat;
	margin: 3px 3px 0px;
}
#headertext {
	width: 480px;
	text-align: center;
	margin: 0 auto;
	font: normal 60px "Hobo Std";
	padding-top: 100px;
	color:#fff;
	text-shadow:#000 4px 4px 8px;
}


#columnwrap {
	width: 1017px;
	background-color: #dfe1df;
	border:solid 2px;
	/*	border-top:solid 2px;
	border-bottom: solid 2px;*/
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 6px 0 0 3px;
}

#panel_right {
	float: right;
	width: 25%;
	padding: 10px 0;
	border-left: solid 2px;
}


#panel_main {
	/*	line-height: 260%;*/
/*	float: right;*/
	width: 72%;
	padding: 10px 0 0 0;
}
#panel_main #colright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 50%;
}
#panel_main #colleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}

#lots #panel_main dl {
	padding:0 10px;
	border: 2px solid #666;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 50%;
	margin-top: 0px;
}

#lots #panel_main .right {
	float: right;
	margin-bottom: 0px;
	background-color: #fff;
}

#lots #panel_main .left {
	float: left;
	background-color: #FFFFFF;
}
#lots #panel_main .imgleft {
	margin-bottom: 6px;
	transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	padding-left: 30px;
	padding-top: 30px;
	}
#lots #panel_main .imgright {
	float: right;
	margin-bottom: 6px;
	transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	padding-right: 30px;
	padding-top: 30px;
	}	
	
#lots #bodyContainer #columnwrap #panel_main dd {
	border-bottom:  dotted 1px #333;
	padding: 0px 0 4px 0;
}





 

#footer {
	font-size:x-small;
	text-align: center;
	clear: both;
	width: 100%;
	padding-bottom: 8px;
}
.text-small {
	font: 9px Helvetica, Arial, sans-serif;
	color: #000000;
}

.centre {
	text-align: center;
}
	
.box-ad {
    /*font-family: "Swiss911 UCm BT", Haettenschweiler, sans-serif;*/
/*	text-shadow: #000 1px 1px 5px;*/
	font-size:12px;
	text-align: center;
	line-height:110%;
	padding: 3%;
	margin: 4% auto;
	width: 134px;
	border: solid 1px;
	border-bottom: solid 2px;
	border-right: solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
/*	transition-property: background-color;
	transition-duration: 4s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 4s;
	-o-transition-property: background-color;
	-o-transition-duration: 4s;*/
}

* html .box-ad {
		margin: 1% auto; /* Hack for HSIE 6*/
		}

.box-ad a{
	text-decoration:none;
	line-eight:120%;
	font-weight: bold;
	}
	
.box-ad li {
	list-style-type: none;
	margin-left: -10px;
}
.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 156px;
	border: 2px solid #333333;
	padding: 2px 0 3px;
	margin: 10px 0px 0px 20px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
.listed a {
	color: #663;
	text-decoration: underline;
}
.listed a:hover {
	color: #e1e1e1;
}
.group:after{ /* clears all floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
* html .group{ /* clears all floats for IE/win 6 */
	height:1%;
	}	
*:first-child+html .group { /* clears all floats for IE/win 7 */
	min-height: 1px;
	}
@media print{
#panel_right {
	display:none
}
#panel_main {
	width: 98%;
}
#columnwrap {
	border:none;
}
}
