/* reset */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:top
}
ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse
}
img {
	vertical-align:top
}
embed {
	vertical-align:top
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* general */
body {
	color: #000;
	position: relative;
	min-width: 1250px;
	background-color: #1d2f39;
	-webkit-font-smoothing: antialiased;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background-image: url(bg.png);
}
html, body {
	height:100%;
}
a {
	color: #01436D;
	outline: none;
}
a:hover {
	text-decoration:none;
}
/*  Header styles */
h1, h2, h3, h4 {
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	line-height:30px;
}
h1.blue {
	font-size: 26px;
}
h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	color: #01436D;
	padding-bottom:5px;
}
h3 {
	font-size:20px;
	line-height: 22px;
	color:#333;
}
h4 {
	font-size:18px;
	line-height: 20px;
	color:#333;
}
.container {
	position: relative;
	min-width: 1250px;
	background-image: url(cont-bg.png);
}
.topBg {
	background-image: url(top-bg.png);
	background-repeat: repeat-x;
	min-height:850px;
}
.wrapper {
	width:1250px;
	padding:0;
	margin:0 auto;
	position:relative;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0px;
	font-size:0px;
}
small {
	font-size: 13px;
}
.red {
	color: #C7161B;
}
.blue {
	color: #1a7698;
}
/* header */
header {
	width: 100%;
	position: relative;
	height: 213px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	position: absolute;
	font-size:0px;
	line-height:0px;
	display:block;
	width:260px;
	height:215px;
	text-indent:-5000px;
	background:url(logo.png) 0 0 no-repeat;
	top: 0px;
	left: 20px;
}

/* menu */

nav {
	z-index: 900;
	position: relative;
	margin-top:7px;
	margin-left:15px;
	/*float:left;*/
}
nav ul{
	float:left;
	width:100%;
	list-style:none;
	font-weight:400;
	margin-bottom:10px;
	position: relative;
	z-index: 1000;
}
nav ul li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
nav ul li a{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #85ceeb;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
nav ul li a:hover, nav ul li a.current, nav ul li:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #01436d;
}

/*--- sub menu ---*/
nav ul ul{
	list-style: none;
	position: absolute;
	left: -9999px;
	opacity: 0;
}
nav ul ul li{
	float: none;
}
nav ul ul a, nav ul li:hover ul a {
	width: auto;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #226A8C;
	border-top: #7DC2DD solid 1px;
}
nav ul ul a:hover {
}
nav ul li:hover ul{
	left:0;
	opacity:1;
}
nav ul li:hover ul a{
	text-decoration:none;
	border-bottom: none;
	white-space: nowrap;
}
nav ul li:hover ul li a:hover{
	color: #85ceeb;
	border-bottom: none;
	background-color: #000;
}


/* Content */

.content {
	position:relative;
	padding: 30px;
}
.content p {
	padding-bottom: 10px;
}
.content ul, .content ol {
	padding-bottom: 10px;
	padding-left:5px;
}
.content ul li {
	background-image: url(bul.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	background-position: 0px 5px;
}
.content ul ul li, .content ol ul li {
	background-image: url(bul2.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	background-position: 0px 5px;
	margin-left:10px;
}
.content ol li {
	margin-left: 20px;
	padding-bottom: 5px;
}
.fLeft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
}
.fRight {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}
/* article */
article {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B6DDE9;
}

/*button*/
a.button {
	color: #247097;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	line-height: 37px;
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
	background-image: url(but.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
a.button:hover {
	color: #1D2E38;
	text-decoration: none;
}
/* Footer */
footer {
	width: 100%;
	padding-bottom:20px;
	color: #7abfda;
	font-size: 12px;
	clear:both;
}
.copir {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 23px;
	line-height:57px;
}
.botLogo {
	line-height:57px;
	display:inline-block;
	float:right;
	width:300px;
	padding-right:50px;
	font-size: 12px;
}
.botLogo img {
	margin-right:10px;
}
footer a {
	text-decoration:none;
	color: #7abfda;
}
footer a:hover {
	color: #5BB1D2;
}
/* form */
.formBox {
	margin-bottom: 10px;
	margin-top: 10px;
}

.formBox label {
	display: block;
}
.formBox input[type="text"] {
	margin: 0;
	font-size: 16px;
	color: #0E0A3E;
	width: 260px;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	padding: 5px;
	border: 1px solid #3591B3;
	background-color: #E3E7EA;
}
select {
	margin: 0;
	background-color: #E3E7EA;
	font-size: 16px;
	color: #0E0A3E;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	padding: 5px;
	border: 1px solid #3591B3;
}
input[type="radio"] {
	outline: none;
}
.formBox input[type="text"].w556 {
	width: 556px !important;
}
.formBox input[type="text"].w78 {
	width: 78px !important;
}
.formBox input[type="text"].w177 {
	width: 177px !important;
}
.formBox textarea {
	margin: 0;
	background-color: #E3E7EA;
	font-size: 16px;
	color: #333333;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	height: 170px;
	width: 557px;
	overflow: hidden;
	border: #3591B3 1px solid;
}
.formBox input[type="submit"], .formBox input[type="button"] {
	margin: 0;
	background: #e3e7ea;
	padding: 5px;
	outline: none;
	height: 37px;
	width: 150px;
	overflow: hidden;
	border: 0px solid;
	cursor: pointer;
	color: #247097;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
	background-image: url(but.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.formBox input[type="submit"]:hover {
	color: #1D2E38;
	text-decoration: none;
}
.formBox textarea.error, .formBox input[type="text"].error, select.error {
	border: 1px solid #C7161B;
	background-color: #FDE8E9;
}
.formBox td {
	padding:10px;}
/* table */
table.info {
	width: 100%;
	margin-bottom:30px;
	border: 2px solid #389CC2;
}
table.info td, table.info th {
	padding: 5px;
	border-bottom: 1px solid #389CC2;
}
table.info th {
	color: #01436D;
}
table.info tr.bg {
	background-color: #69B5D1;
}

.myError {border: 2px solid red !important;}
.address {
	position:absolute;
	top:20px;
	right:40px;
	color: #fff;
	font-size:14px;
}
.address a {
	color: #fff;
}
/* checkbox radio */
.checkbox {
    line-height: 30px !important;
}
.checkbox input[type="text"] {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #0E0A3E;
    width: 80px;
    font-family: Verdana, Geneva, sans-serif;
    outline: none;
    padding: 0px 3px;
    border: 1px solid #3591B3;
    background-color: #E3E7EA;
	text-align: right;
	height: 25px;
}
.checkbox label, .radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	margin-right: 20px;
	font-size: 16px;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox label:before, .radio label:before {
	content: "";
	display: inline-block;

	width: 23px;
	height: 23px;

	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 2px;
	background-color: #3591B3;
	line-height: 18px !important;
}

.radio label:before {
	border-radius: 8px;
}
.checkbox label, .radio label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}

.radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
}

.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 23px;
	color: #f3f3f3;
	text-align: center;
}

.rel {position: relative;}
.error {font-size: 11px; color: #900; background-color: #FFECEC; padding: 1px 2px 1px 2px; border: 1px solid #930; position: absolute; height: auto; top: -15px; left: 10px; z-index: 3; white-space: nowrap;}
.error b {background-image: url('error.gif'); background-repeat: no-repeat; position: absolute;	height: 8px; width: 9px; left: -1px; bottom: -7px; display: block; z-index: 3;}