/* The properties of the body tag */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-left: 0px;
	background-color: #F5FFFA;
	min-width: 1160px;"
}

/* This is a horizontal "list" used for a set of links */
li
{
	font-weight: bold;
	display: inline;
	margin-left: 2px;
	font-size: 1.2em;
}

/* Header definitions H1-H3 are bold, H4-H6 are inline
Order of margins is: (4)Top, Right, Bottom, Left; (3) Top, Right/Left, Bottom; (2) Top/Bottom, Right/Left; (1) All
***************************************/

h1
{
	text-align:center;
	font-size: 2em;
	color: #2F4F4F; /* Green */
	font-weight: bold;
	margin:5px;
}

h2
{
	text-align:center;
	font-size: 1.8em;
	color: #2F4F4F;
	font-weight: bold;
	margin:3px;
}

h3
{
	text-align:left;
	font-size: 1.6em;
	color: #2F4F4F;
	font-weight: bold;
	margin:1px;
}

h4
{
	text-align:left;
	font-size: 1.4em;
	color: #2F4F4F;
	font-weight: normal;
	margin: 0;
}

/* Use H5 for an eyecatching Sub Heading - Crimson ! */
h5
{
	text-align:left;
	font-size: 1.3em;
	color: #DC143C;
	font-weight: bold;
	margin: 10px;
}

/* Use H6 as important text */
h6
{
	text-align:left;
	font-size: 1.1em;
	color: #2F4F4F;
	font-weight: bold;
	margin: 10px;
}

p
{
	text-align:justify;
	font-size: 1.2em;
	color:#003366;
}

/* An emphasised line using a shaded div
*********************************************************/
#heavyline
{
	width: 500px;
	height: 2px;
	border: solid;
	border-color: #CCCCCC;
	background-color: #CCCCCC;
	float: left;
	border-radius: 5px;
	margin-left: 190px;
	margin-top: 10px;
	margin-bottom: 10px;

}

header
{
	width: 1150px;
	min-width: 850px;
	height: 150px;
	text-align: center;
	border-radius: 20px;
}

#logo
{
	width: 200px;
	float:left;
	text-align: center;
}

#banner
{
	width: 700px;
	text-align: center;
	float:left;
	margin-left:auto;
	margin-right: auto;
}

#contacts
{
	width: 1100px;
	min-width: 1024px;
	clear: both;
	text-align: center;
	background-color: SeaGreen;
	border-radius: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: auto;
	font-color: white;
}

.officers
{
	width: 14%;
	background-color: SeaGreen;
	color: white;
}

.phoneemail
{
	background-color: white;
	font-color: black;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	border: 0;
}

/* The newly defined divs for 2018
**********************************************************/
.smalltabletext
{
	font-size: 40em;
	color: red;
	font-family: Verdana;
}


/* A bordered (Dark Green 5px) div, 680px wide, light green background, shadowed border, rounded corners
**********************************************************/

#mainpanel
{
	float: left;
	padding: 5px 5px 5px 5px;
	width: 700px;
	min-width: 600px;
	margin: 5px 5px 20px 5px;
	box-shadow: 10px 10px 5px #888888;
	vertical-align: middle;
	text-align:left;
	border-style:solid;
	border-width: 5px;
	border-color:#0F650F;
	background-color:#F0FFF0;
	border-radius: 20px 20px 20px 20px;
}

#newsheadline
{
	background-color: #008000;
	color: yellow;
	border:solid 1px green;
	border-radius: 1em;
	padding: 5px 10px 5px 10px;
	width: 350px;
	margin-left: 15px;
	float: left;
}

#clear-round-div {
float: left;
padding: 5px;
width:680px;
margin:10px;
box-shadow: 10px 10px 5px #888888;
vertical-align: middle;
text-align:left;
border-style:solid;
border-width: 5px;
border-color:#0F650F;
background-color:#F0FFF0;
min-width: 600px;
}
.big-rounded-corner {
	border-radius: 20px 20px 20px 20px;
}
#clear-round-div1 {
float: left;
padding: 5px;
width:680px;
margin:10px;
box-shadow: 10px 10px 5px #888888;
vertical-align: middle;
text-align:left;
border-style:solid;
border-width: 5px;
border-color:#0F650F;
background-color:#F0FFF0;
min-width: 60px;
}
.big-rounded-corner1 {
	border-radius: 20px 20px 20px 20px;
}

/* Div for Results Page */
#divresults
{
	width: 400px;
	border: solid;
	border-width: 1px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	border-radius: 20px;
	padding: 10px 30px 10px 30px;
	background-color:#D0DDD0; /* A shade of green */
}

#divfull
{
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	width: 900px;
	padding-top:20px;
	padding-bottom:10px;
	border:solid;
	border-color:green;
	border-radius:20px;
	background: radial-gradient(black, green);
	clear: all;

}


/* Special div's for Mobile site */

.mobbkground
{
	background-color: #F0FFF0;
	margin-left: 20px;
	text-align: center;
	font-size: 1.5em;
}

