/* ------------------------- [ reset ] ----------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit; 
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------------------- [ =generic ] ----------------------- */
html, body {
height: 100%;
}

body {
	font: normal 0.8em/1.2 Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #808080;
}

a {
	text-decoration: none;
	color: #0081C6;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	color: #0081C6;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 0.2em 0;
}

h1 .titleSmall {
	color: #000;
}

h2 {
	font-size: 1.4em;
	padding: 10px 0;
}

h3, h4, h5, h6 {
	font-size: 1.2em;
	padding: 10px 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 100;
}

* html #wrapper {
height: 100%;
}

#wrapper {
	min-height: 100%;
}

.centered {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}

.centered-with-bg {
/*	width: 910px;*/
/*	overflow: hidden;*/
/*	position: absolute;*/
/*	margin-left: -460px;*/
/*	left: 50%;*/
}

.main-wrapper-abs {
	width: 910px;
	position: absolute;
	margin-left: -460px;
	left: 50%;
	top: 260px;
}

.wrapper-absolute {
/*		position: absolute;*/
/*		margin-left: -460px;*/
/*		left: 50%;*/
	
}

.wrapper-bg {
/*	position: absolute;*/
}



blockquote {
	font-style: italic;
	padding: 10px 0 5px 20px;
}

blockquote strong {
	font-style: normal;
}

#content ul {
	padding: 0.5em 1em 0.5em 1em;
}

#content ul li {
	list-style: disc inside;
}


/* ------------------------- [ =header ] ----------------------- */
#header {
	overflow: hidden;
	padding: 43px 0 0 0;
}

#subsidiecenter, #subsidiecenter img {
	display: block;
	float: left;
	width: 350px;
	margin-top: 6px;
}

#nav-tools {
	float: right;
	width: 500px;
	padding: 28px 20px 0 0;
	line-height: 30px;
}

#nav-tools li, #nav-tools li a {
	float: right;
	color: #000;
	font-size: 1.1em;
	padding: 0 0 0 0.9em;
}

#nav-tools li {
	padding-top: 5px;
}

#nav-tools li a:hover {
	text-decoration: underline;
}

#nav-tools .subsidiebank {
	background: url(../images/layout/sprite.png) -16px -107px no-repeat;
	padding-right: 0;
	width: 105px;
}

#nav-tools .subsidiebank-active {
	background: url(../images/layout/sprite.png) -16px -199px no-repeat;
	height: 30px;
	padding-right: 1.6em;
}

#nav-tools .subsidiebank-active a {
	color: #fff;
}

#nav-tools .participants {
	background: url(../images/layout/sprite.png) -16px -10px no-repeat;
	padding-right: 0;
}

#nav-tools .management-tool {
	background: url(../images/layout/sprite.png) -16px -61px no-repeat;
}




/* ------------------------- [ =nav ] ----------------------- */
#nav {
	overflow: auto;
	background: #007bc0 url(../images/layout/bg_nav.gif) center bottom repeat-x;
	min-height: 150px;
/*	border-top: 5px solid #005180; */
	width: 100%;
}

#nav.nav-with-bg {
	
	position: absolute;
	width: 100%;
	
}

#nav-inner {
	width: 910px;
	margin: 0 auto;
}

.nav-0 {
	max-width: 500px;
	float: left;
	min-width: 350px;
	padding-top: 3px;
}

.nav-0 li {
	border-bottom: 1px solid #1e5284;
	padding: 4px 0;
}

.nav-0 .last-li {
	border-bottom: 0;
}

.nav-0 li a {
	color: #b0cbea;
	text-transform: uppercase;
}

.nav-0 li a:hover, .nav-0 li.active a, .nav-0 li.active a:hover {
	color: #dfedf7;
	background: url(../images/layout/sprite.png) -20px -370px no-repeat;
	padding-left: 14px;
}

.nav-0 li a:hover {
	background: url(../images/layout/sprite.png) -20px -410px no-repeat;
}

.contact {
	float: right;
	padding: 10px 20px 0 0;
}

.contact li, .contact a {
	color: #fff;
	line-height: 1.4em;
}

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

.contact li em {
	font-weight: bolder;
	font-style: normal;
}

.contact .tel {
	padding-top: 18px;
}

/* ------------------------- [ =main ] ----------------------- */
#main {
	min-height: 400px;
}

