@charset "utf-8";


/* CSS Document */

/* @group reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-size: 1em;
	text-decoration: none;
}

body {
	background-image:url(images/rd_bg2.jpg);
	background-repeat:repeat-x repeat-y;
	}

.clear {
	clear:both;
	}
img {
	border:none;
}

.container{
	width: 960px;
	margin: 0 auto;
	text-align: start;
	padding: 10px;

}
.containerPrint {
	display: flex;
	flex-wrap: wrap;
}

.HomepageHeader {
	
	width:958px;
	height:170px;
	font-family:Calibri;
	font-size:48px;
	color:#6F6;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	margin:0 auto;
	
}

.logo {
	padding:25px 25px 0px 550px;
	position:absolute;
	}

	.design {
		float:left;
		width:250px;
		padding:10px;
		margin:0;
		box-shadow:1px 1px #7f9990;}
.HomeSlideshow {
	margin:70px auto 20px auto;
	width: 900px;
	height: 300px;
}

.FacebookPlugin {
	width: 200px;
	height:115px;
	float: left;
	
}

.friends {
	margin-bottom:30px;
	height:151px;
	width:480px;
	float:left;
	overflow:hidden; 
	
}

.FacebookLikeButton {
	width: 180px;
	height: 69px;
	
}

.FacebookFeed {
	width: 960px;
	height: 36px;
	float:left;
}

.gallery {
	
	width:900px;
	margin:10px;
	padding:5px;
	}
.links {
	width:1000px;
	margin:0 auto;
	}
.social {
	width: 84px;
	height: 82px;
	float:left;
	border:none;
}


.FMenu {
	width:350px;
	margin:0 auto;
	}
.FMenu ul{	
	
	padding:0px;
	list-style-type:none;
    
	
	}
	
	.FMenu ul li{
    float: left;
    height: 32px;
    margin: 5px;
    padding: 2px;
	}
	.FMenu ul li a {
		text-decoration:none;
	display:inline;
    color:#E0DADA;
    font-family:Carter-one;
    font-size:14px;
    
	}
	
	.FMenu ul li a:hover {
	color:#FFF;
	
	}

.Copyright {
	width: 360px;
	height: 24px;
	margin:0 auto;
	font-family: marko-one;
    font-size:14px;
}

article.accordion
{
	display: block;
	width: 60em;
	padding: 0.5em 0.5em 1px 0.5em;
	margin: 0 auto;
	background-color: #377f3c;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

article.accordion section
{
	display: block;
	width: 58em;
	height: 2em;
	padding: 0 1em;
	margin: 0 0 0.5em 0;
	color: #58cc60;
	background-color: #384c39;
	overflow: hidden;
	border-radius: 3px;
}
article.accordion section a
{
    font-family: marko-one; 
    color:#E0DADA;
    font-size:16px;
    }
article.accordion section a:hover
{    color:#fff;
    }
article.accordion section h2
{
	
	font-weight: bold;
	width:inherit;
	line-height: 2em;
	padding: 0;
	margin: 0;
	color: #7f9990;
}

article.accordion section h2 a
{
	display: block;
	width:inherit;
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
	font-family:carter-one;
	font-size: 1em;
}
article.accordion section:target
{
    height: auto;
    background-color: #1c4a2c;
    font-family:bubblegum-sans;
    color: #52bf5a;
    
}

article.accordion section:target h2
{
	font-size:1.6em;
	color: #52bf5a;
}
article.accordion section,
article.accordion section h2
{
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.column {
    width:220px;
    float:left;
    padding:5px;
    }





 .rollover a {
border:none;
text-decoration:none;
padding: 0 0.1em 0 0; /**space between icons**/
position: relative; /**remove position rule if full size images will share the same display area. **/

}
.rollover a div {
visibility:hidden;
background-color: #384c39;
display:block;
width:58em;
position: absolute;
z-index:100;
/**adjust positioning of full size images in px or %**/
left:-850px;
top: 25px;
/**optional image captions**/ 
font-size: /*1em*/14px;
font-family:bubblegum-sans; 
line-height: 1.5em;
color:#fff;
text-align:justify;
/**optional image borders & padding**/
border: 3px solid #377f3c;
padding: 5px;
border-radius: 3px;
}
.rollover a:hover div, .rollover a:active div, .rollover a:focus div {visibility:visible;}
.rollover a:hover, .rollover a:focus
{visibility:visible;}

#SLDR {
	background-color: #7f9990;
	padding: 20px 0 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #58cc60;
}
#SLDR .box 
	{
	position: relative;
}
/*#SLDR .box #FeatTab
 {
	position: absolute;
	top: -81px;
}*/
.cert {
    float:right;
    margin:0 0 0 0;}


.rollover.box2 a div #description {
	    padding: 5px;
    background: #ffffff;
    border: none;
    color: #58cc60;
     visibility: hidden;
    width: 500px;
    position: absolute;
    z-index: 300;
    left: 10px;
    top: 25px;
    font-size: 10px;
    font-family: sans-serif;
	
  
}

/*.description a:hover {
	visibility: visible;
	/**adjust positioning of full size images in px or %
left:-200px;
top:-150px;
}
*/