@charset "utf-8";
/* CSS Document 
	Theme Name: LS1 Decorating HTML5/CSS3 Layout
	Date: April 2014
	Description: HTML5/CSS3 layout with responsive framework
	Version: 1.0
	Author: Mark Hardcastle
*/

body {
	background-image: url('img/background.jpg');
	background-repeat: repeat;
	color: #000305;
	font-family: verdana;
	line-height: 1.4;
	text-align:left;
	font-size: 100%;
}

a {
	text-decoration: none;	
}



h1 {
 font-size: 24px;
 font-weight: normal;
 margin: 6px 0;
 } 

h2 {
 font-size: 20px;
 font-weight: normal;
 margin: 10px 0;
 } 

.body {
	margin: 10px auto;
	width: 80%;
}

.mainHeader img {
	width: 100%;
	height: auto;
	margin: 1% 0 0 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	
}

.mainHeader nav {
	color: #FFFFFF;
	height: 40px;
	
}

.mainHeader nav ul{
	list-style: none;
	margin: 0;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	height: 20px;
	font-size: 16px;
}

.mainHeader nav a:hover, mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #FFF;
	text-shadow: none;
	color: #000000;
	font-size: 16px;
}
.mainHeader nav ul li a {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.mainContent {
	line-height: 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.content {
	width:76%;
	float: left;
}

.cellEmail {
	text-align:right;
	max-width: 50%;
}

.textWrap {
	float: left;
			}

.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px; height: 0; overflow: hidden;

}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}


.content img {
	max-width: 100%;
	float: left;
	height: auto;
	margin: 1% 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}

.topContent {
	background-image: url('img/cream_background.jpg');
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:2% 5%;
	margin: 5px auto;
}
p {
	margin: 5px 0 2px 0;
}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    margin: 0;

}


.address-sidebar {
	background-image: url('img/cream_background.jpg');
	width: 19%;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 5px 0 0 1%;
	padding: 1% 2%;
}
.sitemap-sidebar {
	background-image: url('img/cream_background.jpg');
	width: 19%;
	float: left;
	background-color: #EFEEEE;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0 0% 1%;
	padding: 1% 2%;
}

.social-sidebar {
	background-image: url('img/cream_background.jpg');
	width: 19%;
	float: left;
	background-color: #EFEEEE;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0 0% 1%;
	padding: 1% 2%;
}

.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
    background-image: url('img/cream_background.jpg');
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0;
}

.mainFooter p {
	width: 92%;
	margin: 10px auto; 
	color: #000; 
}

@media only screen and (min-width: 100px) and (max-width: 700px)
{
	.body {
		width: 90%;
		font-size: 95%;
	}
	
	.mainHeader nav {
	height: 150px;
	}

	.mainHeader nav ul{
	padding-left: 0
	}

	.mainHeader nav ul li {
	width: 100%;
	text-align: center;
	}

	.mainHeader nav a:link, .mainHeader nav a:visited {
	padding: 10px 25px;
	height: 20px;
	display: block;
	}
	
	.content {
	width: 100%;
	}
	h1 {
 font-size: 20px;
 font-weight: normal;
 margin: 6px 0;
 } 

h2 {
 font-size: 18px;
 font-weight: normal;
 margin: 10px 0;
 } 


	.topContent {
	padding: 3% 3%;
	margin: 3% 0 3% 0;
	}

	.address-sidebar, .sitemap-sidebar, .social-sidebar {
	width: 96%;
	float: left;
	margin: 2% 0 2% 0%;
	padding: 2% 2%;
	}

	.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
	background-color: e0e0e0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 2% 0 3% 0;
	}

	.mainFooter p {
	width: 92%;
	font-size: 75%;
	margin: 10px auto; 
	color: #000; 
	}

}

@media print {
	
   .mainHeader nav, .sitemap-sidebar, .address-sidebar, .social-sidebar, .mainFooter, content img, .mainHeader img {
display: none;
}


}