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

@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);

html, body {
	width:100%;
}


body,td,th {
    font-family: 'Hind', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

body {
    background-color: #FBFBFB;
    margin: 0px;
    font-size: 16px;
}

h1 {
    color: #34335b;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
}

h2 {
    color: #F90615;
    margin: 0 0 15px 0;
    font-family: 'Hind', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

h3 {
    color: #34335b;
    margin: 0 0 10px 0;
    font-family: 'Hind', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}


a:link {
	text-decoration: none;
	color: #0355A6;
}

a:visited {
	text-decoration: none;
	color: #0355A6;
}

a:hover {
	text-decoration: underline;
	color: #0355A6;
}

a:active {
    text-decoration: none;
    color: #4FA1F1;
    font-size: 16px;
    text-align: center;
}

#header {
	position:absolute;
	left:9px;
	top:15px;
	width:1223px;
	height:166px;
}
#bottom_navhead {
	position:absolute;
	left:135px;
	top:649px;
	width:971px;
	height:61px;
	z-index:3;
}
#middle {
	position:absolute;
	left:142px;
	top:173px;
	width:959px;
	height:477px;
	z-index:2;
	background-color: #8B8CA1;
}

.bottomparagraph {
	font-family: 'Hind', Arial, sans-serif;
	font-size: 11px;
	font-weight:300;
	font-style: normal;
	line-height: 18px;
	color: #000;
}
.whitetext {
	font-family: 'Hind', Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
}

.bottomnavareaTEXT {
	font-family: 'Hind', Arial, sans-serif;
	font-size: 11px;
	line-height: 10px;
	vertical-align: 120%;
}
.reverselinks {
	font-family: 'Hind', Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.bottomnavbox {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FEFEFE;
	background-position: top;
	height: 250px;
	width: 315px;
	margin: auto;
}
.maintext {
    font-family: 'Hind', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}
.mainheader {
    font-size: 18px;
    font-weight: bold;
    color: #34335b;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}
.subhead {
    font-size: 12px;
    font-weight: 600;
    color: #F9041B;
    line-height: 30px;
}
.bullets {
	font-family: 'Hind', Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-indent: 10px;
	list-style-type: none;
	list-style-position: inside;
}
.clear {
	clear: both;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   }

    .fade:hover {
      opacity: 0.5;
      }


#nav_container {
	position: relative;
	top: 0px;
	left: 0px;
	height: 35px;
	width: 1224px;
	background: #252652;
	z-index: 1000;
	visibility: visible;
}
