/* ::::::::::::::::::::	
	 BROWSER CONTROL	
::::::::::::::::::::::: */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a img {
	border: none;
}

/* :::::::::::::::::::::::::::
		HIDES FOR JS PAGE LOAD
:::::::::::::::::::::::::::::: */
#smugmugPopup, #liberiaSlideshow, #overviewStartLink, #footer {
	display: none;
}

#prevButton,#pauseButton,#nextButton, #smugmugLink {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter:alpha(opacity=0);
}

/* ::::::::::::::
		CONTENT	
:::::::::::::::::*/
.printOnly {
	display: none;
}

body {
	background: url(../bg/bluegrad.jpg) 0% 0% repeat-x;
}

#slideshowContainer {
	display: block;
	margin: 25px auto 10px auto;
	width: 1000px;
	height: 760px;
}	

#slideshowBorder {
	border: 1px solid #000;
	display: block;
	position:absolute;
	z-index:100;
	width:802px;
	height:554px;
	margin:165px 0 0 96px;
}

#liberiaSlideshow {
	position:absolute;
	z-index:0;
	width:804px;
	height:557px;
	margin:165px 0 0 96px;
	background: white;
}

#slideshowControlButtons {
	position: absolute;
	display: block;
	width: 330px;
	height: 40px;
	top: 690px;
	padding: 25px 0 0 9px;
	margin-left: 340px;
	z-index: 200;
}

#prevButton, #playButton, #pauseButton, #nextButton, #replayButton {
	font: 21px Arial, sans-serif;
	letter-spacing: .05em;
	color: #f93;
	margin-right: 25px;
	text-decoration: none;
}

#playButton {
	color: #39c;
}

#slideshowControlButtons span:hover, #slideshowControlButtons a:hover {
	cursor: pointer;
}

#container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 900px;
	border: 1px solid #000;
	background-color: #fff;
}

p {	
	font: 14px/135% Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin: 5px 15px;
	text-align:justify;
}

.drawingBoxLeft p {
	text-align: left;
	margin: 10px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #666;
}

.drawingBoxRight p {
	text-align: left;
	margin: 10px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #666;
}


/* ***** Drawings column headings ***** */

h1 {
	margin-bottom: 10px;
}


/* ***** Captions ***** */
h2 {
	text-align: center;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin-top: 10px;
	font-weight: bold;
	}

/* ***** Smaller Captions ***** */
h3 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin-top: 2px;
	text-align: center;
	font-size: .7em;
}

/* ***** Date Headings ***** */	
h4 {
	margin-left: 10px;
}

#techNote p{
	font: 12px;
	font-weight: bold;
	color:#CC0033;
}

a {
	text-decoration:underline;
	color: #096;
}

a:hover {
	color: #c66;
	text-decoration: overline;
}
	
a.text {
	margin: auto 600px;
	color: #096;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style:solid;
}

.insetHoriz {
	float:left;
	width:205px;
	height: 157px;
	margin:0px 0 10px 5px;
}


.insetHoriz img {
	display:block;
}

.insetVert {
	width: 148px;
	height: 212px;
	margin-left: 10px;
}

.insertVert img {
    float: left;
	width: 148px;
	height: 212px;
}

.caption {
	display:inline;
	font: bold 11px/50% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width: 180px;
	text-indent: 0;
}

.photoCredit {
	font: 9px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#bottomNav {
	margin: 0 30px 0 650px;
}

#footer {
	margin:0 0 5px 10px;
	font-size: 13px;
}

#CurrentPage {
	color: #ccc;
	font-size: 1.4em;
}

#tabs #CurrentPage {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 5px 0 3px;
	color: #633;
}

/* :::::::::::::::::
		POSITIONING	
::::::::::::::::::::*/
.downTwenty {
	margin-top:20px;
}

.downThirty {
	margin-top: 30px;
	height:1px;
}

.downForty {
	margin-top: 40px;
}

.downSixty {
	margin-top: 60px;
}

.downOneHundred {
	margin-top: 100px;
}

.justify {
	text-align:justify;
}

.center {
	display:inline;
	margin-left:100px;
}

.right {
	position: relative;
	float:right;
	margin-left: 10px;
}
.left {
	position: relative;
	float: left;
	width: 200px;
	height: 133px;
	margin-right: 10px;
}

.leftVert {
	position: relative;
	float: left;
	width: 133px;
	height: 188px;
}

.right  {
	position: relative;
	float: right;
	width: 133px;
	height: 250px;
}

.bottom {
	padding: 5px 0 0 0;
	clear:both;
}

.drawingBoxLeft {
	float: left;
	margin: 0 0 25px 70px;
	display: inline;
	width: 400px;
	height: 300px;
}

.drawingBoxRight {
	float: right;
	margin: 0 0 20px 0;
	width: 400px;
}

/* ::::::::::::::::
		BANNER	
:::::::::::::::::::*/
#obwOverviewBanner {
	margin: 0;
	height: 100px;
	border-bottom: 1px solid #000;
	background-image: url(../bg/banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	font-style: normal;
	z-index:0;
}

	
#obwInterviewsBanner {
	margin: 0;
	height: 100px;
	border-bottom: 1px solid #000;
	background-image: url(../bg/banner2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	font-style: normal;
}

#obwOverviewBannerBordered {
	margin: 0;
	height: 100px;
	background-image: url(../bg/bannerBordered.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}
		
/* ::::::::::::::
		NAVBAR	
:::::::::::::::::*/	
.NavTitle {
	color: #096;
	font-style: italic;
}

ul {
	float: right;
}

.navbar {
	height: 40px;
	width: 100%;
}

.navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	white-space: nowrap;
}
	
.navbar li {
	list-style-type:none;
	display:inline;
}

.navbar li a{
	text-decoration:underline;
	padding: 7px 8px;
	color: #096;
}

.navbar li a:hover {
	color: #c66;
	text-decoration: overline;
}

#tabs li a:hover {
	color: #900;
}

ul#tabs {
	padding: 25px 0 0 0;
	margin-bottom: 20px;
	border-bottom: 1pt solid #666;
}

ul#tabs li {
	display: inline;
	float: left;
}

ul#tabs a {
	display: block;
	border: 1px solid #999;
	border-bottom: none;
	padding: 4px 8px;
	background-color: #ccc;
	text-decoration: none;
	color: #366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ::::::::::::	
		POPUPS
:::::::::::::::*/

#hoverpopup {
	visibility: hidden;
	display: inline;
	position: relative;
	top: 32px;
	left: 690px;
}