* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

html {
	background: #DBF0E1;	
}

body {
	background: #DBF0E1;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #061E5B;
}

br.clear {
	clear: both;
}

a {
	color: #436952;
}

a:hover {
	color: #090644;
}

p {
	line-height: 1.3em;
	margin-bottom: 18px;
}

h1 {
	margin-bottom: 12px;
}

h2 {
	margin-bottom: 6px;
}

h3 {
	margin-bottom: 3px;
}

img.middle {
	vertical-align: middle;
}


/* container */

#container {
	width: 920px;
	margin: auto;
}

/* wrapper */

#wrapper {
	float: left;
	width: 920px;
}


/* header */

#header {
	float: left;
	width: 920px;
	height: 150px;
	background: url('/_grafix/bg_header.gif') top left no-repeat;
	margin: 25px 0 20px;
}

#header .gutter {
	float: left;
	padding: 20px;
	width: 870px;
	height: 110px;
}

#header .lan_switch {
	float: left;
	width: 870px;
	height: 30px;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

#header .lan_switch a {
	color: #fff;
}

#header .lan_switch a:hover {
	color: #ddd;
}

#header .logo {
	float: left;
	width: 870px;
	height: 53px;
}

/* navigation */

#navigation {
	float: left;
	width: 700px;
	height: 22px;
}

#navigation ul {
	float: left;
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 22px;
	padding-right: 9px;
	margin-right: 8px;
	background: url('/_grafix/bg_navigation_item.gif') center right no-repeat;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 22px;
}

#navigation li a:hover { 
	background-position: 0 -22px; 
}

#navigation li a.selected { 
	background-position: 0 -22px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -22px; 
}

#navigation span {
	display: none;
}


/* search */

#search {
	float: right;
	width: 126px;
	height: 22px;
	text-align: right;
	background: url('/_grafix/bg_search.gif') top right no-repeat;
}

form.search_form {
	float: right;
	margin-top: 1px;
	padding-right: 28px;
}

form.search_form input.search_text {
	width: 90px;
	height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	color: #061e5b;
}


/* sidebar */

#sidebar {
	float: left;
	width: 210px;
	height: 475px;
	background: url('/_grafix/bg_sidebar.gif') top left no-repeat;
}


/* content */

#content {
	float: left;
	width: 710px;
	background: url('/_grafix/bg_content.gif') top left repeat-y;
}

#content .top {
	float: left;
	width: 710px;
	height: 30px;
	background: url('/_grafix/bg_content_top.gif') top left no-repeat;
}

#content .bottom {
	float: left;
	width: 710px;
	height: 30px;
	background: #DBF0E1 url('/_grafix/bg_content_bottom.gif') top left no-repeat;
	padding-bottom: 25px;
}

/* main */

#main {
	float: left;
	padding: 0 40px 10px 30px;
	width: 640px;
}

#main ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#main ol {
	margin-bottom: 15px;
	margin-left: 20px;
}

#main li {
	padding: 0 0 3px 20px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
	line-height: 1.3em;
}

#main ol li {
	padding: 0 0 3px 2px;
	background: none !important;
	line-height: 1.3em;
}

#main table {
	border: 1px solid #ccc;
	margin-bottom: 18px;
}

#main td {
	padding: 3px;
	border: 1px solid #ccc;
}

#main span.search_result {
	background: #ff6;
}


/* news */

div.news_item {
	float: left;
	width: 640px;
	background: #fff;
}

div.news_item_gutter {
	float: left;
	padding: 20px;
	width: 600px;
}

span.date {
	float: left;
	display: block;
	width: 600px;
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}

hr.news {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #ccc;
	color: #ccc;
	margin: 3px 0 25px 0;
}


/* links */

table#list {
	width: 100%;
	border: 0;
}

table#list td {
	padding: 5px;
	vertical-align: middle;
}

table#list tr {
	background: transparent;
}

table#list tr.highlight {
	background: #fff;
}

a.url {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

a.url:hover {
	text-decoration: underline;
}


/* contact form */

#contact_form table {
	width: 500px;
}

#contact_form span {
	font-size: 13px;
}

#contact_form span.mandatory {
	font-weight: bold;
}

#contact_form span.mandatory_err {
	color: #c00;
	font-weight: bold;
}

#contact_form input.text {
	width: 330px;
	height: 20px;
	padding: 2px;
	background: #f5f5f5;
	color: #090644;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#contact_form .textarea {
	width: 330px;
	height: 60px;
	padding: 2px;
	background: #f5f5f5;
	color: #090644;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#contact_form input.button {
	font-size: 14px;
	color: #fff;
	background: #061e5b;
	font-weight: bold;
	padding: 6px;
	cursor: pointer;
}


/* search results */

ul.search_results li {
	padding: 0 0 15px 0 !important;
	background: none !important;
}


/* footer */

#footer {
	float: left;
	width: 640px;
	height: 25px;
	color: #999;
	font-size: 11px;
	margin-top: 25px;
}
	
#footer .text {
	float: left;
	width: 275px;
	padding-top: 5px;
}

#footer .partners {
	float: right;
	width: 275px;
}

#footer .partners img {
	float: right;
	margin-left: 18px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #555;
}


/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

.sIFR-active h2 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

.sIFR-active h3 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}