@charset "utf-8";
/* CSS Document 
	Theme Name: Renew and Belong HTML5/CSS3 Layout
	Date: April 2026
	Description: HTML5/CSS3 layout with responsive framework
	Version: 1.0
	Author: Mark Hardcastle
*/

body {
	background-color: #1e2820;
	color: #f5f2ee;
	font-family: sans-serif;
	line-height: 1.4;
	text-align:left;
	font-size: 100%;
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: #f5f2ee;
}
a:hover {
    color: #c9a84c;
}

h1 {
 color: #c9a84c;
 font-size: 24px;
 font-weight: normal;
 margin: 6px 0;
 } 

h2 {
 color: #3bbfb2;
 font-size: 20px;
 font-weight: normal;
 margin: 10px 0;
 } 

.body {
	margin: 10px auto;
	width: 76%;
}

.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: #f5f2ee;;
	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: f5f2ee;
	display: inline-block;
	padding: 10px 15px;
	height: 20px;
	font-size: 18px;
}

.mainHeader nav a:hover, mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #f5f2ee;
	text-shadow: none;
	color: f5f2ee;
	font-size: 18px;
}
.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:72%;
	float: left;
}

table {
	border: 0;
	max-width: 100%;
}

.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: 50%;
	float: left;
	height: auto;
	margin: 1px 20px 1px 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}

.topContent {
	background-color: #2b3530;
	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-color: #2b3530;
	width: 23%;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0 0 1%;
	padding: 1% 2%;
}
.sitemap-sidebar {
	background-color: #2b3530;
	width: 23%;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 5px 0 0% 1%;
	padding: 1% 2%;
}

.social-sidebar {
	background-color: #2b3530;
	width: 23%;
	float: left;
	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-color: #2b3530;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 0;
}

.mainFooter p {
	width: 92%;
	margin: 10px auto; 
	color: f5f2ee; 
}

@media only screen and (min-width: 100px) and (max-width: 700px)
{
	.body {
		width: 90%;
		font-size: 95%;
	}
	
	.mainHeader nav {
	height: 200px;
	}

	.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: #000;
	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;
}


}