@import url("home.css");
@import url("subpage.css");
@import url("forms.css");
@import url("SearchPage.css");

/* resets and other generic styles */
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, 
address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

img[usemap], map area {
	outline: none;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Default Styles */

html {
	background: rgba(0,0,0,0.0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background: url(/Images/PageBackground.jpg) no-repeat center center fixed;
	background-size: cover;
	margin: 0;
	position: relative;
}

a {
	color: #41999C;
	text-decoration: none;
}

a:hover {
	color: #E70016;
	text-decoration: none;
}

p {
	padding: .25em 0;
}

h1 {
	font-size: 1.4em;
	color: #9B7751;
	padding: 1em 0 .5em 0;
	margin: 0 1.5em;
	border-bottom: solid thin #E70016;
	position: relative;
}

h2 {
	font-size: 1.2em;
	padding: .5em 0;
	position: relative;
}

.SectionTitle {
	display: none;
}

header {
	background: url(/Images/HeaderBackground.jpg) center top;
	width: 100%;
}

#HeaderContent {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 8.5em;
	background: rgba(255,255,255,0.00);
}

#HeaderContent img {
	width: 100%;
	height: auto;
}

#TopStripe {
	background: url(/Images/TopImage.jpg) center;
	height: 40px;
	width: 100%;
}

#MainContent {
	width: 100%;
	max-width: 1000px;
	margin: 1.5em auto 0 auto;
	min-height: 12em;
	background: rgba(0,105,255,0.00);
}

#Disclaimer {
	width: 100%;
	max-width: 1000px;
	margin: 1.5em auto;
	padding: 1.75em 1em;
	color: #E70016;
	font-weight: bold;
	text-align: center;
	background: #FFF;
}

footer {
	background: url(/Images/FooterBackground.jpg) center top;
	width: 100%;
	margin-bottom: 2em;
}

#FooterContent {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding-top: 1em;
	height: 6em;
	background: rgba(255,0,255,0.00);
	text-align: center;
	line-height: 2.5em;
	color: #CAD4EF;
	font-size: 1.1em;
}

#FooterNav {
}

#FooterNav ul {
	list-style: none;
}

#FooterNav ul li {
	display: inline;
}

#FooterNav ul li a {
	color: #CAD4EF;
	text-decoration: none;
}

#FooterNav ul li a:hover {
}

.FooterSpacer {
	padding: 0 1.5em;
}

#CompanyInfo {
}

#Copyright {
	margin-top: 1em;
	color: #263E5D;
	font-size: .8em;
}

input,select{
padding: 5px;
  display: inline-block;
  margin: 0.5em 0;
  border: 1px solid #bbb;
  font-size:18px;
}

input:read-only {
  background-color: #ddd;
}

button{
    text-decoration: none;
  padding: 6px 15px 6px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #3399CC;
  color: #fff;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border: 0;
  font-size: 1em;
  margin: 0
    
}

.umbraco-forms-hidden input{
    display:none;
}

.ReportFormLabel{
    margin-left:20px;
    font-weight:bold;
    font-size:18px;
}

.ReportFormInput{
    margin-left:20px;
    font-size:18px;
}

.ReportFormInput input{
  display: block;
    width:350px;
}

.ReportFormInput select{
  display: block;
    width:350px;
}

.ReportFormInput span{
    padding:5px;
    margin: 0.5em 0;
}

.ReportFormInput input[type=checkbox]{
    width:auto;
}

form{
    margin-bottom:0;
}

form h1 {
	font-size: 2em;
	color: #9B7751;
	padding: 1em 0 .5em 0;
	margin: 0 1.5em;
	border-bottom: solid thin #E70016;
	position: relative;
}

form h2{
  color: #3399CC;
  font-weight:bold;
  font-size:20px;
}

input[type=checkbox]{
    display: inline-block;
}

input[type=radio]{
    display:inline-block;
}

.accordion {
  background-color: #62b1d8;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #43a1d0;
}

.accordion:before {
  content: '\002B';
  color: #FFF;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.active:before {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

table, th, td {
  border: 1px solid #FFF;
  border-collapse: collapse;
}

th{
    padding:10px;
    font-weight:bold;
  background-color: #81c0e0;
}

td{
    padding: 5px;
    vertical-align:middle;
}

tr:nth-child(odd) {
  background-color: #e0eff7;
}

.HeaderButton{
    float:right;
    margin-right:20px;
    font-size:20px;
}

.ReportForm{
    padding: 10px 20px 10px 20px;
}

#ReportFormButton{
    font-size:1.5em;
    margin:10px;
}

a.btn{
    display:inline-block;
    text-decoration: none;
  padding: 6px 15px 6px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #3399CC;
  color: #fff;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border: 0;
  font-size: 1em;
  margin: 5px;
}

input[name="page"] {
  width:auto;
}

input[type=submit]{
    background-color:#3399CC;
}
