* {
	margin: 0;
	padding: 0;
}

body, html {
}

body {
	background: #003c76 url("../../gfx/bg.gif") repeat-x;
}

div, td, th, p, div, textarea, select, input {
	color: #000;
	font: 12px arial, helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #0f69ce;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#menu img {
	behavior: url("include/htc/pngbehavior.htc");
}

h1, h1 a {
	color: #144c83;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
}

h2, h2 a {
	color: #144c83;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
}

h3, h3 a {
	color: #144c83;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #bebebe;
}

/**
 *
 * Structure and global style
 *
 */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

div#header {
	position: absolute;
	left: 0px;
	top: 144px;
	width: 900px;
	height: 214px;
}

div#main {
	float: left;
	position: relative;
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-top: 358px;
	background: #fff;
}

div.spacer {
	clear: both;
}

div.read_on {
	float: left;
	clear: both;
}

div.read_on a {
	color: #e5a804;
	margin-left: 5px;
}

/**
 *
 * Content
 *
 */

div.content {
	float: left;
	padding: 30px 0 30px 0;
	margin: 0 30px 0 30px;
}

div.content2 {
	float: left;
	padding: 30px 0 30px 0;
	margin: 0 30px 0 30px;
}

.content p, .content2 p {
	padding-bottom: 10px;
}

.content ul, .content2 ul, .content ol, .content2 ol {
	margin-left: 20px;
}

.content table, .content2 table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

img.content_img {
	padding: 2px;
	/*border: 1px solid #ccc;*/
}

div.with_image {
	float: left;
	width: 340px;
}

div.text_only {
	float: left;
	width: 560px;
}

div#home_contact {
	position: absolute;
	left: 650px;
	top: 589px;
}

/**
 *
 * Footer
 *
 */
 
div#footer {
	clear: both;
	float: left;
	width: 900px;
	height: 26px;
}

#footer div {
	line-height: 24px;
}

#footer div.left {
	float: left;
	width: 900px;
	height: 100%;
	background: #d0d0d0;
	text-indent: 20px;
}

#footer div.left, #footer div.left a {
	color: #000;
	font-size: 10px;
}

#footer div.right {
	float: right;
	width: 255px;
	height: 100%;
	background: #a9a9a9;
}

/**
 *
 * Menu
 *
 */

div#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 900px;
}

#menu ul {
	background: url("../../gfx/bg_menu.gif") repeat-x;
	width: 100%;
	height: 44px;
}

#menu li {
	float: left;
	width: 150px;
	height: 44px;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}

#menu img {
	margin-top: 16px;
}

#menu li:hover {
	background: url("../../gfx/bg_menu_hover.gif") repeat-x;
}

#menu li.selected {
	background: url("../../gfx/bg_menu_selected.gif") repeat-x;
}

/**
 *
 * Submenu
 *
 */


div#home_left_block {
	float: left;
	width: 250px;
}
 
div#home_right_block {
	float: right;
	width: 250px;
}

/**
 *
 * Submenu
 *
 */

ul.submenu {
	list-style-type: none;
}

.submenu li {
	width: 252px;
	height: 25px;
	text-indent: 30px;
	background: url("../../gfx/bg_submenu.gif") no-repeat;
	line-height: 23px;
}

.submenu img {
	margin-right: 5px;
}

.submenu a, .submenu2 a , .submenu3 a {
	text-decoration: none;
}

.submenu a:hover, .submenu2 a:hover, .submenu3 a:hover {
	text-decoration: underline;
}

ul.submenu2 {
	list-style-type: none;
}

.submenu2 li {
	width: 230px;
	/*background: url("../../gfx/bg_submenu2.gif") no-repeat;*/
	line-height: 23px;
}

.submenu2 img {
	margin-right: 5px;
}

ul.submenu3 {
	list-style-type: none;
}

.submenu3 li {
	width: 252px;
	height: 25px;
	line-height: 23px;
}

.submenu3 img {
	margin-right: 5px;
}

/**
 *
 * Logos
 *
 */

div#logo_left {
	position: absolute;
	left: 25px;
	top: 10px;
}

div#logo_right {
	position: absolute;
	right: 25px;
	top: 20px;
}

/**
 *
 * Form
 *
 */

.input_field, .input_select {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
}

input, select, textarea {
	color: #000;
}

.button {
	color: #000;
	padding: 0 5px 0 5px;
} 