@charset "utf-8";
/*
 * MDS Co.,Ltd.
 * Description:  CSS file for print
 * Filename:     print.css
 * Version:      1.0
 * Author:       mds directors
 * Last Up Date: 28/04/2010
 *
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * line-height
 * over-flow
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */
	
@media print {

*{
    margin: 0px;
    padding: 0px;
}
body {
	zoom: 0.85;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: small;
    font-family: Verdana, Arial, sans-serif;
}
* html body{
	zoom: 0.55;
}
#container {
    display: block;
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding: 0;
}

/************* header styles ****************/

#header {
    display: block;
    width: 100%;
    background: #fff;
}
#header-inner {
    display: block;
    float: left;
    width: 840px;
}
#header-logo {
    display: block;
    position: relative;
    float: left;
    width: 140px;
    height: 30px;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: left;
}
#header-slogan {
    display: block;
    float: left;
    width: 520px;
    margin: 0;
    padding: 30px 0 10px 0;
    font-size: 12px;
    text-align: left;
}
#header-accessibility {
    display: block;
    float: left;
    width: 180px;
    padding: 40px 0 10px 0;
    text-align: left;
}
#header-accessibility li{
    display: block;
    float: left;
}
#header-image {
    float: left;
    width: 370px;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
}

/************* global-nav styles ****************/

#global-nav-bg {
    float: left;
	width: 100%;
	margin: 0 auto;
	background: url("../images/global_nav_bg_01.jpg") repeat-x;
	text-align: center;
}
#global-nav-container {
	position: relative;
	width: 840px;
	height: 33px;
	margin: 0 auto;
	padding: 0;
}
#global-nav {
	display: inline;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 840px;
	height: 33px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#global-nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#global-nav a {
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
}
#nav-01 a {
	width: 170px;
	margin: 0 ;
	background: url("../images/skin_global_nav_01.jpg") 0px 0px no-repeat;
}
#nav-01 a:active , #nav-01 a:hover {
	width: 170px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") 0px -34px no-repeat;
}
#nav-01 a.selected {
	width: 170px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") 0px -68px no-repeat;
}
#nav-02 a {
	width: 168px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -168px 0px no-repeat;
}
#nav-02 a:active , #nav-02 a:hover {
	width: 168px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -168px -34px no-repeat;
}
#nav-02 a.selected {
	width: 168px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -168px -68px no-repeat;
}
#nav-03 a {
	width: 166px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -338px 0px no-repeat;
}
#nav-03 a:active , #nav-03 a:hover {
	width: 166px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -338px -34px no-repeat;
}
#nav-03 a.selected {
	width: 166px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -338px -68px no-repeat;
}
#nav-04 a {
	width: 152px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -504px 0px no-repeat;
}
#nav-04 a:active , #nav-04 a:hover {
	width: 152px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -504px -34px no-repeat;
}
#nav-04 a.selected {
	width: 152px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -504px -68px no-repeat;
}
#nav-05 a {
	width: 181px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -656px 0px no-repeat;
}
#nav-05 a:active , #nav-05 a:hover {
	width: 181px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -656px -34px no-repeat;
}
#nav-05 a.selected {
	width: 181px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -656px -68px no-repeat;
}
#nav-06 a {
	width: 133px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -665px 0px no-repeat;
}
#nav-06 a:active , #nav-06 a:hover {
	width: 133px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -665px -34px no-repeat;
}
#nav-06 a.selected {
	width: 133px;
	margin: 0;
	background: url("../images/skin_global_nav_01.jpg") -665px -68px no-repeat;
}

/************* wrapper styles ****************/

#wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#wrapper-inner {
    display: block;
    width: 840px;
    border-bottom: none;
}

/************* content styles ****************/

#content-top {
    display: block;
    position: relative;
    float: left;
    width: 610px;
    background-color: #fff;
}
#content-top-inner {
    width: 605px;
    line-height: 150%;
    margin: 5px 0 0 0;
    padding: 0;
}
#content {
    display: block;
    position: relative;
    float: left;
    width: 600px;
    background-color: #fff;
}
#content-inner {
    display: block;
    float: left;
    width: 595px;
    line-height: 150%;
    margin: 5px 0 0 0;
    padding: 0;
}
.content-build {
    display: block;
    float: left;
    width: 100%;
    height: 8px;
    margin: 0;
    padding: 0;
    background: url('../images/content_building.gif') no-repeat;
    font-size: 10px;
}
.content-wall {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/content_wall.gif') repeat-y;
    text-align: left;
}
.content-wall-inner {
    float: left;
    width: 360px;
    margin: 0;
    padding-left: 10px;
    text-align: left;
}
.content-bottom {
    float: left;
    width: 100%;
    height: 22px;
    background: url('../images/content_bottom.gif') no-repeat;
}
.alpha-block {
    float: left;
    width: 195px;
    margin: 5px 5px 5px 0;
    border: 1px solid #ccc;
}
.alpha-block-image {
    float: left;
    width: 100px;
    padding: 2px;
    font-size: x-small;
    text-align: center;
}
.alpha-block-copy {
    float: left;
    width: 85px;
    padding: 2px;
    font-size: x-small;
}

