/* $Id: style_screen.css,v 1.17 2007/05/15 01:27:14 eric Exp $ */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #636466;
	font-size: 9pt;
	font-family: arial;
	margin: 10px;
	padding: 0px;
}

sup {
	position: relative;
	top: 4px;
	font-size: 7pt;
}

img {
	border: 0px;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
	font-size: 1px;
	height: 0px;
}

.big {
	font-size: 1.15em;
}

.back {
	font-weight: bold;
}

.lower {
	text-transform: none;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: 600;
	color: #59712A;
	font-family: tahoma, arial;
	text-transform: uppercase;
}

h3 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: 600;
	color: #E5A04D;
	font-family: tahoma, arial;
	text-transform: uppercase;
}


h4 {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-weight: normal;
	color: #7C9CB3;
	font-family: tahoma, arial;
	text-transform: uppercase;
}

h4 + table, h3 + table {
	margin-top: 10px;
}

a {
	color: #3285BC; /*#63879F;/*#7C9CB3;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #59712A;
}

.green {
	color: #59712A;
	font-weight: normal;
	font-family: tahoma, arial;
	font-size: 10pt;
}

table {
	border-collapse: collapse;
	border: 2px #CDD6C6 solid;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #96A971;
	border: 2px #96A971 solid;
}

td {
	text-align: center;
	border-bottom: 2px #CDD6C6 solid;
}

tr.odd {
	background-color: #D5DDC5;
}

tr.even {
	background-color: #FFFFFF;
}

.table {
	background-color: #E7EBE3;
	border-collapse: collapse;
	position: relative;
	top: -5px;
}

.table + p {
	margin-top: 10px;
}

.table td {
	border: 2px #CDD6C6 solid;
	text-align: left;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

dd {
	margin: 0px 0px 0px 1em;
	padding: 0px;
	text-indent: 0px;
}

/* header
---------------------------------------------*/
#header {
	width: 801px;
	height: 93px;
	margin: auto;
	padding: 0px;
	background-color: #F5F5EF;
	/*background-image: url(../images/header_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}

#header h1 {
	float: left;
	font-size: 1em;
	height: 93px;
	width: 201px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-position: 10px top;
	background-image: url(../images/logo_new.gif);
	background-repeat: no-repeat;
}
#header h1 a {
	display: block;
	text-decoration: none;
	width: 201px;
	height: 93px;	
	text-indent: -2000px;
	margin: 0px;
	padding: 0px;
}

#headerSubLogo
{
	width:122px;
	float:right;
	padding-top:24px;
	padding-right:10px;
}

/* Navigation
---------------------------------------------*/
#navigation {
	width: 800px;
	height: auto;
	min-height: 19px;
	margin: auto;
	padding: 0px;
	
	background-color: #9AAF6D; /*#AEBB91;*/
	font-size: 9pt;
	font-family: tahoma, arial;
	color: #FFFFFF;
	border-top: 3px #E5A04D solid;
}

#navigation ul {
	position: relative;
	top: 2px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 10px 2px 10px;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	background-color: #8FA069;
	background-image: url(../images/rollover_nav.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navigation ul.float-right li a:hover, #navigation ul.float-right li a.selected {
	background-image: none;
}

#navigation ul.float-right li.japanese a {
	display: block;
	width: 56px;
	height: 19px;
	position: relative;
	top: -3px;
	background-image: url(../images/japanese_link.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin: 0px;
	padding: 0px;
	background-position: top left;
}

#navigation ul.float-right li.japanese a:hover {
	background-color: none;
	background-image: url(../images/japanese_link_rollover.gif);
	background-repeat: no-repeat;	
}

/* Middle Section
---------------------------------------------*/
#middle-section {
	width: 800px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	display: block;
}

/* Sidebar
---------------------------------------------*/
#sidebar {
	width: 170px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #ECF0E9;
	float: left;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: right 260px;
}

#sub-sidebar {
	width: 170px;
	background-color: #EBEDF3;
	float: left;
	border-top: 10px #919C72 solid;
	padding-bottom: 6000px;
	margin-bottom: -6000px;
}

#sidebar ul, #sub-sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

