body {
	margin: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #002d56;
	background:#07335b url(images/bg-body.jpg) repeat-x;
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
a{
	color: #002d56;
	text-decoration:underline;
}
a:hover{
	color:#5d0000;
}
h1{
	font-size: 16px;
	margin-bottom: 35px;
}
h2{
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 8px;
}
h3{
	font-size: 14px;
	margin-bottom: 2px;
	padding-bottom: 0px;
}
h4{
	font-size: 13px;
	font-style: italic;
}
h5{
	font-size: 13px;
	margin: 0;
	padding-top: 5px;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
	padding:20px 24px 0 24px;
	background:url(images/bg-wrapper.png) repeat-y;
}
#header {
	width: 920px;
	overflow:hidden;
	padding-bottom:15px;
	position:relative;
}
.logo{
	width:200px;
	height:128px;
	margin:0;
	float:left;
}
.logo a{
	height:128px;
	display: block;
}
#header .banner{
	width:690px;
	float:right;
}
.image-logo{
	display:none;
}
.address{
	display:none;
}
#main{
	width:100%;
	padding-bottom:17px;
	overflow:hidden;
	position:relative;
}
#sidebar{
	width:200px;
	float:left;
}
#sidebar .banner{
	width:100%;
	clear: both;
	padding-bottom:15px;
}
#sidebar .banner img{
	display:block;
}
#content{
	width:690px;
	float:right;
	overflow:hidden;
}
.navbar{
	width:100%;
	padding-bottom:20px;
}
.nav{
	margin:0;
	padding:1px 0px 1px 23px;
	list-style:none;
	width:100%;
	overflow:hidden;
	background:url(images/bg-nav.gif) no-repeat;
}
.nav li{
	float:left;
	font-size:14px;
	line-height:18px;
	padding-right:17px;
}
.nav li a{
	color:#002d56;
	display:block;
	padding-bottom:5px;
	text-decoration:none;
}
.nav li a:hover,
.nav li a.active{
	color:#5d0000;
	background:url(images/arrow-red.gif) no-repeat 0 100%;
}
.two-columns{
	width:100%;
	overflow:hidden;
}
.extra-content{
	width:460px;
	float:left;
}
.extra-content .holder{
	display:none;
}
.extra-content .title{
	height:1%;
	background:#002d56;
	padding:1px 0 2px 15px;
	margin-bottom:22px;
}
.extra-content .title h2,
.a-side h1{
	margin:0;
	font-size:14px;
	line-height:17px;
	color:#fff;
	font-weight:bold;
}
.extra-content p{
	margin:0 0 16px;
}
.extra-content .thumbnail{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.extra-content .thumbnail li{
	float:left;
	padding: 0px 8px 11px 0px;
}
.extra-content .thumbnail .last{
	padding: 0px 0px 11px 0px;
}
.extra-content .thumbnail li a{
	border:2px solid #ffffff;
	width:46px;
	display:block;
	text-decoration:none;
}
.extra-content .thumbnail li a:hover,
.extra-content .thumbnail li a.active{
	border-color:#5d0000;
}
.extra-content .image{
	width:460px;
}
.extra-content .image img{
	display:block;
}
.extra-content .image span{
	display:block;
	margin:5px 0 0;
}
.a-side{
	width:200px;
	float:right;
	font-size:14px;
	line-height:17px;
}
.a-side h1{
	background:#5d0000;
	height:1%;
	padding:1px 0 2px 13px;
	margin-bottom:10px;
}
.a-side .box {
	padding-bottom:14px;
}
.list{
	margin:0;
	padding:0 0 14px;
	list-style:none;
	height:1%;
}
.list li{
	padding-bottom:6px;
}
.list li em{
	display:block;
}
.list li a,
.a-side ul li a{
	color: #002d56;
	padding-right:27px;
	background:url(images/arrow-blue.gif) no-repeat 100% 5px;
}
.list li a:hover,
.a-side ul li a:hover{
	color:#5d0000;
	background:url(images/arrow-red.gif) no-repeat 100% 5px;
}
.a-side ul{
	margin: 3px 0 0;
	padding:0;
	list-style:none;
}
.a-side ul li{
	line-height:20px;
}
.extra-content  ul li a{
	color: #002d56;
	padding-right:27px;
}
.extra-content .thumbnail li a{
	color: #002d56;
	padding-right:0px;
}
.extra-content  ul li a:hover{
	color:#5d0000;
}
.extra-content  ul{
	margin: 3px 0 0;
	padding:0;
	list-style:none;
}
.extra-content  ul li{
	line-height:20px;
	padding-left: 12px;
	background:url(images/li-square.gif) no-repeat 0 50%;
}
.language {
	list-style:none;
	width:200px;
	margin:0;
	padding:0px 0px 5px 0px;
}
.language li{
	float:left;
	padding-right:5px;
}

#wrapper-b{
	width:968px;
	margin:0 auto ;
	height:11px;
	background:url(images/bg-wrapper-b.png) no-repeat;
}
#footer{
	width:968px;
	margin:0 auto;
	padding:10px 0 40px;
	font-size:10px;
	line-height:14px;
	color:#3d6489;
	text-align:center;
}
* html #footer{
	padding:5px 0 40px;
}
#footer p{
	display:inline;
}
#footer span{
	display:inline;
}
#footer a{
	color:#3d6489;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

/* -- Forms -- */
input {
	border: #002d56 1px solid;
	width: 250px;
	height: 18px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 2px;
	color: #5d0000;
	background-color: transparent;
}
textarea {
	border: #002d56 1px solid;
	height: 80px;
	width: 250px;
	margin-bottom: 2px;
	padding-left: 2px;
	color: #5d0000;
	background-color: transparent;
	font:12px/15px Arial, Verdana, Helvetica, sans-serif;
}
input.button {
	border: #002d56 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #002d56;
}
input.checkbox {
	width: auto;
	border: 0;
}
.formleft {
	width: 120px;
	float: left;
	height: 33px;
}
.formright {
	width: 320px;
	float: left;
	height: 33px;
}
.formleftarea {
	width: 120px;
	float: left;
	height: 85px;
}
.formrightarea {
	width: 320px;
	float: left;
	height: 85px;
}

.error {
	color:#5d0000;
}
