@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow-y: scroll; 
}


body {
	background: #c7d2dd url(bg.jpg) repeat-x;
	color: #003158;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
}


#container {
    position: absolute;
	width: 918px;
    left:50%;
	margin: 30px 0 0 -459px;
}




ul.nav_top {
	float: right;
	margin: 0 29px 5px 0;
	list-style: none;
}

.nav_top li {
    padding: 0;
    margin: 0;
	float: left;
	background: none;
	font-size: 14px;
	color: #003158;
}

.nav_top li a {
	margin-left: 30px;
	color: #003158;
	text-decoration: none;
	display: inline-block;
}

.nav_top li a:hover {
	text-decoration: none;
	color: #f7941d;
}

.nav_top a.mainactive {
	text-decoration: none;
	color: #f7941d;
}



#head {
	background-image:url(back_top.png);
	height: 90px;
	padding: 29px 29px 0 29px;
	width: 860px;
}

#head .container {
	border-bottom: 1px #CCC solid;
	background: url(back_head.png) repeat-x;
	background-position: 0px 69px;
	height: 89px;
}

#head .container img.logo {
	float: left;
}


#head .container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	float: right;
	margin: 0px;
}

.nav li {
	float: left;
	background: none;
	font-size: 14px;
	color: #003158;
}

.nav li a {
	padding: 52px 0 0 10px;
	color: #003158;
	text-decoration: none;
	font-weight: bold;
	width: 90px;
	height: 37px;
	border-left: 1px #003158 solid;
	display: inline-block;
}

.nav li a:hover {
	text-decoration: none;
	color: #f7941d;
	border-left: 4px #003158 solid;
	padding: 52px 0 0 7px;
}

.nav a.mainactive {
	text-decoration: none;
	color: #f7941d;
}




#content {
	background-image: url(back_middle.png);
	padding: 35px 29px 60px 29px;
	width: 860px;
}

#content img.head {
	margin-bottom: 35px;
	clear: both;
}


#content .left {
	width: 320px;
	float: left;
}

#content .left h1 {
	float: right;
	padding: 0 0 0 0;
}

#content .left h4 {
	font-size: 13px;
	font-weight: bold;
	color: #003158;
	padding: 30px 0 10px 0;
	margin: 0;
}

#content .left p {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0 40px 10px 0;
}


#content .right {
	width: 490px;
	float: right;
	padding: 0 20px 0 0;
}

#content .right p {
	font-size: 16px;
	line-height: 21px;
}

#content .right p.intro {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 40px;
}

#footer {
	background-image: url(back_footer.png);
	padding: 0 29px 0 29px;
	margin: 0 0 100px 0;
	width: 860px;
	height: 69px;
}

#footer .container {
	border-top: 1px #CCC solid;
	width: 860px;
	height: 30px;
	padding: 9px 0 0 0;
	font-size: 12px;
	color: #003158;
}


ul.nav_footer {
	float: right;
	margin: 0 0 0 0;
	list-style: none;
}

.nav_footer li {
	float: left;
	background: none;
	font-size: 12px;
	color: #003158;
}

.nav_footer li a {
	margin-left: 30px;
	color: #003158;
	text-decoration: none;
	display: inline-block;
}

.nav_footer li a:hover {
	text-decoration: none;
	color: #f7941d;
}

.nav_footer a.mainactive {
	text-decoration: none;
	color: #f7941d;
}




ul.teaser {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.teaser li {
	float: left;
	background: none;
	font-size: 12px;
	color: #003158;
	border: 1px solid #CCC;
	float: left;
	margin: 20px 0 0 0;
	width: 488px;
	padding: 0 20px 0 0;
	height: 98px;
}

.teaser h4 {
	font-size: 15px;
	font-weight: bold;
	color: #003158;
	margin: 8px 12px 6px 0px;
	float: left;
	width: 300px;
}

.teaser li a {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	width: 300px;
	line-height: 17px;
}

.teaser li a img {
	margin: 0 20px 0 0;
	padding: 0;
	width: 149px;
	height: 98px;
	float: left;
}




body, input, textarea, select {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}


a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #00aef0;
	text-decoration: underline;
}

small {
	font-size: 10px;
	line-height: 12px;
}

big {
	font-size: 36px;
	line-height: 40px;
}

hr {
	height: 1px;
	border-width: 0px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

input, select {
	border: 1px solid #999;
	padding: 2px 0 4px 0;
	background: #eeeeee url(../img/bg_input.png) repeat-x top left;
}

textarea {
	border: 1px solid #999;
	padding: 2px 0 4px 0;
	background: #eeeeee url(../img/bg_input_l.png) repeat-x top left;
}


h1 {
	font-weight: normal;
	font-size: 48px;
	color: #CCC;
}


h2 {
	font-weight:normal;
	font-size: 24px;
	color: #ff6600;
	padding: 0;
	margin: 0 0 40px 0;
	line-height:29px;
}


h3 {
	font-weight:bold;
	font-size: 16px;
	color: #003158;
	padding: 0;
	margin: 30px 0 10px 0;
	line-height:29px;
}


.display_none {
	display: none;
}