@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");

/* Default Styles */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; line-height: 20px;
}

body {
	position: relative;
}

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

p {
	padding: .25em 0;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #07547F;
	padding: .5em 0;
}

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

.SectionTitle {
	display: none;
}

#SiteHeader, #SiteContainer, #SiteFooter {
	width: 100%;
}

#SiteHeader {
	position: relative;
}

#PageHeaderImage {
	position: relative;
	border-top: solid 10px #07547F;
	z-index: 0;
}

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

#SiteMain {
}

#SiteFooter {
	background: #F2F2F2;
}

#SiteHeaderContainer, #SiteMainContainer, #SiteSubContainer, #SiteFooterContainer {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	min-height: 1em;
	background: rgba(255,254,254,0.00);
}

#SiteHeaderContainer {
	position: absolute;
	top: 0;
	background: rgba(255,0,4,0.00);
	left: 0;
	right: 0;
}

#LogoContainer {
	width: 20%;
	height: auto;
	margin: 2em 0 0 0;
	float: left;
	cursor: pointer;
}

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

#ContactContainer {
	width: 30%;
	float: right;
	padding: 1em 0;
	color: #FFF;
	font-size: .9em;
}

#MailingAddress, #OfficeAddress {
	padding: 0 1em;
	width: 40%;
}

#MailingAddress {
	float: left;
	border-right: solid thin #FFF;
}

#OfficeAddress {
	float: right;
}

#ContactWrapper {
	background: #07547F;
	margin-top: -.25em;
	padding: 1em 0;
}

#RequestOfferButton {
	clear: both;
	float: right;
	width: 100%;
	background: #FF8B00;
	padding: .5em 0;
	border: none;
	color: #FFF;
	margin: 1em auto;
	outline: none;
	cursor: pointer;
}

#MainNavigationContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background: #07547F;
}



#SiteMainContainer {
	margin: 1em auto;
	background: rgba(0,0,0,0.00);
}







#SiteFooterContainer {
	color: #818181;
}

#Disclaimer {
	border-top: solid thin #CCC;
	border-bottom: solid thin #CCC;
	padding: 1em;
	font-size: .8em;
}

#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;
}
