@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #99CC33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width:802px;
	margin:0 auto;
}

P {
	font-size:12px;
	color:#003300;
	padding:0px;
	margin:0px;
	text-align:center;
}
H1 {
	font-size:16px;
	color:#003300;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0px;
}
H2 {
	font-size:16px;
	color:#003300;
	padding:0px;
	margin:0px;
}

h3 {
	font-size:16px;
	color:#003300;
	padding:0px;
	margin:0px;
	text-align:center;
}

.pL:link, .pL:active, .pL:visited {
	font-size:12px;
	color:#333366;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
.pL:hover {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
.mL:link, .mL:active, .mL:visited {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.mL:hover {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.sB {
	border-left:1px solid black;
	border-right:1px solid black;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:img/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

img
{border:none;}


.clear{
	clear:both;
	}
#TransitionHolder{
	margin:20px;
	background-color:#F2F9FF;
	border:1px solid #DFEEFF;
	padding:20px;
}
#TransitionHolder h1, #TransitionHolder h2{
	font-size:25px;
	font-weight:500;
	margin:10px 0px;
}
#TransitionHolder p{
	font-size:12px;
	margin:5px 0px;
}
#TR1, #TR2, #TR3{
	width:300px;
	height:200px;
	overflow:hidden;
	margin:10px auto;
}
#TR4{
	width:300px;
	height:160px;
	overflow:hidden;
	float:left;
	margin-left:10px;
}
.CodeEditor{
	float:left;
	width:400px;
}
.CodeEditor textarea{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	width:380px;
	height:150px;
}
#BulkUploaderList p{
	font-weight:bold;
	color:#009900;
}

#BulkUploaderList a{
	background:url(img/delete.gif) no-repeat;
	display:block;
	text-indent:-900000px;
	width:16px;
	height:16px;
	float:right;
}

.HowToUse{
	padding:10px;
	background:#fefbd6;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	border:1px #91a4e3 dashed;
}


ul.thumb {
	list-style: none;
	margin: 0 auto; padding: 10px;
	width: 600px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 64px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

#contentGallery .galleria {
    list-style: none;
 margin-left:auto;
    margin-right:auto;
    width:600px;
}

#contentGallery ul.gallery galleria
{
    overflow:hidden;
    text-align:center;
	margin-left:auto;
    margin-right:auto;
    width:600px;
}
.galleria li.two {
    display: block;
    width: 50px;
    height: 85px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 10px 0;
}
.galleria li {
    display: block;
    width: 85px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 10px 0;
}


