/*
Blue
Hex #202F64
RGB 32, 47, 100
CMYK 100, 92, 30, 23

Red
Hex #bf1f32
RGB 191, 31, 50
CMYK 17, 100, 86, 7
*/

/*---------------------------------------------------------------
                          PAGE LAYOUT
----------------------------------------------------------------*/

body {
/*	font-family: 'Oswald', sans-serif;
	color:#666666;
	font:13px/157%;
	letter-spacing:0px; */
	background:#FFFFFF;
	background-image: url(/images/Metal_tile.jpg);
	background-repeat: repeat-x;
}
.main_wrapper {
	clear: both;
	min-height: 1850px;
	margin: 0 auto;
	min-width:960px;
}
.notice {
	clear: both;
	min-height: 50px;
	min-width:960px;
	background-color:#FFFFFF;
}

.page {
	min-height: 713px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-top:50px;
}

.banner {
	clear: both;
	min-height: 134px;
}

.logo {
	float: left;
	width: 302px;
	min-height: 84px;
	padding-top:40px;
	padding-left:30px;
	padding-bottom:20px;
}

.navigation {
	float: left;
	width: 588px;
	min-height: 88px;
	padding:25px 20px 20px 20px;
}

.page-content {
	clear: both;
	min-height: 558px;
/* 	padding:20px 20px 0 20px; */
	padding:20px 50px 0 50px;
}

.quote {
	clear: both;
	min-height: 50px;
	padding:20px;
	text-align:center;
	border-bottom: 3px dotted #C9C9C9;
	padding: 10px;
}

.welcome {
	clear: both;
	min-height: 50px;
	padding:20px;
}

.efile {
	clear: both;
	min-height: 350px;
	padding:20px;
}

.other {
	clear: both;
	min-height: 50px;
	padding:20px;
}
.maintenance {
	clear: both;
	min-height: 50px;
	padding:20px;
	Margin-top: 20px;
	border-top: 3px dotted #C9C9C9;
}
/*---------------------------------------------------------------
                          MENU NAV
----------------------------------------------------------------*/

.hmenubar  {
	font-family: 'Oswald', sans-serif;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.hmenubar li  {
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	background: transparent;
}

.hmenubar li a  {
	font-family: 'Oswald', sans-serif;
	display: block;
	margin: 0;
	padding: 15px 15px 35px 15px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	width: auto;
	min-width: 73px;
	height: auto;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.hmenubar li a:hover {
	color: #DC1633;background-image:none;background-attachment:initial;
}

.hmenubar li a:active {
	color: #DC1633;
}

.hmenubar li a.clicked {
	color: #DC1633;background-image:none;background-attachment:initial;
	margin:0;
	font-weight:normal;
}
/*---------------------------------------------------------------
                          BOXES
----------------------------------------------------------------*/

.article_left{
	margin: 0 0 0 50px;
	padding: 20px;
	/*border: 0;*/
	border: 2px dotted #C9C9C9;
	float: left;
	width:275px;
	height:150px;
}

/*.article_left:hover {
	background-color: #BF1F31;
}*/

/* img.article_left_img {
	width: 100%; 
	margin-bottom: 26px;
} */

.article_left h3 {
	margin: 0 0 20px;
	padding: 0;
}

.article_left p{
	margin: 0 0 30px;
	padding: 0;
}
.article_right{
	margin: 0 50px 0 50px;
	padding: 20px;
	border: 2px dotted #C9C9C9;
	float: left;
	width:275px;
	height:150px;
}
/* .article_right:hover {
	background-color: #BF1F31;
} */

/* img.article_right_img {
	width: 100%; 
	margin-bottom: 26px;
} */

.article_right h3 {
	margin: 0 0 20px;
	padding: 0;
}

.article_right p{
	margin: 0 0 20px;
	padding: 0;
}
/*---------------------------------------------------------------
                          COLUMNS
----------------------------------------------------------------*/
.one, .one-half, .two-third, .one-third, .one-fourth { float:left; position:relative; margin-right:2%; }
.one { width: 100%; margin-right: 0; }
.one-half {	width: 48%; }
.two-third { width: 65.33%; }
.one-third  {width: 32%;}
.one-fourth { width: 22%; }
.last { margin-right: 0 !important; }

/*---------------------------------------------------------------
                          STATE FOOTER
----------------------------------------------------------------*/
.footer {
	font-family: 'Oswald', sans-serif;
	clear: both;
	min-height: 193px;
	margin-left: auto;
	margin-right: auto;
	background-color: #202F64;
	padding: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.footer a {
	color: #fff;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	margin-bottom:15px;
}
#footer-content {
	width: 100%;
	padding: 0 10px 0 10px;
	background-color: #202f64;
}
#footer-bottom, #footer-top {
	overflow: hidden;
	position: relative;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
#footer-bottom {
	background-color: #333;
	font-size: 11px;
	border-top: 1px dotted #777;
	padding: 25px 25px 18px 25px;
}
#footer-bottom p {
	margin-bottom: 0;
}
#footer-bottom a {
}
.seal {
	float: left; 
	margin-right: 10px;
	margin-bottom: 20px; 
	border: 0; 
}
/*---------------------------------------------------------------
                          TYPE STYLES
----------------------------------------------------------------*/

/*------------------------Headlines-------------------------------*/
.h1 {
/* page headline */
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #212f64;
	line-height: 60px;

	margin:0em;
}
.h2 {
/* home page question*/
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: #212f64;
	text-align: center;
	padding-bottom: 25px;
}
.h3 {
/* yes-no*/
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #666;
	line-height: 60px;
	text-align: center;
}
.h4 {
/*red subhead*/
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #bf1f32;
	text-align: left;
}
.h5 {
/*blue sub-subhead*/
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #212f64;
	text-align: left;
}
.h6 {
	font-family: Oswald, sans-serif;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-transform: none;
}
/*---------------------- Home Page Specific Type ------------------------*/
.quote-text{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	/* font-style: italic; */
	line-height: 30px;
	color: #bf1f32;
	text-align: center;
/* 	font-weight: bold; */
}
.left-quote {
	margin-right: 3px;
	margin-bottom: 15px; 
	border-width: 0px; 
}
.right-quote {
	margin-left: 3px;
	margin-bottom: 15px; 
	border-width: 0px; 
}
.quote-source{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	line-height: 18px;
	color: #666666;
	text-align:center;
}
.notice{
/* redirect notice */
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #212f64;
	line-height: 42px;
	margin:0em;
	text-align:center;
}

.notice2{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #212f64;
	line-height: 42px;
	margin:0em;
	text-align:center;
    border-bottom: 3px dotted #c9c9c9;
    border-top: 3px dotted #c9c9c9;
    /*clear: both;
    min-height: 50px;
	margin-left: 50px;
	Margin-right: 50px;
    padding: 10px;
    text-align: center;*/
}

.notice2-title {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #bf1f32;
	text-align: center;
}
/*------------------------ Verbiage ------------------------*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: left;
}
.text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	text-align: left;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
/*-----------------------------OTHER----------------------------*/
/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}