@charset "utf-8";
body
	{margin:0;
	padding:0;
	border:0;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../images/bg.png) #284A36;}
#shadow
	{width:100%;
	float:left;
	background:url(../images/shadow.png) top repeat-y;}
#wrapper
	{width:998px;
	margin:0 auto;}
#banner
	{width:998px;
	height:400px;
	float:left;
	background-image:url(../images/banner.jpg);}
#navbar
	{width:998px;
	height:50px;
	float:left;
	background:url(../images/navbg.png);
	text-align:center;}
#navbar a
	{line-height:50px;
	text-decoration:none;
	color:#fff;
	padding:16px 30px;
	font-weight:600;
	font-size:13px;}
#navbar a:hover
	{color:#333;}
#content
	{width:918px;
	padding:30px 40px;
	float:left;
	background:#fff;}
#footer
	{width:918px;
	padding:15px 40px;
	float:left;
	font-size:10px;
	background:#116236;
	color:#FFF;}
#footer a
	{color:#FAE07D;
	text-decoration:none;
	font-weight:600;}
#footer a:hover
	{color:#FFF;}
h1
	{font-weight:300;
	font-size:30px;
	padding:0;
	margin:0 0 20px 0;
	color:#116236;
	font-family:'Fanwood Text', Arial, Helvetica, sans-serif;}
h2
	{font-weight:600;
	font-size:16px;
	padding:0;
	margin:0 0 20px 0;
	color:#333;}
p
	{margin:0 0 18px 0;
	padding:0;
	line-height:20px;}
ul
	{margin:0 0 18px 0;
	padding:0 0 0 30px;}
li
	{line-height:24px;}
a
	{color:#17884D;
	text-decoration:none;}
a:hover
	{color:#DDA000;}
a img
	{border:0;}
a:hover img
	{opacity: 0.7;
    filter: alpha(opacity=70);}
.center {
    text-align: center;
}

#activityprev {
    width: 200px;
    margin-top: 20px;
    text-align: right;
}

.floatright {
    float:right;
}

#actleft {
   width: 640px;
}

.floatleft {
    float:left;
}

.clear {
    clear:both;
}

.articletxt {
    width:520px;
}

.article {
  padding-bottom:10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C0991C;
}

.bannersignup {
    color:#fff;
    font-size: 18px;
    padding:10px 20px;
    font-weight:600;
    margin-right: 40px;
    background-color:#116236;
    border-radius: 0 0 6px 6px;
    float: right;
}
a.bannersignup:hover{
color:#fbce3d;
}

.membershipbtn {
    float: right;
    color:#fff;
    padding: 2px 5px 2px 25px;
    border-radius:3px;
    background: url('../images/crown-icon.png') #116236 left no-repeat;
    text-align:right;
}
a.membershipbtn:hover {
color:#fbce3d;}
