/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	
	font-family:'Arimo', Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {	font-family:'Arimo', Verdana, Tahoma, Arial, sans-serif;
}
h1 {
	font-size:2.5em; font-weight:bold;
}
h2 {
	color:#003673; font-size:1.2em; font-weight:bold;
}
p {
	line-height:20px;
}
ul {
	margin-left:15px;
}
.row {
	margin: auto 0px;
}
.movedLeft {
	position: absolute;
	left: -9999px;
}
.twoRow {
	min-height:400px;
	height:auto;
	padding: 15px;
}
.thirdRow {
	min-height:320px;
	height:auto;
	padding: 15px;
}
.thirdRow h2 {
	margin-bottom:10px;
}
.thumbnail {
	border: #cbcbcb solid 2px;
}
.btn {
	border: #003673 soild 2px;
}
.btn-default {
	border: #003673 soild 2px;
	color: #ffffff;
	background-color: #003673;
	font-weight:bold;
}
.twoRow .btn-default {
	border: #003673 soild 2px;
	color: #ffffff;
	background-color: #003673;
	margin: 15px 15px 0px 0px;
	font-weight:bold;
}
.navbar-default .navbar-brand {
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-image:url(/images/main-nav-bg.jpg);
	background-repeat: repeat-x;
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
}
.imgLeft {
}
.imgRight {
}
.textSLeft {
}
.textSRight {
}
.floatRight {
	float:right;
}
.navbar-default {
	background-image:url(/images/main-nav-bg.jpg);
	background-repeat: repeat-x;
	background-color:#001324;
}
#footer {
	background-image:url(/images/footer-bg.png);
	background-repeat: repeat-x;
	background-color:#0b0b0b;
	color:#ffffff;
}
#footer ul li {
	text-decoration:none;
	list-style-type:none !important;
	padding:5px;
	margin-left:-18px;
}
#footer ul li a, #footer p a {
	color:#ffffff;
}
.paddingFooter {
	padding:20px;
}
.carousel-caption {
	color:#000000 !important;
	text-align:left;

}
.carousel-caption h1 {
	font-size:1.8em;
	border:#000000 solid 1px;
}
.carousel-caption p {
	font-size:1.0em;
	text-align:left;
}
input
{
	padding:5px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#newsletterContainer form {
	padding:20px;
}
#newsletterHeadline {
	font-size:18px;
	font-weight:bold;
}
#newsletterCopy {
	padding-bottom:5px;
}
.repositionContent {
	position:absolute;
	height:450px;
	top:80px;
	z-index:9999;
}
.header-bg {
	background-image:url(/images/header_bg.jpg);
	background-position:left bottom;
	background-size:contain;
	background-repeat:no-repeat;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family:'Arimo', Verdana, Tahoma, Arial, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family:'Arimo', Verdana, Tahoma, Arial, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
#footer input, #footer select, #footer textarea {
	color:#646464;
}
#footer input#saveForm {
	color:#ffffff;
}
#footer input#ContactUsSubmit {
	color:#ffffff;
}
*/