@charset "utf-8";
@import url("styles.css");
img, object, embed, video { max-width: 100% }
body
{
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 0
}
img
{
	vertical-align: bottom;
	padding: 6px
}
.head
{
	background-color: #35505e;
	padding: 0;
	text-align: center;
	position: relative
}
.head .logo { border-bottom: 1px solid #000 }
.head h1
{
	margin: 0;
	color: #f0f4e2;
	background-color: #35505e;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em
}
.head .banner
{
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	border-bottom: 1px solid #FFF;
	background: #10282c
}
.head .banner img
{
	height: auto!important;
	width: auto!important;
	max-width: 100%
}
.content-wrapper
{
	border: 0;
	margin: 0;
	overflow: hidden
}
.columns-wrapper
{
	overflow: hidden;
	background-color: #FFF
}
.main-content
{
	float: left;
	width: 75%
}
.sidebar
{
	width: 25%;
	float: left
}
.sidebar .content
{
	padding: 30px;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
	background-color: #FFF
}
.main-content .content
{
	padding: 30px;
	font-size: 1.2em;
	line-height: 1.5em;
	border: 0
}

h1, h2, h3, h4 h5 { margin: 30px 0 0 0 }
h1 { font-size: 1.5em }
h2 { font-size: 1.35em }
h3 { font-size: 1.25em; text-align: center; }
h4 { font-size: 1.1em }
h5
{
	font-size: 1.2em;
	text-align: center;
	color: #1c4a20
}
.page-topper { margin-top: 10px }
img.scalable
{
	height: auto!important;
	width: auto!important;
	max-width: 100%
}
.imglft
{
	padding: 5px 10px 5px 0;
	float: left
}
.imgrgt
{
	padding: 5px 0 5px 10px;
	float: right
}
.imgctr
{
	display: block;
	margin: 0 auto
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol
{
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal
}
.sidebar li, .sidebar2 li { margin-bottom: 4px }
.content a { color: #10282c }
.content a:hover, .content a:focus { color: #da6279 }
.footer a { color: #8c8c8c }
.footer a:hover, .footer a:focus { color: #da6279 }
ul.menuside
{
	margin: 0;
	padding: 0
}
ul.menuside li
{
	list-style-type: none;
	margin-bottom: 5px
}
ul.menuside a
{
	display: block;
	color: #35505e;
	text-decoration: none;
	padding: 7px 7px;
	font-size: 1.25em;
	border: 1px solid;
	background-color: #b3cff6;
	box-shadow: inset 0 16px 2px rgba(255,255,255,.05), 0px 0 5px rgba(0,0,0,.5);
	border-color: #35505e;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 5px
}
ul.menuside a:hover, ul.menuside a:focus
{
	color: #b3cff6;
	background-color: #35505e;
	outline: 0
}
.footer
{
	background-color: #35505e;
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #f0f4e2;
	text-align: center
}
.footer p.copyright
{
	text-transform: uppercase;
	margin: 0
}
.table-container
{
	width: 100%;
	display: block;
	overflow-y: visible;
	overflow: auto;
	margin: 0 0 1em;
	position: relative
}
table
{
	border: #066 thin solid;
	margin: auto;
	text-align: left;
	color: #242b34;
	font-family: Tahoma, "Century Gothic";
	font-size: .9em;
	text-decoration: none;
	padding: 2px
}
tr:nth-child(odd) { background: #FFF }
tr:nth-child(even) { background: #e9f2fa }
td
{
	border: #066 thin solid;
	padding: 5px;
	margin: auto;
	text-align: left;
	width: 33%
}
@media only screen and (min-width:0) and (max-width:699px) {
.sidebar, .main-content
{
	width: auto!important;
	float: none!important;
	position: static!important
}
.content
{
	padding: 10px 10px!important;
	border: none!important;
	height: auto!important;
	max-height: 888678px
}
}
@media only screen and (min-width:700px) and (max-width:900px) {
.content { padding: 10px 10px!important }
}
