@charset "iso-8859-1";

/* ==================== Default ==================== */
* {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(../images/background.jpg);
	font-size: 85%;
	font-family: Arial, Heivetica, sans-seri;
	line-height: 120%;
	color: #000;
	}

img {
	border: 0;
	}

a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin-bottom: 1em;
	}

th {
	font-family: Arial, Heivetica, sans-seri;
	}

td {
	font-family: Arial, Heivetica, sans-seri;
	}


/* ==================== Common ==================== */
.text-left {
	text-align: left;
	}

.text-center {
	text-align: center;
	}

.text-right {
	text-align: right;
	}

.img-left {
	float: left;
	}

.img-right {
	float: right;
	}

.img-center {
	text-align: center;
	}

.image {
	margin: 0 0.5em 1em;
	}

.clear-left {
	clear: left;
	}

.clear-right {
	clear: right;
	}

.clear-both {
	clear: both;
	}

.sepalate {
	height: 1px;
	margin: 0.5em 0;
	border: 0;
	background-color:#ccc;
	color:#ccc;
	}

/* ==================== Layout ==================== */
#header {
	position: relative;
	min-width: 910px;
	height: 101px;
	background: url(../images/header_back.jpg) top left repeat-x;
	text-align: left;
	}

#container {
	min-width: 910px;
	margin: 8px 0 0;
	background: url(../images/menu_background.gif) top left repeat-y;
	}

#wrapper {
	overflow: hidden;
	height: 100%;
	min-height: 560px;
	margin-left: 190px;
	margin-right: 12px;
	margin-bottom: 1px;
	background: url(../images/line_dot_v.gif) top center repeat-y;
	}

#side-column {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 190px;
	height: 100%;
	min-height: 560px;
	padding-top: 2px;
	background: url(../images/menu_background_top.jpg) top left no-repeat;
	}

#footer {
	clear: both;
	position: relative;
	min-width: 910px;
	text-align: center;
	}

.vertical-line-left {
	overflow:hidden;
	height: 100%;
	min-height: 560px;
	margin-bottom: 1px;
	background: url(../images/line_dot_v.gif) top left repeat-y;
	}

.vertical-line-right {
	overflow:hidden;
	height: 100%;
	min-height: 560px;
	margin-bottom: 1px;
	background: url(../images/line_dot_v.gif) top right repeat-y;
	}

.horizontal-line-top {
	overflow:hidden;
	background: url(../images/line_dot_h.gif) top left repeat-x;
	}

.horizontal-line-bottom {
	overflow:hidden;
	background: url(../images/line_dot_h.gif) bottom left repeat-x;
	}


/* ==================== Header ==================== */
#header-image {
	height: 101px;
	background: url(../images/header_animal.jpg) top right no-repeat;
	}

#oie-title {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/header_logo.jpg) top left no-repeat;
	text-indent: -9999px;
	}

#oie-title a {
	display: block;
	width: 204px;
	height: 91px;
	}

#oie-sub-title {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 419px;
	height: 101px;
	background: url(../images/logo_title.jpg) top left no-repeat;
	text-indent: -9999px;
	}


/* ==================== Menu ==================== */
.menu-title {
	padding: 5px 0;
	background-color: #9d2b3c;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	}

#main-menu {
	margin: 8px 6px;
	}

.menu-list {
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 17px;
	background: url(../images/arrow_menu.gif) 0px 7px no-repeat;
	font-size: 11px;
	line-height: 120%;
	color: #333;
	}

.menu-list a {
	color: #333;
	text-decoration: none;
	}

.menu-list a:hover {
	color: #990000;
	text-decoration: none;
	}

.sub-menu {
	/*  \*/
	display: none;
	/*  */
	margin-top: 5px;
	margin-left: -5px;
	padding: 1px 3px;
	border: #666 1px dotted;
	list-style: none;
	background-color: #fff;
	}

.sub-menu-active {
	display: block;
	margin-top: 5px;
	margin-left: -5px;
	padding: 3px;
	border: #666 1px dotted;
	list-style: none;
	background-color: #fff;
	}

.sub-menu-list {
	padding-left: 12px;
	margin: 0.3em 0;
	line-height: 120%;
	background: url(../images/arrow_red.gif) 3px 3px no-repeat;
	}

.sub-menu-list-active {
	padding-left: 12px;
	margin: 0.3em 0;
	line-height: 120%;
	background: url(../images/arrow_red.gif) 3px 3px no-repeat;
	color: #990000;
	}

.sub-menu-list-active a {
	color: #990000;
	}

.sub-sub-menu {
	/*  \*/
	display: none;
	/*  */
	margin-left: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 1px 3px;
	list-style: none;
	background-color: #eee;
	}

.sub-sub-menu-active {
	display: block;
	margin-left: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	list-style: none;
	background-color: #eee;
	}

.sub-sub-menu-list {
	padding-left: 12px;
	margin: 0.3em 0;
	line-height: 120%;
	background: url(../images/arrow_red.gif) 3px 3px no-repeat;
	color: #333 ! important;
	}

.sub-sub-menu-list-active {
	padding-left: 12px;
	margin: 0.3em 0;
	line-height: 120%;
	background: url(../images/arrow_red.gif) 3px 3px no-repeat;
	color: #990000;
	}

.sub-sub-menu-list a {
	color: #333 ! important;
	}

.sub-sub-menu-list a:hover {
	color: #990000 ! important;
	}

.sub-sub-menu ul {
	margin-left: -5px;
	margin-right: 5px;
	list-style: none;
	background-color: #fff;
	}

.home {
	width: 71px;
	height: 21px;
	margin: 0.5em;
	margin-left: 51px;
	list-style: none !important;
	background: url(../images/button_home.gif) top center no-repeat;
	text-align: center;
	text-indent: -9999px;
	}

.home a {
	display: block;
	width: 71px;
	height: 21px;
	}

.site-map {
	width: 71px;
	height: 21px;
	margin-top: 0.5em;
	margin-left: 51px;
	list-style: none !important;
	background: url(../images/button_sitemap.gif) top center no-repeat;
	text-align: center;
	text-indent: -9999px;
	}

.site-map a {
	display: block;
	width: 71px;
	height: 21px;
	}


.site-update {
	margin-top: -2em;
	font-style: normal;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	color: #666;
	}

.menu-open {
	display: block ! important;
	}

.menu-close {
	display: none ! important;
	}

/* ==================== Credit ==================== */
.credit {
	margin: 2em 0;
	font-style: normal;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	color: #666;
	}

.credit a {
	color: #666;
	text-decoration: none;
	}

.credit a:hover {
	color: #666;
	text-decoration: underline;
	}

.director-name {
	line-height: 500%;
	}
