html, body {
	margin: 0;
	border: none;
}
html {
	background: #eef1f6;
	min-width: 994px;
}
body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	left: 50%;
	width: 994px;
	position: absolute;
	margin-left: -497px;
	border: none;
	font-size: 12px;
	margin-top: 8px;
}
a {
	text-decoration: none;
	color: #f28c1d;
}
a:hover {
	text-decoration: underline;
}
#banner {
	float: left;
	width: 974px;
	height: 70px;
	background: #000 url('images/banner.png') !important;
	color: #fff;
	font-size: 9px;
	text-align: right;
	padding-right: 20px;
	padding-top: 14px;
	cursor: pointer;
}
#banner img {
	border: none;
}
#contentcontainer {
	width: 986px;
	border: none;
	border-left: #000 4px solid;
	border-right: #000 4px solid;
}
#menu {
	float: left;
	background: #1a2447;
	width: 986px;
	height: 25px;
	text-align: left;
	font-size: 10px;
	color: #fff;
}
#menu #nav, #menu #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#menu #nav a {
	display: block;
	width: 95px;
	text-decoration: none;
	color: #000;
	line-height: 18px;
}
#menu #nav li { /* all list items */
	float: left;
	text-align: center;
	width: 95px; /* width needed or else Opera goes nuts */
	padding-top: 3px;
	padding-bottom: 2px;
	height: 19px;
	cursor: pointer;
	
}
#menu #nav li a {
	color: #fff;
}
#menu #nav li ul { /* second-level lists */
	position: absolute;
	width: 145px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
	background: #1a2447;
	z-index: 500;
}
#menu #nav li ul li {
	padding: 0;
	height: auto;
	border: none;
	width: 145px;
}
#menu #nav li ul li a {
	text-align: left;
	color: #fff;
	width: 140px;
	display: block;
	border: none;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #1a2447;
}
#menu #nav li ul li a:hover {
	background: #90a2bb;
	color: #fff;
}
#menu #nav li:hover ul, #menu #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	background: #fff;
	text-align: justify;
	padding: 5px;
	font-size: 12px;
}
#additionalContent {
	float: right;
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #fff url('images/borderBg.png') repeat-y 0px 0px;
	padding-left: 10px;
	width: 200px;
}
#additionalContent .teaser {
	margin-bottom: 10px;
}
#additionalContent .teaser .heading {
	border-top: #f28c1d 1px solid;
	border-bottom: #f28c1d 1px solid;
	border-left: #f28c1d 1px solid;
	height: 19px;
	line-height: 19px;
	font-size: 10px;
}
#additionalContent .teaser .heading img {
	height: 19px;
	width: 20px;
	float: left;
	margin-right: 5px;
}
#additionalContent .teaser .content {
	padding-top: 5px;
	font-size: 9px;
}
#footer {
	background: #eef1f6 url('images/footer.png') no-repeat 0px 0px;
	color: #666;
	width: 994px;
	height: 30px;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
}
#poweredby {
	display: block;
	position: absolute;
	left: 0px;
	bottom: -17px;
	color: #999;
	font-size: 10px;
}
#poweredby img {
	border: none;
}
#imageMedium {
	width: 402px;
	height:302px;
	margin-top:4px;
	float:left;
	padding: 0 4px 4px 0;
	background: #fff url('images/mediumShadow.png') top left no-repeat;
	font-size: 9px;
	color: #999;
	text-align: center;
}
#imageMedium img {
	border: 1px solid #ccc;
	border-color: #efefef #ccc #ccc #efefef;
	width: 400px;
	height: 300px;
	margin-bottom: 6px;
	cursor: pointer;
}
#thumbContainer {
	width: 276px;
	height: 330px;
	float:left;
	margin-top:0px;
	margin-left:0px;
	overflow: hidden;
	position: relative;
}
#thumbContainer div {
	position: relative;
	width: 1024px;
	height: 330px;
	left: 0px;
	top: 0px;
}
#thumbContainer div div {
	width: 138px;
	height: 330px;
	float: left;
	overflow: hidden;
}
#thumbContainer div div div {
	width: 130px;
	height: 98px;
	padding: 0 4px 4px 0;
	background: #fff url('images/thumbShadow.png') bottom right no-repeat;
	float: left;
	margin: 4px;
	margin-left: 3px;
}
#thumbContainer div div div img {
	border: 1px solid #ccc;
	border-color: #efefef #ccc #ccc #efefef;
	width: 128px;
	height: 96px;
	cursor: pointer;
}
a.galleryButton {
	display: block;
	width: 15px;
	height: 15px;
	padding-top: 150px;
	padding-bottom: 150px;
	float:left;
	border: #f28c1d 1px solid;
	text-align: center;
	margin-top: 5px;
	text-decoration: none;
	margin-left: 2px;
 	outline: none;
}
a:hover.galleryButton {
	background: #f28c1d;
	color: #fff;
	text-decoration: none;
	outline: none;
}
#imageOverlay {
	position: absolute;
	visibility: hidden;
	z-index: 51;
	left: 50%;
	top: 0px;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	border: #ccc 2px solid;
}
#imageOverlay img {
	cursor: pointer;
}
#overlay {
	position: absolute;
	left: 50%;
	width: 994px;
	position: absolute;
	margin-left: -497px;
	top: 0px;
	background: #eef1f6;
	visibility: hidden;
	z-index: 50;
}

div.searchResult {
	
}
div.searchResult div.heading {
}
div.searchResult div a {
	display: block;
	font-weight: bold;
	float: left;
	padding-right: 20px;
}
div.searchResult div div {
	color: #666;
	float: left;
}
div.searchResult div.preview {
	background: #fff url('images/horzDots.gif') repeat-x 0px 0px;
	color: #333;
	margin-bottom: 15px;
	padding-left: 5px;
}