﻿html { overflow-y: scroll; }
body { background-color: White; font-family: Arial, Helvetica, Sans-Serif; background-image: url(../img/background-all.gif); background-position: center top; padding: 0px; margin: 0px; }

h3 { font-size: 11px; margin: 0px; margin-bottom: 5px; }
p { margin-top: 0px; font-size: 11px; }
a { color: #5b0; text-decoration: none; }
a:hover { text-decoration: underline; }


#PictureBox { width: 646px; height: 540px; overflow-x: auto; position: relative; }
#PictureBox * { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#PictureBox table { border-collapse: collapse; border-spacing: 0px; border: none; }
#PictureBox td { padding-right: 80px; vertical-align: bottom; }
#gradient { background: url(../img/gradient.png) repeat-y top left; position: absolute; top: 0px; left: 640px; width: 6px; z-index: 10; }

span.verdana {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

div.container2 {
	width: 1050px;
	margin: auto;
	padding-top: 20px;	
}

div.container {
	width: 882px;
	margin: auto;
	padding-top: 21px;
}

div.menucontainer {
	width: 882px;
	margin: auto;	
	border-bottom: solid 1px #4f4f4f;
	height: 68px;
}

div.menuitemlist {
	padding-left: 234px;
	padding-top: 33px;
}

.image-grid {
	width: 188px;
	height: 259px;
	overflow: visible;
	display: none;
}

.image-grid img {
	-ms-interpolation-mode: bicubic;
	cursor: pointer;
	position: absolute;
}

.image-grid img.selected {
	border: solid 2px #66cc00;
}

div.picturegroup {
	float: right;
	width: 646px;
}

div.caption { padding-top: 1px; font-size: 12px; }
div.caption .CaptionSpan { color: Black; font-weight: bold; padding-right: 5px; }
div.caption .SubCaptionSpan { color: #808080; }

div#ImageList {
	padding-top: 4px;
	font-size: 13px;
	color: #4f4f4f;
}

div#ImageList a {
	text-decoration: none;
	color: #4f4f4f;
	
}

div#ImageList a.active {
	color: #66cc00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

div#GroupHtml {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 11px;
	color: #4f4f4f;
}

div.html h1, div#GroupHTML h1 {
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom : 8px;
}

div.html h2, div#GroupHTML h2 {
	padding: 0px;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom : 8px;
}

div.html h3, div#GroupHTML h3 {
	padding: 0px;
	font-size: 11px;
	margin-top: 12px;
	margin-bottom : 8px;
}

div.html p, div#GroupHtml p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

img#MainPicture {
	cursor: pointer;
}

div.GroupList {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	margin-top: -6px;
}

div.GroupList a {
	color: #4f4f4f;
	text-decoration: none;
}

div.GroupList a:hover {
	text-decoration: underline;
}

div.GroupList a.selected {
	color: #66cc00;
}

/* Contact related styles */

td.label {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 8px;
	width: 100px;
	font-size: 11px;
}

td.formvalue {
	vertical-align: top;
}

input.formtextbox, textarea.formtextbox {
	width: 300px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #808080;
	padding: 1px;
}

input.formbutton {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #808080;	
}

p.small {
	font-size: 10px;
	color: #808080;
}

#facebook {
	float: right;
	width: 15px;
	height: 15px;
	padding-top: 1px;
}

#twitter {
	float: right;
	width: 15px;
	height: 15px;
	padding-right: 5px;
	padding-top: 1px;
}