HTML {margin: 0; padding: 0; background: #a21718 url(pics/html_bg.png) repeat-y top center; }
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.4em Arial, sans-serif;
	color: #000;
	background: #a21718 url(pics/header_bg.png) repeat-x top center;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #ca2c2d;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	height: 134px;
	position: relative;
}

/* Logo
========*/
#logo {
	padding: 20px 0 0 34px;
}

/* banner
==========*/
.banner {
	margin-bottom: 30px;
}

/* Top navigation
==================*/
#nav {
	width: 1000px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0 2px 0 0;
	list-style-type: none;
	float: left; 
	background: url(pics/nav_divider.png) no-repeat top right;
}
#nav UL LI.open {
	background: none;
	padding: 0;
}
#nav UL LI A {
	display: block;
	height: 28px;
	float: left;
	padding: 0 20px;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	background: url(pics/nav_selected_bg.png) repeat-x top left;
	position: relative;
	left: -2px;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	margin-top: 7px;
	padding: 14px 14px 30px 14px;
	background: #fff;
}
#main {
	float: right;
	width: 699px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 261px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.column1Text {
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0 0 20px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background: url(pics/subnav_li_bg.png) repeat-x bottom left;
}
.subnav UL LI.open {
	background: url(pics/subnav_li_open_bg.png) repeat-x bottom left;
}
.subnav UL LI.sub {
	background: none;
}
.subnav UL LI A {
	display: block;
	padding: 5px 10px 5px 32px;
	margin: 0 0 2px 0;
	color: #4d4d4d;
	background: url(pics/subnav_a_bg.png) no-repeat 20px 11px;
	text-decoration: none;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	background: url(pics/subnav_a_open_bg.gif) no-repeat 20px 11px;
	color: #fff;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 10px 0 8px 0;
}
.subnav UL LI UL LI {
	background: none !important;
}
.subnav UL LI UL LI A {
	background: url(pics/subnav_a_sub_bg.png) no-repeat 40px 8px;
	padding: 2px 10px 2px 52px;
	color: #373737;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	background: url(pics/subnav_a_sub_open_bg.png) no-repeat 40px 8px;
	color: #a21718;
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	padding: 0 0 4px;
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 0 10px 2px 60px;
	background: none;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	background: none;
}

/* Footer
===========*/
#footer {
	margin: 0 auto;
	width: 1000px;
	min-height: 80px;
	overflow: hidden;
	background: #7a1516 url(pics/footer_bg.png) no-repeat bottom left;
	text-align: center;
	position: relative;
	color: #fff;
}
.footerText {
	padding: 10px 60px 60px 20px;
	text-align: left;
}

.footerText td {
	vertical-align: top;
	padding-left: 40px;
	padding-top: 30px;
}
.footerText td.links {
	color: #3f0a0a;
}
.footerText td a {
	color: #fff;
}

/*Haku
==========*/
#footer .searchBox {
	position: absolute;
	top: 36px;
	right: 56px;
	font-family: arial black, arial;
	font-weight: bold;
}
#footer .searchBox table,
#footer .searchBox tbody,
#footer .searchBox tr,
#footer .searchBox td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
#footer .searchBox .searchText {
	position: absolute;
	top: -4px;
	left: 10px;
}
#footer .searchBox .searchInput {
	width: 190px;
	height: 24px;
	padding: 0 8px 0 22px;
	background: url(pics/footer_searchField.png) no-repeat right top;
	border: none;
	margin-top: 14px;
}
.searchBox .searchInput {
	line-height: 24px;
}
#footer .searchBox .searchSubmit {
    background: url(pics/col1_searchSubmit.png) no-repeat right top;
    border: 0 none;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin: 14px 0 0;
    text-indent: -9999px;
    width: 25px;
}

/* Copyright 
===============*/
.copyright {
	position: absolute;
	height: 20px;
	bottom: 20px;
	left: 62px;
	font-size: 10px;
	color: #af7373;
	line-height: 14px;
}
.copyright p { padding: 0; }
.copyright p a { color: #fff; }

/* REALLY? -tag
===================*/
#really {
	padding: 0;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 48px;
}
#really A {
	color: #802627;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}


/* extranet-login 
===================*/
#header .extraLogin {
	width: 220px;
	height: 29px;
	background: url(pics/extranet_login_bg.png) no-repeat right top;
	position: absolute;
	left: 563px;
	top: 0;
}
#header .extraLogin a {
	display: block;
	float: left;
	margin-left: 38px;
	height: 20px;
	line-height: 20px;
    background: url(pics/extranet_loginSubmit.png) no-repeat right center;
    padding-right: 32px;
}


#header .contactInfo {
	width: 180px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
}
#header .contactInfoContent TR:first-child * { white-space: nowrap; }

.newsView .newsTitle {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.4em;
	margin: 0;
  	padding: 0 0 10px 0;
  	color: #000;	
}


.indexJamy { display: none; }
.underJamy { display: none; }

