/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*  Global */

#wrapper {
	overflow: auto;
	background: #fff;
}

body, input, textarea {
	color: #373737;
	font: 13px "Open Sans", Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #E14D00;
}

a:hover {
	color: #f46d27;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-bottom: 6px;
}

b, strong {
	font-weight: 600;
}

/*  Top Navigation Menu */
#topbanner_wrap {
	position: relative;
	clear: both;
	background: #007973;
	border-bottom: 1px solid #00a091;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	z-index: 999;
}
#topbanner_content {
	position: relative;
	margin: auto;
	width: 900px;
	height: 110px;
}
#topbanner {
	position: relative;
	line-height: normal;
	color: #555;
}
#topbanner a {
	display: inline-block;
	margin-top: 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.1);
}
#topbanner a:hover {
	text-decoration: none;
}
#topbanner b {
	display: block;
	color: #fff;
	font-weight: normal;
	font-weight: 900;
	font-size: 4em;
	font-family: "Open Sans", sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	text-transform: uppercase;
	letter-spacing: -1px;
}
#topbanner em {
	display: block;
	margin-top: -13px;
	color: #a2e9cf;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

#searchbar {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -27px;
	padding: 10px;
	text-align: right;
	background-color: rgba(255,255,255,.2);
	border-radius: 5px;
}
#searchbar .container {
	display: inline;
}
#searchbar .container input {
	padding: 0 5px;
	width: 205px;
	height: 27px;
	border: 0;
	font-size: 13px;
	border-radius: 4px;
	border: 1px solid #bbb;
	color: #555;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #fff 1%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #eee));
	/*box-shadow: 1px 1px 0 rgba(255, 255, 255, .3);*/
}
#searchbar .container input:focus {
	background: #fff;

}
#searchbar a {
	right: 0;
	padding: 5px 15px;

	background-color: #e14c00;
	background-image: linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -o-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -moz-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -webkit-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -ms-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e14c00),
		color-stop(1, #ff7d14)
	);

	color: #fff;
	border-radius: 4px;
	border: 1px solid #e14c00;
}
#searchbar a:hover {
	text-decoration: none;
	background: #f1580d;
}


#topnav_wrap {
	position: relative;
	padding: 15px 0;
	background-color: #00a090;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	border-bottom: 1px solid #1f8f89;
	z-index: 99;
}
#topnav {
	margin: auto;
	width: 900px;
	overflow: hidden;
}
#topnav ul.menu {
	float: right;
	position: relative;
	top: 4px;
	font-size: 13px;
}
#topnav ul.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #a2e9cf;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
#topnav ul.menu li:first-child {
	border: 0;
}
#topnav ul.menu a {
	text-decoration: none;
	color: #a2e9cf;
}
#topnav ul.menu a:hover {
	text-decoration: underline;
	color: #fff;
}


/* Nav Menu */
#navMenu {
	float: left;
	position: relative;
	width: 600px;
}
#navMenu select {
	width: 600px;

}
#navMenu a,
ul.selectBox-dropdown-menu a {
	color: #004759;
}


/* Content/Menu */

#content_menu_wrap {
	clear: both;
}

#content_menu {
	position: relative;
	width: 900px;
	margin: 0 auto 40px;
	padding: 20px 0 30px;
	background: #fff;
	background: rgba(255,255,255,.9);
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

