article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section 

	{ 	
			margin:0;
    		display: block;
	
	}

#backcolour

	{	
		height:20px;
		background:#400000;
}

nav {  
   height: 30px;  
   width: 100%;  
   position: relative;
         
}  
nav ul {  
    padding: 0;  
    margin: 0 auto;  
    width:100% ;
    height: 40px;
	
}  

nav li {  
    display: inline; 
	float: left; 
	
    
		}
nav a {  
    color: #808080;  
    display: inline;
	padding: 0 8px; 
	padding-right: 10px;
    text-align: left; 
    text-decoration: none;  
    line-height: 40px;  
}

nav a:hover, a:active {  
	color:#400000;
      
 }
 
nav a#pull {  
    display: none; 
	color:#fff; 
} 
.current_page_item a { 
	color:#400000 !important; 
	
}  
a:hover {  
	color:#400000;
      
}  

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
} 

img {
  max-width: 100%;
} 

.page-wrap {
  min-height: 100%;
  overflow:auto;
  margin-bottom:0px;
  
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
  
}
.site-footer {
  background:#400000;
  text-align:center;
  padding-top:40px;
}
footer{
	width:100%;
	 display: table;
	}
footer a{ 
		
		font-size: .9em;
		color: #fff;
		text-decoration:none;
		padding-top:10px;
		
}
footer a:hover{ 		
		font-size: .9em;
		font-weight:300;
		color: #fff;
		text-decoration:none;
		padding-top:10px;
		
}
footer p {
	font-size: .9em;
		font-weight:300;
		color: #fff;
}
#wrapper {
	height:auto;
	margin:0 auto;
	width:90%;

}
header { margin:5px 0px;
	height:250px;
	width:100%;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	background-size:cover;	
	border-bottom-style: solid;
	border-bottom-width:thick;
    border-bottom-style-color: #400000;
	border-top-style: solid;
	border-top-width:thick;
    border-top-style-color: #400000;
}
header h1{
	margin:5px 0px;
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	padding-top:5 px;
	Padding-left:20px;
	font-size:6em;
}

header h2{
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	margin-top:-10px;
	padding-left:20px;
	font-size:1.25em;}
	
Header p {
	margin:0px;
	text-align:right;
	font-size:.8 em;
	padding-right:50px;
	color:#fff;
	line-height::70%;
	text-shadow: 2px 2px 2px #000;}
	
	#column-left
{
	padding:10px;
	margin:0 auto;
	width:31%;
	float:left;
}

#column-left img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	opacity: 0.4;
    filter: alpha(opacity=40); 	
	}
#column-left img:hover {
	opacity: 1;
    filter: alpha(opacity=100); 	
}
#column-center
{
	
	padding:10px;
	margin:0 auto ;
	width:31%;
	float:left;
	text-align:center;
}
#column-center img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	opacity: 0.4;
    filter: alpha(opacity=40); 	
	}
#column-center img:hover {
	opacity: 1;
    filter: alpha(opacity=100); 	
}
#column-right
{
	padding:10px;
	margin:0 auto;
	width:31%;
	float:left;
	text-align:right;
}
#column-right img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	opacity: 0.4;
    filter: alpha(opacity=40); 	
	}
#column-right img:hover {
	opacity: 1;
    filter: alpha(opacity=100); 	
}
h2 img{
	
	opacity: 0.4;
    filter: alpha(opacity=40); 	
	}
h2 img:hover {
	opacity: 1;
    filter: alpha(opacity=100); 	
}

#columnLeft
{
	width:45%;
	margin-right:25px;
	height:auto;
	float:left;
}

#columnRight
{
	width:45%;
	height:auto;
	padding-left:10px;
	float:right;
	
}	
#columnRight img{
	opacity: 0.4;
    filter: alpha(opacity=40); 
	}
#columnRight img:hover{
	opacity: 1;
    filter: alpha(opacity=100); 
	}
#columnRight img a{
	text-decoration:none;
}

*:focus {outline: none;}

/* === Form Typography === */


