<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
margin:0;
padding:0;
font-family:sans-serif;
font-size:14px;
line-height:18px;
}
a{
text-decoration:none;
margin:0;
padding:0;
}
ul{
margin:0;
padding:0;
list-style:none;
}
img{
border: 0 none;
height: auto;
max-width: 100%;
}
/* light box */
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.8;
filter: alpha(opacity=80);
}
.Window {
width:410px;
display: none;
position: absolute;
top: 25%;
left: 38%;
background: #fff;
z-index:1002;
overflow: auto;
padding:100px 60px 50px;
box-shadow:0 1px 5px #000;
}
.fogPass a{
margin:10px 0 0;
color:#08c;
float:right;
}
/* end light box */
/* Page 404*/

#body404{
width:900px;
height:600px;
margin:0 auto;
position:absolute;
left:50%;
top:50%;
margin-left:-450px;
margin-top:-300px;
background: #215B9E url(/images/bg404.png) no-repeat center bottom;
}
.content404{
padding:40px;
color:#fff;
}
.content404 a{
color:#fff;
}
/* End Page 404*/
/* Modal Window
.Window {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.7);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 pointer-events: none;
}
.Window:target{
 display: block;
 pointer-events: auto;
}
.Window &gt; div {
 width: 460px;
 position: relative;
 margin: 10% auto;
 padding: 60px 40px 40px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}
*/
input[type="text"], input[type="password"]{
padding:10px;
border:1px solid #ccc;
}
input[type="button"], input[type="submit"], input[type="reset"]{
background:#70b7e3 url(/images/bg_button.png) repeat-x center top;
text-transform: uppercase;
padding:8px 20px;
font-size:14px;
font-weight:700;
text-shadow:-1px -1px 0 #247496;
color:#fff;
text-decoration:none;
border: none;
cursor:pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{
background:#70b7e3 url(/images/bg_button.png) repeat-x center bottom;
}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active{
background:#70b7e3 url(/images/bg_button.png) repeat-x center top;
box-shadow: inset 0 1px 2px 0 #333;
border:0;
color:#fff;
padding:8px 20px;
}
.blueLink{
color:#215B9E;
}
.blueLink:hover{
color:#70b7e3;
}
.blueLink:active{
color:#215B9E;
}
.close {
 background: #215B9E;
 color: #fff;
 position: absolute;
 right: 0;
 text-align: center;
 top: 0;
 padding:8px 17px;
 text-decoration: none;
 font-weight: 400;
}
.close:hover {
background: #23A5DB;
}

#forgot:target, #sent:target{
 display: block;
 pointer-events: auto;
}

/* End Modal Window */
.readmore{
color: #0088CC;
float: left;
margin: 10px 0;
text-decoration:none;
}
.readmore:hover{
text-decoration:none;
}
#container{
width:1200px;
margin:0 auto;
padding:0 80px;
transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; /* Safari */
}
#header{
width:100%;
padding:10px 80px;
margin:0 0 0 -80px;
position:relative;
float:left;
}
#header h4, #header h4 a{
color:#0088CC;
font-size:18px;
font-weight:400;
padding:0;
margin:0;
text-decoration:none;
line-height:18px;
text-transform:uppercase;
}
#header span{
color:#999;
font-size:13px;
}
#logo{
width:30%;
float:left;
}
#topmenu{
width:60%;
float:left;
margin-top:47px;
}
#login{
width:10%;
float:right;
text-align:right;
margin:30px 0 0;
}

