﻿/* These are the base colors of this document:
Hex={4E,5F,6C}	#4E5F6C Cadet Slate Blue at top and bottom
Hex={DF,DD,CE}	#DFDDCE	Lighter Beige on left column
Hex={B9,BC,AA}	#B9BCAA	Content Copy's sage color
				#5C6147	Body background darker green
*/

.image_borders {
	border: 3px inset #5C6147;
	}
.content-text p{
	font-size: 9pt; color:#5C6147;
	}

#altra_sig {
	font-family:arial; 
	font-size: 8pt; 
	color:#DFDDCE;
	width:250px;
	padding: 0px;
	border: 1px solid #4E5F6C;
	background-color: #B9BCAA; 
		
}

#altra_sig a {
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0 1px;
	padding: 0px;
	border: 1px solid #4E5F6C;
	background-color: #B9BCAA;
	}
#altra_sig a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #4E5F6C;
}

h1 { font-family: Arial; font-size:12pt;  font-weight:bold; color:#4E5F6C; text-align:left}
h2 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #4E5F77
}
h3 { font-family: Arial; font-size:10pt;  font-weight:bold; }

p, td, tr, h4, h5, li, ul, ol, dl, dt, dd, dir, menu, address { font-family: arial,helvetica,sans-serif; font-size:10pt }
body {
	background-color: #5C6147; 
	margin-left: 0in; 
	margin-top: 20px; 
	padding: 0px;         
	margin-height:0;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#4E5F6C;
	scrollbar-track-color:#333333;
}

#footer {
	font-family:geneva, arial; font-size: 8pt; color:#4E5F6C;}
A { text-decoration: none; color: #0000FF; font-family:Arial; font-weight:bold}
A:hover {color: #000000; text-decoration: none; font-family:Arial; font-weight:bold }

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 125PX; 
	text-align:center;
	
	
}
#navigation li {
	margin:0px;
	padding:5px;
	text-align:center;
}

#navigation a {
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0 1px;
	padding: 0px;
	border: 2px inset #4E5F6C;
	background-color: #B9BCAA;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #4E5F6C;
}
#navigation p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#leftNav {
	width: 200px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.thumbviewer{
	
}

.highslide {
	cursor: url('../images/thumbviewer/zoomin.cur'), pointer;
	outline: none;
	
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	margin: 0px;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-align: center;
}
.highslide:hover img {
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 5px;
	background-color: white;
	color: #A69D76;
	font-weight: bold;
	text-align: center;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url('../images/thumbviewer/loader.white.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-credits:hover {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url('../images/thumbviewer/fullexpand.gif') no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}