body { /* Overall page settings */
	background-color:#666;
	margin:0;
	height:100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html {
	height:101%;
}
hr.underline {
	border-top:1px solid #7707070;
	width:80%;
	margin-bottom:30px;
}
div.wrapper { /* Overall wrapper for site.  Centers site on page */
	width: 1022px;
	margin-right:auto;
	margin-left:auto;
	border:0px solid #444;
	padding:10px;
}
div.content { /* Overall wrapper for site.  Centers site on page */
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	border-width:0 1px;
	border-style: solid;
	border-color: #000;
}
div.left { /* Left half of page when splitting into two */
	float:left;
	width:208px;
	margin: 10px 10px 10px 0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	border-left:0px solid #000;
	line-height:1.5em;

}
div.top {
	border:1px solid #000;
}
div.pagetitle {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:10px;
}
div.right { /* Right half of page when splitting into two */
	float:left;
	width:780px;
	margin:10px 0;
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	border:0px solid #f00;
}
div.statement {
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	text-align:justify;
	padding:0 10px 10px 10px;
}
div.footer {
	border-top:1px solid #000000;
	padding:5px;
	margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:0.9em;
	color:#fff;
}
div.news {
	text-align:justify;
	padding:3px;
	margin-top:3px;
	margin-bottom:5px;
	border-top:1px solid #D3D3D3;
}
div.news a:link, div.news a:visited {
	color:#dd0000;
	text-decoration:none;
}
div.news a:hover {
	color:#ff0000;
	text-decoration:none;
}
a.menu:link, a.menu:visited {
	font-size:0.9em;
	margin-left:10px;
	text-decoration:none;
	color:#000;
	line-height:1.3em;
	font-weight:bold;
}
a.menu:hover {
	font-size:0.9em;
	margin-left:10px;
	text-decoration:none;
	color:#ff0000;
	line-height:1.3em;
	font-weight:bold;
}
div.thumbs {
	padding: 0 0 20px 0;
	text-align:center;
}
div.thumbs-sec-title {
	text-align:center;
	display:block;
	padding: 10px 0 5px 0;
	font-weight:bold;
	font-size:1.3em;
}
div.date {
	float:left;
	width:120px;
	font-weight:bold;
}
div.desc {
	text-align:left;
	float:left;
	width:620px;
}
div.desc a:link {
	color:#990000;
	font-weight:bold;
}
div.desc a:hover {
	color:#ff0000;
	font-weight:bold;
}
div.desc a:visited {
	color:#990000;
	font-weight:bold;
}
div.spacer {
	clear:both;
	height:15px;
}
img.thumbdim {
     opacity: 0.85;
     filter: alpha(opacity=85); /* For IE8 and earlier */
}

img.thumbdim:hover {
     opacity: 1.0;
     filter: alpha(opacity=100); /* For IE8 and earlier */
}
img.page {
	height:350px;
	border:1px solid #000;
}
div.thumbs-group {
	border:3px solid #000;
	float:left;
	padding:0 3px;
	margin:2px;
}
div.thumbs-group-end {
	clear:both;
}

/* ********** THIS IS THE START OF THE IMAGE POP-UP SYSTEM ********** */
/*
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid black;
	height: 80px;
	margin:5px 5px 5px 0px;
}
.highslide:hover img {
	border-color: #990000;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-2 img {
	border: 1px solid black;
	height: 180px;
	margin:5px 6px 5px 6px;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}
div.imageframe {
float:left;
padding:0px 6px 20px 6px;
text-align:center;
}
div.imagetitle, .imagetitle a:link, .imagetitle a:visited {
margin:30px 0px 10px 0px;
border-bottom:1px solid #000000;
text-align:center;
text-decoration:none;
font-size:16px;
}
p.imagetext {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
margin-top:5px;
}
p.imagetext a:link, p.imagetext a:visited {
color:#bb0000;
text-decoration:none;
}
p.imagetext a:hover {
color:#ff0000;
text-decoration:none;
}
img.galleryimage {
border:1px solid #000000;
width:180px; /*243px */
height:140px; /*80px */
}
.return:link, .return:visited {
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
	color:#880000;
}
.return:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}
	

/* ********** THIS IS THE END OF THE IMAGE POPUP SYSTEM ********** */

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
a.menu:link, a.menu:visited {
	font-size:1.4em;
	margin-left:10px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	line-height:1.4em;
}
a.menu:hover {
	font-size:1.4em;
	margin-left:10px;
	text-decoration:none;
	color:#ff0000;
	font-weight:bold;
	line-height:1.4em;
}
div.statement {
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	text-align:justify;
}
div.footer {
	border-top:1px solid #000000;
	padding:5px;
	margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:1.5em;
}
div.thumbs-sec-title {
	text-align:center;
	display:block;
	padding: 10px 0 5px 0;
	font-weight:bold;
	font-size:1em;
}
}
