BODY {
    margin: 0;
    padding: 0;
    background-color: #EFEFEF;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-image: url("images/background.gif")
}

P, DIV, TABLE {
    font-size: 12pt;
}

.bgimage {
    opacity: 0.5;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.contactinfo {
    display: inline-block;
    text-align: left;
    margin-left: 80px;
}

.content {
    position: absolute;
    z-index: 0;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
    max-width: 80%;
    top: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("/images/background.gif");
}

.contentphotos {
    position: absolute;
    z-index: 0;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
    max-width: 80%;
    top: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("/images/background.gif");
}

.header {
    position: fixed;
    top: 5px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
    width: 80%;
    min-width: 300px;
    box-shadow: 1px 1px 5px;
    z-index: 1;
    background-image: url("/images/background.gif");
    text-align: center;
}

.test {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 10pt;
    font-style: italic;
    letter-spacing: 1px;
    border-bottom: thin groove #666;
}


#content {
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

#header {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

#menu {
    text-align: center;
    line-height: 150%;
    padding-bottom: 10px;
}

#pic {
    padding: 10px;
}

A {
    color: black;
    font-weight: 500;
    text-decoration: underline;
}

A:hover {
    color: #444444;
    background-color: #DDDDDD;
}

A#menuitem {
    padding-left: 10px;
    padding-right: 10px;
		font-weight: bold;
}

IMG {
    border: none;
    padding: 5px;
    vertical-align: middle;
}

SPAN#imagehelp {
    font-size: 7pt;
}

.thismenu {
    border: 2px ridge #DDDDDD;
    text-decoration: none;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px 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(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

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

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

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

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

#lbCaption {
	font-weight: bold;
}
