@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/wallbg.jpg) repeat;
}
/* TOP */
#topbg{
	background:#7cb8e4;
	padding:40px 0 0 0;
}
#logobar{
	background:#FFF;
	border-top:#048bca 5px double;
	padding:20px 15px;
}
#logobar-left{
	width:640px;
	float:left;
}
#logobar-right{
	width:375px;
	float:right;
}
#logobar-right-info{
	font-size:17px;
	color:#891616;
	text-align:right;
	margin-top:25px;
}
@media (max-width: 992px) {
#logobar-left{
	width:100%;
	float:none;
}
#logobar-right{
	width:100%;
	float:none;
}
#logobar-right-info{
	font-size:12px;
	color:#891616;
	text-align:center;
	margin-top:25px;
	border-top:#CCC 1px solid;
	padding-top:8px;
}
}
/* TOP */

/* BODY */
#contentbg{
	background:#FFF;
	padding:30px 20px;
}
#contentbg h3{
	font-size:20px;
	color:#2d0707;
	font-weight:normal;
}
#contentbg p{	
	line-height:24px;
	text-align:justify;
}
#newsbg{
	display:block;
	background:#dddddd;
	padding:30px 15px;
	height:100%;
	top: 0;
	bottom: 0;
	/*position:absolute;*/
}
#newsbg h3{
	font-size:20px;
	color:#2d0707;
	font-weight:normal;
}



ul.notice{
	list-style-type:none;
	list-style-position:inside;	
	margin:0; padding:0
}
ul.notice li{
	padding:10px 0 10px 0;
	border-bottom:#666 1px dashed;
	/*padding-bottom:5px;*/
}
ul.notice li a{
	display:block;
	font-size:12px;
	color:#666;
	text-decoration:none;
	/*background:url(../images/arrowbull.png) no-repeat 0 50%;
	padding-left:15px;*/
	padding:0 0 10px 0;
}

ul.notice li a span{
	display:block;
	/*background:#92d8df;*/
	background:url(../images/datebg.jpg) repeat-x;
	width:50px; height:34px;
	text-align:center;
	font-size:11px;
	line-height:17px;
	color:#000;
	float:left;
	border-radius:3px;
	margin-right:10px;
	
}
ul.notice li a:hover{
	color:#000;
}

/* BODY */


/* MEMBERSHIP */
#membershipbg{
	background:url(../images/membershipbg.jpg) no-repeat 100% 0 #e95e1f;
	padding:60px 0;
}
#membershipbg h1{
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	text-shadow:#333 1px 2px 1px;
	text-align:center;
	margin:0 0 5px 0;
}
#membershipbg h3{
	font-size:24px;
	font-weight:normal;
	color:#FFF;
	text-shadow:#333 1px 2px 1px;
	text-align:center;
	margin:0 0 15px 0;
}
@media (max-width: 526px) {
#membershipbg h1{
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	text-shadow:#333 1px 2px 1px;
	text-align:center;
	margin:0 0 5px 0;
}
#membershipbg h3{
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	text-shadow:#333 1px 2px 1px;
	text-align:center;
	margin:0 0 15px 0;
}	
}
/* MEMBERSHIP */

/* MEMBERS */
#membersbg{
	background:#FFF;
	padding:50px 20px;
}
#membersbg h3{
	font-size:20px;
	color:#2d0707;
	font-weight:normal;
	text-align:center;
}
/* MEMBERS */

/* FOOTER */
#footerbg{
	/*background:url(../images/footertopbg.jpg) repeat;*/
	background:#034b6c;
	padding:50px 20px;
}
#footerbg h4{
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#footerbg a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
#footerbg a:hover{
	font-size:14px;
	color:#fff1a4;
	text-decoration:none;
}
#footerbg i{
	font-size:7px;
	color:#e95e1f;
	line-height:14px;
	text-align:center;
}
#hrule{
	background:#048bca;
	height:4px;
	width:55%;
}
#copyright{
	font-size:13px;
	text-align:center;
	color:#fff;
}
#creditbg{
	/*background:url(../images/creditbg.jpg) repeat;*/
	background:#023953;
	padding:20px 20px;
	font-size:14px;
	text-align:center;
	color:#048bca;
}
#footerwall{
	background: rgba(250,253,242,1);
	background: -moz-linear-gradient(top, rgba(250,253,242,1) 0%, rgba(180,191,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,253,242,1)), color-stop(100%, rgba(180,191,174,1)));
	background: -webkit-linear-gradient(top, rgba(250,253,242,1) 0%, rgba(180,191,174,1) 100%);
	background: -o-linear-gradient(top, rgba(250,253,242,1) 0%, rgba(180,191,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,253,242,1) 0%, rgba(180,191,174,1) 100%);
	background: linear-gradient(to bottom, rgba(250,253,242,1) 0%, rgba(180,191,174,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafdf2', endColorstr='#b4bfae', GradientType=0 );
	padding:0 0 50px 0;
}
/* FOOTER */

@media (max-width: 526px) {
#topbg{
	background:#c3d49e;
	padding:20px 0 0 0;
}
#footerwall{
	background:#c3d49e;
	padding:0 0 20px 0;
}
}


/* ----------------------------------------------INNER PAGES----------------------------------------------------- */
#listingbg{
	background:#FFF;
	border:#e0e0e0 1px solid;
	border-radius:5px;
	padding:20px;
	margin-bottom:30px;
}
#listingbg h3{
	font-size:17px;
	font-weight:bold;
	color:#e95e1f;
}
/* ----------------------------------------------INNER PAGES----------------------------------------------------- */