.galleria li a {
    display: none;
}
.galleria li div {
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
}
.galleria li div img {
    cursor: pointer;
}
.galleria li.active div img, .galleria li.active div {
    display: block;
}
.galleria li img.thumb {
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.galleria li .caption {
    display: block;
    padding-top: .5em;
}
* html .galleria li div span {
    width: 400px;
}
/* MSIE bug */
* {
    margin: 0;
    padding: 0;
}

#contentGallery
{
	text-align:center;	
}

.attraction
{
	border:1px solid #578154;
	margin:5px 5px;
	zoom:1;
}

.attractionImage
{
	float:left;
	width:200px;
}

.attractionText
{
	margin-left:210px;
}

pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

li.bramble{height:64px; width:100px; background-image:url(../img/buttons/bramble.gif); background-repeat:no-repeat;}
li.bulrush{height:64px; width:100px; background-image:url(../img/buttons/bulrush.gif); background-repeat:no-repeat;}
li.hazel{height:64px; width:100px; background-image:url(../img/buttons/hazel.gif); background-repeat:no-repeat;}
li.laburnum{height:64px; width:100px; background-image:url(../img/buttons/laburnum.gif); background-repeat:no-repeat;}
li.lily{height:64px; width:100px; background-image:url(../img/buttons/lily.gif); background-repeat:no-repeat;}
	
ul.plates
{
	width:70%;
	margin:0 auto;
}

td.bramble1{background-image:url(../BrambleNEWCOLOR_r1_c1.jpg); background-repeat:no-repeat;}
td.bramble2{background-image:url(../BrambleNEWCOLOR_r1_c2.jpg); background-repeat:no-repeat;}
td.bramble3{background-image:url(../BrambleNEWCOLOR_r3_c1.jpg); background-repeat:no-repeat;}
td.bramble4{background-image:url(../BrambleNEWCOLOR_r3_c3.jpg); background-repeat:no-repeat;}

td.bulrush1{background-image:url(../BelrushNewColours_r1_c1.jpg); background-repeat:no-repeat;}
td.bulrush2{background-image:url(../BelrushNewColours_r1_c3.jpg); background-repeat:no-repeat;}
td.bulrush3{background-image:url(../BelrushNewColours_r3_c1.jpg); background-repeat:no-repeat;}
td.bulrush4{background-image:url(../BelrushNewColours_r3_c2.jpg); background-repeat:no-repeat;}
td.bulrush5{background-image:url(../BelrushNewColours_r1_c12.jpg); background-repeat:no-repeat;}

td.hazel1{background-image:url(../HazelNEWCOLOUR_r1_c1.jpg); background-repeat:no-repeat;}
td.hazel2{background-image:url(../HazelNEWCOLOUR_r1_c2.jpg); background-repeat:no-repeat;}
td.hazel3{background-image:url(../HazelNEWCOLOUR_r3_c1.jpg); background-repeat:no-repeat;}
td.hazel4{background-image:url(../HazelNEWCOLOUR_r3_c2.jpg); background-repeat:no-repeat;}

td.laburnum1{background-image:url(../LaburnumNEWCOLOURS_r1_c1.jpg); background-repeat:no-repeat;}
td.laburnum3{background-image:url(../LaburnumNEWCOLOURS_r2_c2.jpg); background-repeat:no-repeat;}
td.laburnum5{background-image:url(../LaburnumNEWCOLOURS_r4_c1.jpg); background-repeat:no-repeat;}
td.laburnum6{background-image:url(../LaburnumNEWCOLOURS_r4_c2.jpg); background-repeat:no-repeat;}
td.laburnum7{background-image:url(../LaburnumNEWCOLOURS_r1_c1.jpg); background-repeat:no-repeat;}
td.laburnum8{background-image:url(../LaburnumNEWCOLOURS_r5_c3.jpg); background-repeat:no-repeat;}
td.laburnum9{background-image:url(../LaburnumNEWCOLOURS_r6_c2.jpg); background-repeat:no-repeat;}

td.lily1{background-image:url(../LilyNEWCOLOURS_r1_c1.jpg); background-repeat:no-repeat;}
td.lily2{background-image:url(../LilyNEWCOLOURS_r1_c3_r1_c2.jpg); background-repeat:no-repeat;}
td.lily3{background-image:url(../LilyNEWCOLOURS_r2_c4.jpg); background-repeat:no-repeat;}
td.lily4{background-image:url(../LilyNEWCOLOURS_r3_c2.jpg); background-repeat:no-repeat;}
td.lily5{background-image:url(../LilyNEWCOLOURS_r3_c1_r2_c1.jpg); background-repeat:no-repeat;}
td.lily6{background-image:url(../LilyNEWCOLOURS_r3_c1_r1_c1.jpg); background-repeat:no-repeat;}
td.lily9{background-image:url(../LilyNEWCOLOURS_r1_c3_r1_c1.jpg); background-repeat:no-repeat;}


ul#sitemap { padding: 20px 0 0 20px; text-decoration: none; }
	ul#sitemap li{ 	padding: 10px 0 0 20px; 
					text-decoration: none; 
					list-style: circle;
					}
					ul#sitemap li, a:hover { text-decoration: color: #009900;}

/* CHANGES BY JMYERS SPRIKE 2010 */

#footer {background:#36572c;height:100px;font-size:9px;}
	#footer a{color:#99CC33;padding:5px 5px 5px 0;}
	#footer_right{float:right;}
	
.mainContent{padding:10px 10px 10px 10px;background:#fff;}
.mainContent p{text-align:left;padding:0 0 10px 0;}
h2 {padding:10px 0 0 0;}

#leftCol{float:left;width:445px;padding:10px 17px 0 0;}
#rightCol{float:left;width:316px;padding:10px 0 20px 0;}
#rightCol label{font-size:10px;float:right;padding:0 7px 0 0;}
