@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(http://fonts.googleapis.com/css?family=Oswald);
*{
	text-decoration:none;
	margin:0;
	padding:0
}
body {
	background:url(../images/bg.jpg) no-repeat #fefefe;
	background-size:cover
}
.clear {
	clear:both
}
a {
	color:#004B88
}
h1, h2, h3, h4, strong {
	font-family: 'Oswald', sans-serif;
	color:#325B84
}
p {
    color: #666666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-shadow: 0 2px 1px #B9B9B9;
	text-align:justify
}
.container {
	width:1024px;
	margin:10px auto;
	background:url(../images/Slide-Drop-shadows-png.png) repeat-x top center #fff;
	box-shadow:0 0 15px #BFBFBF
}
header {
	width:985px;
	border-bottom: solid 2px #004B88;
	padding:20px;
}
.logo {
	float:left;
	width:50%;
	height:45px;
}
.logo h1 a{
	color:#004B88 !important
}
.widget {
	float:right;
	width:23%;
	height:45px;
	font-size:12px;
	color:#666;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:20px;
}
.widget span {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
    margin-right: 5px;
}
.widget span:nth-child(1) {
    background: url(../images/phone.jpg) no-repeat;
    top: 5px;
}
.widget span:nth-child(3) {
    background: url(../images/mail.jpg) no-repeat;
    top: 5px;
}
nav {
	border-top: solid 2px #B0F3FF;
	background:#004B88;
	width:100%;
	height:45px;
	margin-bottom:5px;
	box-shadow:0 5px 5px #BEBEBE
}
nav ul li {
	color:#B0F3FF;
	list-style:none;
	float:left;
	margin-left:42px;
	position:relative;
	line-height:42px;
}
nav ul li a , nav ul li ul li a {
	font-family: 'Julius Sans One', sans-serif;
	color:#fff;
	font-size:15px;
	padding:15px 0;
	text-shadow:2px 2px 2px #000
}
nav ul li a:hover , nav ul li ul li a:hover, a.current {
	color:#B0F3FF !important;
}
nav ul li ul {
    background: #004B88;
    display: none;
    position: absolute;
    top: 45px;
    border-top: solid 2px #B0F3FF;
    padding: 10px 0;
	width:475px
}
nav ul li ul li {
    margin-left: 24px;
    line-height: 28px;
	float:none;
}

nav ul li:hover > ul {
	display:block;
	animation: fadeIn .5s normal forwards ease-in-out;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
		transform: translate(-10px, 0px);
    }
    100% {
        opacity: 1;
		transform: translate(0px, 0px);
    }
}
.intro {
    background: #FEFEFE;
    float: left;
    padding: 20px;
    width: 66%;
}
.intro h2, .data h2, .data h3, .intro h3 {
    border-bottom: 1px solid;
    margin-bottom: 12px;
}
.data {
	width:26%;
	float:right;
	box-shadow:-11px 0 5px #DDDDDD;
	padding:20px;
	background:url(../images/wall.jpg)
}
.data ul {
	margin-top:20px
}
.data ul li {
    list-style: disc;
    line-height: 25px;
    border-bottom: dashed 1px #A7A7A7;
    color: #C5C5C5;
    margin: 0 0 14px 15px;
}
.data ul li a {
    color: #004B88;
    font-family: 'Julius Sans One',sans-serif;
    font-size: 15px;
    padding: 10px 0;
    text-shadow: 2px 2px 2px #B3B3B3;
    font-weight: bold;
}
.data ul li:hover {
	background:#f4f4f4;
}

.dleft{
	width:250px;
	margin:20px 0 0;
	float:left
}
.dleft ul li {
    color: #004B88;
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    line-height: 10px;
    list-style: decimal-leading-zero inside none;
    margin: 0 0 14px 15px;
    padding: 5px 0;
}
.dleft ul li:hover {
	background:#f4f4f4;
}

.dright {
    float: right;
    margin: 20px 0 0;
    width: 400px;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #004B88;;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	font-size:12px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size:14px;
	font-family:Helvetica, sans-serif;
}
.no-scroll {
	overflow:hidden;
}
.ty {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.8);
	text-align:center;
	z-index:100000;
}
.ty h1 {
    color: #004B88;
    font-size: 60px;
    margin: 210px auto 0;
    text-transform: uppercase;
	font-family:'Julius Sans One',sans-serif;
}
.ty p {
	color:#004B88;
	font-size:16px;
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:center;
}
.ty a {
    border: 1px solid #004B88;
    color: #004B88;
    font-weight: bold;
    padding: 8px 40px;
    position: relative;
    top: 20px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
}
footer {
    background: #464646;
    border-bottom: 2px solid #004B88;
    padding: 20px;
    width: 985px;
    height: 18px;
}
.copyright, .dev {
    float: left;
    width: 50%;
}
.dev p {
    text-align: right;
}
footer p, footer a {
    color: #fff;
    text-shadow: none;
    font-size: 11px;
}