@charset "utf-8";

/****************************************************/
/* based on 2col_leftNav.css                        */
/* (used originally with template 2col_leftNav.html */
/****************************************************/

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

body{
	font-family: "ＭＳ ゴシック",sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a { text-decoration: none; }
a.noline { text-decoration: none; }
a:hover.noline { color: #CC9900; }
a:link { color: #0066FF; } /* #006699 #0066CC blue */
a:visited { color: #990099; } /* #996600; */
a:active { background-color: #FFCCCC; color: #FFCC33; }
a:hover { color: #CC9900; }
a:hover.img { background-color: #FFCC99; }

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

h1, h2, h3, h4, h5, h6 {
	font-family: "ＭＳ ゴシック",sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "ＭＳ ゴシック",sans-serif;
 font-size: 120%;
 color: #0066FF; /* #334d55; */
}

h2{
 font-size: 114%;
 background-color: #C7C1F2; /* #0066FF; #758AC1; #C7C1F2; */
 color: #330066; /* #FFFFFF; */
 /* text-shadow: #999999 2px 2px 1.3px; */
 border: solid 1px #9999CC;
 padding: 5pt;
}

h3{
 font-size: 100%;
 color: #330066; /* #334d55; */
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #330066; /* #333333; */
}

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

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% "ＭＳ ゴシック",sans-serif;
 color: #334d55;
}
				
address { font-family: "Times New Roman", serif;
          font-style: normal;
          font-size: 10pt;
          /* margin: 10px 3% 10px 60px; */ }

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

#masthead{
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    /* Don't show Navigation Bar! */
	display: none;
}

#content{
    /* float:right; */
	/* width: 75%; */
	margin: 0;
	/* padding: 0 3% 0 0; */
	padding: 0 3% 0 3%;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #masthead styles **************/

#masthead ul {
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 50%;
	padding: 0px 0px 0px 10px;
	/* position: relative; */
}

#masthead ul li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	font-size: 80%; 
	list-style-type: circle;
	color: #758AC1;
}

#masthead ul li a:link, #masthead ul li a:visited {
	color: #758AC1;
}

/************** utility styles *****************/

#utility{
	font: 70% "ＭＳ ゴシック",sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #758AC1;
	text-align: right;
}

#utility a:link, #masthead a:visited {
	color: #758AC1;
}

/*************** #pageName styles **************/

#pageName{
	padding: 4px; /* 0px 0px 10px 10px; */
	margin-left: 6px;
	margin-bottom: 6px; 
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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: 2px 4px 1px 2px;
	color: #758AC1; /* #FFFFFF; */
	text-decoration: none;
}
#globalNav a:link, #globalNav a:visited {
	color: #758AC1; /* #FFFFFF; */
	text-decoration: none;
}

#globalNav a:hover {
	color: #FFF; /* #FFCC00; */
	background-color: #758AC1;
	text-decoration: none;
}

#globalNav {
	display:none
}


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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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

.feature 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: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #758AC1; /* #666666; */
	padding: 5px 10px 10px 10px;
	margin-top: -1px;
}
/* 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;
}


/************* #date styles ***************/

#date{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	line-height: 150%;
}

/*********** #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{
	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 #cccccc;
	color: #FFF; /* #FFCC00; */
	background-color: #758AC1; /* #dddddd; */
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 6px 0px;
}

#navBar .relatedLinks ul a:link, #navBar .eventmap ul a:visited {display: inline;}

/*********** #eventmap styles ***********/

#eventmap { 
    margin: 10pt 0 5pt 5pt;
    font-size: 80%;
    padding: 5px;
    border: solid 1px #9999CC;
    background-color: #C7C1F2; 
}

#eventmap h3 { 
    margin: 0px 0px 0px 0px;
    font-size: 90%;
    font-weight: bold;
    text-align: left;
    /* color: #0066FF; */
    background-color: #330066;
    color: white;
    padding: 2px;
    border: none; 
}

#eventmap h4 {
	margin: 5px 0px 5px 0px;
    font-size: 90%;
	padding-left: 2px; 
    background-color: white;
    color: #330066;
}
	 
#navBar #eventmap ul a:link, #navBar #eventmap ul a:visited {display: inline;}

#navBar #eventmap ul li {
     border-bottom: none;
	 margin-left: 10pt;
     text-indent: -10pt;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 6px 10px;
	font-size: 80%;
	/* below the eventmap */
	/* border-top: 1px solid #cccccc; */
}

#advert h3{
	padding: 10px 0px 6px 0px;
}

#advert img{
	display: block;
	margin-bottom: 2px;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#headlines h3{
	padding: 10px 0px 6px 0px;
}

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

/************** miscellaneous styles **************/

.en {
	font-family: "Times New Roman", serif;
}

span.note { 
	font-size: 70%; 
	color: #758AC1; /* #0066FF */
	font-weight: normal; 
}

span.detail { font-size: 90%; color: #000000; /* #0066FF; */ }

div.quicklinks {
	margin: 7px 0 7px 0;
    text-align: right;
    font-size: 9pt;
    font-weight: normal;
    color: #0066FF; 
}

span.over { color: #666666; }

table { font-size: 90%; }
th { background-color: #C7C1F2; /* #CCCCCC; */ color: #330066; /* #0066FF; */ text-align: center }
td { padding-left: 10px; }

div.program {
			  margin: 5pt 7% 5pt 7%;
              background-color: white; /* #B0D0FF; */
              padding: 5pt;
              border-style: double;
              border-color: #C7C1F2; /* #97C0FF; */ 
}
div.title { 
   color: #330066; 
   font-size: 90%; 
   margin-top: 3pt;
   margin-bottom: 3pt;
}
div.program li { margin-bottom: 5pt; font-size: 90%; }

ul.director li { list-style-type: square; list-style-image: url(images/button_blue.gif); line-height: 150% }
ul.staff li { list-style-type: square; list-style-image: url(images/button_gray.gif); line-height: 150% }
ul.project li { list-style-type: square; list-style-image: url(images/button_yellow.gif); line-height: 150% }

table.members { font-size: 100%; margin-top: 5pt; margin-bottom: 10pt; padding: 5pt, 5pt, 5pt, 5pt;  }
table.members td { padding: 5pt, 10pt, 3pt, 10pt;  }
table.members th { font-weight: normal; color: white; background-color: #330066; }
table.members th.name { text-align: left; color: black; background-color: white; }

div.form {
	border-style: solid; 
	border-width:1px; 
	border-color: #C7C1F2;
	padding: 5pt 5pt 5pt 5pt; 
	margin: 0pt 5pt 10pt 5pt; 
	background-color: #C7C1F2;
}

div.form th {
	background-color: #330066; color: white;
}

span.updated-red { color: yellow;
               background: red;
               vertical-align: super;
               font-weight: normal;
               font-size: 8pt; }
span.updated-yellow { color: red;
               background: yellow;
               vertical-align: super;
               font-weight: normal;
               font-size: 8pt; }
