@import url("forms.css");
@import url("home.css");
@import url("navigation.css");
@import url("reset.css");
@import url("subpage.css");
@import url("RTE_Styles.css");
@import url("StaffPages.css");
@import url("reports.css");

/* Default Styles */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(/Images/PageBG.jpg);
	line-height: 1.3em;
}

body {
	position: relative;
}

a {
	color: #38749F;
}

p {
	padding: 0 0 1em 0;
}

ul {
	margin: 1em 0 1em 3em;
}

li {
	margin: 0 0 .5em 0;
}

h1 {
	font-size: 2em;
	padding: .5em 0;
	line-height: normal;
}

h2 {
	font-size: 1.5em;
	padding: .5em 0;
}

button {
	cursor: pointer;
}

button:disabled {
	background: #BBB;
	cursor: default;
}

.SectionTitle {
	display: none;
}

#SiteHeader, #SiteContainer, #SiteFooter {
	width: 100%;
	position: relative;
}

#SiteHeader {
	background: #38749F url(/Images/SectionBG.jpg);
	color: #FFF;
}

#SiteMain {
	background: rgba(90,125,200,0.00);
}

#SiteFooter {
	background: #38749F url(/Images/SectionBG.jpg);
	color: #FFF;
}

#HeaderContainer, #SiteContainer, #FooterContainer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	min-height: 1em;
	background: rgba(255,254,254,0.00);
	position: relative;
}

#PoweredBy {
	width: 100%;
	text-align: center;
	font-size: .9em;
	padding-bottom: 1em;
}

#PoweredBy a {
	color: #FFF;
	text-decoration: none;
}

#Copyright {
	font-size: .75em;
	line-height: 3em;
	text-align: center;
}

/* Custom Styles */

#TopBanner {
	width: 100%;
	height: auto;
	background: #FFF;
}

#TopBannerContainer, #TopBannerDivider {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#BottomBanner {
	width: 100%;
	height: auto;
	background: #FFF;
	padding-bottom: 1em;
}

#BottomBannerContainer, #BottomBannerDivider {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: auto;
}

#TopBannerContainer img, #BottomBannerContainer img {
	width: 100%;
	height: auto;
}

#Logo {
	width: 10%;
	height: auto;
	float: left;
	margin: .25em 0;
}

#Logo img {
	width: 100%;
	height: auto;
}

#SiteName {
	width: auto;
	white-space: nowrap;
	float: left;
	margin: 2em 0 0 .5em;
}

#SiteName a {
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
}

#SiteSearch {
	width: auto;
	float: right;
	margin: 1em 0;
}

#SiteSearch input {
	line-height: 1.5em;
	padding-left: .5em;
	float: left;
}

#SiteSearch button {	
	background: url(/Images/SearchIcon.svg) center center no-repeat;
	background-size: 90%;
	padding: 0;
	margin: 0 0 0 .5em;
	width: 1.9em;
	height: 1.9em;
	color: #FFF;
	float: right;
}

#SiteSearch button img {
	display: none;
	width: 1.9em;
	height: 1.9em;
}

#SocialIcons {
	clear: right;
	width: auto;
	float: right;
	margin: .25em 1em 0 0;
}

.SocialIcon {
	width: 2.25em;
	height: auto;
	float: left;
}

.SocialIcon img {
	width: 100%;
	height: auto;
}

#Twitter {
	margin: 0 1em;
}

#Email {
	margin-right: 1em;
}



