/* site-wide styling */

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
span
{
	display: none;
}
div#menu-bar span
{
	display: inline;
}
a
{
	text-decoration: none;
}

p
{
	margin-top: 0;
}

ul li
{
	list-style-type: square;
}

.text-pad
{
	padding: 20px;
}

.ab
{
	top: 0;
	position: absolute;
}

.display-subtext
{
	color:#6D6F72;
	left: 20px;
	position: absolute;
	top: 120px;
	width: 690px;
}
.display-subtext ul
{
	font-size: 0.9em;
	margin-top: 10px;
}
.display-subtext p
{
	margin-top: 0px;
	margin-bottom: 20px;
}
div#gallery-div a span
{
	display: none;
}

div#all-div
{
	background: #e5e0da;
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div#back-wrapper
{
	width: 1024px;
	height: 768px;
	position: absolute;
}

div#content-wrapper
{
	position: absolute;
	width: 1024px;
	height: 768px;
	overflow: hidden;
}

div#display-image-div
{
	top: 0;
	left: 0;
}

#zoomIcon
{
	height: 100px;
	width: auto;
	left: 310px;
	position: absolute;
	top: -1155px;
}

div.active #zoomIcon
{
	top: 155px;
}
div.hideleft #zoomIcon
{
	left: -1155px;
}


div#content-wrapper #main
{
height: 100%;
}

div#menu-bar
{
	background-color: #8B7A68;
	color: #FFFFFF;
	height: 268px;
	left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 38px;
	width: 181px;
}

div#menu-bar div#title
{
	background: transparent url(../images/logo.png) no-repeat scroll 32px center;
	height: 88px;
}

div#menu-bar div#title span
{
	display: none;
}

div#menu-bar a span
{
	display: inherit;
}

div#menu-bar ul
{
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
}

div#menu-bar ul li
{
	list-style: none;
	border-top: 1px dotted #fff;
}

div#menu-bar a
{
	color: #fff;
	display: block;
	height: 15px;
	padding: 2px 2px 2px 8px;
	text-decoration: none;
}

div#menu-bar ul li a span
{
	margin-left: 25px;
}

div#menu-bar a.selected
{
	background-color: #A71930;
	height: 15px;
}

div#news-div
{
	background-color: #8b7a68;
	color: #fff;
	font-size: 0.8em;
	height: 180px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	top: 430px;
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	text-decoration: none;
	width: 170px;
	border: 1px solid #fff;
	overflow: hidden;
}
div#news-div p
{
	border-top: 1px dotted #fff;
	width: 145px;
}

div#news-div h3
{
	margin: 0;
}

div#news-div h4
{
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.scrollbar-vert
{
	background-color: #8b7a68;
	height: 188px;
	margin-left: 168px;
	position: absolute;
	top: 432px;
	width: 12px;
}
.handle-vert
{
	height: 42px;
	width: 10px;
	background-color: #fff;
	position: absolute;
	border-top: 3px solid #8b7a68;
	border-bottom: 3px solid #8b7a68;
}
	
/* Index page */

body.index div#all-div
{
	height: 768px;
}

body.index div.img1
{
	background: #e5e0da url(../images/bckgrnd.jpg) no-repeat;
}

body.index div.img2
{
	background: #e5e0da url(../images/bckgrnd_2.jpg) no-repeat;
}
body.index div.img3
{
	background: #e5e0da url(../images/bckgrnd_3.jpg) no-repeat;
}
body.index div.img4
{
	background: #e5e0da url(../images/bckgrnd_4.jpg) no-repeat;
}
body.index div.img5
{
	background: #e5e0da url(../images/bckgrnd_5.jpg) no-repeat;
}

body.index div#text-div
{
	position: absolute;
	margin-top: 37px;
	margin-left: 181px;
	width: 365px;
	height: 365px;
	border: 1px solid #fff;
	font-size: 0.9em;
	overflow: hidden;
}

body.index div#text-div div#text-bck-div
{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
}

body.index div#text-div div#btn
{
	background-color: #a71930;
	height: 22px;
	margin-left: 335px;
	margin-top: 10px;
	position: absolute;
	width: 22px;
	z-index: 9;
	cursor: pointer;
}

body.index div#text-div div#btn.up
{
	background: #a71930 url(../images/down.png) no-repeat scroll 0 0;	
}
body.index div#text-div div#btn.down
{
	background: #a71930 url(../images/up.png) no-repeat scroll 0 0;
}

body.index div#text-div div#text-content
{
	color: #6d6f72;
	padding: 0px 20px 20px;
	position: absolute;
	top: 22px;
}
body.index div#text-div div#text-content div#subtext
{
	position:absolute;
	top: 105px;
	width: 300px;
}

body.index div#text-div div#text-content span
{
	display: none;
}
body.index div#text-div div#text-content h1
{
	margin: 0;
}

body.index div#text-div div#text-content h2
{
	font-size: 1.1em;
	margin: 0;
}
body.index div#text-div div#text-content h1 img
{
	position: absolute;
	top: 0;
}


body.index div#blurb-div
{
	position: absolute;
	border: 1px solid #fff;
	border-bottom: 0;
	height: 365px;
	margin-left: 547px;
	margin-top: 403px;
	position: absolute;
	width: 365px;
}

body.index div#blurb-div img,
body.index div#blurb-div span
{
	position: absolute;
	top: 130px;
}

body.index div#layout-div01{border-bottom:1px solid #fff;	border-right:1px solid #fff;height:37px;position:absolute;width:181px;}
body.index div#layout-div02{border-right:1px solid #fff;	height:38px;margin-left:182px;position:absolute;width:365px;}
body.index div#layout-div03{border-left:1px solid #fff;		border-right:1px solid #fff;height:37px;margin-left:547px;position:absolute;width:365px;}
body.index div#layout-div04{border-bottom:1px solid #fff;	border-left:1px solid #fff;height:37px;margin-left:913px;position:absolute;width:110px;}
body.index div#layout-div05{border-bottom:1px solid #fff;	height:115px;margin-top:288px;position:absolute;width:181px;}
body.index div#layout-div06{border:1px solid #fff;			height:365px;margin-top:37px;margin-left: 547px; position:absolute;width:365px;}
body.index div#layout-div07{border-bottom:1px solid #fff;	border-left:1px solid #fff;height:365px;margin-left:913px;margin-top:38px;position:absolute;width:110px;}
body.index div#layout-div08{border-right:1px solid #fff;	height:365px;margin-top:403px;position:absolute;width:181px;}
body.index div#layout-div09{border-right:1px solid #fff;	height:365px;margin-left:182px;margin-top:403px;position:absolute;width:365px;}
body.index div#layout-div10{border-left:1px solid #fff;		height:365px;margin-left:913px;margin-top:403px;position:absolute;width:110px;}

body.gallery div#display-buttons-div 
{
	z-index: 999;
}

body.index div#extra-text
{
	position: absolute;
	top: 375px;
	visibility: hidden;
	width: 325px;
}

body.index div#text-div div#text-content ul
{
	margin: 0;
	padding: 14px;
	list-style-type: square;
	font-weight: bold;
}

body.gallery div.ab div.text-content-sub
{
/*	left: 548px;*/
}

body.gallery div#display-div div#display-image-div.img1
{
	width: 731px;
}

body.gallery div#content-wrapper div.text-content-sub ul li
{
	list-style-type:square;
	color: #808185;
	font-weight: normal;
}

body.gallery div#text-content-div
{
	font-weight: normal;
}