@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: 'source_sans_proregular';
	font-size:14px;
}
@font-face {
font-family:'source_sans_proextralight';
src: url('../fonts/sourcesanspro-extralight-webfont.eot');
src: url('../fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('../fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url('../fonts/sourcesanspro-regular-webfont.eot');
src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_probold';
src: url('../fonts/sourcesanspro-bold-webfont.eot');
src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prolight';
src: url('../fonts/sourcesanspro-light-webfont.eot');
src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
	color:#3f3f3f;
	font-weight:bold;
	font-size:25px;
	font-family: 'source_sans_proregular';
}
h2{
	color:#0d4293;
	font-size:16px;
	background:#f0f1f1;
	text-indent:20px;
	height:40px;
	line-height:40px;
}
h1 span {
	color:#ff9600;
}
p{
	color:#787878;
}
.clearfix {
	clear:both;
}
.container {
	max-width:990px;
	margin:auto;
	width:100%;
}
.head-top {
	overflow:hidden;
}
.logo {
	float:left;
	padding-left:20px;
	padding-top:12px;
}
.navigation {
	height:50px;
	background:url(../images/nav-bg.png) repeat-x;
}
.banner{
	background:url(../images/banner.png) no-repeat center;
	height:347px;
}
.banner-left{
	float:left;
	width:257px;
	background:url(../images/trans.png) repeat;
	height:347px;
	margin-left:20px;
	padding:0 15px;
}
.banner-left h1{
	color:#1e3d8a;
	margin:0;
	padding:5px 0;
}
.banner-left p{
	margin:0;
	padding:5px 0;
}
.banner-left input[type=text]{
	width:93%;
	border-radius:5px;
	border:none;
	padding:7px;
	margin-bottom:7px;
	color:#585858;
}
.banner-left input[type=submit]{
background: #2c529d; /* Old browsers */
background: -moz-linear-gradient(top,  #2c529d 0%, #244387 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c529d), color-stop(100%,#244387)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c529d 0%,#244387 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c529d 0%,#244387 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c529d 0%,#244387 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c529d 0%,#244387 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c529d', endColorstr='#244387',GradientType=0 ); /* IE6-9 */

margin:10px auto;
display:block;
border-radius:5px;
border:none;
padding:10px;
color:#fff;
cursor:pointer;
}
.banner-right{
	float:right;
	width:450px;
	color:#fff;
}
.banner-right h1{
	color:#fff;
	font-size:33px;
	font-family: 'source_sans_prolight';
	margin:20px 0 0 0;
	padding:0;
	line-height:30px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.banner-right h2{
	color:#fff;
	font-size:18px;
	font-family: 'source_sans_prolight';
	margin:5px 0 0 0;
	padding:0;
	line-height:20px;
	font-weight:normal;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.banner-right a{
	color:#fc9401;
	float:right;
	text-decoration:none;
	padding:29px 30px 0 0;
	font-size:18px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.sub{
	background:#f0f1f1;
	margin:20px auto;
	padding:5px 0;
	color:#737477;
	overflow:hidden;
}
.sub img{
	float:left;
}
.sub span{
	line-height:40px;
	font-size:18px;
	float:left;
	margin-right:10px;
}
.sub input[type=text]{
	width:15%;
	border-radius:5px;
	border:none;
	padding:7px;
	margin-top:5px;
	color:#585858;
	float:left;
	border:1px solid #d1d3d4;
	margin-right:5px;
}
.sub input[type=submit]{
	float:left;
	background:url(../images/check-now.png) no-repeat;
	display:block;
	width:106px;
	height:35px;
	border:none;
	color:#fff;
	margin-top:3px;
	cursor:pointer;
}
.sec{
	margin:0;
	padding:0;
	list-style:none;
}
.sec h1{
	background:#284b91;
	border-radius:5px 5px 0 0;
	height:47px;
	color:#fff;
	font-weight:normal;
	font-size:22px;
	line-height:47px;
	text-indent:10px;
	margin:0;
	padding:0;
}
.sec li{
	width:31.7%;
	color:#4c4c4c;
	background:#f0f1f1;
	border-radius:5px;
	overflow:hidden;
	display:inline-block;
	margin:0 7px;
	vertical-align:top;
	height:200px;
	padding-bottom:10px;
}
.sec p{
	padding:10px;
	margin:0;
}
.sec2 {
 	color:#6f6d70;
	list-style:square;
	margin:0 0 0 20px;
	padding:0;
}
.sec2 li{
	width:100%;
	display:block;
	padding:5px;
	height:inherit;
}
.sec a{
	color:#284b91;
	text-align:right;
	text-decoration:none;
	float:right;
	padding:10px;
}
.sec a:hover{
	text-decoration:underline;
}
.footer {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
.footer h3{
	color:#727272;
	margin:0;
	padding:0;
}
.footer a{
	color:#555555;
	text-decoration:none;
	display:block;
	padding:1px;
}
.footer li{
	width:18%;
	display:inline-block;
	vertical-align:top;
}
.black {
	background:#f0f1f1;
	text-align:center;
	color:#6d6b6b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:15px 0;
}
 /* responsive navigation */
.rmm {
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0;
	text-align:left;
	min-width:900px !important;
}
.rmm {
	-webkit-tap-highlight-color:transparent !important;
	font-size:16px;
}
.rmm a {
	color:#03070a;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	list-style:none;
}
/* sublevel menu - in construction */
.rmm ul li ul {
	display:none;
}
/* */
.rmm ul li:hover ul {
	display:block !important;
	position:absolute;
}
.rmm .rmm-main-list li {
	display:inline;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
	background:#2a4d98;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}
/* GRAPHITE STYLE */
.rmm.graphite .rmm-main-list li a {
	display:inline-block;
	margin:0px -1px 0px -2px;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	line-height:50px;
	text-transform:capitalize;
	padding:0px 25px 0 25px;
	background:url(../images/sap.png) no-repeat right;
}
.rmm.graphite .rmm-main-list li a:hover {
	position:relative;
	margin-top:-3px;
 	background:#254488;
}
.rmm.graphite .rmm-main-list li .active {
	position:relative;
	margin-top:-3px;
}
.rmm.graphite .rmm-main-list li:first-child a {
	border-left:none;
}
.rmm.graphite .rmm-main-list li:last-child a {
	border:none;
}
.rmm.graphite .rmm-main-list li:last-child a:hover {
}
.rmm.graphite .rmm-toggled {
	width:100%;
	min-height:38px;
	border-radius:6px;
	margin:10px 0 0 0;
}
.rmm.graphite .rmm-toggled-controls {
	display:block;
	height:42px;
	color:white;
	text-align:left;
	position:relative;
	border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
	position:relative;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px black;
	margin-left:7px;
}
.rmm.graphite .rmm-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.rmm.graphite .rmm-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#2d2d2d;
	text-align:center;
	padding:0;
	border-top:1px solid #424242;
	color:#fff;
}
.rmm.graphite .rmm-toggled ul li a:active {
	background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
}
/* SAPPHIRE STYLE */
.rmm.sapphire .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
	text-shadow:1px 1px 1px #3e587b;
	background-color:#537b9f;
	border-left:1px solid #3e587b;
}
.rmm.sapphire .rmm-main-list li a:hover {
	background:#3e597b;
}
.rmm.sapphire .rmm-main-list li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rmm.sapphire .rmm-main-list li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.rmm.sapphire .rmm-toggled {
	width:95%;
	background-color:#537b9f;
	min-height:36px;
	border-radius:6px;
}
.rmm.sapphire .rmm-toggled-controls {
	display:block;
	height:36px;
	color:white;
	text-align:left;
	position:relative;
	border-radius:5px;
}
.rmm.sapphire .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px #3e587b;
}
.rmm.sapphire .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
	width:20px;
	padding:0px 7px 0px 7px;
	border:1px solid #3e587b;
	border-radius:3px;
}
.rmm.sapphire .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:white;
	width:20px;
}
.rmm.sapphire .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#537698;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #3c5779;
	border-top:1px solid #6883a6;
	text-shadow:1px 1px 1px #333333;
}
.rmm.sapphire .rmm-toggled ul li a:active {
	background-color:#3c5779;
	border-bottom:1px solid #3c5779;
	border-top:1px solid #3c5779;
}
.rmm.sapphire .rmm-toggled ul li:first-child a {
	border-top:1px solid #3c5779 !important;
}
/* MINIMAL STYLE */
.rmm.minimal a {
	color:#333333;
}
.rmm.minimal a:hover {
	opacity:0.7;
}
.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
}
.rmm.minimal .rmm-toggled {
	width:95%;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	color:#333333;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:9px;
	left:9px;
	font-size:16px;
	color:#33333;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
}
.rmm.minimal .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:#333333;
	width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #dedede;
	color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
	border-top:1px solid #dedede;
}
.links_sep {
	padding-top: 15px;
}
.links_sep a {
	color: #373737;
	display: block;
	font-size: 15px;
	text-decoration: none;
}
.clearfix {
	clear: both;
}
.breadcrumb {
	color: #06f;
	padding-top:20px;
}
.breadcrumb a {
	color: #373737;
	padding: 0 2px;
	text-decoration: none;
	word-wrap: break-word;
}
.container h5 {
	font-size:17px;
	margin:0;
	padding:20px 0 20px 0;
}
.links_sep3Col li {
	display: block;
	padding: 7px 0;
}
.links_sep3Col {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.links_sep3Col a {
	color: #373737;
	text-decoration: none;
}
.orng-txt {
	color: #FF740D;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 6px;
	text-transform: none;
}
.state {
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.state_name {
	float: left;
	margin-top: 10px;
}
.state_name p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.state_name p a {
	color: #333;
	display:inline-block;
}
.red-strip {
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:33px;
	text-transform:uppercase;
	padding:14px 0;
	background:#d41b1a;
}
 
/*media query*/
@media only screen and (max-width: 959px) {
 .logo {
 float:inherit;
 text-align:center;
 width:100%;
 padding:0;
}
 .rmm {
 min-width:inherit !important;
 line-height:42px;
}
.container{
	width:95%;
}
.banner-right{
	display:none;
}
.footer li{
	width:100%;
}
.sec li{
	width:100%;
	margin:0;
}
.logo img{
	width:100%;
}
.sub input[type="text"]{
	width:90%;
}
.sub{
	width:90%;
	padding:10px;
}
h2{
	background:inherit !important;
	height:inherit !important;
	line-height:inherit !important;
	text-indent:inherit !important;
}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
