@CHARSET "UTF-8";

*{
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

body {
	background-color: rgb(237, 237, 218);
}

html, body, #wrap {
	height: 100%;
}

#wrap {
	height: auto;
	min-height: 100%;
}

img {
	border: 0px;
}

input, textarea {
	border: solid 1px rgb(200, 200, 200);
}

.zero {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}

.centered_block{
	margin:0 auto;
	width:800px;
}


#header{
	height: 118px;
}

#logo {
	float: left;
	
	width: 116px;
	height: 118px;
	
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	background-position: 18px 27px;
	
	cursor: pointer;
}

#banner {
	float: left;
	
	width: 518px;
	height: 118px;
	
	margin-right: 18px;
	
	background-image: url("../images/main_banner.jpg");
	background-repeat: no-repeat;
}

#toolbox {
	float: left;
	width: 148px;
}

#toolbox h4{
	height: 18px;
	padding-top: 8px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: rgb(0,0,0);
}

#login a{
	font-size: 10px;
	font-weight: normal;
	color: rgb(102, 102, 102);
}

#login {
	height: 77px;
	overflow: hidden;
}

#login input{
	width: 115px;
	height: 16px;
	
	padding: 2px;
	margin-bottom: 3px;
}


button.icon-replace{
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	border-style:none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

#login_submit{
	width: 24px;
	height: 22px;
	float: right;
	
	background-color: rgb(23, 98, 152);
	background-image: url("../images/arrow_white.gif");
	
	cursor: pointer;
}

#login_submit:hover{
	background-color: rgb(23, 98, 152);
	background-color: rgb(0, 153, 255);
}

#lang_select {
	height: 15px;
	overflow: hidden;
}



#ruler {
	background-color: rgb(221, 221, 210);
	height: 5px;
	border-top: solid 1px rgb(200, 200, 200);
	border-bottom: solid 1px rgb(200, 200, 200);
	clear: both;
}



#content{
	margin-top: 10px;
}

#breadcrumbs{
	margin-bottom: 10px;
	font-size: 10px;
	color: rgb(102, 102, 102);
}

#breadcrumbs a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	color: rgb(23, 98, 152);
}


.section_title{
	float: left;
	margin-right: 10px;
	padding: 5px 15px 4px;
	
	background-color: rgb(23, 98, 152);
}

.section_title, .section_title a {
	color: rgb(255, 255, 255);
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#content div.section_title_lc{
	margin-right: 0px;
}

.section_title a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-style: normal;
}


.not_selected{
	background-color: rgb(127, 183, 255);
}

.not_selected a{
}

.not_selected:hover{
	background-color: rgb(23, 98, 152);
}

#footer{
	padding-top: 20px;
	background-color: rgb(23, 98, 152);
	text-align: center;
	height: 110px;
	clear: both;
	
	position: relative;
	margin-top: -110px;
}

	
#footer, #footer a{
	color: rgb(255, 255, 255);
	font-size: 11px;
}

#footer a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer img{
	margin: 5px 0px;
}

#prefooter{
	clear: both;
	height: 30px;
	padding-bottom: 110px;
	 /* must be same height as the footer */
}



#navigation{
	width: 800px;
	display: table;
	margin: 7px 0px 5px;
}

#navigation li.newsletter{
	width: 148px;
	padding-left: 20px;
}
#navigation li{
	display: table-cell;
}

#navigation li a {
	float: left;
	
	width: 100%;
	height: 20px;
	
	padding-top: 7px;
	
	background-color: rgb(221, 221, 210);
	border: 1px solid rgb(200, 200, 200);
	
	color: rgb(0, 0, 0);
	text-align: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	
	text-decoration: none;
}


#navigation li a.selected,
#navigation li a:hover{
	color: rgb(23, 98, 152);
	background-color: rgb(255, 255, 255);
}

#navigation li.newsletter a{
	border: none;
	width: 113px;
	height: 24px;
	float: left;
	
	background-color: rgb(23, 98, 152);
	background-image: url("../images/arrow_white.gif");
	background-repeat: no-repeat;
	background-position: 98%;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: rgb(255, 255, 255);
	
	padding: 3px 35px 2px 0px;
	
	cursor: pointer;
}

#navigation li.newsletter a:hover, #newsletter #navigation li.newsletter a{
	background-color: rgb(0, 153, 255);
}

