@import url("home.css");
@import url("navigation.css");
@import url("reset.css");
@import url("subpage.css");
@import url("forms.css");

html {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFF;
}

body {
	position: relative;
	background: #000;
}

a {
	color: #FFF200;
	text-decoration: none;
}

p {
	padding: 0 0 .5em 0;
}

h1 {
	font-size: 2em;
	padding: .5em 0;
}

h2 {
	font-size: 1.5em;
	padding: .5em 0;
}

h3 {
	font-size: 1.5em;
	padding: 0 0 .5em 0;
	font-weight: bold;
	font-style: italic;
}

.SectionTitle {
	display: none;
}

#SiteHeader, #SiteBody, #SiteFooter {
	position: relative;
	width: 100%;
	z-index: 0;
}

#SiteHeader {
	background: #7A7B7E url(/Images/HeaderBG.jpg) top repeat-x;
}

#SiteFooter {
	padding-bottom: 2em;
}

#SiteBody {
}


#CautionBarLeft, #CautionBarRight {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 8.5%;
	max-width: 100px;
}

#CautionBarLeft {
	left: 0;
}

#CautionBarRight {
	right: 0;
}

#CautionBarLeft img, #CautionBarRight img {
	width: 100%;
	height: auto;
}

#SiteHeaderContainer, #SiteBodyContainer, #SiteFooterContainer {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#SiteHeaderContainer {
	height: auto;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 2em;
	padding-bottom: 2em;
}

#SiteHeaderContainer .Slogan {
}

#LogoContainer {
	width: 59%;
	height: auto;
	margin: -4.5em auto 0 auto;
	position: relative;
}

#LogoContainer img {
	width: 100%;
	height: auto;
}

#SubHeader {
	background: #000;
	display: block;
	position: relative;
	z-index: -5;
}

#SubHeaderContainer {
	width: 80%;
	margin-top: -4.5em;
	height: auto;
	display: block;
	position: relative;
}

#SubHeaderContainer img {
	width: 100%;
	height: auto;
}


#SiteBodyContainer {
	min-height: 20em;
}

#SiteFooterContainerTop, #SiteFooterContainerBottom {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

#SiteFooterContainerTop {
}

#SiteFooterContainerBottom {
	border-top: solid thin #FFF;
	padding-top: .75em;
}

.FooterLeft {
	width: 40%;
	float: left;
}

.FooterRight {
	width: 55%;
	float: right;
	text-align: right;
}

.FooterContact {
	font-size: 1.55em;
	line-height: 1.5em;
	padding-top: 2.5em;
}

.FooterSlogan {
	font-size: 1.25em;
}

.SocialIcon {
	width: 12%;
	height: auto;
	float: right;
	margin-top: 4.5em;
}

#Facebook {
}

#Twitter {
	margin-left: .5em;
	margin-right: .5em;
}

#LinkedIn {
	margin-right: .5em;
}

#Flag {
	width: 33%;
	height: auto;
	float: right;
}

#SmallLogo {
	width: 50%;
	height: auto;
	float: left;
}

#Copyright {
	float: left;
	font-size: .8em;
	margin: 1em auto 0 auto;
}

.SocialIcon img, #Flag img, #SmallLogo img {
	width: 100%;
	height: auto;
}

#PageContent {
	width: 80%;
	margin: 0 auto;
	min-height: 30em;
	padding-bottom: 2em;
	margin-bottom: 2em;
}




/* Admin */

#LoginForm {
	width: 15%;
	margin: 0 auto;
}

.FormElement {
	margin: 0 0 1em 0;
}

#LoginForm label {
}

#LoginForm input {
	width: 100%;
}

#LoginForm button {
	width: auto;
	margin: 0 auto;
}

#ErrorMessage {
	text-align: center;
	font-size: 2em;
	color: red;
	margin-bottom: 2em;
}

#ErrorLink {
	text-align: center;
	font-size: 1.5em;
}


#AdminPageHeader {
	text-align: center;
	margin: 0 auto .5em auto;
	color: #DCD923;
	font-size: 2.5em;
}









