@charset "utf-8";

body.main {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color:#c0c0c0;
	color: #7e9131;
	margin:0;
}

body.about {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color:#c0c0c0;
	color: #000000;
	margin:0;
}

body.popup {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #cccccc;
	background-color: #434343; 
}

a.menu {
	text-decoration: none;
	color: #7e9131;
	/color: #0066cc;
	/color: #434343;
	font-size: 11pt;
	font-weight: bold; 
}

a.menu:hover {
	color: #e7975e;
	/background-color: #cccccc; 
}

a.image {
	text-decoration: none; 
}

a.blue {
	text-decoration: none;
	/color: #0066ff;
	color: #0066cc;
	font-size: 10pt;
	font-weight: bold; 
}

a.blue:hover {
	text-decoration: underline; 
}

a.blue1 {
	text-decoration: none;
	color: #0066cc;
	/color: #0066ff;
	font-size: 10pt; 
}

a.blue1:hover {
	text-decoration: underline; 
}

.borderTable {
	padding: 0px 0px 0px 0px;
	border: 0px solid #232323; 
}


.borderImage {
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc; 
}


td.title1 {
	color: #7e9131;
	font-size: 14pt;
	letter-spacing:0.1em;
	padding-top: 0px;
	padding-bottom: 0px; 
}

td.small {
	color: #cccccc;
	font-size: 7pt;
	padding-top: 15px;
	padding-bottom: 5px; 
}

td.name {
	color: #cccccc;
	font-size: 14pt;
	letter-spacing:0.05em;
	padding-top: 0px;
	padding-bottom: 0px; 
}

td.spacer {
	color: #cccccc;
	font-size: 2pt;
	padding-top: 0px;
	padding-bottom: 0px; 
}

.title {
	width:auto;
	font-size:24px;
	font-weight: bold;
	letter-spacing:0.15em;
	vertical-align:bottom;
	float:left;
	padding-bottom: 5px; 
}

.title-small {
	width:auto;
	font-size:20px;
	font-weight: bold;
	letter-spacing:0.15em;
	vertical-align:bottom;
	float:left; 
}

hr.grey {
	color: #696969;
	background-color: #595959;
	height: 3px; 
}

.hr-menu {
	width:75%;
	background:#808080;
	height:2px;
	margin:7px 0px 7px 0px;
	auto;
	padding:0;
	overflow:hidden; 
}

.hr-sub {
	width:70%;
	background:#808080;
	height:2px;
	margin:20px 0px 7px 0px;
	auto;
	padding:0;
	overflow:hidden;
}

h3.cream {
	color: #7e9131;
	padding-top: 20px; 
}

h2.cream {
	color: #7e9131;
	padding-top: 20px; 
}

p.copy {
	color: #ffffcc;
	font-size:10px; 
}

p.heading {
	color: #7e9131;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 0px;
	padding-top: 20px; 
}

p.details {
	color: #808080;
	font-size: 9pt;
	text-indent: 20px;
	padding-top: 10px;
	padding-bottom: 0px; 
}

p.indent {
	padding-left: 25px; 
}


b.cream {
	color: #7e9131; 
}

div.subcap {
	color: #666666;
	font-size:10px;
	padding-top: 5px;
	padding-bottom: 0px; 
}

div.datetime {
	color: #434343;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px; 
}

#line {
	width:100%;
	height:2px;
	font-size:0;
	margin:7px 0px 7px 0px;
	background: #808080;
}

img.gallery {
	padding:2px;
	border:1px solid #021a40;
}

#slideshow { 
	/margin: 50px auto; 
	position: relative; 
	width: 730px; 
	height: 485px; 
	padding: 0px; 
	/box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}
		
#slideshow > div { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.0em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
DROP MENU */

/* CSSTerm.com Simple Horizontal DropDown CSS menu */
/* http://www.cssterm.com/css-menus/horizontal-css-menu/simple-drop-down-menu */

.drop_menu {
	/ background:#005555; /* This line deleted */
	background:#f0f0f0; /* This line added */
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
}
.drop_menu li {
	/ float:left; /* This line deleted */
	float:right;  /* This line added */
}
.drop_menu li a {
	/ padding:9px 20px; /* This line deleted */
	padding:8px 10px 10px 8px; /* This line added */
	display:block;
	/ color:#fff; /* This line deleted */
	color:#7e9131; /* This line added */
	text-decoration:none;
	/ font:12px arial, verdana, sans-serif; /* This line deleted */
	font:14px arial, verdana, sans-serif; /* This line added */
	font-weight: bold; /* This line added */
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	z-index: +1; /* This line added */
	text-align: left; /* This line added */
}
.drop_menu li:hover {
	position:relative;
	/ background:#5FD367; /* This line deleted */
	background:#dcdcdc;  /* This line added */
}
.drop_menu li:hover ul {
	left:0px;
	/ top:30px; /* This line deleted */
	top:40px; /* This line added */
	/ background:#5FD367; /* This line deleted */
	background:#f0f0f0; /* This line added */
	padding:0px;
}
.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	/ width:168px; /* This line deleted */
	width:160px; /* This line added */
	text-indent:15px;
	/ background-color:#5FD367; /* This line deleted */
	background-color:#f0f0f0; /* This line added */
	font:12px arial, verdana, sans-serif; /* This line added */
	font-weight: bold; /* This line added */
}
.drop_menu li:hover ul li a:hover {
	/ background:#005555; /* This line deleted */
	background:#dcdcdc; /* This line added */
}