/* Above Ground Level - Style Sheet */

body {
	margin: 0px;
}
.headerBackgroundImage {
	background-image:  url(images/header-clouds-tile.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
.headerBackground {
	background-color: #b1b5b6;
}
.navigationBackground { /* used for first level navigation */
	background-color: #dae1df;
	padding: 0px 18px;
}
.navigation2Background { /* used for second level navigation */
	background-color: #f2f4f4;
	margin: 0px 18px;
	padding: 15px 4px 0px 10px;
}
#nonliquid { /* used for second level navigation */
	margin: 0px 18px;
	padding: 18px;
	width: 694px;
}
.footer {
	background-color: #f2f4f4;
	margin: 0px 18px 0px 18px;
	padding: 0px;
}
.thumbnailContainer { /* controls the 'liquid layout' of the thumbnail boxes */
	margin: 0px 20px 20px 0px;
	float: left;
	border: 1px solid #e3e8e7;
	border-width: 1px 0px 1px 1px;
}
.thumbnailContainer #image {
	padding: 10px 0px 10px 10px;
}
.thumbnailContainer#home { /* used only on the homepage to control the different display of the thumbnail images */
	border: none;
	background-color: #DAE1DF;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	clear: right;
	float: none;
	width: 314px;
}
.thumbnailContainer#home table {
	background-color: #FFFFFF;
}
.enlargementContainer { /* controls the 'liquid layout' of the thumbnail boxes */
	margin: 0px 20px 20px 0px;
	float: left;
	border: 1px solid #e3e8e7;
	padding: 10px;
}
.imageArea { /* controls the area that images display in (thumbnails and enlargements) */
	padding: 36px 18px 16px 18px;
}
.mediumType {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 17px;
	color: #666666;
}
.smallType {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 13px;
	color: #999999;
}
.enlargementNavSpacing {
	padding: 0px 18px 2px 0px;
}
.enlargementNavSpacing_prints1 {
	padding: 0px 18px 2px 385px;
}
.enlargementNavSpacing_prints2 {
	padding: 0px 18px 2px 145px;
}
a {
	color: #FF0000;
}