@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: #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; 
}

p.copy {
	color: #ffffcc;
	font-size:10px; 
}

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;
}

/* 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;
}

