html {
    background-color: #CCCCCC;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0 auto;
	width: 980px;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-color: #CCCCCC;
	background: url(bg_grad.jpg);
    background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(204,204,204,1) 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(204,204,204,1) 100%);
    background: -o-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(204,204,204,1) 100%);
    background: -ms-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(204,204,204,1) 100%);
}

a:link{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	border-color: #FFFFFF;
	border-width: 0px;
}

a:visited{
	color: #999999;
	text-decoration: none;
	border-color: #FFFFFF;
	border-width: 0px;
}

a:hover{
	text-decoration: inherit;
	border-color: #FFFFFF;
	color: #61a700;
	border-width: 0px;
}

h1{
    font: 26px Arial, Helvetica, sans-serif;
    color: #222222;
    margin-bottom: 0px;
    display: inline;
    vertical-align: bottom;
}

h2{
    font: 14px Arial, Helvetica, sans-serif;
    color: #222222;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

h3{
    font: 14px Arial, Helvetica, sans-serif;
    color: #222222;
    margin: 0px;
    padding-left: 10px;
}

h4{
    font: 22px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 7px 0px 0px 10px;
}

.side1 { 
    vertical-align: baseline;
    display: inline;
}

.side2 { 
    vertical-align: baseline;
    display: inline;
}

.side3 { 
    vertical-align: baseline;
    display: inline;
	margin-left: 130px;
}

#pagecell1{
	margin: 0 auto 0 auto;
	width: 100%;
	background-image:url(Navigation/background.jpg);
	background-repeat: repeat; 
    -moz-box-shadow: 0px 5px 5px 5px #888;
    -webkit-box-shadow: 0px 5px 5px 5px #888;
    box-shadow: 0px 5px 5px 5px #888;
	overflow: hidden;
}

#masthead{
	width: 100%;
	height: 200px;
	z-index: 20;
}

#masthead img{
	vertical-align: middle;
}

#header{
	position: absolute;
	width: 560px;
	height: 109px;
}

#header img{
	border: 0px;
}

#dragon{
	float: right;
	border: 0px;
	width: 306px;
	height: 190px;
	margin-top: 7px;
	margin-right: 25px;
	display:inline;
}

.share{
	float: left;
	position: absolute;
	width: 544px;
	top: 111px;
}

.share img{
	float: left;
	margin-left: 12px;	
	margin-bottom: 3px;
	border: 0px;
}

.fb-like{
	float: left;
	vertical-align: baseline;
    display:inline;
	margin-top: 23px;
	margin-left: -10px;
	z-index: 102;
}

.tweet{
	float: left;
    display:inline;
	vertical-align: baseline;
	margin-top: 23px;
	margin-left: 12px;	
	width: 80px;
	z-index: 103;
}

#globalNav{
	position: absolute;
	top: 164px;
	width: 980px;
	height: 40px;
	background-color: #777777;
	padding: 0px;
	margin: 0px;
	background-image: url(Navigation/mainbk.png);
	background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.5); 
	opacity: 0.90;
	z-index: 100;
}

#globalNav img{
    border: 0px;
}

.searchbox{
	position: absolute;
	width: 160px;
	height: 19px;
	top: 6px;
	right: 50px;
	z-index: 101;
}

.searchicon{
    position: absolute;
	top: 8px;
	right: 20px;
 }
 
#print {
    position: absolute;
	top: 9px;
	left: 320px;
}

hr {
    color:#bfbfbf; /*used for IE, top color*/
    background:#bfbfbf; /*firefox and chrome, top color*/
    min-height: 0px;  /*required to get IE to render the top pixel color*/
    border-left: 0px; 
    border-right: 0px; 
    border-top: 1px solid #bfbfbf; /*Your top color*/
    border-bottom: 1px solid #EEEEEE; /*Your bottom color*/
	margin-right: 20px;
}
 
#pagename {
    width: 100%;
	height: 30px;
}

#content{
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	display: block;
	overflow:hidden;
	width: 100%;
}

#content img{
	margin-bottom: 5px;
	border: 0px;
}

