@charset "utf-8";

body {
	background: #FFFFFF;
}

#container {
	width: 626px;
	margin: 0 auto;
}

#header {
	height: 103px;
	overflow: visible;
}

#brand {
	position: relative;
	left: 0;
	top: 0;
	margin: 13px;
}

#content {
	overflow: visible;
}

#content-main {
	width: 600px;
	margin: 0 13px 0 13px;
	min-height: 0;
}

#nav-main, #content-sub, #nav-site {
	display: none;
}

.one-article-container .post-content {
	display: inline;
}

.one-article-container .post-content .tblForm:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.welcome-text-outer, .nav-follow-us, .nav-breadcrumb, .share-container, .mod-main-slider, .sidebar-sign-petition, .sidebar-pay-online, .the-video {
	display: none;
}

.mod-about-us {
	background-color: #FFFFFF;
	margin: 0 13px 13px 13px;
	padding: 0;
}

.mod-featured-post-list {
	background-color: #FFFFFF;
	border-bottom: 0;
	margin: 0 13px 13px 13px;
	padding: 0;
}

.mod-featured-post-list .featured-video,
.mod-featured-post-list .post-list {
	margin: 0;
	padding: 0;
	width: 660px;
}

.mod-featured-post-list .post-list {
	clear: both;
	border-left: 0;
	margin-top: 13px;
}

.footer-sidebar-container {
	background: none;
}

.footer-sidebar-container .sidebar-item {
	margin: 0 13px 13px 13px;
	padding: 0;
	clear: both;
	width: 660px;
	background: none;
}

.footer-sidebar-container .sidebar-follow-us .subscribe-newsletter {
	display: none;
	border-top: 0;
}

.footer-sidebar-container .sidebar-follow-us .the-img img,
.footer-sidebar-container .sidebar-faq .the-img img,
.footer-sidebar-container .sidebar-sponsors .the-img img {
	display: inline;
}

#footer {
	margin: 0 13px 0 13px;
	clear: both;
}

form, frame, iframe, .button-01 {
	display: none;
}

div.error, ul.error, ul.error li {
	display: none;
	border: none;
}

input[type="button"] {
	display: none;
}

.tblForm {
	width: 600px;
}


@media screen and (max-width:939px) {
	#container {width: 100% !important;}
	#content-main {width: calc(100% - 40px)!important;}
	
	#header {background: none; padding-top: 0;}
	.nav-toggle {display: none;}
	#footer {padding-top: 20px;}
}