body {
	font-family: 'Raleway', sans-serif;
	color: #183a57;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 0px;
}

/*################# WRAPPER #####################*/

.content-wrapper {
	max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}
/*################# CONTENT #####################*/
.mid-section {
	overflow:hidden;
	color:white;
	background-color:#968f98;
	text-transform:uppercase;
	font-size: 0.8em;
}
.mid-section .content {
	overflow:hidden;
	max-width: 1040px;
	margin: 0 auto;
}
.masthead {
	max-width: 1260px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	background-color: #FFF;
	position: relative;
}

.logo {
	width: 535px;
	margin: 0 auto;
}
.social-media {
	float:right;
	top:0;
}
.main-content {
	float: left;
	width: 100%;
	font-size: 0.9em;
}
.main-content .content {
	padding: 0px 30px;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align:center;
}


/*################# FOOTER #####################*/

.footer {
	padding: 15px 10px;
	font-size: 0.7em;
	text-align: left;
	clear: both;
	z-index: 999;
	bottom: 0px;
	margin: 0 auto;
	max-width:1040px;
}
.footer .content {
	text-transform: normal;
	margin: 0px;
}


/*################# NAVIGATION #####################*/
.top-navigation {

}
.top-navigation .content {
	max-width: 1140px;
	margin: 0 auto;
}

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

h1, h2, h3, h4 {
	margin:0px;
	line-height: normal;
	
}
h1 {
	font-size: 3.5em;
	font-weight: 100;
	text-align:center;
	margin: 24px 0 20px 0;
	letter-spacing:2px;
	text-transform: uppercase;
}
h2 {
	font-size: 1.8em;
	color: #fff;
	font-weight: 100;
	text-align:center;
}
h3 {
	font-size: 1.6em;
	font-weight: 100;
}
h4 {
	font-size: 1.1em;
}

/*################# LINKS #####################*/
.content a {
	color: #666;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #000;
	text-decoration: none;
}
.footer a {
	color: #666;
}
.footer a:hover, .footer a:focus {
	color: #000;
}

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

#newsBox {
	padding: 6px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
	margin-bottom:12px;
}
.imgBorder {
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	padding: 9px;
}
.banner img {
	width: 99%;
	display: block;
	margin: 0px 8px;
}

/*################# BOXES #####################*/

.header-row {
	padding: 0 6px;
	line-height: 1.2em;
	text-align: center;
}
.header-rowBox {
	overflow:hidden;
}
.column-fourth {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-top:20px;
}
.column-fourth:last-child {
	float: left;
	margin-right: 0;
}
.column-fourth:nth-child(4) {
 float: left;
 margin-right: 0;
}
.column-fourth a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.column-content {
	line-height: 1.35;
	padding:12px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
#column-content-news {
	line-height: 1.35em;
	padding:12px;
	margin-bottom:20px;
	text-align:left;
	max-width:600px;
	margin:0 auto;
}
#column-content-news img {
	width: 25%;
	float: left;
	margin-right: 2em;
}
#column-content-news-next {
	line-height: 1.35em;
	padding:12px;
	text-align:left;
	max-width:600px;
	margin:0 auto;
}
#column-content-news-next img {
	width: 50%;
	float: left;
	margin-right: 2em;
}
/*################# GALLERY #####################*/

#res-gallery {
	list-style-type:none;
}
#res-gallery li {
	float:left;
	width:27%;
	margin-right:6.333333%;
}
#res-gallery li img {
	width:100%;
	height:auto;
}
#caption {
	font-size:0.8em;
	line-height:1.2em;
	color:#222222;
	height:2em;
}
/*################# GENERAL #####################*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	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;
}
.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;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
 border-bottom: 1px solid;
 border-color: #89AEC9;
}
.p7DMM01 ul li:last-child a {
 border-bottom: none;
}
.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;
}

.logo {
 width: auto;
 margin:0;
}
}


@media only screen and (min-width: 0px) and (max-width: 400px) {

h1 {
	font-size: 2.5em;
}
}