/* Frontpage */
#frontPageContent {
	position: relative;
	padding: 30px 0;

	background: #e5edea;
	background-image: linear-gradient(bottom, #e5edea 20%, #eef7f4 100%);
	background-image: -o-linear-gradient(bottom, #e5edea 20%, #eef7f4 100%);
	background-image: -moz-linear-gradient(bottom, #e5edea 20%, #eef7f4 100%);
	background-image: -webkit-linear-gradient(bottom, #e5edea 20%, #eef7f4 100%);
	background-image: -ms-linear-gradient(bottom, #e5edea 20%, #eef7f4 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5edea),
		color-stop(1, #eef7f4)
	);

	z-index: 9;
}
div.tabSlider {
	width: 888px;
	margin: 0 auto;
	padding: 6px;
	overflow: hidden;
	box-shadow: 0 3px 7px rgba(0,0,0,.3);

	background-color: #e14c00;
	background-image: linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -o-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -moz-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -webkit-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -ms-linear-gradient(bottom, #e14c00 20%, #ff7d14 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e14c00),
		color-stop(1, #ff7d14)
	);
}
div.tabSlider div.sliderLarge {
	position: relative;
	float: left;
	width: 60%;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
div.tabSlider div.sliderLarge:hover {
	cursor: pointer;
}
div.tabSlider div.sliderLarge:hover .info h2 {
	text-decoration: underline;
}
div.tabSlider div.sliderLarge .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	color: #222;
}
div.tabSlider div.sliderLarge .info h2 {
	margin-bottom: .2em;
	font-weight: 800;
	font-size: 1.4em;
	color: #007a74;
	text-shadow: 0 0 2px #fff;
}

div.tabSlider div.sliderFeed {
	float: right;
	width: 40%;
}
div.tabSlider div.sliderFeed div.slide {
	position: relative;
	padding: 15px 10px 15px 80px;
	background-color: transparent;
	border-top: 1px solid #bb4b00;
	cursor: pointer;
	color: #6b2800;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
div.tabSlider div.sliderFeed div.slide:hover {
	background-color: #ff7e00;
	color: #fff;
}
div.tabSlider div.sliderFeed div.slide.active {
	background-color: #fff;
	color: #000;
}
div.tabSlider div.sliderFeed div.slide:first-child {
	border-top: 0;
}
div.tabSlider div.sliderFeed div.slide h2 {
	font-weight: bold;
	font-size: 1.1em;
}
div.tabSlider div.sliderFeed div.slide p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
div.tabSlider div.sliderFeed  .slide_link {
	display: none;
}
div.tabSlider div.sliderFeed  .slide_image {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 70px;
	text-align: center;
}
div.tabSlider div.sliderFeed  div.slide .slide_image img {
	max-width: 60px;
	max-height: 45px;
}

/* Content */

#content {
	margin-bottom: 40px;
	margin-right: 290px;
	width: 610px;
	min-height: 500px;
}


#content h1.article_title a {
	font-weight: 600;
	font-size: 25px;
	font-family: "Open Sans", sans-serif;
	color: #e14d00;
}


#content img.content_image_small {
	float: right;
	width: 120px;
	height: 120px;
	border: solid 1px #e0e0e0;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content img.content_image_big {
	display: block;
	border: solid 1px #e0e0e0;
	padding: 4px;
	margin-bottom: 10px;
}


#content div.article_item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #ddd;
}

#content div.last_item {
	border-bottom: 0px;
	margin-bottom: 0px;
}

#content div.article_info {
	font-size: 12px;
	padding-top: 10px;
	color: #ccc;
}
#content div.article_info a {
	color: #888;
}

#content ul.level-1 {
	font-weight: 600;
	margin-top: 20px;
}

#content ul.level-2 {
	font-weight: 300;
	list-style: square;
	margin-left: 20px;
	padding: 10px;
	padding-bottom: 20px;
}

#contact_form {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact_form label {
	float: left;
	width: 120px;
}

#contact_form input {
	width: 250px;
	margin-bottom: 5px;
	background-color: #fff;
}

#contact_form input.contact_type,
#contact_form label.contact_type_label {
	display: none;
}

#content textarea {
	width: 400px;
	height: 150px;
	margin-bottom: 5px;
	background-color: #fff;
	border: solid 1px silver;
}

#contact_form input.contact_submit {
	margin-left: 120px;
	background-color: #5fa7c8;
	width: 80px;
	color: #fff;
	border: 0;
}

#content p.alert {
	color: red;
}

#content div.article_item ul,
#content div.article_item ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content div.article_item p {
	line-height:1.6em;
	margin:8px 0;
}

#content div.nav-previous {
	float: left;
}


#content div.nav-next {
	float: right;
}


/* Menu */

#menu {
	float: right;
	width: 240px;
}

#menu h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
	padding: 5px 8px;
	background-color: #00a091;
	color: #fff;
}

#menu li {
	margin: 2px 0;
}
#menu li a {
	display: block;
	padding: 3px 8px;
	background-color: #e7f9f3;
	border-left: 3px solid #bfe1d6;
	color: #007a74;
}
#menu li a:hover {
	text-decoration: underline;
	border-left-color: #00a090;
}
#menu div.menu_module {
	margin-bottom: 24px;
}


/* Footer */

#footer_wrap {
	clear: both;
	background-color: #E7F9F3;
	overflow: auto;
}

#footer {
	margin: auto;
	width: 900px;
}

#footer {
	padding: 20px 0;
	color: #81bfa8;
	overflow: hidden;
}

#footer ul.menu {
	font-size: 12px;
	float: left;
	padding-top: 5px;
	padding-right: 6px;
}

#footer ul.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #B9C7CB;
}
#footer ul.menu li a {
	color: #00a090;
}

#footer ul.menu li:first-child {
	border: 0;
	padding-left: 0px;
}



