* {
	padding:0px;
	margin:0px;
}
body, html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#efeff9;
	color:#9191c1;
	position:relative;
}
html {
	height:100%;
}
body {
	min-height:100%;
}
img {
	border:0px none;
}
fieldset {
	border:0px none;
}
ul, ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
}
a:link,
a:visited {
	color:#9191c1;
	text-decoration:underline;
}
a:hover {
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}

/* Website */
#website {
	overflow:hidden;
	width:902px;
	margin:0px auto;
	background:url('/images/website.png') repeat-y;
	padding:0px 8px;
}
#website-bottom {
	background:url('/images/website-b.png') no-repeat;
	height:12px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	width:918px;
	margin:0px auto;
}

h3 {
	color:#9191c1;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}
h4 {
	color:#9191c1;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

/* Top */
#top {
	position:relative;
	height:93px;
	border-top:10px solid #9191c1;
	z-index:30;
}
#top h1 {
	position:absolute;
	left:10px;
	top:5px;
}

/* Menu */
#menu {
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:30;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li {
	float:left;
	border-left:2px solid #c5c5e9;
	padding:2px 10px;
	position:relative;
}
#menu li:first-child,
#menu li.first {
	border-left:0px none;
	border-top:0px none;
}
#menu li a:link,
#menu li a:visited {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
		color:#9191c1;
	text-decoration:none;
}
#menu li a:hover {
	color:#aaaad4;
}
/* Menu : submenu */
#menu ul {
	position:absolute;
	left:-9999px;
	top:100%;
	border:1px solid #9191c1;
	background:#fff;
	width:150px;
	padding:0px 5px;
	z-index:30;
}
#menu ul li {
	border:0px none;
	vertical-align:bottom;
	border-top:1px solid #9191c1;
	float:none;
	display:block;
	padding:5px 5px;
}

/* Slideshow */
#slideshow {
	position:relative;
}
#slideshow img {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
#slideshow img.first {
	z-index:2;
}

/* Header */
#header {
	height:170px;
	position:relative;
	margin-bottom:10px;
}
#header .overlay {
	position:absolute;
	left:0px;
	top:0px;
	height:170px;
	width:260px;
	background:url('/images/opacity.png') repeat;
	z-index:25;
}

/* Content */
#content {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
#content .background {
	position:absolute;
	width:244px;
	background:#9191c1;
	height:9999px;
	right:10px;
	top:0px;
}

/* Content left */
#content-left {
	float:left;
	width:620px;
	padding-left:15px;
	position:relative;
}
#content-left h4 + p {
	padding-top:0px;
}
#content-left p {
	line-height:17px;
}

/* Content right */
#content-right {
	float:left;
	position:relative;
	width:230px;
	color:#fff;
	padding:5px 0px 10px 20px;
}
#content-right h3 {
	color:#fff;
}
#content-right h4 {
font-size: 12px;
	color:#fff;
}
#content-right a:link,
#content-right a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#content-right a:hover {
	text-decoration:underline;
}

/* News list */
#news-list ul {
	padding:6px 0px;
}
#news-list li {
	vertical-align:bottom;
}
#news-list a.more:link,
#news-list a.more:visited {
	font-weight:bold;
}

/* Building */
#building ul {
	padding:6px 0px;
}
#building ul h4 {
	font-weight:normal;
}
#building ul ul {
	padding:5px 0px 10px 0px;
}
#building ul ul li {
	float:left;
	padding-right:3px;
}

/* Footer */
#footer {
	width:918px;
	margin:0px auto;
	text-align:center;
	font-size:10px;
	color: #9191c1;
	font-weight:bold;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #9191c1; }

#input-field {
font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
		color:#9191c1;
		padding: 4px;
		width: 250px;
}
