﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	/*background: #333333;*/
  background-image:url("../images/bg.jpg");
	font-size: 12pt;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif, SimSun;
	margin: 0px;
	padding: 0px;
}

h1{
 display: none;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 150%;
 color: #FA6E01;
 padding: 20px;
}

h4{
	background: red;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px;
}

h5{
 font-size: 80%;
 text-align: left;
 padding: 0px 10px;
}

h6{
 font-size: 80%;
 text-align: left;
 color: #FF0000;
 padding: 0px 5px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#wrap {
	background: #fff;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 100%;
	border: 0;
}

div#bodem {
	background: #333;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 100%;
	border: 0;
}

div#masthead {
	background: #ffffff;
	text-align: left;
	width: 960px;
	margin: 0;
	height: 100%;
	border-top: 5px solid #333333;
	padding: 0px;
}

div#content {
	background: url("../images/streep.gif");
	font-color: black;
	float: right;
	width: 733px;
	display: inline;
	border: 01px solid #000;
	height: 100%;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

/* Page Content with Menu */
div#contentL {
	background: url("../images/streep.gif");
	font-color: black;
	float: right;
	width: 733px;
	display: inline;
	border: 01px solid #000;
	height: 100%;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	text-align: left;
}

/* Page Content WITHOUT Menu */
div#contentW {
	background: url("../images/streep.gif");
	font-color: black;
	float: right;
	width: 920px;
	display: inline;
	border: 01px solid #000;
	height: 100%;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}


div#navBar{
	float: left;
	width: 174px;
	margin: 0px;
	padding: 10px 10px 10px 5px;
	background-color: #FA6E01;
	text-align: left;
}

div#form {
	font-color: black;
	width: 733px;
	display: inline;
	height: 100%;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	text-align: left;
}

div#map {
	margin: 5px;
	border: 1px solid #FA6E01;
}

div#left {
	border: 1px solid red;
	float: left;
	width: 48%;
	margin: 10px 4px 0px 4px;
	display: inline;
}

div#right {
	border: 1px solid red;
	float: right;
	width: 48%;
	margin: 10px 4px 0px 4px;
	display: inline;
	}

.left {
	border: 1px solid red;
	float: left;
	width: 48%;
	margin: 10px 4px 0px 4px;
	display: inline;
}

.right {
	border: 1px solid red;
	float: left;
	width: 48%;
	margin: 10px 4px 0px 4px;
	padding: 1em;
	display: inline;
}

/*********** #sectionLinks styles ***********/

#sectionLinks {
	float: left;
	margin-right: 0px;
	padding: 2px;
	display: inline;
}

#sectionLinks ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: Verdana;
}

#sectionLinks ul li {
	margin: 3px 0px 3px 0px;
	padding: 0;
	display: block;
}

#sectionLinks ul li a {
	display: block;
  width: 166px;
	background: #FA6E01;
	text-decoration: none;
	
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;	
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
	border-left: 1px solid #FFCC00;
}
.reg {
	display: block;
	background-color: #F80000;
	text-decoration: none;
	font-size: 100%;
	color: #ffffff;	
	padding: 3px 5px 10px 5px;
}

#sectionLinks ul a:link, #navBar ul a:visited {
	display: block;
	padding: 3px 3px 3px 3px;
}

#sectionLinks ul li a:hover {
	background: #ff9900;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #FFcc00;
	border-bottom: 1px solid #FFcc00;
	border-left: 1px solid #CC6633;
	position: relative;
	top: 1px;
	}

#kanji {
	border: 12px groove #666;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/*********** #navBar link styles ***********/

#lan {
	width: 148px;
	padding: 20px 20px 20px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #FFFFFF;
}

#lan img:hover {
		background: url("../images/bar.jpg");
}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #cc0000 ;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

div#content a {
	font-color: black;
}

/************** .feature styles ***************/

a:link, a:visited {
	text-decoration: none;
}

.mail{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #0000ff;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: center;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.sub img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	color: #000;
	text-align: left;
}

.story p{
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.thumbnail-wrap{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 70px;
	margin-right: 40px;
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 30px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-caption{
	font-size: 0.9em;
	color: #808080;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}

/************* #siteInfo styles ***************/

div#siteInfo {
	clear: both;
	border: 1px solid #cccccc;
	height: 25px;
	background: url("../images/bar.jpg");
	font-size: 75%;
	color: #fa6e01;
	padding: 5px 10px 0px 20px;
	margin-top: 0px;
}

div#siteInfo ul li a{
	text-decoration: none;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/************** #headlines styles **************/

#headlines{
	background: #FA6E01;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

