@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 "openSans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #0C366F;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
li {
	list-style-position: inside;
	padding-right: 15px;
	padding-left: 15px;
}



/* ~~~~~~~~~~~~~~~ ID's ~~~~~~~~~~~~~~~ */

#header {
	font-family: openSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 42px;
	text-align: center;
	color:#CC2332;
}
#menu {
	font-size: 20px;
	text-align: center;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 15px 0 15px 0;
	margin: 25px 0 25px 0;
}
#menu a:link, #menu a:visited {
	color: #004CFF;
	text-decoration: none;
}
#menu a:hover, #menu a:active, #menu a:focus {
	text-decoration: none;
	border-bottom: 1px solid #0C366F;
	padding-bottom: 1px;
}
.mobileMenu {
	padding: 15px 0 10px 0;
}
#footer {
	margin-top: 25px;
	border-top: solid 1px #CCC;
	padding: 15px 0 15px 0;
	text-align: center;
}
#backLink {
	text-align: center;
	font-size: small;
	color: #808080;
}

/* ~~~~~~~~~~~~~~~ Font Formatting ~~~~~~~~~~~~~~~ */
.centerText {
	text-align: center;
}
/* Font Sizes */
.font18px {
	font-size:18px;
}
.font20px {
	font-size:20px;
}
.font24px {
	font-size:24px;
}
.font28px {
	font-size:28px;
}
.fontLarge {
	font-size:large;
}
.fontLarger {
	font-size:larger;
}
.fontxLarge {
	font-size:x-large;
}
.fontxxLarge {
	font-size:xx-large;
}
.fontSmall {
	font-size:small;
}
.fontSmaller {
	font-size:smaller;
}
.fontxSmall {
	font-size:x-small;
}
.fontxxSmall {
	font-size:xx-small;
}
/* Colors */
.fontBlue {
	color:#0C366F;
}
.fontRed {
	color: #CC2332;
}
.fontWhite {
	color:#fff;
}


/* ~~~~~~~~~~~~~~~ Form Formatting ~~~~~~~~~~~~~~~ */

.inputStyle { 
	padding:3px; 
	font-size:16px; 
	border-width:2px; 
	border-style:solid; 
	border-radius:5px; 
	border-color:#cccccc;
	width:200px;
	color: #787878;
} 
.inputStyle:focus {
	outline:none;
}
.textAreaStyle { 
	padding:3px; 
	font-size:16px; 
	border-width:2px; 
	border-style:solid; 
	border-radius:5px; 
	border-color:#cccccc;
	width:200px;
	color: #787878;
} 
textArea:focus {
	outline:none;
}
.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  background: #ffffff;
  padding: 5px 30px 5px 30px;
  border: solid #cccccc 2px;
  text-decoration: none;
}

.btn:hover {
  background: #e3e3e3;
  text-decoration: none;
}
