@import url(http://fonts.googleapis.com/css?family=Six+Caps);

/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.textRight{
	text-align:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.clear {
	clear:both;
	width: 100%;
}
.last{
	border:none !important
}
/* Global properties ======================================================== */
body, html, .extra, #gradient{
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:780px;
}
body {
	overflow:hidden;
	border:0;
	/*font:11px/15px "Trebuchet MS", Arial, sans-serif;*/
	font:12px/15px "Trebuchet MS", Arial, sans-serif;
	color:#4d6985;
	background:url(../images/bg_pattern.png) 0 0 repeat;
}
#gradient{
	position:fixed;
	top:0;
	left:0;
	background:url(../images/gradient.jpg) 50% 50% no-repeat;
}
/* Global Structure ============================================================= */
.extra{
	height: 100%;
}
.main {
	position:relative;
	margin: 0 auto;
	width: 980px;
}
.page_spinner {
	position:absolute;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #00203f;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */

a {
	color:#4d6985;
	text-decoration: underline;
	outline:none
}
a:hover{
	color:#fff;
}
h1 {
	padding:0;
	width:100%;
}
h2 {
    font: 32px/55px Lucida Grande,Times New Roman,serif;
	/*font: 59px/50px 'Six Caps', sans-serif;*/
	color: #fff;
	letter-spacing:-1px;
	text-shadow: 0px 1px 1px #051321;
	padding-bottom: 38px;
}
img{
    border:none;
}
h2 > img{
	padding:6px 7px 0 0;
}
.listWithMarker img{
    margin: 0 20px 20px 0;
    display: block;
    float: left;
    max-width: 450px;
}
.listWithMarker img.alt{
    margin: 0 0 20px 0;
}
img.docs{
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    max-width: 306px;
}
img.docs.alt{
    margin: 10px 0 0 0;
}
h3{
	color:#fff;
	font-weight:normal;
}
p {
	padding-bottom:0px;
	padding-top:6px;
}
.color1{
	color:#fff;
}
/* ============================= header ====================== */
header {
	position:relative;
	z-index:5;
}
#logo {
	margin: 0 auto 27px;
	display:block;
	white-space: nowrap;
	overflow: hidden;
	width:537px;
	height:142px;
	background:url(../images/logo.png) 0 0 no-repeat;
    position: relative;
}
#logo span#tra{
    color: #FFFFFF;
    display: block;
    font-family: Verdana;
    font-size: 22px;
    font-weight: normal;
    left: 180px;
    position: absolute;
    text-transform: uppercase;
    top: 69px;
}
#logo span.we{
    color: white;
    display: block;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    left: 190px;
    position: absolute;
    top: 95px;
}
#language {	
	display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 19px;
}
a {
text-decoration: none;
}
.menu{
	position:relative;
}
#menu{
	height:105px;
}
#menu > li {
	position:relative;
	height:105px;
	border-right:1px solid #071c31;
	float:left;
}
#menu > li > a{
	position:relative;
	display:block;
	padding-top:18px;
	width:162px;
	height:87px;
    font: 36px/65px Lucida Grande,Times New Roman,serif;
	/*font: 59px/59px 'Six Caps', sans-serif;*/
	color:#3d5975;
	text-align:center;
	text-decoration:none;
	background:url(../images/menu_item_bg.png) 0 0 repeat-x;
	text-shadow: 0px 1px 1px #051626;
	z-index:1;
}
#menu > .last > a{
	width:165px;
}
#menu > li > a:hover, #menu > .active > a{
	text-shadow: 0px 1px 1px #275b81;
}
#menu > li > a span{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(../images/menu_item_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.submenu {
	position:absolute;
	top:105px;
	left:0;
	width:162px;
	background-color:#0c2d4e;
	/*padding:34px 0;*/
	padding:0;
	text-align:center;
	z-index: 1;
}
.submenu li{
	border-top: 1px solid #071C31;
}
.submenu a {
	/*display:inline-block;*/
	display: block;
    padding: 15px 0 15px 0;
	/*padding:1px 30px 2px;*/
    font: 30px/34px Lucida Grande,Times New Roman,serif;
    /*font: 40px/40px 'Six Caps', sans-serif;*/
	color: #3d5975;vv
	text-shadow: 0px 1px 1px #051626;
	text-decoration:none;
	transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease; 
    -webkit-transition: background-color 0.3s ease;
}
.submenu li > a:hover  {
	color:#fff;
	text-shadow: 0px 1px 1px #275b81;
	background-color:#4db1f1;
}
/* ============================= splash ====================== */
#splashPic {
	position:absolute;
	width:406px;
	height:478px;
	top:205px;
	left:284px
}
/* ============================= content ====================== */
#content {
	position:relative;
	overflow:hidden;
}
#content > ul{
	position:relative;
	width:980px;
}
#content > ul > li{
	position:absolute;
	width:100%;
	background-color:#09233d;
}
#content > ul > li > div{
	overflow:hidden;
	padding: 41px 20px 0;
}
a{
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.imgPad{
	padding-bottom:14px;
}
.padBot1{
	padding-bottom:38px;
}

.more{
	position:relative;
	display:inline-block;
	padding:8px 20px 0;
	height:23px;
	width:63px;
	font-size:9px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(../images/more_bg.png) 0 0 repeat-x;
	z-index:1;
	}
.more > span{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/more_bg_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.remark{
	background-color: #13314E;
    margin-bottom: 25px;
    padding: 8px 16px 12px;
    position: relative;
}
.remark > span{
	position:absolute;
	width:18px;
	height:15px;
	bottom:-15px;
	right:35px;
	background:url(../images/remark_arr.png) 0 0 no-repeat;
}
.google_map{
	float:left;
    width: 326px;
    height: 238px;
    background: #13314e;
	border:6px solid #13314e;
}
.address {
	padding-top:5px;
	float:left;
	padding-left:20px;
	width:155px;
}
.address > span{
	display:block;
	width:130px;
	color:#fff;
	padding-bottom:8px;
}
.address > p{
	padding-bottom:16px;
}
.mailLink{
	color:#fff;
	text-decoration:none;
}
.mailLink:hover{
	color:#3e98ec;
}
/* ============================= lists ====================== */
.listWithMarker{
	padding-bottom:28px;
}
.listWithMarker li {
	display:block;
	padding:6px 0 11px 20px;
	background:url(../images/list_marker.png) 0 8px no-repeat;
}
.listWithMarker li a {
	display:block;
	color:#fff;
	text-decoration:none;
}
.listWithMarker li a:hover {
	color:#3f90db;
}
.list1{
	padding-bottom:36px;
	width:275px;
}
.list1 li{
	overflow:hidden;
	padding-bottom:7px;
}
.list1 a{
	float:left;
	color:#4d6985;
	text-decoration:none;
}
.list1 a:hover{
	color:#fff;
}
.list1 span{
	float:right;
	color:#fff;
}
.list2 li{
	overflow:hidden;
	padding-bottom:14px;
    margin-bottom:14px;
    border-bottom: 1px solid #071c31;
}
.list2 li > img{
	float:left;
	padding-right:17px;
}
.list2 li > div{
	overflow:hidden;
	padding-top:5px;
}
.list2 li > div > a{
	margin-top:8px;
}
.list3 li{
	padding-bottom:24px;
}
.list4 li{
	padding-bottom:6px;
}
.list4 a{
	display:block;
	padding:11px 0 10px 20px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	background-color:#13314e;
	transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease; 
    -webkit-transition: background-color 0.3s ease;
}
.list4 a:hover{
	background-color:#3e98ec;
}
/* ============================= slider ====================== */
.slider{
	width:940px !important;
}
.slider li{
	float:left;
	padding-right:35px;
}
.slider li a{
	display:block;
	padding:10px;
	position:relative;
	height:230px;
	width:270px;
	text-decoration:none;
	background-color:#13314e;
	z-index:1;
}
.slider li a{
	color:#4d6985;
}
.slider li a span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#3e98ec;
	z-index:-1;
}
.slider li a img {
	padding-bottom:11px;
}
.prev, .next{
	position:absolute;
	height:36px;
	top:53px;
}
.prev{
	width:35px;
	right:57px;
	background:url(../images/prev.png) 0 0 no-repeat;
}
.next{
	width:37px;
	right:20px;
	background:url(../images/next.png) 0 0 no-repeat;
}
/* ============================= footer ====================== */
footer {
	padding-top:26px;
	text-align:center;
	font-size:9px;
	color:#4d7eac;
}
footer a{
	text-decoration:none;
	color:#4d7eac;;
}
footer > ul {
	cursor:default;
	display:block;
	padding-bottom:10px;
}
footer li {
	display:inline-block;
}
#icon1, #icon2, #icon3 {
	display:block;
	width:19px;
	height:20px;
}
#icon1 {
	background:url(../images/icon1.png) 0 0 no-repeat;
}
#icon2 {
	background:url(../images/icon2.png) 0 0 no-repeat;
}
#icon3 {
	background:url(../images/icon3.png) 0 0 no-repeat;
}
#icon4 {
	background:url(../images/icon4.png) 0 0 no-repeat;
}
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	background-color:#13314e;
	padding:11px 0 11px 15px;
	width:255px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	background-color:#13314e;
	padding:11px 0 5px 15px;
	width:365px;
	height:95px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	color:#4d6985;
}
.btns a{
	margin:18px 0 0 18px;
}
/* Form defaults */
input, select, textarea {
	font:11px/11px "Trebuchet MS", Arial, sans-serif;
	color: #4d6985;
}