/* ------------------------- [ =content ] ----------------------- */
#content {
	padding: 1.2em 0 1em 0;
}

#content .content-item {
	padding: 0 0 1.4em 0;
}

#content .content-item-text {
	padding: 0 0 0 0;
}

#content .item-text-short {
	color: #000;
	line-height: 1.4em;
	padding: 0 0 1em 0;
}

#content .item-text-full {
	line-height: 1.4em;
	color: #808080;
	padding: 0 0 1em 0;
}

#content .item-googlemap {
	margin: 0 0 20px 0;
	border: 1px solid #333;
	padding: 0;
	width: 485px;
}

#content .item-googlemap-short {
	color: #3c3c3c;
	margin: 0 0 10px 0;
}

#content .item-googlemap-full {
	color: #878787;
	margin: 0 0 10px 0;
}

#mform-form label {
	padding-right: 30px;
	color: #444;
}

#mform-form label.error {
	color: #a20000;
}

#mform-form td {
	padding: 5px;
	color: #444;
}

#content .col-3, #content .col-2 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#content .col-3 {
	width: 285px;
}

#content .col-2 {
	width: 430px;
/*width: 400px; */
}

#content .item-alpha, #content .col-2-3, .col-2-5 {
	margin-left: 0;
	clear: left;
}

#content .item-omega {
	margin-right: 0;
	clear: right;
}

#content .divider {
	width: 910px;
	clear: both;
	float: left;
	padding: 1.5em 0 0 0;
	margin: 0 0 1.5em 0;
	border-bottom: 2px solid #e6e6e6;
	height: 2px;
}

#content .divider-noline {
	width: 910px;
	clear: both;
	float: left;
	padding: 1.5em 0 0 0;
	margin: 0 0 1.5em 0;
	border: none;
	height: 2px;
}

.col-2 {
}


/* ------------------------- [ =questions ] ----------------------- */
#questions {
	overflow: hidden;
	font-size: 1.6em;
	color: #0081C6;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 2px solid #e6e6e6;
}

#questions .col-1, #questions .col-2, #questions .col-3 {
	width: 260px;
	padding: 0 20px;
	margin: 0;
	display: inline;
	float: left;
}

#questions .col-1 {
	padding-left: 0;
	padding-right: 40px;
}

#questions .col-3 {
	padding-right: 0;
	padding-left: 40px;
}

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

/* ------------------------- [ =footer ] ----------------------- */
#footer {
	background: #f2f2f2;
	border-top: 2px solid #e6e6e6;
	overflow: hidden;
	padding: 0.8em 0 2em 0;
	margin: 4em auto 0 auto;
}

#footer li {
	float: left;
}

#footer li a {
	border-right: 1px solid #808080;
	line-height: 0.8em;
	float: left;
	padding: 0em 0.8em 0 0.8em;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #808080;
}

#footer li.last a {
	border: none;
}

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

#footer p {
	float: right;
	line-height: 1em;
	font-size: 0.9em;
	padding: 0 0.7em 0 0;
	margin-top: -5px;
}

/* ------------------------- [ =signature ] ----------------------- */
#signature p {
	font-size: 0.8em;
	text-align: right;
	line-height: 1.8em;
}

#signature a {
	float: right;
}

#signature {
	padding: 0 0 2em 0;
}



/* ------------------------- [ fancybox ] ----------------------- */
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/layout/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/layout/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/layout/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/layout/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/layout/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/layout/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/layout/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/layout/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/layout/fancybox/fancy_title_right.png) repeat-x;
}


.flashnav {
	overflow: hidden;
}

#sub-header {
	margin-top: 40px;
}

#hidden_flv_player #inline {

}

.bg-full {
	z-index: -1;
	position: absolute;
/*	top: 100px;*/
/*	max-width: 100%;*/

}

#main {
/*	min-height: 800px;*/
}

.bg-full img, .bg-full {
/*	max-width: 100%;*/
/*	min-width: 960px;*/
}

.bg-full img {
/*	position: absolute;*/
/*	bottom: 0;*/
}

body {
/*	min-height: 1000px;*/
}

#wrapper {
/*	min-height: 860px;*/
}

/*

#main, #sub-header {
	position: absolute;
	margin-top: 50px;
	width: 884px;
	left: 50%;
	margin-left: -442px;
}

#content {
	margin-top: 40px;
}

#main {
	
}
*/