ul#main-links {
	display: block;
	width: 100%;
	height: 133px;
	font-size: 10pt;
	font-family: tahoma, arial;
	background-color: #DEE4D9;
	padding-top: 10px;
	margin: 0px;
}

#sub-sidebar ul#main-links {
	background-color: #EBEDF3;
	height: 100%;	
	font-size: 9pt;
}

ul#main-links li {
	margin: 4px 0px 4px 0px;
}

ul#main-links li a {
	display: block;
	width: 159px;
	padding: 1px 0px 1px 10px;
	color: #59595B;
	text-decoration: none;
}

ul#main-links li a:hover, ul#main-links li a.selected {
	background-color: #B4C8C4;
	background-image: url(../images/rollover_sidebar_home.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#sub-sidebar ul#main-links li a:hover, #sub-sidebar ul#main-links li a.selected {
	background-image: url(../images/rollover_sidebar.gif);
}

ul#sub-links {
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
	height: 193px;
}

ul#sub-links li {
	margin: 7px 0px 7px 0px;
	font-weight: bold;
}

ul#sub-links ul {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	list-style: disc;
	color: #AB92AF;
}

ul#sub-links ul li {
	padding: 0px;
	margin: 0px;
}

ul#sub-links a {
	display: block;
	/*width: 90%;*/
	padding: 0px 0px 0px 15px;
	color: #AB92AF;
	text-decoration: none;
}

ul#sub-links a:hover {
	color: #9F68AA;
}

ul#sub-links li a.events {
	color: #DB9041;
}

ul#sub-links li a.events:hover {
	color: #D8862C;
}

ul#sub-links ul a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -5px;
}

#bot-color {
	background-color: #E3E8E0;
	width: 159px;
	height: 57px;
}

#sidebar #yellow-color {
	background-color: #F4ECB6;
	background-image: url(../images/sidebar_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 10px;
	border-top: 1px #E5A04D solid;
	float: left;
	font-size: 1px;
}

/* middle
---------------------------------------------*/
#middle {
	margin: 0px;
	padding: 0px;
	width: 630px;
	float: right;
}

#flash-movie {
	width: 630px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#sub-flash-movie {
	width: 630px;
	height: 99px;
	margin: 0px;
	padding: 0px;
}

#sub-flash-movie-title {
	width: 630px;
	height: 139px;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 365px;
	height: 132px;
	float: left;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	border-bottom: 1px #E5A04D solid;
}

#sub-content {
	width: 560px;
	padding: 10px 50px 20px 20px;
	margin: 0px;
	border-left: 1px #E5A04D solid;
	overflow: hidden;
}

#sub-content-contact {
	width: 585px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	border-left: 1px #E5A04D solid;
}

#sub-content ul {
	margin-top: 0px;
	padding-top: 0px;
}

#middle p, #middle ul {
	line-height: 140%;
}

#news-box {
	width: 228px;
	height: 105px; /*148px;*/
	float: right;
	overflow: auto;
	background-color: #EEF2F1;
	padding: 24px 5px 24px 10px;
	margin-bottom: 5px;
	font-size: 8pt;
	position: relative;
}

#news-box h3 {
	line-height: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #4F6E8C;
	text-transform: none;
	font-family: tahoma, arial;
	margin: 0px 0px 15px 0px;
}

#news-box a.cal-events {
	float: right;
	display: block;
	width: auto;
	color: #DB9041;
	text-decoration: none;
	position: relative;
	top: -5px;
	font-size: 1em;
}

#news-box a.cal-events:hover {
	color: #D8862C;
	text-decoration: underline;
}

#news-box p {
	padding: 0px;
	margin: 6px 0px 6px 0px;
	line-height: 110%;	
}

#news-box a {
	color: #717275;
	text-decoration: none;
}

#news-box a:hover {
	color: #555555;
}

p.news-list {
	font-size: 8pt;
	margin-right: 30px;
}

