/* CSS Document */

@import url("home.css");
@import url("subpage.css");
@import url("navigation.css");
@import url("forms.css");
@import url("RTE_Styles.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);

/* 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, input {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
	 outline: none;
}

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;
	color: #000;
}

em {
	font-style: italic;
}

#debug {
	background: rgba(255,0,0,0.00);
	display: none;
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: solid thin black;
	line-height: 2em;
}

.d1 {
	display: block;
}

.d2 {
	display: none;
}


/* Default Styles */

html {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

body {
	position: relative;
}

a {
	color: #9d0d08;
}

p {
	padding: .25em 0;
}

h1 {
	font-size: 2em;
	padding: .5em 0;
	margin-bottom: .5em;
	color: #098204;
	border-bottom: solid thin #098204;
}

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

h2 a {
	text-decoration: none;
}
.SectionTitle {
	display: none;
}

#SiteHeader, #SiteContent, #SiteFooter {
	width: 100%;
	position: relative;
}

#SiteHeader {
	background: rgba(255,255,255,0.85);
	position: absolute;
	z-index: 10;
}

#SiteContent {
	background: rgba(90,125,200,0.00);
	z-index: 0;
}

#SiteFooter {
	background: #e2dfcf;
}

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

#SiteHeaderContainer {
	background: rgba(90,125,200,0.00);
	padding-bottom:0.25em;
	display: block;
}

#SiteContentContainer {
	background: rgba(90,125,200,0.00);
	margin: 0em auto 1em auto;
}

#SiteFooterContainer {
	background: #e2dfcf;
	padding: 2em 0;
}

#LogoContainer {
	width: 26%;
	float: left;
	position: relative;
	padding-top:0.05em;
	z-index: 9999;
	display: block;
}

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

#HeaderAddress {
	color: #9d0d08;
	width: 20%;
	font-size:1.3em;
	font-weight:600;
	float: left;
	position: relative;
	padding-top: 1.5em;
	margin-left: 4.75em;
}

#HeaderAddress a {
	text-decoration: none;
}

#Search {
	width: 22%;
	position: absolute;
	top: 1.6em;
	right: 0;
}

#SearchForm {
    text-align: right;
    margin: 0;
}

#SearchForm input {
    line-height: 1.6em;
    float: right;
    width: 10em;
    text-align: center;
    margin: 0 .5em 0 0;
    padding: 0;
}

#SearchForm button {
    background: #9D0D08;
    border: none;
    color: #FFF;
    display: block;
    cursor: pointer;
    height: 1.7em;
    font-size: 1em;
    width: auto;
    float: right;
}

.FooterContactInfo {
	list-style: none;
	margin-top: 1em;
	text-align: center;
}

.FooterContactInfo li {
	display: inline-block;
	border-right: solid thin #9D0D08;
	color: #9D0D08;
	text-decoration: none;
	padding: 0 1.5em;
}

.FooterContactInfo li:last-child {
	border-right: none;
}


#Copyright {
	clear: both;
	font-size: .75em;
	line-height: 3em;
	text-align: center;
	color: #9d0d08;
	width: 100%;
	margin-top: .6em;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
