@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#content {
	height: 100%;
	margin-left: 35px;
	background-color: #FFFFFF;
	margin-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}

img {
	border-style: none;
}

#header {
	height: 85px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 20px;
}

#exocetLink {
	position: absolute;
	top: 53px;
	right: 20px;
}
#ACELink {
	position: absolute;
	top: 38px;
	right: 100px;
}


#main {
	width: 100%;
	height: 100%;
	position: relative;
}

#main a {
	text-decoration: none;
	color: #999999;
}

#main a:hover {
	text-decoration: none;
	color: #333333;
}

#navigation {
	background-color: #FFFFFF;
	width: 100px;
	margin-right: 25px;
	margin-bottom: 40px;
	font-size: 10px;
	position: absolute;
	top: 25px;
}

#navList {
	text-decoration: none;
	list-style-type: none;
}

#navList   a {
	text-decoration: none;
	color: #999999;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 15px;
	padding-bottom: 5px;
}

#navList a:hover {
	text-decoration: none;
	color: #000000;
}

#navList .active {
	color: #333333;
}

#navArchive li {
	list-style-type: none;
	display: block;
	padding-left: 10px;
}

#textColumn01 {
	width: 270px;
	display: block;
	margin-bottom: 40px;
	position: absolute;
	left: 125px;
	top: 25px;
}

#textColumn01 h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 20px;
}

#textColumn01 h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 20px;
}

#textColumn01 p {
	padding-top: 10px;
}

#textColumn01 .pNoPadding {
	padding-top: 0px;
}

#imagesColumn01 {
	height: auto;
	position: absolute;
	left: 420px;
	top: 25px;
}

#imagesColumn01  h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

#imagesColumn01 h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #666666;
	font-style: normal;
	padding-top: 0px;
}

#imagesColumn01 p {
	width: 310px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom: 20px;
}

.galleryImage {
	height: 290px;
	width: 370px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

.galleryImage a {
	float: left;
}

.galleryImage a:hover {
	cursor: pointer;
}

.galleryImage img {
	float: left;
}

.galleryImage  a span {
	display: none;
}

.galleryImage a:hover span {
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	display: block;
	opacity: 0.75;
	position: absolute;
	width: 370px;
	background-color: #333333;
	padding: 10px;
	bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
