/* CSS Document */
#sectionList {
	padding:1px;
	margin-bottom: 1em;

	
}

 #sectionList ul{

 	text-align: center;
 	margin: 0 auto;
	 width: 630px;
	border: 1px solid #80714b;
	display:block;
	list-style-type:none;
	/*height: 76px;*/
	padding:0 0 1px 1px;
	overflow:auto;
	
}

 #sectionList ul, x:-moz-any-link {width: 631px;overflow:hidden;}
 #sectionList ul, x:-moz-any-link, x:default {}

 #sectionList ul a, #sectionList ul .current{
	text-align:center;
	list-style-type: none;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display:block;
	height: 1.5em;
		
	background-color:#bb873b;
	background: #bb873b url(/images/backgrounds/timelinebuttonground.jpg) no-repeat -40px -15px;
	margin: 1px 1px 0 0;
	padding: 1em .2em .5em .2em;
	line-height: 1em;
	width: 121px;
	
	/*  ADJ */
	text-shadow: 4px 2px 3px #7a663d;
	font-size: 1.3em;
	padding: .5em .2em 0 .2em;
	font-weight: normal;
	text-transform:uppercase;
}

#sectionList ul a, #sectionList ul .current, x:-moz-any-link {font-size: 1.2em;width: 120px;height: 1.55em;padding: .7em .2em 0 .2em;}
#sectionList ul a, #sectionList ul .current, x:-moz-any-link, x:default {}

 #sectionList ul a:hover {
 	color: #666633;
	color: #2f2b06;
	background-position: -220px;
	/*background-color: #cccc99;*/
 }

#sectionList ul .current{
	background-color:#000;
	color: #cccc99;
	background-image:none;
	text-shadow: 4px 2px 3px #000;
}

#sectionList ul li {
	display:inline;
	float: left;
	width:auto;
	list-style:none;
	
	margin: 0;
	padding:0;
}



#sectionList ul li, #datesList ul li {
	background-image:none;
}


#datesList	{
	background-color:#fff;
	clear: both;
	float:left;
	margin: 0 0 0 0;
	padding: 0;
}
	
#datesList ul	{
	border: 1px solid #80714b;
	display:block;
	list-style-type:none;
	padding:1px;
	margin:0;
	
	
}

#datesList ul a, #datesList ul a.selected {
	text-transform:uppercase;
	text-align:center;
	list-style-type: none;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	font-size: .9em;
	color: #CCA635;
	text-decoration: none;
	display:block;
	height: 1.5em;
	background-color:#1b0b04;
	margin: 1px;
	padding: 1em .2em .5em .2em;
	line-height: 1em;
	width: 80px;
	
}
#datesList ul a:hover {
	color: #fff;
}

#datesList ul a.selected {
	color: #000;
	background-color: #cccc99;
}

#datesList ul li {
	display:inline;
	width:auto;
	list-style:none;
	
	margin: 0;
	padding:0;
}

#dates {
	margin: 0 0 0 0;
	border: 1px solid ##edecdd;
	padding: 1em .3em 1em .3em;
	background-color:#edecdd;

}

#dates div {
	position:relative;
	border: 1px solid #edecdd;
	margin-bottom: .3em;
	padding: 1em .5em .5em .5em;
	
	margin-left: 92px;
	margin-right: 2px;
}

#dates .currentDate {
border: 1px solid #80714b;
background-color:#fff;
}

#mainContent #dates hr {
	height:1px;
	padding:0 0  0; margin:0;
	color:#edecdd;
	background-color:#edecdd;
	
}

#dates h3 {
	color: #80714b;
	margin-top: 0;

}

.content-pge3 #mainContent .story h3 {
	color: #80714b;
	font-size: 1.5em;
	margin-bottom: .4em;
	margin-left: 0;
}

#dates div h3 {
	color: #80714b;
	margin-top: 0;
	margin-bottom: .3em;
	
}

#mainContent .story #dates div h3 {
 	font-size: 1.2em;
	margin-left: 0;
}

#dates h4 {
	font-size: .9em;
	font-weight:normal;
	
	margin-top: .8em;
	margin-bottom: .8em;
 
}

#dates p {
 	font-size: .8em;
	margin-top: 0;
 
}

#dates p strong {
	font-weight: 600;
 	color:#666;
	font-style:italic;
	font-size: em;
	 
}


#mainContent #dates blockquote {
	margin:  0;
	padding: 0 3em .1em 3em;
	background: url(../images/blockquote_bgtoptr.gif) no-repeat left top;
	
}

#dates blockquote p.cite, #dates p.cite {
	font-size: .7em;
}

#dates blockquote p em, #dates blockquote p.cite{
	font-style:normal;
}

#mainContent #dates blockquote.image {
	margin-left:160px;
}


#dates blockquote p.cite em{
	font-style:italic;
}

#dates p.top  {
	position: absolute;
	right: 5px;
	top:1.4em;
	
	text-align:right;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #BAAE76;
	text-shadow: -5px 3px 3px #CCC;
	text-transform: uppercase;

}
#dates p.top a {
	text-decoration: none;
	padding-left: 15px;
	color: #BAAE76;
	background: url(../images/greenarrow_pagetoptr.gif) no-repeat left center;
}
#dates p.top a:hover, #dates p.top a:focus { color:#80714B; }

dl.floatleft, dl.floatright {
	width:150px;
}


#mainContent #dates div.image:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