#content a:link{
	color: #222222;
	text-decoration: none;
	border-width: 0px;
}

#content a:visited{
	color: #999999;
	text-decoration: none;
	border-width: 0px;
}

#content a:hover{
	color: #61a700;
	border-width: 0px;
}

.footer{
	width: 100%;
	height: 275px;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	float: left;

}

.footer a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:200;
}

.footer a:visited{
	color: #999999;
	text-decoration: none;
	font-weight:200;
}

.footer a:hover{
	text-decoration: underline;
	color: #61a700;
	font-weight:200;
}

#icons{
	float: left;
	margin-left: 12px;
	width: 100%;
}

#icons img{
	float: left;
	padding-right: 12px;
	padding-top: 12px;
	border: 0px;
	float: left;
}

#conservation-code {
	float: left;
}

#conservation-leaflet {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

#conservation-leaflet img{
	width: 76px;
	height: 160px;
}

#siteInfo{
	width: 400px;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
}

.top{
    text-align:left;
	width: 400px;
	height: 310px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.photo{	
    text-align:center;
	width: 400px;
	height: 310px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 40px;
	overflow:visible;
}

.photo img{
    position:relative;
	z-index:2;
	width=: 400px;
	height: 266px;
}

.drop-shadow {
    position:relative;
    float:left;
    width:400px;    
}
 
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
	z-index:0;
}
 
.lifted:before,
.lifted:after { 
    top:15px;
    left:10px;
    width:30%;
    height:20%;
    width:180px;
    -webkit-box-shadow:0 -15px 10px rgba(0, 0, 0, 0.7);   
    -moz-box-shadow:0 -15px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 -15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(3deg);    
    -moz-transform:rotate(3deg);   
    -ms-transform:rotate(3deg);   
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}
 
.lifted:after {
    right:10px; 
    left:auto;
    -webkit-transform:rotate(-3deg);   
    -moz-transform:rotate(-3deg);  
    -ms-transform:rotate(-3deg);  
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

ul#css3menu1,ul#css3menu1 ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color:#dedede;
	border-width:1px;
	border-right-style:solid;
	border-color:#aaaaaa;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

ul#css3menu1 ul{
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
	padding:0 10px 10px;
	background-color:#424542;
	border-width:1px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-color:#000;
}

ul#css3menu1 li:hover>*{
	display:block;
}

ul#css3menu1 li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}
ul#css3menu1 li:hover{
	z-index:1;
}

ul#css3menu1 ul ul{
	position:absolute;
	left:100%;
	top:0;
}

ul#css3menu1{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	padding:0;
}

* html ul#css3menu1 li a{
	display:inline-block;
}

ul#css3menu1>li{
	margin:0;
}

ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;
}
ul#css3menu1 a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#111;
	text-shadow:#FFF 0 0 1px;
	cursor:pointer;
	padding:10px;
	background-color:#777777;
	background-image:url("Navigation/mainbk.png");
	background-repeat:repeat;
	background-position:0 0;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#C0C0C0;
}

ul#css3menu1 img{
	padding: 0px; 
	margin-top:-10px;
}

ul#css3menu1 ul li{
	float:none;
	margin:10px 0 0;
	}
	
ul#css3menu1 ul a{
	text-align:left;
	padding:4px;
	background-color:#424542;
	background-image:none;
	border-width:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:14px Arial;
	color:#FFF;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;
}

ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#61a700;
	border-color:#C0C0C0;
	border-style:solid;
	font:bold 16px Arial;
	color:#333;
	text-decoration:none;
	text-shadow:#FFF 0 0 1px;
	background-image:url("Navigation/mainbk.png");
	background-position:0 100px;
}

ul#css3menu1 span{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;
}

ul#css3menu1 ul span{
	background-image:url("Navigation/arrowsub.png");
	padding-right:12px;
}

ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#424542;
	background-image:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#6bd600;
	text-decoration:none;
	text-shadow:#FFF 0 0 0;
}

