/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-size:90%;
	color: #333333;
	line-height:160%;	
	margin: 0px;
	padding: 0px;
}

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:;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:;
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 130%;
 color: #006699;
}
.style2 {
	font-size: 130%;
	color:#334d55;
	background-color:#FFD966;
	margin: 50px 300px 0 50px;
	padding: 5px 5px 5px 20px;
}

.style3 {color: #FF0000}

h3{
 font-size: 114%;
 color: #333333;
 border-left:#FFCC00 16px outset;
 padding-left:10px;
 
}

h4{
 font-size: 110%;

}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0 ;
	padding: 0px;
	background-color: #FFEFBF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: normal;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

/************* #midashi styles *************/

#midashi{
background-image:url(../zassets/gif/komidashi_haikei.gif);
background-repeat:repeat;
	padding: 0px 0px 10px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 30px 0px 5px 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.storymidashi{
	border-left:#FFDA46 5px double;
	padding-left:10px;
	font-weight:bold;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}

/*********** #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 ***********/

#sectionLinks{
	position:relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFFCC;
	background-color:
	#FFD966;
	padding: 2px 0px 2px 10px;
}

#sectionLinks #current {
	background-color:#FFCC33;
	font-size: 120%;
	font-weight:bold;
	}
	





/*- Menu Tabs 1--------------------------- */


    #tabs1 {
      float:left;
      width:100%;
          background:#F4F7FB;
      font-size:93%;
      line-height:normal;
          border-bottom:5px solid #D2E9FF;
      }
    #tabs1 ul {
          margin:0;
          padding: 10px 10px 0px 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../zassets/gif/tab_left1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../zassets/gif/tab_right1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
	
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
	background:url("../zassets/gif/tab_left11.gif") no-repeat left top;
      }
    #tabs1 a:hover span {
	  background:url("../zassets/gif/tab_right11.gif") no-repeat right top;
      }

      #tabs1 #current a {
              background-position:0% -42px;
			  background-color:#D2E9FF;

      }
      #tabs1 #current a span {
              background-position:100% -42px;
			  color:#334d55;
			  font-weight:bold;
			  font-size: 100%;
      }
