body {
	font-family: 'Raleway', sans-serif;
	color: #1d1d1b;
	background-color: #DADADA;
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 1em;
}
/*################### CONTENT ###################*/
.masthead {
	background-color: #FFF;
	position: relative;
	z-index: 10;
	height: auto;
	overflow:hidden;
	padding: 50px 10px 10px 10px;
}
.masthead .content {
	max-width:650px;
	margin:0 auto;
	font-size: 0.9em;
}
.main-content {
	width: 600px;
	font-size: 0.9em;
	margin:0 auto;
}
.main-content .content {
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.5em;
}
/*############ FOOTER ##############*/

.footer {
	background-color: #e1e9ec;
	font-size: 0.7em;
	color: #1d1d1b;
	clear: both;
	z-index: 999;
	bottom: 0px;
	height: auto;
}
.footer .content {
	max-width:600px;
	margin: 0 auto;
	padding: 10px 0;
	overflow:hidden;
}
.footer-address {
	float:left;
}
.footer-logo {
	float:left;
	width:100px;
}
/*############ LOGOS BANNERS & BULLETS ##############*/

.logo {
	width: 380px;
	float:left;
}
.address {
	float: left;
	width: 130px;
	margin-left:140px;
	margin-top:10px;
}
.banner img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

/*################### WRAPPERS ###################*/
.main-wrapper {
	background-color: #FFF;
	overflow:hidden;
	max-width: 1140px;
	margin: 0 auto;
	}
.content-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(94,94,94,0.56);
-moz-box-shadow: 0px 6px 10px 0px rgba(94,94,94,0.56);
box-shadow: 0px 6px 10px 0px rgba(94,94,94,0.56);
}
.columns-wrapper {
	overflow: hidden;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 0;
}

/*################### NAVIGATION ###################*/

.top-navigation {
}
.top-navigation .content {
	width: 100%;
	background-color: #1b5773;
	background: rgba(27,87,115,.8);
	position:absolute;
	z-index: 9999999;
	margin: 0 auto; left: 0; right: 0;
}


/*################### HEADINGS ###################*/

h1, h2, h3, h4 {
	font-weight: 600;
	color: #1d1d1b;
	line-height: normal;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	margin:0;
}
h4 {
	font-size: 0.9em;
}

/*################### LINKS ###################*/

.masthead a {
	color: #000;
	text-decoration: none;
}
.masthead a:hover, .masthead a:focus {
	color: #009fe3;
	text-decoration: none;
}
.main-content .content a {
	color: #1d1d1b;
	text-decoration: underline;
}
.main-content .content a:hover, .content a:focus {
	color: #666;
	text-decoration: none;
}
.footer a {
	color: #1d1d1b;
}
.footer a:hover, .footer a:focus {
	color: #666;
}
 
.box-content a {
	color: #000;
	text-decoration: none;
}
.box-content a:hover, .box-content a:focus {
	color: #009fe3;
	text-decoration: none;
}

/*################### NEWS ###################*/

#newsBox {
	padding: 6px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
	margin-bottom:12px;
}
#column-content-news {
	line-height: 1.35;
	padding:12px;
	margin-bottom:20px;
	border: 1px solid;
	border-color: #ccc;
}
#column-content-news img {
	width: 30%;
	float: left;
	margin-right: 2em;
}
#column-content-news-next {
	line-height: 1.35;
	padding:12px;
	margin-bottom:20px;
}
#column-content-news-next img {
	width: 50%;
	border: 1px solid;
	border-color: #ccc;
	float: left;
	margin-right: 2em;
}
.news-content-row {
	overflow:hidden;
	background-color:#fff;
	clear:both;
	padding: 6px 30px;
	max-width: 1080px;
	margin: 0 auto;
}
.box-content {
	line-height: 1.35;
	padding:6px;
	margin:6px;
	font-size:0.8em;
}

.news-content-row img {
	border:6px solid #DADADA;
    box-shadow: 0 10px 6px -6px rgba(0,0,0,0.4);
	
}
.column-fourth {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-top:5px;
}

.column-fourth:last-child {
	float: left;
	margin-right: 0;
}


.column-fourth a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

/*################### GENERAL ###################*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/*####################################################################*/

/*                         Media Queries

/*####################################################################*/

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
 padding-bottom: 0px;
}
.footer {
 position: static;
 width: auto;
 padding:10px;
}
.content-wrapper, .columns-wrapper {
margin: 0px;
border: none;
}
.sidebar, .main-content, .column-fourth, .column-fourth:last-child, .column-fourth:nth-child(4) {
 width: auto;
 float: none;
 position: static;
}
.main-content .content, .sidebar .content {
 padding: 20px 10px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}

.column-third, .column-content-mid {
 float: none !important;
 width: auto !important;
}
.column-content, .column-content-mid {
 height: auto !important;
 max-height: 888678px;
 border: none !important;
 padding:6px !important;
 margin:6px !important;
}
 .imgBorder {
 border: 1px solid #bdbdbd;
 background-color: #eeeeee;
 padding: 5px;
}
#caption {
 font-size:0.7em;
 line-height:1.2em;
 color:#222222;
 height:2em;
}
h1 {
 font-size:1.4em;
}
 .footer-address {
 float:none;
}
.footer-logo {
 float:none;
 width:100px;
 margin:10px auto 0 auto;
}
.main-content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height:1.2em;
	float:none;
	clear:both;
}
.top-navigation .content {
	width: 100%;
	background-color: #1b5773;
	background: rgba(27,87,115,.8);
	position:relative;
	z-index: 9999999;
	margin: 0 auto; left: 0; right: 0;
}

}
@media only screen and (min-width: 0px) and (max-width: 480px) {
 .address {
 width: 105px;
 margin-top:20px;
}
.logo {
	width: 270px;
	float:left;
}
}

