body {
	overflow-y: scroll;
	font-family:'Arimo', Arial, sans-serif;
	font-size: 16px;
	color: black;
	background-image: url("../images/Background/Background.jpg"); 
	background-attachment: fixed;
	background-size: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

header{
	padding: 2% 0 0 0%;
	font-family:'Arimo', Arial, sans-serif;
	padding-bottom: 30px;
	background-image: url("../images/Background/Grass.jpg");
}

footer{
	color:#919399;
	padding: 1rem 1rem;
    background-image: linear-gradient(#181818, #2E2E2E);
}

/* This wrapper encloses the main horizontal menu */
#Nav_Wrapper {
	background-color: #181818;
 	background-image: linear-gradient(#334944, #181818);
	border-top: 2px solid #cbcaca;
}

/* This menu is the top navigation bar in the website header */
.menu {
    margin: 0;
    padding: 10px 0 0 3%;
    background-color: #181818;
 	background-image: linear-gradient(#334944, #181818);
    list-style: none;  
    box-shadow: 0 2px 1px #9c9c9c;
    text-align: center;
    text-transform: uppercase;
}

.menu li {

    padding: 0 0 10px 0;
    position: relative;
    display: inline-block;
    text-align: center;
}

.menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
	font-family:'Arimo', Arial, sans-serif;
    font: 1.5rem;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    letter-spacing: 0.1rem;
}

.menu li:hover > a {
    color: #fafafa;
}

.menu li:hover > ul {
    display: block;
}

/* Sub-menu */
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

.menu ul li:last-child { 
    box-shadow: none;    
}

.menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

.menu ul a:hover {
    background-color: #336633;
}

.menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

.menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

.menu ul li:first-child a:hover:after {
    border-bottom-color: #336633; 
}

.menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
.menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* The sub navigation menu is a contextual menu in the body of the webpage */
ul#sub-nav li {
	width: 400px; 
	margin: 1rem auto;
	text-align: left;
	font-family:'Arimo', Arial, sans-serif;
    font-size:1.1rem;
    font-weight:bold;
    display: inline;
}
 
ul#sub-nav li a {
    padding:1rem 1rem;
	color: black;
    text-decoration:none;
    display: block;
    background-color: #333;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    border: solid 1px black;
}
 
ul#sub-nav li a:hover {
	/*HOVER MODE
	colour of text	*/
    color:white;
}

ul#sub-nav li:hover > a {
	/*BACKGROUND COLOUR WHEN HOVER*/
    background-image: linear-gradient(#336633, #336633);
}

/* This controls the text in the header, the title of the website */
#Ttl{
	display: inline-block;
	font-size: 3rem;
	color:#cbcaca;
	border-bottom: 2px solid #cbcaca;
	border-top: 2px solid #cbcaca;
	letter-spacing: 0.1rem;
	font-family:'Arimo', Arial, sans-serif;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 0%;
}

/* preset code adjustments */
a {
	font-family:'Arimo', Arial, sans-serif;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 10px;
	padding-top:10px;
	color: #336633;
}

img {
	height: auto; 
	width: auto;
	max-width: 100%;
}

article {
	padding-left: 0rem;
	padding-right: 0rem;
	background:white;
	padding-bottom: 10px;
	padding-top: 10px;
}

aside {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	background: #181818;
}

table, th, td {
    border: none;
    border-collapse: collapse;
}
th,td {
    padding: 15px;
}

/* unused details section with color gradient */
details {
	max-width: 100%;
	background-image: linear-gradient(#336600, #669900);
}

table {
	border-spacing: 20px;
}

h1 {
	font-weight: bold;
	color: black;
	font-family:'Arimo', Arial, sans-serif;
	font-size: 2.5rem;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	border-bottom: 3px solid black;
}

h2 {
	font-weight: normal;
	font-size: 1.7rem;
	margin-top: 1.3em;
}

h2 a {
	font-style: italic;
}

h3 {
	font-family:'Arimo', Arial, sans-serif;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 10px;
	padding-top:10px;
	color: #336633;
	/* Decided it was too cluttered looking on many pages
	border-bottom: 1px solid #336633;
	border-top: 1px solid #336633;
	*/
}

h4 {
	font-weight: normal;
}

h5 {
	font-weight: normal;
	font-style: normal;
	color: white;
}

h6 {
	font-weight: bold; 
	text-decoration: none; 
	color: black; 
	text-align: left;
	padding-bottom: 10px;
	font-size: 18px
}

p {
	font-size: 1.1em;
	/* max-width: 40em; */
	line-height: 1rem;
	padding: 1% 0 0 0;
}

ul, ol {
	font-size: 1.1em;
	/* max-width: 40em; */
	line-height: 1rem;
	padding: 1% 0 0 3%;
}

/* hide the hyperlink underline */
a:link { 
text-decoration: none;
}

label{
    display: block;
    float: left;
   
    width: 20%;
    text-align: left;
}
input {
  display:block;
  margin-left: 100px;
  width: 30%;
}

select {
  display:block;
  margin-left: 100px;
  width: auto;
}

input[type=CSV] {
  display:block;
  margin-left: 100px;
  width: 50px;
}

fieldset {
	margin: 0rem;
}

legend {
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:#999;
	font-weight: bold;
}

iframe{
	width: 100%;
	height: 450px;
	border-style: none;	
}

/* Tee Time related CODE */
#Tee h2{
	color: white;
	background: #336633; 
	padding: 1rem;
	margin-bottom: 0rem;
}

