@charset "utf-8";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* START CSS */

a:link{
	color:#5da5d9;
}	

a:visited{
	color:#5da5d9;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#07375a;
	font-size:16px;
}

#contentLangBar{
	font-family:Arial, Helvetica, sans-serif;
	width: 960px;
	margin:0 auto;
	text-align:right;
	color:#FFF;
	padding:7px;
}

#contentLangBar a{
	text-decoration:none;
	font-size:14px;
}

#contentLangBar a:visited{
	color:#FFF;
}

#contentLangBar a:hover{
	color:#476479;
}

#langBar {
	width: 100%;
	background-color:#052943;
	height: 32px;
}

#logo {
	width: 100%;
	background-image:url(../images/bg_pattern.jpg);
	background-color:#f3f3f7;
	height: 190px;
}

#logoContainer{
	width: 960px;
	margin:0 auto;
	padding-top:25px;
	text-align:left;
}

.contact{
	font-family:Arial, Helvetica, sans-serif;
	width:184px;
	font-size:14px;
	text-align:right;
	line-height:125%;
	color:#0c5f9a;
	float:right;
	padding-top:20px;
	
}

#middle {
	width:100%;
	background-color:#052943;
	height:350px;
}

.first{
	margin-left:0px!important;
}

.last{
	margin-right:0px!important;
}

#menu a{
	position:relative;
	width:160px;
	background-color:#FFF;
	color:#0c5f9a;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:26px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
	-moz-user-select: none;
	-webkit-user-select:none;
	cursor:pointer;
	-moz-box-shadow: 0px 3px 8px #c3c3c5;
	-webkit-box-shadow: 0px 3px 8px #c3c3c5;
	box-shadow: 0px 3px 8px #c3c3c5;
}

#selectedMenuItem{
	background-color:#056638!IMPORTANT;
	color:#FFF!IMPORTANT;
}

#menu a:hover{
	background-color:#056638;
	color:#FFF;
}

.STCF {
	width:280px;
	height:160px;
	background-color:#FFF;
	float:left;
}

#S{
	margin-left:40px;
	margin-top:40px;
}

#T{
	margin-left:20px;
	margin-top:40px;
}

#C{
	margin-left:40px;
	margin-top:20px;
}

#F{
	margin-left:20px;
	margin-top:20px;
}

#content {
	width:960px;
	margin:0 auto;
	background-color:#0c5f9a;
}

#leftCol {
	width:960px;
	/*height:300px;*/
	float:left;
	background-color:#0c5f9a;
}

#rightCol {
	/*width:320px;*/
	/*height:300px;*/
	float:right;
}

#leftCol p{
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;
	padding-bottom:20px;
	line-height:125%;
	color:#FFF;
}

#leftCol ul{
	padding-left:40px;
	padding-right:20px;
	color:#FFF;
}

h1{
	font-size:28px;
	color:#FFF;
	font-weight:bold;
	padding-left:40px;
	padding-top:40px;
}

#rightCol p{
	padding-top:40px;
	padding-right:20px;
	padding-left:20px;
	line-height:150%;
	color:#FFF;
}
#bottom {
	width:960px;
	height:60px;
	clear:both;
	padding-top:80px;
	margin:0 auto;
	background-color:#0c5f9a;
	margin-bottom:40px;
}

#footer{
	width:880px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	border-top:1px dashed #fff;
	padding-top:20px;
}

/* --------------- CAROUSSEL --------------- */

/* http://www.menucool.com */

#sliderFrame {position:relative;width:960px;margin: 0 auto;z-index:1;} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

#slider {
    width:960px;height:350px;/* Make it the same size as your images */
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
}
#slider img {
	position:absolute;
	width:960px;
	height:250px;
	border:none;
	display:none;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:25%;
	height:auto;
	padding:0;
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:60px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
	top:330px; left:400px;/* Its position is relative to the #slider */
	width:960px;
	background:none;
	position:absolute;
	z-index:5;
	cursor:pointer;
}

/* each bullet */
div.navBulletsWrapper div 
{
    width:48px; height:5px;
    background-color:#056638;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:10px;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-color:#FFF;}


/* --------- Others ------- */
#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
