@import url("forms.css");
@import url("home.css");
@import url("navigation.css");
@import url("reset.css");
@import url("subpage.css");

/* Default Styles */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	position: relative;
}

a {
	color: #9E1B34;
	text-decoration: none;
}

p {
	padding: .25em 0;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2em;
	padding: .5em 0;
}

h2 {
	font-size: 1.5em;
	padding: .5em 0;
}

.SectionTitle {
	display: none;
}

.full {
	width: 100%;
	height: auto;
}

#SiteHeader, #SiteMain, #SiteFooter {
	width: 100%;
}

#SiteHeader {
	background: #9E1B34;
}

#SiteMain {
}

#SiteFooter {
	border-top: solid thin #FEC425;
	margin-top: 2em;
	padding-top: 2em;
}

#SiteHeaderContainer, #SiteFooterContainer {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	min-height: 1em;
}

#SiteHeaderContainer {
}

#SiteFooterContainer {
}

#FooterAddress {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#FooterAddress li {
	display: inline-block;
	width: auto;
	margin: 0 .5em;
}

#GoDaddySeal {
	width: 132px;
	margin: 0 auto 2em auto;
	text-align: center;
}


#Copyright {
	width: 100%;
	font-size: .75em;
	line-height: 1em;
	text-align: center;
	color: rgba(0,0,0,0.50);
	margin: 2em 0;
}


@media only screen and (max-width: 414px) {

	

}
























