@charset "utf-8";

/* -------------------------------------------------------------------------------------------------
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: "" "";
}

/* -------------------------------------------------------------------------------------------------
FONTS */

@font-face
{
	font-family: "Hiragino Kaku Gothic Pro";
	src: url("/css/?$B%R%i%.%N3Q%4?(B Pro W3.otf");
}

/* -------------------------------------------------------------------------------------------------
LAYOUT */

body
{
	background-color: #FFF;
	background-image: url("/images/design/main_tile.gif");
	background-attachment: fixed;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "?$B%R%i%.%N3Q%4?(B Pro W3", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#shadow_column
{
	width: 960px;
	margin: 0 auto;
	background-image: url("/images/design/shadow.png");
}

#inner_column
{
	width: 924px;
	margin: 0 auto;
	background-color: #FFF;
}

#header
{
	position: relative;
	height: 175px;
}

#lang_select
{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 11px;
}

#lang_select a
{
	color: #ABB3A1;
}

#lang_select a.current
{
	color: #78B312;
}

#headline
{
	padding-left: 60px;
}

#main_content
{
	width: 570px;
	min-height: 600px;
	padding-left: 60px;
	padding-right: 60px;
	background-image: url("/images/design/vertical_line.png");
	background-position: right top;
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
}

#rhs
{
	float: right;
	width: 250px;
	margin-top: 50px;
}

#skip
{
	display: none;
}

#nav, #rss
{
	background-image: url("/images/design/irregular_green_block.gif");
	background-position: right top;
	background-repeat: repeat-y;
	padding: 15px 0px 10px 0px;
}

#search_form
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#search_form label
{
	display: block;
	margin-left: 35px;
	font-size: 14px;
	margin-bottom: -5px;
}

#search
{
	color: #AFB2AA;
	background-image: url("/images/design/search.gif");
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	padding: 18px 20px 25px 15px;
	margin-left: 20px;
	width: 160px;
}

#footer
{
	clear: both;
	margin-top: -320px;
	height: 121px;
	background-image: url("/images/design/footer_2_faintest_2.jpg");
	background-repeat: no-repeat;
	padding: 445px 180px 20px 180px;
}

#footer span
{
	color: #83BB2B;
	font-size: 18px;
}

#address
{
	width: 45%;
	float: left;
	font-size: 12px;
}

#email
{
	width: 45%;
	float: right;
	text-align: right;
	font-size: 12px;
}

#email a
{
	color: #636D56;
}

/* -------------------------------------------------------------------------------------------------
RHS */

#rhs a:hover
{
	color: #6F9925;
}

#rhs a#latest
{
	color: #AFB2AA;
	font-size: 17px;
	margin-left: 35px;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 35px;
}

#nav li
{
	list-style: none outside;
}

#nav a
{
	display: block;
	color: #AFB2AA;
	font-size: 14px;
	letter-spacing: -1px;
	padding: 5px 0px 5px 35px;
	text-transform: lowercase;
}

#rss img
{
	display: block;
	margin-left: 35px;
	border: none;
}

