/* elements */
address {
	margin: 0.6em;
	font-size: 80%;
	white-space: nowrap;
}

h2 {
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 140%;
}
h3 {
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 110%;
}
p {
	margin: 0 0 0 1.2em;
	padding: 0 0 0.4em 0;
}
img {
	border: 0;
}
.floatleft {
	border: 2px solid #000;
}
button {
	padding: 0 0.4em 0 0.4em;
	font-size: 90%;
}

/* layout divs */
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
	
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	background-color: #cdd5be;
	background: url('images/body-bg.png');
}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:20px; 
	bottom:32px; 
	width:764px; 
	margin-left:-321px; 
	left:42%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background: #fff url('images/content-bg.png');
	padding-left: 8px;
	padding-right: 8px;
}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:782px;
	border-top: 20px solid white;
	border-bottom: 32px solid white;
}

#main {
	position: relative;
	top: -40px;
}

#mainhead {
	display: block;
	min-height: 210px;
}


#gallery {
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#gallery img {
	margin: 6px;
	vertical-align: middle;
	border: 2px solid #000;
}

#head {
	position: absolute; 
	margin-left: -321px; 
	left: 42%; 
	top: 0; 
	width:780px; 
	min-width:780px; 
	height:20px; 
	z-index:5; 
	border-bottom:1px solid #000;
	
	color: white;
	text-align: center;
	white-space: nowrap;
	line-height: 1.8em;
}

* html #head {
	top:0px; 
	width:782px; 
	height:20px;
}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-321px; 
	left:42%; 
	bottom:0; 
	width:780px; 
	min-width:780px; 
	height:32px; 
	z-index:5; 
	border-top:1px solid #000;
	
	color: #000;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2em;
}

* html #foot {
	bottom:0px; 
	width:782px; 
	height:32px;
}

.imgframe {
	height: 220px;
	width: 340px;
	overflow: auto;
	border: 1px solid #000;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
}

/* end layout divs */

/* typo classes */
.message {
	border: 2px dotted #9A2C2C;
	color: #9A2C2C;
	background-color: #D9BDAF;
}
.leftside {
	display: block;
	width: 46%;
	float: left;
	margin: 10px;
}

.full {
	display: block;
	width: 97%;
	clear: both;
	margin: 10px;
}

.text {
	width: 42em;
	clear: both;
}

.callout {
	color: orange;
}

.gBlock {
	float: left;
	width: 246px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}

.floatleft {
	float: left;
	margin: 5px;
}

.floatright {
	float: right;
	margin: 5px;
}

.action {
	white-space: nowrap;
	margin: 1.5em 1.2em 1.5em 0.2em;
	font-size: 80%;
	line-height: 2.5em;
	font-weight: 900;
	background-color: #ccc;
	padding: 0.1em;
	border: 1px solid #999;
}
.action a {
	border-top: 2px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #ccc;
	background-color: #eee;
	padding: 0.1em;
	color: #2E3047;
	text-decoration: none;
	background: url('images/button-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

/* menu classes */
#sectionMenu dl a {
	height: 2em;
}

#sectionMenu dl {
	width: 100%;
	margin: auto;
	color: #000;
	font-size: 10px;
	text-align: center;
	text-transform: capitalize;
}

#sectionMenu li {
	list-style: none;
	display: inline;
}

#sectionMenu li a {
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	text-decoration: none;
	font-weight: bold;
	color: #33481E;
	line-height: 1.2em;
}

#sectionMenu li.selected a {
	background-color: #9fb082;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#sectionMenu li.selected a:hover {
	background-color: #9fb082;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#sectionMenu li a:hover {
	background: #fff;
}

input, select {
	font-size: 10px;
	line-height: 12px;
}

/* a */
.aBlock {
	padding: 0.8em;
}
.aBlock button, .aBlock input {
	margin-top: 6px;
	font-weight: bold;
}
#panel {
	display: inline;
	position: absolute;
	bottom: -14px;
	left: 2px;
	font-size: 10px;
	background-color: #ccc;
	opacity: .9;
	border: 1px solid black;
	z-index: 10;
	padding: 0px 3px 0px 3px;
}