#Tee table{
	width: 100%;
	height: 2rem;
	border: 0.5rem solid #004c00;
}

#Tee td{
	height: 4rem;
	text-align: center;
	border: 0.5rem solid #004c00;
}

#Tee td #booked{
	background-color: black;
}

/* NORMAL BUTTONS THROUGHOUT SITE */
/* RIGHT HAND CENTERING, SMALL SIZE */
#btn nav a, nav a:visited{
	display: inline;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	margin: 1.25em;
	float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* RIGHT BUTTON hover colour */
#btn nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

#btnL nav a, nav a:visited{
	display: inline;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	margin: 1.5em;
	float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* LEFT BUTTON hover colour */
#btnL nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

/* NORMAL BUTTONS THROUGHOUT SITE */
/* BIG BUTTON IN HEADER, RIGHT CENTERING */
#btn2 nav a, nav a:visited{
	display: inline-block;
	width: 180px;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:#cbcaca;
	background-color: #334944;
	padding: 0.6rem;
	float: right;
    text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cbcaca;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

}

/* TOP BUTTON hover colour */
#btn2 nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-color: #336633;
}

/* 2nd button variation */
#btn2copy nav a, nav a:visited{
	display: inline-block;
	width: 180px;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:#cbcaca;
	background-color: #334944;
	padding: 0.6rem;
	float: right;
    text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cbcaca;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

}

/* TOP BUTTON hover colour */
#btn2copy nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-color: #336633;
}

/* 2nd button variation*/
#btn2s nav a, nav a:visited{
	display: inline-block;
	width: 180px;
	margin-top: 1rem;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:#cbcaca;
	background-color: #334944;
	padding: 0.6rem;
	float: right;
    text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cbcaca;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

}


#btn2s nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-color: #336633;
}

/* NORMAL BUTTONS THROUGHOUT SITE */
/* LEFT HAND CENTERING, SMALL SIZE */
#btn3 nav a, nav a:visited{
	display: inline;
	width: 10rem;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color: black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	padding: 0.6rem;
	border:none;
	float: left;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* 3rd button style */
#btn3 nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

/* duplicated btn EXACTLY THE SAME as BTN
use when need more than one BTN on same page */
#btn4 nav a, nav a:visited{
	display: inline;
	width: 105px;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color: black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	padding: 0.6rem;
	border:none;
	float: right;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* RIGHT BUTTON hover colour */
#btn4 nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

/* The following Buttons are used only on Tee_Time_Review_Info for validation puropses */

#btnbooking nav a, nav a:visited{
	display: inline;
	width: 175px;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:#cbcaca;
	background-color: #334944;
	background-color: rgb(50,120,50);
	padding: 0.6rem;
	float: right;
    text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

}

/* TOP BUTTON hover colour */
#btnbooking nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-color: #336633;
}

#btnBooking nav a, nav a:visited{
	display: inline;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	margin: 1.25em;
	float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* RIGHT BUTTON hover colour */
#btnBooking nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

#btnY nav a, nav a:visited{
	display: inline;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	margin: 1.25em;
	float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* RIGHT BUTTON hover colour */
#btnY nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

#btnZ nav a, nav a:visited{
	display: inline-block;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:black;
	background-color: #111;
    background-image: linear-gradient(#d8d8d8, #f2f2f2);
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	margin-bottom: 1rem;
	float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px black;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* RIGHT BUTTON hover colour */
#btnZ nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-image: linear-gradient(#336633, #336633);
}

#btn1 nav a, nav a:visited{
	display: inline;
	width: 180px;
	font-size: 1.25rem;
	font-family:'Arimo', Arial, sans-serif;
	color:#cbcaca;
	background-color: #334944;
	padding: 0.6rem;
	float: left;
    text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #cbcaca;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

}

/* TOP BUTTON hover colour */
#btn1 nav a:hover, nav a:active, nav a:focus{
	color:white;
    background-color: #336633;
}

