/* Added for Mozilla - still need to look at the black background problem though */
iframe
{
	border:0
}

/* General styles */
body, p, td, ul, blockquote
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 18px; 
	color: #333333;
	background-color: #ffffff;
}
body
{		
	scrollbar-3dlight-color:#E4E8EB;
	scrollbar-arrow-color:#777777;
	scrollbar-darkshadow-color:#BFCBCF;
	scrollbar-face-color:#EFEFEF;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#EFEFEF;
	scrollbar-track-color:#EAEAEA;
	margin-left: 20px;
}
h1
{
    font-size: 20px; 
    font-weight: normal; 
	color: #999999;
}

h2
{
    font-size: 18px; 
    font-weight: normal; 
	color: #999999;
}

h3
{
    font-size: 14px; 
    font-weight: normal; 
	color: #999999;
}

a:link
{
    color: #003399; 
    text-decoration: none; 
}
a:visited
{
    color: #003399;
    text-decoration: none; 
}
a:hover
{
    color: #FF3366;
    text-decoration: underline; 
}
a:active
{
    color: #FF3366;
    text-decoration: underline; 
}
img
{
	border-style: none;
}

/* Main sections */
div.mainColumn
{
	margin: 10 10 10 10;
}

h1.pageHeader
{
	margin: 20 0 20 0;
	text-align: left;
}

/* Title Bar */
h1.mainHeader
{
	float: left;
	padding-bottom: 10px;
	font-size: 24px;
}

ul.navigation, ul.collectionList
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.navigation li, ul.collectionList li
{
	float: left;
	margin: 0 10 10 10;
	font-size: 12px;
}

/* Gallery styles */
h1.collectionHeader
{
	margin: 20 0 20 0;
	text-align: left;
}

iframe.collectionFrame
{
	width: 90%;
	height: 200px;
	border-style: none;
}

table.thumbnailsTable, table.galleryToolbar
{
	margin: 0px;	
}

tr.thumbnailsRow
{
	vertical-align: top;
}

td.thumbnailCell
{
	padding: 15 30 15 0; 
	text-align: left;
}
table.galleryToolbar td.thumbnailCell
{
	width: 96;
}
.thumbnailTitle
{
	display: none;
}

/* Individual image styles */
.imageContainer, .imageNavigation
{
	margin: 50 10 10 10;
}
.imageContainer
{
	float: left;
}
.imageNavigation
{
	text-align: right;
	float: right;
	margin-right: 5px;
	position: relative;
	height: 300px;
}
h1.imageTitle
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.imageNavigationLinks
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}
.imageDescription
{
	width: 220px;
}
/* Assorted other page styles */
table.CV tr
{
	vertical-align: top;
}
td.CVSectionTitle
{
	vertical-align: top;
	font-size: 14px;
	padding-top: 15px;
}

ul.relatedSites
{
	text-align: left;
}

.relatedInformation
{
	width: 70%;
	text-align: left;
}

.statementText
{
	width: 70%;
	text-align: left;
}
ul.relatedSites
{
	 list-style-type: none;
	 margin: 0;
}

/* Shows */
div.showDetails
{
    margin: 10px 20px 30px 20px;
}