#wrapper
{
	width: 1156px;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#mobtopdiv
{
	background-color: #FFFFFF;
	clear: both;
	width: 900px;
	padding-top: 5px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 50px;
	text-align: center;

}

#mobmainmenu
{

	margin-top: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	width: 940px;
	padding-top: 20px;
	padding-bottom: 10px;
	border: solid;
	border-color: green;
	border-radius: 20px;
	background: linear-gradient(to right, #006400, #8FBC8F);
	clear: all;

}

#mobfooter
{
	background-color: #FFFFFF;
	width: 900px;
	height: 100px;
	padding-top: 20px;
	margin-top: 100px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	border-style: solid;
	border-width: 5px;
	border-color: #CCCCCC;
	border-radius: 100px;
	text-align: left;
	clear: both;
}

a:active {
  top: 4px;
}
#menuitem
{
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 220px;
	border-style: solid groove;
	border-width: 0 10px 0 1px;
	background: linear-gradient(#8FBC8F, #006400);
	height: 180px;
	text-align: center;
	padding-top: 45px;
	font-size: 2em;
	font-weight: bold;
	border-radius: 100px;
	box-shadow: 10px 10px 5px #BDB76B;

}

/* Special div's for the Team's page */

#teamstitle
{
	width: 300px;
	float: left;
	text-align:left;
	font-size: 1.2em;
	color: teal;
	font-weight: bold;
}


#teamsmgr
{
	float: right;
	width: 250px;
	font-size: .9em;
}

#teamsimage
{
	float:left;
	width:120px;
	padding: 5px;
}

#teamstext
{
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	font-size: 1.2em;
}


/* How the links react */
a:hover {
    font-size: 105%;
	color: #0000FF;
	font-weight: bold;
}

a:link
{
	color: #006600;
}

a:visited
{
	color: #006600;
}

a:active
{
	color: #006600;
	top: 2px;
}
/* End of links */


/* A div with a shaded background - used in ?? */
divshade {
	background-color:#EEEEEE; size:auto;
}

/* A div with a clear background - used in ?? */
divclear {background-color:#FFFFFF; size:auto;}

/* A div used in the Mobile Site - yet to be written !!  with a rounded border */
#stat-mob-link:hover {
    background-color:#993300
}
.rounded-corner { border-radius: 30px 30px 30px 30px}

/* Not sure what this is */
#news-column {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
width: 90%;
border-color:#000000;
border-style:solid;
border-width: 2px;
padding-left: 10px;
padding-right:10px;
padding-top: 5px;
padding-bottom:5px;
background-color:#EEEEEE;
color:#000000;
margin:5px;
box-shadow: 5px 5px 2px #222222;
text-align:left;
}

.scrollable
{
    height: 300px; /* or any value */
    overflow-y: auto;
	float: left;
	width: 20%;
	background-color: #FFF8DC;
	margin: 5px;
	border: double blue;
	font-size: 8px;
}




/* A small div, 20%, with a clear background and rounded corners */
#small-round-div {
float: left;
padding: 5px;
width:20%;
margin:5px;
box-shadow: 10px 10px 5px #888888;
vertical-align: middle;
text-align:center;
border-style:solid;
border-width: 5px;
border-color:#0F650F;
background-color:#ECEEEC;
min-width: 100px;
}

.NewsButton
{
	font-size: 16px;
	margin-left: 30px;
	font-weight: bold;
	border: solid;
	border-radius: 10px;
	height; 20px;
	padding:
	4px 30px 4px 30px;
	background-color: #FFB6C1;
}

/* Styles for tables which will be redundant when the tables are gone */
body,td,th
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainpanel
{
	float: left;
	padding: 5px 5px 5px 5px;
	width: 700px;
	min-width: 600px;
	margin: 5px 5px 20px 5px;
	box-shadow: 10px 10px 5px #888888;
	vertical-align: middle;
	text-align:center;
	border-style:solid;
	border-width: 5px;
	/*border-color:#0F650F;*/
	border-color:red;
	background-color:#F0FFF0;
	border-radius: 20px 20px 20px 20px;
}

#newsheadline
{
	background-color: green;
	color: yellow;
	border:solid 1px #0F650F;
	border-radius: 1em;
	padding: 5px 10px 5px 10px;
	width: 350px;
	margin-left: 15px;
	float: left;
}


img.newsimages
{
	width: 295px;
	padding-left: 2px;
	padding-right: 2px;
}

#mainpanelimage
{
	float: right;
	width: 300px;
	min-width: 300px;
	margin: 5px 5px 20px 5px;
	vertical-align: top;
}

#mainpaneltext
{
	float: left;
	font-size: .9em;
	padding: 5px 5px 5px 5px;
	width: 900px;
	min-width: 600px;
	margin: 5px 5px 20px 5px;
	box-shadow: 10px 10px 5px #888888;
	vertical-align: middle;
	text-align:center;
	border-style:solid;
	border-width: 5px;
	border-color:#0F650F;
	background-color:#F0FFF0;
	border-radius: 20px 20px 20px 20px;
}
