/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
*{
margin:0;
padding:0;
}
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #202020;
	text-align:center;
}
a:link, a:visited, a:hover {
	color: #0066B3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #003399;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 0.5em;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #1B5099;
 background-image:url(../images/h1_bk-3.jpg);
 background-repeat:no-repeat;
 height:40px;
 padding:0.7em 0.3em 0.3em 35px;
}

h2{
clear:both;
 font-size: 115%;
 color: #006699;
 border-top:1px solid #006699;
 border-bottom:1px solid #006699;
 border-bottom-style: outset;
 background-image: url("../images/mark_sq_m.jpg");
 /*vertical-align: middle;*/
 background-repeat:no-repeat;
 padding: 0.4em 0.3em 0.3em 25px;
 margin-bottom: 30px;
 margin-top: 20px;
}

h3{
 font-size: 100%;
 color: #334d55;
 background-image:url(../images/h3_bk.jpg);
 background-repeat:no-repeat;
 padding:0.3em 0.3em 0.3em 20px;
 margin-top:1em;
 
 }

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 border-bottom: 1px solid #333;

}

h5{
 font-size: 100%;
 color: #334d55;
}


td {
	vertical-align: top;
	text-align:left;
	padding-left:0.2em;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width:760px;
	font-size:small;
	line-height:130%;
	color:#555555;
	text-align: left;
}
/***********************************************/
/*Main Divs                                    */
/***********************************************/
#mainhead{
	width:760px;
	height:50px;
	background-image:url(../images/gl_under.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:0.5em;
}
/*#mainbanner{
	width:760px;
	height:80px;
	margin-top:0.3em;
}*/
#main{
	width:760px;
	margin-top:0.3em;
	margin-bottom:0.3em;
}
#main #left2{
	float:left;
	width:540px;
	/*margin-left:0px;*/
	margin-top:0.3em;
	margin-bottom:2em;
}
#main #left2 img {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#main #left2 #pronav {
	width:500px;
}
#main #left2 #pro1 {
	float:left;
	width:267px;
	margin-top:0.3em;
	margin-bottom:0.3em;
}
#main #left2 #pro2 {
	float:right;
	width:267px;
	margin-top:0.3em;
	margin-bottom:0.3em;
}
#main #left2 #topnav {
	width:520px;
	border-bottom:1px solid #1B5099;
}
#main #left2 #topics {
	width:500px;
	padding-left:30px;
	border-bottom:1px solid #1B5099;
	/*border-bottom-style: outset;*/
	margin-top:0.3em;
	margin-bottom:1em;
}
#main #left2 #anqnav {
	width:500px;
}
#main #left2 #anq {
	width:500px;
	padding-left:30px;
	margin-bottom:2em;
}
#main #right2{
	float:right;
	width: 206px;
	background: #FFCC00;
	margin-top:1em;
	margin-bottom:2em;
}
#main #right2 img {
	margin-left:0.3em;
	margin-top:0.25em;
	margin-bottom:0.25em;
}
/*-original-str------*/
#mainleft{
float:left;
width:375px;
margin-right:5px;
margin-top:0.1em;
margin-bottom:2em;
}
#mainleft img {
margin-top:1em;
margin-bottom:0.5em;
}
/*-original-end------*/
/*-original-str------*/
#mainright{
float:right;
width: 375px;
margin-left:5px;
margin-top:0.1em;
margin-bottom:2em;
}
#mainright img {
margin-top:1em;
margin-bottom:0.5em;
}
#mainleft #topics {
padding-left:1.5em;
padding-right:15px;
}
#mainright #about {
padding-left:15px;
padding-right:1.5em;
}
#mainright #anq {
padding-left:15px;
padding-right:1.5em;
}
/*-original-end------*/
/************* #globalNav styles **************/

#globalNav{
	background: #6084B6;
	width:760px;
	height:46px;
}
/************* #content styles **************/
#content{
	background: #eeeeee;
	width: 760px;
	line-height: 150%;
}
#content #content-inner {
	float:left;
	background-color:#FFFFFF;
	width:560px;
	margin: 0px;
}

/************* #navBar styles **************/
#content #navBar{
	background-color: #eeeeee;
	background-image:url(../images/sub_bk.jpg);
	background-repeat:no-repeat;
	height: auto;
	padding: 0;
	float: right;
	width: 200px;
	margin: 0;
}
#content #navBar ul{
	height: auto;
	padding-left:2.5em;
	padding-right:1em;
	padding-bottom:1em;
	list-style-image: url(../images/list_bl.gif);
	vertical-align:middle;
	margin: 0;
	list-style-position:outside;
	}
.navBarliston{
	list-style-image:url(../images/list_rd.gif);
	color:#CC0000;
	}
#content #navBar #now{
color:#CC0000;
}
#content #navBar #now li{
	list-style-image:url(../images/list_rd.gif);
	color:#CC0000;
	}