.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
   
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	
}
.contact_form li{
	padding:12px; 
	
	position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #400000;
	background: -webkit-gradient(linear, left top, left bottom, from(#400000), to(#3F0405));
	background: -webkit-linear-gradient(top, #400000, ##3F0405);
	background: -moz-linear-gradient(top, #400000, #3F0405);
	background: -ms-linear-gradient(top, #400000, ##3F0405);
	background: -o-linear-gradient(top, #400000, ##3F0405);
	background: linear-gradient(top, #400000, ##3F0405);
	border: 1px solid ##3F0405;
	border-bottom: 1px solid ##3F0405;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 ##3F0405;
	-webkit-box-shadow: 0 1px 0 0 ##3F0405 inset ;
	-moz-box-shadow: 0 1px 0 0 ##3F0405 inset;
	-ms-box-shadow: 0 1px 0 0 #3F0405inset;
	-o-box-shadow: 0 1px 0 0 ##3F0405inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #400000;
	box-shadow: 0 0 10px 5px #400000 inset; 
	-webkit-box-shadow:0 0 10px 5px #400000 inset ;
	-moz-box-shadow: 0 0 10px 5px #400000 inset;
	-ms-box-shadow: 0 0 10px 5px #400000 inset;
	-o-box-shadow: 0 0 10px 5px #400000 inset;
	
}

@media only screen and (max-width : 980px){	
header h1{
	margin:5px 0px;
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	padding-top:5 px;
	Padding-left:20px;
	font-size:5em;
}

header h2{
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	margin-top:-10px;
	padding-left:20px;
	font-size:1.0em;}
Header p {
	margin-top:0px;
	text-align:right;
	font-size:.8em;
	padding-right:20px;
	color:#fff;
	text-shadow: 2px 2px 2px #000;}
#column-left
{
	padding:10px;
	margin:0 auto;
	width:100%;
	float:left;
}


#column-center
{
	
	padding:10px;
	margin:0 auto ;
	width:100%;
	float:left;
	text-align:left;
}


#column-right
{
	padding:10px;
	margin:0 auto;
	width:100%;
	float:left;
	text-align:left;
	
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
#columnLeft
{
	width:100%;

	height:auto;
	float:left;
}
#columnRight
{
	width:100%;
	height:auto;
	padding-top:25px;
	float:right;
	
}		
	
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #400000;
		width: 100%;
		position: relative;
	}
#columnLeft
{
	width:100%;
	margin: 0 auto;
	height:auto;
	float:left;
}
#columnRigh
{
	width:100%;
	margin: 0 auto;
	height:auto;
	margin-top:10px;
	padding-left:10px;
	float:left;
}	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		color:#fff;
		border-bottom: 1px solid #300000;
	}
	nav li a:hover {
		color:#fff;
	}
	a:hover{
		color:#fff;
	}
	
	nav a {  
	color:#fff;
    background-color: #400000;  
    display: inline-block;
	width:100%;
	text-align:center;
	}
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
			}
	header h1{
	margin:5px 0px;
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	padding-top:5 px;
	Padding-left:20px;
	font-size:2em;
}

header h2{
	margin:0px 0px;
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	padding-left:20px;
	padding-top:10px;
	font-size:.8em;}
	
Header p {
	display:none;
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		color:#fff;
		border-bottom: 1px solid #300000;
	}
	nav li a:hover {
		color:#fff;
	}
	a:hover{
		color:#fff;
	}
	
	nav a {  
	color:#fff;
    background-color: #400000;  
    display: inline-block;
	width:100%;
	text-align:center;
}
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #400000;
		width: 100%;
		position: relative;
	}
#columnLeft
{
	width:100%;
	margin: 0 auto;
	height:auto;
	float:left;
}
#columnRigh
{
	width:100%;
	margin: 0 auto;
	height:auto;
	margin-top:10px;
	padding-left:10px;
	float:left;
}	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		color:#fff;
		border-bottom: 1px solid #300000;
	}
	nav li a:hover {
		color:#fff;
	}
	a:hover{
		color:#fff;
	}
	
	nav a {  
	color:#fff;
    background-color: #400000;  
    display: inline-block;
	width:100%;
	text-align:center;
	}
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
			}
	header h1{
	margin:5px 0px;
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	padding-top:5 px;
	Padding-left:20px;
	font-size:2em;
}

header h2{
	margin:0px 0px;
	text-shadow: 2px 2px 2px #000;
	color:#fff;
	padding-left:20px;
	padding-top:10px;
	font-size:.8em;}
	
Header p {
	display:none;
}
}