/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 11pt arial, lucinda, helvetica-narrow, georgia, sans-serif;
	line-height: 1.88889;
	color: #555753;
	}
/*	background: #fff no-repeat bottom right; 
	margin: 0; 
	padding: 0;*/
	
p { 
	margin-top: 0; 
	text-align: justify;
	}
h2 {
	background: url(headerstrip.png) repeat
	margin: 0px;
	padding-bottom: 90px;
	}


h3 { 
	font: 130% arial, lucinda, helvetica-narrow, georgia, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #979D90;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}
table 	{
	width:90%;
	line-height:1.0;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
	}
td 	{
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.1em;
	text-align:center;
	}
tr.odd td {
	background:#f7fbff
	}
tr.odd .column1 {
	background:#f4f9fe;
	}
.column1 {
	background:#f9fcfe;
	text-align:left;
	}
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em;
	color:#66a3d3;
	}
a bannermap {
	border: 1px solid #FFFFFF;
	}

/* dropdown java menu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial, lucinda, helvetica-narrow, georgia, sans-serif;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #6699CC;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #6699CC;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

/* side breakoutdropdown java menu */
#sdzm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sdzm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial, lucinda, helvetica-narrow, georgia, sans-serif;}

#sdzm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #6699CC;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sdzm li a:hover
{	background: #49A3FF}

#sdzm div
{	position: absolute;
	valign:top;
	left:128px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sdzm div a
	{	position: relative;

		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #6699CC;
		font: 11px arial}

	#sdzm div a:hover
	{	background: #49A3FF;
		color: #FFF}



/*MENU-SUBMENU*/
.menutitle	{
		cursor:pointer;
		margin: 2px;
		color:black;
		padding:0px;
		width: 100px;
/* for vertical menu, use display:block and no float value */
	display:block;
/* for horizontal menu, use display:inline and float:left */
/* 		display:inline; float:left; 	*/
}
.clear		{ clear:both; } 

.submenu	{
		cursor:pointer;
		margin-bottom: 0.5em; margin-left: 3px; 
		font-size: 0.8em;
		color: black;
}

a.menu {
	display: block;
	color: black;
	padding: 2px;
	width: 190px;
	margin: 2px;
	text-decoration: none;
}

/* div.menutitle:hover { background:#c8d8e8; }	/* used to highligh 1st level */

a.menu:hover {
	background:#fff; 	/* 7ca2c7; 	/* #c8d8e8; */
	color:black;
}



/* expanding java menu */
ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}




/* specific divs */
#topheader {
	background: white url(hestripe.gif) repeat-x top left;
	padding: 0 0 0 0;
	height: 330px;
	margin: 0 0 0 0;
	position: relative;
	border: none;
	}
#topheader h1 span {
	font: arial, lucinda, helvetica-narrow, georgia, sans-serif;
	color: #555753;
	}
#sidenav {
	background: white;
	float: left;
	clear: both;
	width: 130px;
	margin:0;
	font: 120% arial, lucinda, helvetica-narrow, georgia, sans-serif;
	line-height:1.9;
	color: #555753;
	border: none;
	clear: right;
	}
#main {
	background: white;
	padding 0 0 0 0;
	margin 0 0 0 0;
	width: 80%;
	font: arial, lucinda, helvetica-narrow, georgia, sans-serif;
	line-height:1.9;
	color: #555753;
	border: none;
	float:left;
	align:top;	
	}
#rightbox {
	position: relative;
	float:right;
	background: white;
	padding: 5px;
	margin: 5px;
	border-width: 1px;
	border-color: #FF0000;
	border-style: solid;
	width: 20%;
	font: arial, lucinda, helvetica-narrow, georgia, sans-serif;
	line-height:1.3;
	color: #555753;	
	}
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0;
	border: 1px solid #FF0000;
	position: relative;
	}

#intro { 
	min-width: 470px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 20px;
	border: none;
}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	clear: both;
	width: 100%;
	background: #6699CC;
	color: #FFF;
	text-align: bottom-center;
	border: none; 
	}
#footer a:link {
	text-align: center;
	background: #6699CC;
	color: #FFF;
	}
#footer a:visited {
	text-align: center;
	background: #6699CC;
	color: #FFF;
	}
#footer p {
	text-align: center;
	background: #6699CC;
	color: #FFF;
	}

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}


#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}
