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;
}
body {
	background: #2c3531;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #2c3531;
}
a {
	color:#ffcb98;
}
#top_header {
	background-color: #d1e8e2;
	padding:10px 20px;
}
#top_header:after, section.main:after {
	content:"";
	display:table;
	clear:both;
}
h1 {
	float:left;
	font-size: 30px;
	line-height:50px;
	font-weight:bold;
	font-family: 'Exo', sans-serif;
}
h2 {
	font-size: 25px;
	font-weight:bold;
	line-height:30px;
}
#top_header h3 {
	float:right;
	font-size: 25px;
	line-height:50px;
}
p {
	padding:10px 0px;
}
#content {
	position:relative;
}
#banner {
	height: 300px;
	background: #000000 url(images/banner2.jpg) center center no-repeat;
	background-size:cover;
	opacity:0.7;
}
#banner_short {
	height: 160px;
	background: #000000 url(images/banner2_short.jpg) center center no-repeat;
	background-size:cover;
	opacity:0.7;
}
#content > h2 {
	position:absolute;
  width: auto;
  left: 10%;
	top: 100px;
	background-color: #d1e8e2;
	font-size: 25px;
	font-family: 'Exo', sans-serif;
	padding:10px 20px;
	z-index:9;
}
#navbar {
	background-color: #ffcb98;
	height: 40px;
  font-size: 20px;
  font-weight: bold;
	padding-left:20px;
}
#navbar li {
	line-height:40px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu ul a {
	font-weight:normal;
	font-size:18px;
	line-height: 32px;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding:0px 20px;
	line-height:40px;
	text-decoration: none;
	color:#2c3531;
	zoom: 1; /* IE7 */
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #ffcb98;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #D9b08c;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.1em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(44,53,49.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(44,53,49,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #2c3531;
}
#mainContainer, section {
	background: #116466;
  margin: 20px;
  max-width: 800px;
  margin: 20px auto;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}
section.main > img {
	float:left;
	margin:0px 30px 0px 0px;
  border: 7px #fff solid;
}
#mainContainer h2 {
	color:#ffcb98;
}
section.highlight {
	font-size: 20px;
}
section h2 {
	padding-bottom:20px;
	color:#ffcb98;
}
.home section h2 {
	padding-bottom:0px;
}
section li {
	padding: 0px 0px 5px 25px;
  font-size: 1.1em;
}
section li a {
  text-decoration: none;
  padding: 0px 0px 15px 5px;
  font-weight: bold;
  color: #ffffff;
}
section li a:hover {
	color: #ffcb98
}
article > h2 {
	color: #d1e8e2;
  text-align: center;
  padding: 20px 0px 10px 0px;
	font-size:30px;
}
section table {
	margin:20px;
}
pre {
	display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
	font-size:150%;
}
pre.small {
	font-size:110%;
}
blockquote {
	padding:20px 30px;
}
p + pre {
	margin-top:0px;
}
pre + p {
	margin-top:5px;
}
#section_about {
 font-size: 21px; 
}
#section_about ul {
  padding:21px;
}
ul.about_ul li {
 list-style: disc;
 font-size:1em; 
 padding-left: 4px;
}
@media (max-width: 460px) {
	#navbar {
    font-size: 17px;
    padding-left: 10px;
	}
	.sf-menu a {
		padding:0px 10px;
	}
	.sf-menu ul a {
    font-size: 16px;
    line-height: 28px;
	}
  section.main > img {
		float: none;
	}
}