ul#css3menu1 li.topfirst>a{
	height:20px;
	line-height:20px;
	border-width:0;
	border-radius:0px 0 0 0px;
	-moz-border-radius:0px 0 0 0px;
	-webkit-border-radius:0px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
}

ul#css3menu1 li.toplast>a{
	height:20px;
	line-height:20px;
	border-radius:0 0px 0px 0;
	-moz-border-radius:0 0px 0px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
}

ul#css3menu1 li.topmenu>a{
	height:20px;
	line-height:20px;
}

ul#css3menu1 li.topmenu:hover>a{
	line-height:20px;
}
	
@media screen and (min-width : 320px) and (max-width : 399px) {

body{
	width: 100%;
}

#globalNav{
	width: 100%;
}

#dragon{
	display: none;
}

#header img{
	width: 300px;
}

#header{
	width: 300px;
}

.share{
	width: 280px;
	top: 80px;
}

.fb-like{
	margin-top: 5px;
}

.tweet{
	margin-top: 5px;
}

.searchbox{
	display:none;
}

.searchicon{
    display:none;
}

#print {
    display:none;
}

.footer{
	height: 350px;
}

.side3 { 
	margin-left: 40px;
}

#conservation-leaflet {
	display: none;
}

#icons{
	width: 200px;
}

.top{	
	width: 280px;
	height: 270px;
}

.photo{	
	width: 280px;
	height: 270px;
}

.photo img{
    position:relative;
	z-index:2;
	width=: 280px;
	height: 190px;
}

.drop-shadow {
    width:280px;    
}
 
.lifted:before,
.lifted:after { 
    width:100px;
}


}

@media screen and (min-width : 400px) and (max-width : 499px) {

body{
	width: 100%;
}

#globalNav{
	width: 100%;
}
	
#dragon{
	display: none;
}

#header img{
	width: 380px;
}

#header{
	width: 380px;
}

.share{
	width: 300px;
	top: 80px;
}

.fb-like{
	margin-top: 5px;
}

.tweet{
	margin-top: 5px;
}

.searchbox{
	display:none;
}

.searchicon{
    display:none;
}

.footer{
	height: 350px;
}

.side3 { 
	margin-left: 40px;
}

#conservation-leaflet {
	display: none;
}

#icons{
	width: 200px;
}

.top{	
	width: 350px;
	height: 300px;
}

.photo{	
	width: 350px;
	height: 300px;
}

.photo img{
    position:relative;
	z-index:2;
	width=: 350px;
	height: 232px;
}

.drop-shadow {
    width:350px;    
}
 
.lifted:before,
.lifted:after { 
    width:140px;
}

}

@media screen and (min-width : 500px) and (max-width : 599px) {

body{
	width: 100%;
}

#globalNav{
	width: 100%;
}
	
#dragon{
	display: none;
}

#header img{
	width: 480px;
}

#header{
	width: 480px;
}

.share{
	width: 480px;
}

.searchbox{
	display:none;
}

.searchicon{
    display:none;
}

#conservation-leaflet {
	display: none;
}

}

@media screen and (min-width : 600px) and (max-width : 749px) {
	
	
body{
	width: 100%;
}

#globalNav{
	width: 100%;
}
	
#dragon{
	display: none;
}

}

@media screen and (min-width : 750px) and (max-width : 900px) {

#dragon{
	display: none;
}

.top{	
	width: 350px;
	height: 300px;
}

.photo{	
	width: 350px;
	height: 300px;
	margin-right: 20px;
}

.photo img{
    position:relative;
	z-index:2;
	width=: 350px;
	height: 232px;
}

.drop-shadow {
    width:350px;    
}
 
.lifted:before,
.lifted:after { 
    width:140px;
}


}

@media screen and (min-width : 750px) and (max-width : 980px) {
	
body{
	width: 100%;
}

#globalNav{
	width: 100%;
}

}

@media all {
	
.page-break	{ 
    display: none; 
}

}

@media print {

.page-break	{ 
    display: block; 
    page-break-before: always; 
}

body{
	color: #000000;
}

h1{
 color: #000000;
}

h4{
 color: #000000;
}

#content a:link{
	color: #000000;
}

}