#content #navBar #now a{
color:#CC0000;
text-decoration:none;
}
#content #navBar #now a:hover{
color:#CC0000;
text-decoration: underline;
}
#content #navBar img {
margin: 0px 0px 0px 10px;
}
.navTitle {
	background-color:#00479D;
	margin:1em 1em 1em 1em;
	padding-left: 0.5em;
	background-image:url(../images/sub_ttl_bk.jpg);
	color:#FFF8DC;
}
#content #navBarttl {
	background-color:#00479D;
	margin:1em 1em 1em 1em;
	padding:0.2em 0.5em 0.1em 1em;
	background-image:url(../images/sub_ttl_bk.jpg);
	color:#FFF8DC;
	font-weight: bold;

}
#content #navBarttl a {
	color:#FFF8DC;
	font-weight: bold;
}
#content #navBarttl a:hover{
	color:#FFF8DC;
	font-weight: bold;
	text-decoration:underline;
}
#content #navBarttl2 {
	background-color:#00479D;
	margin:1em 1em 1em 1em;
	padding:0.2em 0.5em 0.1em 1em;
	background-image:url(../images/sub_ttl_bk.jpg);
	color:#FFF8DC;
	font-weight: bold;
}
#content #navBarttl2 a {
	color:#FFF8DC;
	font-weight: bold;
}
#content #navBarttl2 a:hover{
	color:#FFF8DC;
	font-weight: bold;
	text-decoration:underline;
}
.h1Subtxt {
font-size: small;
}
#content #historyhight{
line-height:1.5;
margin-top:2em;
}

/************* #section styles **************/
#content #section {
	padding: 0px 15px 5px 15px;
}
#content #section p{
margin-left:1.5em;
margin-right:1em;
}
#content #section img {
margin: 0px 10px 0px 10px
}
#content #section #chara{
border:1px dotted #000;
margin-left:40px;
padding:5px;
width: 480px;
}
#content #section #apl{
border:1px dotted #000;
margin-left:40px;
padding:5px;
width: 480px;
}
#content #section #groupimg img{ 
margin:0;
padding:0;
}
#content #section #sitemap ul{
list-style-image:url(../images/mark_sitemap.gif);
vertical-align:middle;
}
#content #section ul{
list-style-image:url(../images/mark_ul_blk.gif);
vertical-align:middle;
margin-left:3em;
margin-right:1em;
}
#content #section #map ul{
list-style-image:none;
list-style-type: disc;
margin-left:2em;
}
.liLink{
list-style-image: url(../images/list_bl.gif);
vertical-align:middle;
color:#CC0000;
}

.ulmargintbl{
margin-left:0.5em;
margin-right:0.2em;
}
.pagetop {
text-align:right;
border-top:1px dotted #ccc;
padding-top: 0.5em;
margin-top:0.5em;
}
.imgcenter{
text-align:center;
}
.box{
border:1px solid #777;
background-color:#eeeeee;
margin:5px;
padding:5px;
}
.box2{
border:1px solid #777;
background-color:#eeeeee;
margin-left:40px;
padding:5px;
width: 480px;
}
.tableexp{
border:1px solid #555;
margin-left:30px;
width: 400px;
}

.ttlexp{
color:#CC0000;
background-image:url(../images/ttlexpbk.jpg);
background-repeat:no-repeat;
border:1px solid #777;
padding-left:15px;
margin-top:1em;
margin-bottom: 1em;
}
.chui{
color:#CC0000;
background-image: url(../images/chui_bk.jpg);
background-repeat:no-repeat;
border:1px solid #777;
padding-left:40px;
margin-top:1em;
margin-bottom: 1em;
}

.txtrd{
color:#CC0000;
}
.txtor{
color:#D2691E;
}
.txtgr{
color:#339933;
}
.small{
font-size:x-small;
}
table{
margin-top:0px;
margin-bottom:10px}
/*********************************************/
.popup img {
display:block;
top:-10000px;
left:-10000px;
position:absolute;
}

.popup a:hover {
position:relative;
}

.popup a:hover img{
top:-50px;
left:220px;
}

/*********************************************/

/**************#Noseparate********************/
#content #content-inner-1 {
	float:left;
	background-color:#FFFFFF;
	width:760px;
	margin: 0px;
}

/************** #sitemap styles **************/
#sitemapleft{
float:left;
text-align:left;
width:220px;
padding-right:20px
}
#sitemapright{
float:left;
text-align:left;
width:480px;

}
#sitemapright-inner-l{
float:left;
text-align:left;
width:210px;
padding-right:20px;
}
#sitemapright-inner-r{
float:left;
text-align:left;
width:210px;
padding-right:20px

}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0px 0px;
}
#breadCrumb a:hover{
	color:#990000;
	text-decoration:underline;
}

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

#siteInfo{
	clear: both;
	border-top: 2px solid #1B5099;
	font-size: 75%;
	color: #777777;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo p {
margin:0;
padding:0;
}
/***********************************************/
/*TOP@Main Divs                               */
/***********************************************/
#mainhead{
	width:760px;
	height:50px;
	background-image:url(../images/gl_under.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
/***********************************************/
/* LOGO Divs                                 */
/***********************************************/

#logo{
	width:760px;
	height:60px;
}
#logo #eiko{
	float:left;
	text-align:left;
	width:380px;
}
#logo #nikkiso{
	float:right;
	text-align:right;
	width:380px;
}
#top{
	width:760px;
	height:25px;
}
#top #search{
	float:right;
	text-align:right;
	width:380px;
}
#topline{
	width:760px;
	height:2px;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat;
	background-position:top;
}
#underline{
	width:760px;
	height:3px;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat;
	background-position:top;
}