/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans);

html {
	margin:0;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', sans-serif;
	color:#333;
}
h1{ margin:0; font-size: 16pt;}
h2{ margin:0;display:inline-block; font-size: 14pt;}
#bodywrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#headermenu{
	position:relative;
	height: 40px;
	background: #333;
	padding-left:30px;
	z-index:1;
}
#headermenu a{
	display: inline-block;
	text-decoration: none;
	color: #f4ce49;
	font-weight: bold;
	font-size: 15pt;
	padding: 10px;
}
#headermenu a:hover{
	color:#fff;
}
.innerdiv{
	max-width:1000px;
	width: 100%;
	margin: 0 auto;
}

#byline{
	display:none;
	color:#333;
	font-weight:bold;
	margin-left: 60px;
}
#topcontent{
	position:absolute;
	z-index:-1;
	margin-top:-20px;
	display:block;
	width:100%;
  background: #00c6ff;
  background: -moz-linear-gradient(top,  #00c6ff 0%, #1a7c97 100%);
  background: -webkit-linear-gradient(top,  #00c6ff 0%,#1a7c97 100%);
  background: linear-gradient(to bottom,  #00c6ff 0%,#1a7c97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6ff', endColorstr='#1a7c97',GradientType=0 );
	border-top:solid 1px #0F9DC5;
	border-bottom:solid 1px #0f4e61;
}

.tcimg {
	display:inline-block;
	border: solid 1px #0f4e61;
	max-width:240px;
	width:100%;
	height:auto;
	margin: 10px 25px 35px 25px;
}


#contentcontainer {
	margin: 265px auto 0 auto;
	max-width: 1000px;
	background: #ffffff;
	min-height: 300px;
}
#contentcontainer img{
	border: solid 1px #c0c0c0;
	margin:10px;
}
#content{
	padding: 10px;
}
.hrstyle{    
   border: 0;
   height: 1px;
   background: #1786A6;
}

#floatingmenu{
	display:none;
	position:absolute;
	top:37px;
	background:#fff;
	border: solid 1px #000;
	padding: 10px;
	margin-left: 100px;
	color:#373737;
	box-shadow: 0 0 15px #000;
}
#floatingmenu a{
	text-decoration:none;
	color:#1786A6;
	font-weight:bold;
}
#floatingmenu a:hover{
	color:#373737;
}

.clear{ clear:both;}
.right{ float:right; }
.left{ float:left; }

#footer{
	background:#333;
	min-height:30px;
}


@media screen and (max-width: 655px) {
	img { float:none; !important}
}

