/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(img/logonatsu.jpg)
}
div#asahiyamazoo{
	width:850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 130%;
 color: #006699;
}

h3{
 font-size: 120%;
 color: #333333;
}

h4{
 font-size: 100%;
 color: #334d55;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	background-image: url(img/monkey2007w002_toppage.jpg);
	background-position: 345px 370px;
	background-repeat: no-repeat;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/*************** #pageName styles **************/
#blogdescription{
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding-right: 10px;/* 10px 0px 10px;*/
white-space: nowrap;
float: right;
	background-color: #eeeeee;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

img.feature_500{
	clear: both;
	width: 100%;
	padding: 0px 70px 0px 70px;
	margin: 0 5px 5px 5px;
}
img.feature_640{
	clear: both;
	width: 640px;
	padding: 0px 80px 0px 80px;
	margin: 10px 0px 20px 0px;
}
p.feature_500{
	clear: both;
}
p.a_center{
	text-align: center;
	clear: both;
  padding: 5px 10px 5px 10px;
}
p.a_right{
	text-align: right;
  padding: 0px 10px 10px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 30px 0px 0px 10px;
	font-size: 80%;
}
.story h3{
  background-image: url(img/list_b.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px 0px 0px 20px;
}
.story h4{
  background-image: url(img/aicon_113.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px 0px 0px 15px;
}
.story p{
  padding: 0px 0px 10px 0px;
}

img.f_left{
  float: left;
  padding: 10px;
}
img.f_right{
  float: right;
  padding: 0px 10px 10px 10px;
}
/************* #topagetop styles ***************/
#topagetop{
	margin: 10px 20px;
	border-top: #999999 solid 1px;
	padding: 0px;
}
#topagetop img{
	padding: 10px 0px 10px 480px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: right;
}
/* 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks1,#sectionLinks2,#sectionLinks3,#sectionLinks4,#sectionLinks5{/*
	position: relative;*/
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	float: left;
	width: 200px;
}
#sectionLinks1 h3,#sectionLinks2 h3,#sectionLinks3 h3,#sectionLinks4 h3,#sectionLinks5 h3{
color: #FF9966;
font-size: 140%;
}

#sectionLinks1 h3,#sectionLinks2 h3,#sectionLinks3 h3,#sectionLinks4 h3,#sectionLinks5 h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks1 p,#sectionLinks2 p,#sectionLinks3 p,#sectionLinks4 p,#sectionLinks5 p{
	padding: 0px 10px 0px 30px;
}

#sectionLinks1 a:link,#sectionLinks2 a:link,#sectionLinks3 a:link,#sectionLinks4 a:link,#sectionLinks5 a:link{
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #cccccc;
	width: 145px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks1 a:visited,#sectionLinks2 a:visited,#sectionLinks3 a:visited,#sectionLinks4 a:visited,#sectionLinks5 a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 5px;
}

#sectionLinks1 a:hover,#sectionLinks2 a:hover,#sectionLinks3 a:hover,#sectionLinks4 a:hover,#sectionLinks5 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 5px;
}


/*********** .relatedLinks styles ***********/

div.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	clear: both;
}
	
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #FF9966;
	font-size: 140%;
}
}

.relatedLinks li{/*
	float: left;
	border-right: #666666 solid 1px;*/
	padding: 0px 5px;
	margin: 2px 0px;
}
/************** #advert styles **************/

#advert{
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	clear: both;
	text-align: right;
}

#advert img{
	display: block;
	padding-left: 700px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	clear: both;
	border-top:  1px solid #ccc;
	
}
#headlines img{
float: left;
padding: 0px 10px;
}
#headlines p{
	padding: 5px 5px 5px 5px;
	float: left;
}

/************** .sitemap styles **************/

dl.sitemap {
	border: #3300CC solid 1px;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 4px;
	}
.sitemap dt{
	background-color:#3300CC;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px;
	margin: 0px;
	}
.sitemap dd{
	padding: 3px 5px 2px 10px;
	margin: 0px;
	}