#login a{
background:#70b7e3 url(/images/bg_button.png) no-repeat center top;
text-transform: uppercase;
padding:8px 21px;
float:right;
font-size:14px;
font-weight:700;
text-shadow:-1px -1px 0 #247496;
color:#fff;
text-decoration:none;
}
#login a:hover{
background:#70b7e3 url(/images/bg_button.png) no-repeat center bottom;
color:#fff;
}
#login a:active{
background:#70b7e3 url(/images/bg_button.png) no-repeat center top;
box-shadow: inset 0 1px 2px 0 #333;
border:0;
color:#fff;
padding:8px 21px;
}
#slider{
background:#F2F4F6 url(/images/bg_slider.png) no-repeat center bottom;
width:100%;
padding:40px 80px;
margin:0 0 40px -80px;
float:left;
}
#sliderBg{
width:100%;
height:100%;
padding:0;
margin:0;
float:left;
font-size:15px;
letter-spacing:1px;
line-height:25px;
position:relative;
}
#sliderText{
position:absolute;
top:0;
left:0;
}
#sliderBg a{
color:#215B9E;
}
#sliderBg a:hover{
color:#23A5DB;
}
#sliderBg h1{
font-size:26px;
color:#0088cc;
font-weight:400;
}
#promo{
width:100%;
float:left;
font-size:13px;
}
.promo1 img, .promo2 img, .promo3 img{
margin-bottom:15px;
}
.promo1 a, .promo2 a, .promo3 a{
color:#23a5db;
font-size:14px;
}
.promo1 a:hover, .promo2 a:hover, .promo3 a:hover{
color:#215B9E;
text-decoration:none;
}
.promo1{
width:31%;
margin-right:3%;
float:left;
padding:0;
}
.promo2{
width:31%;
margin-right:3%;
float:left;
padding:0;
}

.promo3{
width:31%;
float:left;
padding:0;
}
.promo3 li{
padding:10px 0 0;
}
.promo3 li a{
color:#215B9E;
font-size:16px;
font-weight:700;
}
.promo3 li a:hover{
color:#23a5db;
}
.promo3 ul{
list-style-image:url(/images/listpromo.png);
list-style-position:inside;
}
.promo1 h3, .promo2 h3, .promo3 h3{
color:#215B9E;
font-size:18px;
font-weight:400;
line-height:20px;
margin: 0 0 10px;
padding:0;
}
.promo3 h4{
color:#999;
font-size:16px;
font-weight:700;
margin: 15px 0;
padding:0;
}
#bottom{
background:#215B9E;
width:100%;
height:0px;
float:left;
color:#23a5db;
padding:0 80px;
margin:40px 0 0 -80px;
}
#bottom h3{
color:#fff;
font-size:16px;
font-weight:700;
margin:20px 0;
}
.bottom1 a, .bottom2 a, .bottom3 a, .bottom4 a{
color:#fff;
text-decoration:none;
}
.bottom1 a:hover, .bottom2 a:hover, .bottom3 a:hover, .bottom4 a:hover{
color:#23a5db;
}
#bottom ul{
list-style:none;
}
.bottom1, .bottom2, .bottom3, .bottom4{
width:21%;
float:left;
color:#fff;
}

.bottom5{
float:left;
text-align:right;
width:16%;
color:#fff;
}
.bottom5 .button{
background:#70b7e3 url(images/bg_button.png) no-repeat center top;
text-transform: uppercase;
padding:6px 14px;
border:1px solid #23a5db;
border-radius:7px;
box-shadow:0 1px 3px 0 #333;
font-size:14px;
font-weight:700;
text-shadow:-1px -1px 0 #247496;
color:#fff;
text-decoration:none;
}
.bottom5 .button:hover{
background:#70b7e3 url(images/bg_button.png) no-repeat center bottom;
color:#fff;
}
.bottom5 .button:active{
background:#70b7e3 url(images/bg_button.png) no-repeat center top;
box-shadow: inset 0 1px 3px 0 #111;
border:1px solid #70b7e3;
color:#fff;
}
#footer{
background:#215B9E;
width:100%;
float:left;
color:#23a5db;
padding:20px 80px;
margin:-1px 0 15px -80px;
vertical-align:middle;
}
#footer a{
color:#23a5db;
text-decoration:none;
}
#footer a:hover{
color:#fff;
}
#copyright{
width:80%;
float:left;
padding:10px 0 0;
}
#follow{
width:20%;
float:right;
text-align:right;
vertical-align:top;
padding: 10px 0 0;
}
#follow img{
width:30px;
height:30px;
margin:-9px 0 0 10px;
}

</pre></body></html>