@charset "utf-8";
/* CSS Document */
html
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0;
	margin: 0;
	/*background-color: #E88F81;*/
	background-image: url(images/bg-tile.png);
	background-attachment: fixed;
	min-height:100%;
	position:relative;
	min-width:840px;
	font-family: STB;
}

hr
{
	border-color: #0cc617;
	margin-bottom: 20px;
}

@font-face 
{
	 font-family: STB; src: url('fonts/stb3.ttf'); 
} 

#top-bar
{
	width: auto;

	background-color: #758918;
	min-width:840px;
}

#logo
{
	width: 270px;
	height: 100px;
	margin-left: 50px;
	padding: 10px;
	float:left;
}

#logo img
{
	width: 270px;
	height: 100px;
}

ul#menu 
{
	display: block;
	overflow : visible;
    padding: 0px;
	padding-bottom: 10px;
    list-style: none;
    z-index:999999;
    width:520px;
	margin:auto;
	margin-top: 42.5px;
	margin-bottom: 42.5px;
}

ul#menu li 
{
    width: 103px;
    display:inline;
    float:left;   
	 
}

ul#menu li a 
{
    display: block;
    float:right;
    
    width: 100px;
    height: 25px;
    background-color:#9E9A41;
    background-position:50% 10px;
    -moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    text-decoration:none;
    text-align:center;
    padding-top:10px;
	margin: auto;
	margin-top: -2px;
	font-size: 10px;
	border-radius: 10px 10px 10px 10px;
	color: #ffffff;
    /*opacity: 0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); */
}

ul#menu li a:hover
{ 
}

ul#menu li a span
{
    letter-spacing:2px;
   	font-size: 14px;
}

#center-content
{
	letter-spacing:2px;
	font-family: STB;
	font-size:14px;
	width: 900px !important;
	min-height: 900px !important;
	margin: auto;
	background-color: rgba(22, 14, 11, 1);
	margin-top: 70px;
	border-radius: 10px 10px 10px 10px;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	margin-bottom: 50px;
	overflow: hidden;
}

#center-content a
{
	color: #ffffff;	
}

#center-content a:hover
{
	color: #0cc617;	
}

#menu-bar
{
	width: 100%;
	height: 120px;
	background-color: #15100E;
	min-width: 840px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#middle-bar
{
	width: 100%;
	height: auto;
}

#footer-container
{
	height: 60px;
	margin-top: 20px;	
}

footer
{
	position: absolute;
	bottom: 0;
	height: 80px;
	width : 100%;
	background-color: rgba(21, 16, 14, 0.69);
	padding-top: 14px;
	
	
}

footer span
{
	color:white;
	float:right;
	text-align:center;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#social
{
	width: 78px;
	height: 34px;
	margin:auto;
}

#social img
{
	width: 34px;
	height: 34px;
	float: left;
	border-radius: 10 10 10 10;
}

#captcha-container a:hover
{
	color: #0cc617;
}

#charity-cover
{
	width: 100%;
	border: 2px solid #ffffff;	
	display:block;
	margin:auto;
}

.gf-slider 
{
	border:none !important
}
.flex-caption {
	display:none !important
}

.slides img
{
	margin: auto;	
}