@charset "utf-8";
/* CSS Document */

/* General notes

Colur pallet

#000000 Black
#FFFFFF White
#BD932A GOLD - Header, Nav
#C8AD68 Parchment - visited nav
#3D3520 Coffe Brown
#3D300E Olive Brown
#826B1F Old Gold

*/

/* CSS RESET */
* {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial,'Raleway', sans-serif;
}

/* DEFINE TEXT CSS */

h1 {
	font:'Raleway', sans-serif;
	font-size: 18px;
	color:#000000;
	text-align:center;
	line-height:250%;
}

h2 {
	font:'Raleway', sans-serif;
	font-size: 18px;
	color:#000000;
	text-align:center;
	line-height:250%;
}

h3 {
	font:'Raleway', sans-serif;
	font-size: 18px;
	color:#000000;
	text-align:center;
	line-height:250%;
}

h4 {
	font-size: 16px;
	color:#000000;
}

h5 {
	font-size: 14px;
	color:#000000;
}
h6 {
	font-size: 14px;
	color:#000000;
}

.text {
	text-align: justify;
	color:#000000;
}

.textalt {
	font-size: 300%;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color:#BD932A;
}

.alttext2 {
	text-align: center;
	color: #000000;
}

.alttext3 {
	text-align: center;
	color: #BD932A;
}

.headalt {
	font-size: 600%;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #BD932A;
	text-decoration: none;
}

.maptext {
	font-size: small;
	color: #BD932A;
	text-align: center;
}


/* SELECTORS CSS */

a:link {
	color: #BD932A;
	text-decoration:none
	}      /* unvisited link */
	
a:visited {
	color: #826B1F;
	text-decoration:none
	}  /* visited link */
	
a:hover {
	color: #C8AD68;
	text-decoration:none
	}  /* mouse over link */
	
a:active {
	color: #BD932A;
	text-decoration:none
	}  /* selected link */

a.altnav:link {
	color: #333333;
	text-decoration:none
	}      /* unvisited link */
	
a.altnav:visited {
	color: #404040;
	text-decoration:none
	}  /* visited link */
	
a.altnav:hover {
	color: #999999;
	text-decoration:none
	}  /* mouse over link */
	
a.altnav:active {
	color: #0000CC;
	text-decoration:none
	}  /* selected link */
	
	
/* FORMS */	
form {
    max-width: 58em; 
    padding: 1em; 
    margin: auto; 
    border: 0.25em solid #BD932A; 
    background-color: #000000; 
    color: #BD932A; 
    text-align: center;
 }
form fieldset {
    border: 0.1em solid #BD932A; 
 }
form legend{
    display: none;
 }
form div {
    margin: 1em 0;
 }
form label,form input{
    display: inline-block;
    width: 430px;
 }
form input {
    padding: 0.25em;
 }	
	
	
/* Mobile Layout: 480px and below. Inherits styles from: Global Layout. */

@media only screen and (max-width:749px) {

#header {
	font-size: x-small;
}


}

/* Tablet Layout: 481px to 768px. Inherits styles from: Global and Mobile Layout. */

@media only screen and (min-width:750px) and (max-width:1099px) {

#header {
	font-size: x-small;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:1100px) {


}


@media print {
	 


 }
