body
{
	margin:0;
	padding:0;
	border:0;	
	width: 100%;
	min-width: 350px;
	background: #f8ea48;
	font-size: 100%;
	font-family:"Verdana", "Geneva", Helvetica, sans-serif;
	color: #8d0000;
}

/*Headers*/

h3
{
	font-size: 80%;
	margin: 0.3em 0 1em 0;
	padding: 0;
	text-transform: uppercase;
}
/*end headers*/
/*Text styles*/
p.quote
{font-size:85%;
font-style:italic;
}
.small70
{
	font-size: 70%;
}
.left
{
	width: 25%;
	margin-left: 10%;
	clear: left;
}

.bold
{
	font-size: 90%;
	font-weight: bold;
}
.left
{
	width: 25%;
	margin-left: 10%;
	clear: left;
}

ul.nexton
{
	list-style-type: none;
}

a:link,  a:visited
{
	background-color:#f8ea48;	
	color: #8d0000;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
a:hover
{
	background-color: #d19d00;
}


/*end Text styles*/
/*Image styles*/
img.boxcentre
{
	width: 50%;
	padding: 20px 0 15px 0;
	margin-left: 25%;

}
img.left
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
.leftmargin10
{
	float: left;
	margin-left:10px;
	margin-right:10px;
	padding: 0;
	border: 0;
}
.leftmargin15
{
	float: left;
	margin-left:15px;
	margin-right:10px;
	padding: 0;
	border: 0;
}
img.right10
{
	float: right;
	margin-right: 10%;
	margin-left: 5%;
	margin-top, margin-bottom: 15px;
	border: 0;
}
img.right05
{
	float: right;
	margin-right: 05%;
	margin-left: 5%;
	margin-top, margin-bottom: 15px;
	border: 0;
}
/*end image styles*/
/*BOXES*/

.bodybox {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */


}
.bodybox2 {
	position:relative;	
	clear: both;
	margin: auto;
	width: 80%;
	min-width: 350px;
	height: auto;
	min-height: 400px;			
	border: 10px solid #cccccc;
	padding: 15px;
}

.headerbox
{
	width: 100%;
	height: auto;	
	padding: 10px;
	background: #f8ea48;
	background-image: url("pics/snookgrey.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}
.boxmid
{
	width: 50%;
	margin: auto;
	background: #f8ea48;
	clear: left right;
	
}
.box20
{
	display: inline-block;	
	float: left;
	width: 400px;
	height: 210px;
	padding: 0px;
	margin-left:12%;
	margin-top: 0px;
	background: #f8ea48;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.boxb20
{
	display: inline-block;
	float: left;	
	width: 40%;
	height: 400px;
	padding: 15px;
	margin-left: 6%;
	margin-top: 50px;
	background: #f8ea48;
	background-image: url("pics/Rockpath.png");
 	background-repeat: no-repeat;
	background-size: contain;
	border: 4px solid #cccccc;
}

.mapbox
{	
	width: 402px;
	height: 530px;
	margin: auto;
	padding: 0;
	border: 0;
}
	


.boxc20
{
	display: inline-block;	
	float: left;
	width: 250px;
	height: 400px;
	padding: 15px;
	margin-left: 6%;
	margin-top: 50px;
	background: #f8ea48;
	background-image: url("pics/Lisa.png");
 	background-repeat: no-repeat;
	background-size: contain;
	clear: right;
	border: 4px solid #cccccc;
	
}
.emptybox
 {
   	width: 100%;
	margin:0;
	height: 50px;
	float: left;
	clear: both;
	background: #f8ea48;

}
.infobox20
{
	display: inline-block;	
	float: left;
	width: 350px;
	min-width: 250px;
	padding: 10px;
	margin-left: 6%;
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
	min-height: 40px;
	background: #f8ea48;
	border: 4px solid #cccccc;
}
.infobox350
{
	display: inline-block;	
	float: left;
	width: 350px;
	min-width: 350px;
	padding: 10px;
	margin-left: 6%;
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
	min-height: 40px;
	background: #f8ea48;
	border: 4px solid #cccccc;
}

.infoboxr20
{
	display: inline-block;	
	float: left;
	width: 20%;
	height: auto;
	min-height: 40px;
	padding: 10px;
	margin-left: 8%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 50px;
	background: #f8ea48;
	clear: right;
	border: 4px solid #cccccc;
}
.nextbox
{
	display: inline-block;
	width: 40%;
	min-width: 250px;
	height: auto;
	padding: 5px 25px 5px 40px;
}
	


.footer
{
	width: 100%;
	clear: both;
	padding: 15px;
	height: auto;
	min-height: 45px;
	background: #f8ea48;
	font-size: 70%;
}

/*Dropdown*/
.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #cccccc;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
	z-index: 60;

}

.dropdown:hover .dropdown-content {
    display: block;
}

/*Dropdownmenu*/

/* Style The Dropdown Button */
.dropbtn {
    background-color: #d19d00;
    color: #8d0000;
    padding: 4px 20px;
    font-size: 14px;
    border: 0;
    cursor: pointer;

}

.dropbtn1 {
    background-color: #d19d00;
	position: absolute;
	top: 20px;
	left: 9px;
    color: #8d0000;
    padding: 4px 20px;
    font-size: 14px;
    border: 0;
    cursor: pointer;

}

.dropbtn2 {
    background-color: #d19d00;
	position: absolute;
	top: 50px;
	left: 9px;
    color: #8d0000;
    padding: 8px 20px
    font-size: 14px;
    border: 0;
    cursor: pointer;

}
.infolink {
    background-color: #d19d00;
	min-width: 60px;
	height: auto;
	margin-top: 50px;
	margin-left: 50px;
    color: #8d0000;
    padding: 8px 20px
    font-size: 14px;
    border: 0;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #cccccc;
    min-width: 160px;
	font-size: 14px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #d19d00;/*f8ea48*/}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f8ea48;
}




.infobutton
{
   	 background-color: #d19d00;
    	color: #8d0000;
	height: 28px;
    	padding: 6px 20px;
    	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1;
	display: inline-block;
    	cursor: pointer;
	
}

.infobutton:hover
{
	background-color: #d19d00;
	text-decoration: none;
}






