html, body {
	position: relative;
	height: 100%;
	}
.floatright {
        float:right;
    }

     .floatleft {
        float:left;
    }
body {
	background: #2b699d;
	margin: 0;
	padding: 0;
	text-align: center;
	}
body, input, textarea, select, option, th, td {
	color: #000;
	font: 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	}
	::-webkit-scrollbar-track {
		background: #ddd;
		}
	::-webkit-scrollbar-thumb {
		background: #bbb;
		}

a {
	color: #e92a24;
	}
	a, a:after, a:before, a *, a *:after, a *:before, .a, .a:after, .a:before, .a *, .a *:after, .a *:before, input, textarea {
		 -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;
		}
b, strong {
	font-weight: 600;
	}
p, ul, ol, blockquote {
	margin: 10px 0;
	}
form {
	margin: 0;
	}
img {
	border: 0;
	vertical-align: middle;
	}
	#main img, #sidebar-left img, #sidebar-right img, #sidebar-single img {
		/* height: auto; */
		max-width: 100%;
		}
input, button, select, textarea {
	margin: 0;
	outline: 0;
	}

.notext {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -999px;
	}
.width {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	text-align: left;
	max-width: 850px;
	}
.clear {
	clear: both;
	height: 0;
	}
.clearer:after, .width:after {
	clear: both;
	content: ' ';
	display: block;
	height: 0;
	}
#page {
	overflow: hidden;
	width: 100%;
	}
#body {
	background: #fff;
	}

#top {
	background: #56D208;
	padding: 10px 0;
	}
	#tagline {
		color: #000000;
		float: left;
		font-family: 'Bree Serif', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	#date {
		color: #000000;
		float: right;
		}

#header {
	padding: 20px 0;
	position: relative;
	}
#logo a {
		background: #e92a24;
		color: #fff;
		display: inline-block;
		font-family: 'Bree Serif', Arial, Helvetica, sans-serif;
		font-size: 43px;
		line-height: 42px;
		padding: 3px 15px 10px;
		text-decoration: none;
		text-transform: uppercase;
		}
	#header-banner {
		position: absolute;
			bottom: 15px;
			right: 0;
		}

#subheader {
	background: #2B699D;
	margin-bottom: 20px;
	position: relative;
	}
	#menu ul, #menu ul li {
		display: block;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#menu ul li a {
		background: #2B699D;
		color: #fff;
		display: block;
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
		padding: 11px 15px;
		text-decoration: none;
		text-transform: uppercase;
		}
		#menu ul li a:hover, #menu ul li a:focus, #menu ul li.active a {
			background: #555;
			}
	#menu-mobile {
		background: #2B699D url('../img/menu-mobile.png') no-repeat 11px 13px;
		color: #fff;
		cursor: pointer;
		display: none;
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
		padding: 11px 15px 11px 41px;
		text-transform: uppercase;
		}
		#menu-mobile:hover, #menu-mobile:focus {
			background-color: #555;
			}
#search {
	padding-right: 42px;
	position: absolute;
		right: 0;
		top: 0;
	width: 180px;
	}
	#search input.search-text {
		border: 1px solid #ccc;
		border-width: 1px 0;
		box-sizing: border-box;
		padding: 10px 11px;
		float: left;
		width: 100%;
		}
	#search input.search-button {
		background: #e92a24 url('../img/search-button.png') no-repeat center center;
		border: 0;
		cursor: pointer;
		position: absolute;
			right: 0;
			top: 0;
		height: 42px;
		width: 42px;
		}

#main {
	border-right: 1px solid #eee;
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
	overflow: hidden;
	width: 451px;
	margin-top: -10px;
	}
	#sidebar-left, #sidebar-right {
		border-left: 1px solid #eee;
		box-sizing: border-box;
		float: left;
		margin-left: -1px;
		padding: 0 10px;
		overflow: hidden;
		}
		#sidebar-left {
			border-right: 1px solid #eee;
			width: 206px;
			}
		#sidebar-right {
			padding-right: 0;
			width: 195px;
			}
#main-single {
	border-right: 1px solid #eee;
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
	overflow: hidden;
	width: 655px;
	}
	#sidebar-single {
		border-left: 1px solid #eee;
		box-sizing: border-box;
		float: left;
		margin-left: -1px;
		padding-left: 10px;
		overflow: hidden;
		width: 195px;
		}
#main > p {
	margin-top: 0;
	}
#main-single h1 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	margin: 10px 0 15px;
	}

	.headlines2 {
    width: 96%;
}

