/* CSS reset */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    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;
}
/* css reset end*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #474747;
    font-weight: 300;
    font-size: 10pt;
    line-height: 1.75em;
}
.top {
    background: #f6f6f6;
    width: 100%;
    height: 150px;
    min-width: 900px;
}
.menu {
    background: #004b8a;
    width: 100%;
    height: 80px;
    min-width: 900px;
}
.content {
    min-height: 600px;
    width: 900px;
    padding: 6em 0 6em 0;
    margin: 0 auto;
}
.footer {
    background: #f6f6f6;
    border-top: solid 1px #d9d9d9;
    padding: 5em 0 5em 0;
    clear: left;
    min-width: 900px;
}
.left {
    float: left;
    width: 700px;
    padding-bottom: 10px;

}
.right {
    float: right;
    width: 190px;
}

header {
    border-bottom: solid 7px #004b8a;
    padding-bottom: 4em;
    margin: 0 0 3em 0;
}
h2 {
    font-size: 4em;
    letter-spacing: -3px;
    margin: 0.25em 0 0.75em 0;
}
.byline {
    font-size: 2em;
    letter-spacing: -2px;
}
#copyright {
    border-top: solid 1px #d9d9d9;
    text-align: center;
    padding: 5em 0 6em 0;
    color: #a0a0a0;
}
.menu_center {
    margin: 0 auto;
    width: 900px;
}
.menu ul {
    height: 40px;
    padding-top: 30px;
    width: 600px;
    float: left;
}
.menu ul li {
    float: left;
    margin-left: 2em;
    font-size: 18px;
}
.menu ul li a {
    outline: 0;
    position: relative;
    text-decoration: none;
    padding: 0.5em 1em 0.5em 1em;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    color: #fff;
}
.menu ul li:hover a {
    background: rgba(0,0,0,0.15);
}
.menu ul li:hover ul {
    display: block;
    z-index: 9999;
    position: absolute;
	max-width: 350px;
}
.top img {
    height: 125px;
    float: left;
}
.logoimage {
    margin-top: 10px
}
.top_cent {
    margin: 0 auto;
    width: 900px;
}
.search {
    float: right;
    padding-top: 22px
}
.search form input {
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #d9d9d9;
    padding: 0.5em 1em 0.5em 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 190px;
    height: 34px;
    float: left;
}
.search form input.button {
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    border: 0;
    text-indent: -9999em;
    width: 34px;
    height: 34px;
    background-image: url("../images/find.png");
    color: #fff;
}
.block {
    width: 190px;
    display: block;
}
.block iframe{
    width: 180px;
    border: solid 5px #004b8a;
}
.right h3 {
    color: #474747;
    font-size: 22px;
    padding-bottom: 5px;
}
.top_right {
    float: right;
}
.top_right * {
    float: right;
	display: inline-table;
}
.top_right img {
    width: 30px;
    height: 30px;
}
.top_right ul {
    width: 100px;
    margin-top: 18px;
}
.top_right ul li {
    width: 100px;
    padding-top: 5px;
    cursor: pointer;
}
.top_right ul li * {
    float: right;
}
.top_right ul li span {
    padding-right: 10px;
}
.arrow {
    padding-right: 4px;
    padding-bottom: 2px;
}
ul.dropdown {
    height: auto;
    background: rgba(0,75,138,0.9);
    padding-top: 28px;
    width: auto;
    display: none;
}
ul.dropdown:hover {
    display: block;
    position: absolute;
    z-index: 9999;
}
ul.dropdown li {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    float: initial;
    text-align: left;
    display: block;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}
ul.dropdown li:hover {
    background: rgba(0,0,0,0.15);
}
.menu ul li:hover ul.dropdown li a {
    background: rgba(0,0,0,0);
}
ul.dropdown li a {
    width: 100%;
}
.blockk {
    background: #004b8a;
    height: 35px;
}
.blockk h3 {
    color: white;
    padding: 5px;
    font-size: 28px;
    float: left;
    margin-left: -11px;
	margin-top: 0px;
}
.blockk img {
    float: left;
    margin-top: 2px;
    margin-left: 1px;
}
.hov {
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    height: 35px;
    cursor: pointer;
}
.blockk:hover .hov {
    background: rgba(0,0,0,0.15);
}
.hlnad {
    width: 700px;
    margin-top: 20px;
    float: left;
    font-size: 30px;
    padding-bottom: 5px;
    color: #004b8a;

}
.hlnads {
    width: 700px;
    margin-bottom: 20px;
    float: left;
    font-size: 30px;
    color: #004b8a;

}
.content_noc {
    clear: left
}

.napist3 {
    float: left;
    width: 350px;
}
.napist1 {
    float: left;
}
.napist2 {
    float: left;
    margin-top: 15px;
}
.napist4 {
    width: 690px;
    height: 120px;
    margin-top: 15px;
}
.napist5 {
    width: 200px;
}
.napist6 {
    margin-left: 15px;
}
.napist7 {
    float: right;
    margin-top: 15px;
}
.logotxt {
    float: left;
    width: 310px;
    font-size: 17px;
    margin-top: 63px;
    margin-left: 10px;
}
.logotxt1 {
    float: left;
    width: 310px;
}
.logotxt2 {
    float: left;
    width: 310px;
}
.navrh {
    font-size: 20px;
    color: #004b8a;
    padding-bottom: 20px;
    float: left;
    text-decoration: underline;
}
.napist13 {
	cursor: pointer;
	color: blue;
}
.error {
	background-color: red;
	color: white;
	font-size: 18px;
	padding: 10px;
}