/* footer
---------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	height: 16px;
	margin: 0px auto 100px auto;
	padding: 0px;
	font-size: 9pt;
}

#yellow-wrap {
	width: 800px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#yellow-wrap p {
	margin: 0px;
	padding: 0px;
	width: 560px;
	height: 10px;
	border-top: 1px #E5A04D solid;
	float: left;
	font-size: 1px;
}

#yellow-wrap p#yellow-color {
	width: 170px;
	background-color: #F4ECB6;
	background-image: url(../images/sidebar_bottom_bg_small.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#footer p#phone, #footer p#copyright {
	display: block;
	width: 795px;
	background-color: #A1B080;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 5px 2px 0px;
}

#footer p#copyright {
	color: #59712A;
	background-color: transparent;
	font-size: 8pt;
}

#footer p#copyright a {
	color: #59712A;
	text-decoration: none;
}


.contact-left {
	float: left;
	width: 250px;
}

.contact-right {
	float: right;
	width: 310px;
	background-color: #FDFCF0;
	padding: 7px 10px 10px 10px;
}

.contact-right h3 {
	font-size: 9pt;
	margin-bottom: 5px;
}

.contact-right label {
	font-size: 1em;
}

.contact-right input, .contact-right textarea {
	font-size: 1em;
	border: 1px #B0B0AB solid;
	width: 100%;
	font-family: arial;
}

.contact-right p.submit-button {
	text-align: right;
}

.contact-right p.submit-button input {
	font-size: 0.8em;
	width: auto;
	cursor: pointer;
	background-color: #89A166;
	color: #FFFFFF;
	font-style: italic;
}


table.chart {
	font-size: 8pt;
}

table.chart td, table.chart th {
	border: 1px #AAAAAA solid;
	color: #636466;
}

table.blueborder td, table.blueborder th {
	border: 1px #FFFFFF solid; /*#6A8CA5*/
}

table.purpleborder td, table.purpleborder th {
	border: 1px #FFFFFF solid; /*#9A7084*/
}

table.purpleborder tr.green th, table.blueborder tr.green th {
	border: 1px #FFFFFF solid;/*#AAAAAA*/
	color: #636466;
}

table.chart th {
	background-color: transparent;
}

table.chart .left {
	text-align: left;
}

table.chart .green, table.chart .green th {
	background-color: #BCCFBB;
	font-size: 8pt;
}

table.chart .green th {
	color: #406D28;
}

table.chart .purple, table.chart .purple th {
	background-color: #DDCDD0;
}

table.chart .darkpurple, table.chart .darkpurple th {
	background-color: #CEB4BD;
}

table.chart .blue, table.chart .blue th {
	background-color: #C4D8E3;
}

table.chart .darkblue, table.chart .darkblue th {
	background-color: #A5BCCE;
}

table.chart .yellow, table.chart .yellow th {
	background-color: #EAE88F;
}

table.chart .text-green {
	color: #406D28;
}
#header{
	overflow:hidden;
	}
/*email-newsletter*/
.email-newsletter{
	padding:40px 0 0 37px;
	min-height:400px;
	}
.email-newsletter h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	text-transform:none;
	}
.email-newsletter dl, .email-newsletter dt, .email-newsletter dd{
	margin:0;
	}
.email-newsletter dt{
	color:#e5a04d;
	font-size:14px;
	padding:0 0 7px 0;
	}
.email-newsletter dd{
	padding:0 0 13px 0;
	position:relative;
	}
label.error{
	position:absolute;
	bottom:0;
	left:0;
	color:#FF0000;
	}
.email-newsletter input{
	height:16px;
	border:1px solid #aaacae;
	margin-right:6px;
	}
.email-newsletter input.name{
	width:123px;
	}
.email-newsletter input.mail-add{
	width:195px;
	height:16px;
	}
.email-newsletter input.p-1, .email-newsletter input.p-2{
	width:49px;
	}
.email-newsletter input.p-3{
	width:79px;
	}
.email-newsletter textarea{
	width:241px;
	height:72px;
	border:1px solid #aaacae;
	}
.email-newsletter .btn{
	width:62px !important;
	height:21px !important;
	}
.answering{
	padding-left:15px;
	}
.indicator{
	background:url(../images/ajax-loader.gif) no-repeat left top;
	float:left;
	width:32px;
	height:32px;
	top:-8px;
	position:absolute;
	display:none;
	}

