
body {
	background-image: none;
	color: #ffffff;
	font-size: 87.5%; /* base font-size is 14 px */
	font-family: Courier;
	line-height: 1.5;
	text-align: left;
	
}

a {
	text-decoration: none;
}	

a:link {
	color: #ed9255;
}

a:visited {
	color: #f4751f;
}

a:hover, a:active {
	background-color: #99e82c;
	color: #000;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;	
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mainHeader img {
	width: 30%;
	height: auto;
	margin: 2% 0;
}
/* i.e. MAIN HEADING (SUB) (Works: 2002-2009) */
.mainHeader h2 {
	font-family: Courier;	
	color: #666;
}
/* i.e. MAIN HEADING (Works: 2002-2009) */
.mainHeader h3 {
	font-family: Courier;	
	color: #666;
}
/* CURRENTLY HAS NO EFFECT ON PAGE DISPLAY */
.mainHeader nav {
	background-color: #004e70;
	height: 40px;

}
.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color:#004e70;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, mainHeader nav a:visited {
	background-color: #F66;
	color: #F66;
	text-shadow: none;
}

.mainHeader nav ul li a {
}

.mainContent {
	line-height: 25px;
	background-color: #004e70; /* DARKISH BLUE */
} 

.content {
/* LOWER RIGHT-HAND PORTION OF CONTENT AREA */
	width: 70%; /* permits space for sidebars */
	float: left;
	background-color: #e5d895; /* WET SAND */
	margin-bottom: 2px;;
}


.content h3 {
	font-family: Helvetica;	
	color: #d1c110;
}

.content p2 {
	font-family: Courier;
	color: #d1c110;
}

.tablework {
/* RELEVANT TO PAGES IN THE WORKS SECTION - BACKGROUND CLR FOR TABLE */
/* Currently set to white, should test with black and image */
	background-color: #e5d895;
	font-size: 75%;
	line-height: 1;
}

.tablework p2 {
	font-family: Courier;
	font-size: 100%;
	color: #666;
}

.tablework a:hover {
	background-color: #e5d895;
	color: #000;
	text-shadow: none;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.maintext-img {
	background-color: #e5d895;
	font-size: 90%;
	line-height: 1;
}

.maintext-img-2 {
	background-color: #e5d895;
	font-size: 90%;
	line-height: 1;
}

.maintext {
	background-color: #efe4aa; /* SANDY COLOR */
	font-size: 95%;
	line-height: 1;
}

.maintext p2 {
	font-size: 110%;
	color: #666;
}

.maintext a:hover {
	background-color: #F66;
	color: #000;
	text-shadow: none;
}

.maintext img {
	max-width: 100%;
	size: auto;
}

.media_sections {
	background-color: #e5d895;
}

.topcontent {
/* UPPER PORTION OF CONTENT AREA */
	background-color: #e5d895;
	margin-top: 2px;
	padding: 3% 5%;
}

.bottomcontent {
	background-color: #e5d895;
	margin-top: 2px;
	padding: 3% 5%;
}

.top-sidebar {
	width: 21%;
	float: left;
	/* UPPER PORTION OF CONTENT AREA */
	background-color: #e5d895;
	margin-left: 0%;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.top-sidebar p {
	font-size: 100%;
}

.middle-sidebar {
/* CURRENTLY NOT BEING UTILISED */
	width: 31%;
	float: left;
	background-color: #B3B3B3;
	margin-left: 3%;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.bottom-sidebar {
/* CURRENTLY NOT BEING UTILISED */
	width: 31%;
	float: left;
	background-color: #B3B3B3;
	margin-left: 3%;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.mainFooter {
/* THIS IS WHERE COPYRIGHT AND EMAIL IS */
	width: 97%;
	float: left;
	background-color: #e5d895;
	margin-top: 1%;
	margin-bottom: 1%;
}

.mainFooter p {
	width: 97%;
	margin: 2%; 
	font-size: 80%;
	color: #808080;
}

.post-info {
	color: #666;
	font-size: 85%;
}

/* SETTINGS FOR MOBILE DEVICES & TABLET */
@media only screen and (min-width: 150px) and (max-width: 600px)
{

.body {
	width: 90%;
	font-size: 100%;
 }

.mainHeader img {
	width: 100%;
}

@media screen and (max-width:1024px){
  img.responsive {width: 200px;}
}

@media screen and (min-width:1025px){
  img.responsive{width: 300px;}
}

img.responsive{height: auto;}

.mainHeader nav {
	height: 200px;
}

.mainHeader nav ul {
	padding: left 0;
}

.mainHeader nav ul li {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	padding: 10px 25px;
	height: 20px;
	display: block;
}

.mainHeader nav ul li a {
}

.mainContent {
	line-height: 25px;
} 

.content {
	margin-top: 2px;
	width: 100%; 
}

.topcontent {
	margin-top: 3px;
	padding: 3% 5%;
}

.maintext {
	width: 100%;
	font-size: 100%;
 }

.bottomcontent {
	margin-top: 3px;
	padding: 3% 5%;
}

.top-sidebar, .middle-sidebar, .bottom-sidebar {
	width: 94%;
	margin: 2% 0 2% 0;
	padding: 2% 3%;
}