/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url('images/background2.jpg');
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#000099;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}	
#wrap {
	background-image:url('images/build/maincontentrepeat.png');
	width: 940px;
	margin-left: auto;
    margin-right: auto;
}
#header {
	background-image:url(images/build/headerv2.png);
	margin-top: 30px;
	margin-bottom: 19px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 118px;
}
#navbar {
	margin-top: 0px;
	margin-bottom: 19px;
	margin-left: auto;
    margin-right: auto;
	width: 940px;
	height: 59px;
}
#titlebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 940px;
	height: 51px;
	background-image:url('images/build/titlebar.png');
}
#maincontent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 940px;
	min-height: 10px;
	height:auto !important;
	background-repeat:no-repeat;
	background-image:url('images/build/maincontent.png');
	text-align: left;
}
#main-image {
	width: 940px;
	height: 200px;
}
#main-table {
    padding-left: 15px; padding-bottom: 15px; padding-right: 15px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('images/build/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/build/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('images/build/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/build/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Accordions */

#accordion {
	margin: auto;
}

h3.toggler {
	cursor: pointer;
	color: #FFFFFF;
	font-family:Arial, helvetica, sans-serif;
	font-size: 14px;
	background-image:url('images/build/title2.png');
	background-repeat:repeat-x;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

/* text formatting */

p {
	font: 14px;
	font-family:Arial, helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.title {
	font: 20px;
	font-family:Arial, helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.title2 {
	font-family:Arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url('images/build/title2.png');
	background-repeat:repeat-x;
	font-size: 20px;
}
.bold {
	font: 20px;
	font-family:Arial, helvetica, sans-serif;
	color: #FFFFFF;
}
.style1 {
	font-size: 18px;
	font-family:Arial, helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
A:link {
	text-decoration: underline;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover {
	color: #FF0000;
}

/* Table Cells */

.mid {
background-image:url('images/build/gallerytable3.png');
}

.bot {
background-image:url('images/build/gallerytable4.png');
}

.divide {
background-image:url('images/build/gallerytable5.gif');