h2, h4, .more a {
	background: #e92a24;
	color: #fff;
	display: inline-block;
	font-family: 'Bree Serif', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 15px;
	padding: 5px 11px 6px;
	text-decoration: none;
	text-transform: uppercase;
	}
	.more a {
		background: #2B699D;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		}
		.more a:hover, .more a:focus {
			background: #999999;
			}
.date {
	background: url('../img/date.png') no-repeat 0 1px;
	color: #000;
	padding-left: 22px;
	}

.new {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 10px;
	}
	.new h3 {
		font-size: 22px;
		line-height: 26px;
		margin: 0;
		}
		.new h3 a {
			color: #0059A5;
			text-decoration: none;
			}
			.new h3 a:hover, .new h3 a:focus {
				color: #e92a24;
				}
	.new p.more {
		margin: 15px 0 0;
		}

ul.list-news, ul.list-news li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul.list-news {
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
		margin-bottom: 10px;
		}
	ul.list-news li {
		background: url('../img/new.png') no-repeat 0 2px;
		color: #999;
		padding-left: 22px;
		}
		ul.list-news li a {
			color: #555;
			text-decoration: none;
			}
			ul.list-news li a:hover, ul.list-news li a:focus {
				color: #e92a24;
				}
.image-news {
	margin-top: 20px;
	}
.image-new {
	border-bottom: 1px solid #E92A24;
	padding-bottom: 15px;
	margin-bottom: 10px;
	}
	.image-new h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
		/* color: #666; */
		}
		.image-new h3 a {
			color: #0059A5;
			text-decoration: none;
			}
			.image-new h3 a:hover, .image-new h3 a:focus {
				color: #e92a24;
				}
	.image-new p.more {
		margin: 15px 0 0;
		}

#sidebar-left, #sidebar-right, #sidebar-single {
	font-size: 13px;
	line-height: 19px;
	}
.widget {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: -10px;
	}
	.widget h4 + p {
		margin-top: 0;
		}
	.widget > p:first-child {
		margin-top: 20px;
		}
	.widget > p:last-child {
		margin-bottom: 0;
		}

.sidebar-image-news:first-child {
	margin-top: -10px;
	}
	.sidebar-image-new {
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
		margin-bottom: 10px;
		}
	.sidebar-image-new h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		}
		.sidebar-image-new h3 a {
			color: #0059A5;
			text-decoration: none;
			}
			.sidebar-image-new h3 a:hover, .sidebar-image-new h3 a:focus {
				color: #e92a24;
				}
	.sidebar-image-new p.more {
		margin: 15px 0 0;
		}

ul.sidebar-testimonials, ul.sidebar-testimonials li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul.sidebar-testimonials li {
		margin-top: 10px;
		}
	ul.sidebar-testimonials li:first-child {
		margin-top: 0;
		}

ul.sidebar-list, ul.sidebar-list li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul.sidebar-list {
		margin-top: 20px;
		}
		h4 + ul.sidebar-list {
			margin-top: 0;
			}
	ul.sidebar-list li {
		margin-top: 2px;
		}
	ul.sidebar-list li:first-child {
		margin-top: 0;
		}
	ul.sidebar-list li a {
		background: #eee;
		color: #000;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
		}
		ul.sidebar-list li a:hover, ul.sidebar-list li a:focus {
			background: #ddd;
			}

#footer {
	border-top: 2px solid #999;
	margin-top: 20px;
	padding: 15px 0;
	}

@media screen and (max-width: 900px) {

#tagline {
	display: none;
	}
#header-banner {
	margin-top: 10px;
	position: relative;
		bottom: auto;
		right: auto;
	}
#subheader {
	background: transparent;
	}
	#logo a {
		display: block;
		}
#menu-mobile {
	display: block;
	}
	#menu ul {
		display: none;
		}
		#menu.open ul {
			display: block;
			}
	#menu ul, #menu ul li {
		float: none;
		}
		#menu ul li {
			border-top: 1px solid #555;
			}
#search {
	margin-top: 10px;
	position: relative;
		right: auto;
		top: auto;
	width: auto;
	}
	#search input.search-text {
		border-left: 1px solid #ccc;
		}

#main {
	border-right: 0;
	float: none;
	padding-right: 0;
	width: auto;
	}
	#sidebar-container {
		margin-right: -1px;
		}
	#sidebar-left {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		width: 50%;
		}
	#sidebar-right {
		width: 50%;
		}
#main-single {
	border-right: 0;
	float: none;
	padding-right: 0;
	width: auto;
	}
	#sidebar-single {
		border-left: 0;
		float: none;
		margin-left: 0;
		padding-left: 0;
		width: auto;
		}

}

.pages a, .pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
    color : #777;
	font-family: "Trebuchet MS",verdana,sans-serif; 

} 

    
    .pages span.current {
    border: 1px solid #36A1D9;
    font-weight: bold;
    background: #36A1D9;
    color: #fff;
}

.pages a {
    border: 1px solid #36A1D9;
    text-decoration: none;
}

.pages a:hover {
    border-color: #36A1D9;
	background-color:#FFF19F;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #A0A0A0;
}

.pages span.nextprev {
    border: 1px solid #A0A0A0;
    color: #A0A0A0;


-->
}
  .auto-style2 {
            width: 360px;
           
        }

  .front h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
		/* color: #666; */
		}
.front h3 a {
			color: #0059A5;
			text-decoration: none;
			}
			.front h3 a:hover, .front h3 a:focus {
				color: #e92a24;
				}