﻿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;
}

a {
	color: #e67814;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	font-size: 11px;
}

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: 113px;
}

div.menuitemlist {
	padding-left: 236px;
	padding-top: 60px;
}

.image-grid {
	width: 188px;
	height: 259px;
	overflow: visible;
}

.image-grid img {
	-ms-interpolation-mode: bicubic;
	cursor: pointer;
	position: absolute;
}

.image-grid img.selected {
	border: solid 2px #e67814;
}

div.picturegroup {
	float: right;
	width: 646px;
}

div.caption {
	padding-top: 1px;
	font-size: 12px;
}

span#CaptionSpan {
	color: Black;
	font-weight: bold;
	padding-right: 5px;
}

span#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: #e67814;
	font-weight: bold;
	text-decoration: underline;
	/* font-size: 16px; */
}

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: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 18px;
}

div.GroupList a {
	color: #4f4f4f;
	text-decoration: none;
}

div.GroupList a:hover {
	text-decoration: underline;
}

div.GroupList a.selected {
	color: #e67814;
}

/* 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;
}