body {
	margin: 0;
	padding: 0px;
	background-color: #f8fbff;
	padding: 10px;
	color: #808080;
}

body,p,input,textarea,select,td,th {
	font-size: 9pt;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1,h2,h3,h4,h5,h6 {
	color: #4278d3;
}
h1 {
	border-bottom: 1px dotted #4278d3;
}

h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }

.script {
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	font-weight: bold;
	color: #B4975A;
}

form {
	margin: 0px;
	padding: 0px;
}

div#container {
	position: relative;
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #8b76dd;
}

div#header {
	height: 128px;
	background: white url('../images/banner.jpg') 0 0 no-repeat;
}

div#banner {
	padding: 10px 10px 0px 10px;
}
div#banner h2 {
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	margin: 0;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div#banner h2 a {
	text-decoration: none;
}
div#banner h2 a:link, div#banner h2 a:active, div#banner h2 a:visited {
	color: white;
}

div#logo {
	float: left;
}
div#logo a img {
	border: none;
}

div#menu {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	font-weight: bold;
	font-size: 90%;
	line-height: 300%;
	width: 180px;
	margin-top: 10px;
	border: 1px solid #c0c0c0;
	margin-left: 10px;
	background: white url('../images/menu-bg.jpg') 0 0 no-repeat;
	padding-bottom: 100px;
}
div#menu ul {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
div#menu ul li {
}
div#menu ul li.first {
}
div#menu ul li.active a {
	/* background-color: #f0f0f0; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
div#menu ul li.disabled {
	padding: 0 10px 0 10px;
	color: #c0c0c0;
}
div#menu a, div#menu a:link {
	display: block;
	padding: 0 10px 0 10px;
	color: black;
	color: #2654a1;
	text-decoration: none;
}
div#menu ul li a:hover {
	background-color: #e1effb;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div#menu ul li img.icon {
	vertical-align: text-bottom;
	margin-right: 0.5em;
	border: none;
}
div#menu h1 {
	font-size: 9pt;
	background-color: #e0e0e0;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
}

div#body {
	margin-top: 10px;
	margin-left: 210px;
}
div#body div.content {
	padding: 0 10px 10px 0;
}
div#body div.content p {
	text-align: left;
	line-height: 15pt;
}
div#body div.content ul {
	line-height: 14pt;
}

div#footer {
	text-align: right;
	margin: 10px;
	padding-top: 10px;
}
div#footer p {
	font-family: Georgia;
	color: #404040;
	font-size: 7.5pt;
	text-transform: lowercase;
	margin: 0px;
}
div#footer a {
	color: #a0a0a0;
}

div.warning, div.error, div.information {
        padding: 5px 10px 2px 48px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: 5px 5px;
        min-height: 48px;
}
div.warning {
        border: 1px solid #FFD700;
        background-color: #ffffc0;
        background-image: url('/images/warning.png');
}
div.error {
        border: 1px solid #ff8080;
        background-color: #ffc0c0;
        background-image: url('/images/error.png');
}
div.information {
        border: 1px solid #0000c0;
        background-color: #e0e0ff;
        background-image: url('/images/information.png');
}

input.button {
	width: 8em;
	height: 25px;
	border: 1px dotted #4278d3;
}

img.left {
	margin-right: 20px;
	float: left;
}
img.right {
	margin-left: 20px;
	float: right;
}
img.border {
	border: 1px solid #404040;
}
img.photo {
	border: 1px solid black;
}
.ie6 .left {
	margin-right: 20px;
	float: left;
}
.ie6 .right {
	margin-left: 20px;
	float: right;
}
.ie6 .border {
	border: 1px solid #404040;
}

/* div.opaque {
	-moz-opacity:0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
} */

div.quote {
	/* background-color: #ffffe0;
	border: 1px solid #e0e0f0; */
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
}
div.quote p {
	font-family: Times New Roman, Times, Serif;
	font-size: 12pt;
}
div.quote p.credit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}
div.quote div {
	background: url('../images/open-quote.png') top left no-repeat;
	padding: 0 0 24px 24px;
}
div.quote div div {
	background: url('../images/close-quote.png') bottom right no-repeat;
	padding: 0 48px 0 24px;
	text-align: center;
}

table tr td label {
	font-weight: bold;
	margin-right: 0.5em;
}

fieldset {
	border: 1px solid #808080;
}
fieldset legend {
	font-weight: bold;
	color: #4278d3;
}

span.required {
	font-weight: bold;
	color: red;
	margin-right: 0.25em;
}

.underline {
	border-bottom: 1px solid #808080;
}

div#language {
	clear: both;
	text-align: right;
	width: 180px;
	margin-left: 10px;
}
div#language ul {
	list-style: none;
	padding: 0;
}
div#language ul li {
	display: inline;
	margin-left: 3px;
}
div#language ul li a img {
	border: 0;
}

div#map {
	width: 100%;
	height: 400px;
	border: 1px solid black;
}


div.gallery {
    background-color: #e0e0e0;
    border: 1px solid #a0a0a0;
    padding: 0 9px 0 9px;
    margin-bottom: 10px;
}
div.gallery h2 {
    border-bottom: 1px dotted #a0a0a0;
}
div.gallery p {
    font-size: 80%;
    font-weight: bold;
}
div.gallery a {
    color: blue;
    border: none;
}
div.gallery a img.thumb {
    margin: 5px;
    border: 1px solid #404040;
}
