/* CSS Document */
body { 
	font-family:verdana, Arial;
	font-size:12px;
	color:#4d4d4d;
	line-height:19px;
	z-index:0;
}

p {
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

li {
	list-style-type:disc;
}

.heading {
	font-family:Georgia;
	font-size:27px;
	line-height:24px;
}

.subhead {
	font-family:verdana, arial;
	font-size:17px;
	color:#d06f1a;
}

.sidebar { 
	background-color:#d06f1a; 
	line-height:18px;
	color:#ffffff;
	letter-spacing:1px;
	padding:15px;
}

a {
	color:#d06f1a;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

.content {
	padding-left:35px; padding-right:35px; position:relative;
}

.storyLinks {
	font-weight:bold;
	text-transform:none;
}
a.storyLinks {
	color:#4d4d4d;
}

.emph {
	font-weight:bold;
	color:#645220;
}

/*layer styles */
#divAudioInstructions { background-color:#FFFFCC; font-size:8px; font-family:Arial; position:absolute; z-index:105; left:20px; top:-3px; }

#articles {
	position:absolute;
	z-index:100;
	background-color:#333333;
	color:#f4f4f4;
	padding:10px;
	margin:35px 0px 0px 25px;
	display:none;
}

#videos {
	position:absolute;
	z-index:100;
	background-color:#333333;
	color:#f4f4f4;
	padding:10px;
	margin:0px 0px 0px 5px;
	display:none;
	width:150px;
}

#divPhotoMain {
	background-color:#e9e9e9;
	text-align:center;
	top:70px;
	height:420px;
	left:470px; 
	width:420px;
	border-color:#000000;
	border-style:solid;
	border-width:2px 2px 0px 2px;
	position:absolute;
	z-index:101;
	display:none;
}
#tblPhotoMain {width:420px; height:420px;}

#divPhotoThumb {
	background-color:#e9e9e9;
	text-align:center;
	top:490px;
	height:110px;
	left:470px; 
	width:420px;
	border-color:#000000;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	overflow:auto;
	position:absolute;
	z-index:102;
	display:none;
}
.colPhotoThumb {height:100px;  padding-right:15px; padding-left:15px;}

#divPhotoClose {position:absolute; z-index:200; top:-2px; left:408px; }
#divArticleClose {text-align:right; margin-right:-5px; margin-top:-5px; line-height:8px; }