/************* sidebar styles ****************/
#sidebar:after {
	clear: both;
}
#leftbar {
    display: block;
    width: 220px;
    margin: 0;
    padding: 0;
    background-color: #ffdbdf;
    text-align: left;
}
#sidebar {
    display: block;
    position: relative;
    float: right;
    width: 222px;
    margin: 0 0 0 2px;
    padding: 0;
/*
	background-color: #e7fde0;
*/
    text-align: left;
}
.nav-build {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 8px;
    margin: 0;
    padding: 0;
    background: #fff url('../images/nav_building.gif') no-repeat;
    font-size: 5px;
}
.nav-wall {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent url('../images/nav_wall.gif') repeat-y;
    text-align: left;
}
.nav-wall-inner {
    float: left;
    width: 200px;
    line-height: 165%;
    margin-left: 8px;
    padding: 10px 0 10px 0;
    background: #fff url('../images/nav_wall.gif') repeat-y;
    text-align: center;
}
.nav-bottom {
    float: left;
    width: 100%;
    height: 13px;
    padding-bottom: 5px;
    background: url('../images/nav_bottom.gif') no-repeat;
}
.news-block {
     margin-left: 5px;
     text-align: left;
     font-size: 11px;
}

#sidebar,#sidebar li,#sidebar li a {
    padding: 0px;
}
#sidebar li {
    display: block;
}
#sidebar li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 8px 0px 8px 50px;
    background: url('../images/button/sidebar_bg_01.jpg') no-repeat right bottom;
}	
#sidebar li a:hover {
    color: #bf293e;
    text-decoration: underline;
    background: url('../images/button/sidebar_bg_01_on.jpg') no-repeat right bottom;
    clear: left;
}
* html #sidebar li a {
    padding: 5px 0px 0px 50px;
    line-height: 100%;
}	
* html #sidebar ul{
	margin-top: 5px;
}
* html .nav-wall-inner {
    line-height: 140%;
    margin-left: 5px;
    padding: 5px 0 5px 0;
}
/************* footer styles ****************/

#footer {
    display: block;
    width: 100%;
    height: 105px;
    margin: 0px;
    padding: 0px;
}
#footer-inner {
    display: block;
    width: 840px;
    margin: 0 auto;
    background: #fff url('../images/header_bg01.jpg') repeat-x;
    text-align: center;
}
#footer-menu {
    display: block;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}
#footer-address {
    width: 820px;
    line-height: 150%;
    margin: 0px;
    padding: 5px;
}
#copyright {
    float: right;
    margin: 5px 0px 0px 0px;
    padding: 0px;  
}
address{
    font-style :normal;
}

/************* links ****************/

a:link.menu,a:visited.menu,a:active.menu  {
    color: #fff;
}
a:hover.menu{
    color: #dff;
	text-decoration: underline;
}
a:link,a:visited {
    color: #600;
	text-decoration: underline;
}
a:hover {
    color: #f90;
    text-decoration: underline;
}

/************* hx styles ****************/

h1 {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 18px;
    text-align: left;
}
h1#index {
    margin: -23px 0px 0px 8px;
    font-weight: normal;
    font-size: 12px;
}
h2 {
    margin: 5px 0px 5px 15px;
    padding: 10px 0px 0px 0px;
    border-style: none;
    font-size: 16px;
    text-align: left;
}
h2.index{
    margin: 0;
    padding: 0;
    border-style: none;
    font-size: 16px;
    text-align: left;
    color: #447CB5;
}

h3 {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 25px;
    border-style: none;
    font-size: 14px;
    text-align: left;
}
h4 {
    height: 30px;
    margin: 0px;	
    padding: 3px 0px 0px 10px;
    border-style: none;
    background-image: url(../images/h4_001.gif);
    background-repeat: no-repeat;
    color: #447CB5;
    font-size: 13px;
}
h5 {
    margin: 0px;
    padding: 20px 0px 0px 25px;
    border-style: none;
    font-size: 12px;
}
ul {
    list-style-type: none;
}
p{
    margin: 0px;
    padding: 5px 10px 5px 20px;
    line-height:165%;
    text-align:left;
/* text-indent:1em; */
}

/************* table styles ****************/

div.about-history table {
    width: 98%;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.about-history th {
    width: 25%;
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: center;
}
div.about-history td {
    padding: 10px;
    border: solid 1px #ccc;
}

/************* extra styles ****************/

img {
    border-style: none;
}
#page-root {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: right;
}
.page-top {
    text-align: right;
}
#page-top {
    text-align: right;
}
.required_mark {
    color: #f33;
}
.error_list {
    color: #f33;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.photo {
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
}
.photo a .large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.photo a.popup,
.photo a.popup:visited {
	display: block;
	width: 100px;
	top: 0;
	left: 0;
}
.photo a.popup:hover {
	background-color: #fff;
}
.photo a.popup:hover .large {
	display: block;
	position: absolute;
	width: 384px;
	height: 288px;
	top: 0;
	left: 0;
}
}
