@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #666666;
	background-image: url(../images/bg-body-4.jpg);
}
#container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	top: 0px;
	height: 750px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #mainContent {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu {
	width: 740px;
	height: 45px;
	margin: 0 auto;
	background: url("../images/image5.png");
	left: 15px;
	top: 30px;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
}
#content1 {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	top: 0px;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0%;
	height: 150px;
}
#content1 .profilePicture {
	position: absolute;
	width: 117px;
	height: 128px;
	top: 15px;
	background: url("../images/profilePic.png") no-repeat;
	left: 18px;
	}
#content1 .text {
	width: 475px;
	height: auto;
	top: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	}
	
#content1 .name {
	width: 550px;
	height: 110px;
	text-indent: 900px;
	overflow: hidden;
	white-space: nowrap;
	top: 0px;
	left: 102px;
	background-image: url("../images/title-2-P.png");
	background-repeat: no-repeat;
}

#content1 .foliage {
	position: relative;
	width: 750px;
	height: 248px;
	bottom: 0px;
	right: 0px;
	background-image: url("../images/newfoliage.png");
	background-repeat: no-repeat;
	left: 123px;
	top: 185px;
}


#/* FOOTER */

#footerCenterBox {
	width: 960px;
	margin-left: -460px;
	height: 12px;
}

#footerCenterBox a {
	text-decoration: none;
}

#footer {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#footer .copyright {
	position: absolute;
	width: 130px;
	height: 35px;
	text-indent: 150px;
	overflow: hidden;
	white-space: nowrap;
	top: 86px;
	left: -6px;
	background-image: url("../images/copyright-2008.png");
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#hhdgHeadline {
	width: 78px;
	height: 49px;
	margin-bottom: 20px;
	text-indent: 0px;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/headlinehhdg.png") no-repeat;
	margin-left: 1px;
}

.hiddenBox {
	width: 350px;
	height: 250px;
	position: absolute;
	top: -50px;
	margin-left: 230px;

	display: none;
	padding: 20px 0 0 50px;
	z-index: 90;
	color: #333;
	line-height: 15px;
	overflow: visible;
	background-image: url("../images/hhdg-bx2.png");
	background-repeat: no-repeat;
}

a:hover .hiddenBox,
a:focus .hiddenBox {
	display: block;
	text-decoration: none;
}
.blue {
	color: #FFCC00;
}
#gallery {
	position: absolute;
	height: 112px;
	width: 750px;
	top: 56px;
	margin-right: auto;
	margin-left: auto;
	background: url("../images/gallery.png");
	left: 7px;
}

#gallery .galleryCollection {
	display: none;
	position: absolute;
	top: 10px;
	margin-left: 120px;
	margin-top: 15px;
	width: 650px;
	height: 100px;
	overflow: hidden;
}
#gallery .galleryCollection img {
	
	margin: 5px 20px 10px 0px;
}	
	#contentCenterBox {
	width: 750px;
	margin-left: 30px;
	height: 200px;
	margin-top: 10px;	
}

#content #galleryButtonPrev {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 43px;
	white-space: nowrap;
	top: 10px;
	right: 713px;
	width: 43px;
	height: 43px;
	background: url("../images/buttonPrev-2.png") no-repeat;
}

#content #galleryButtonNext {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 39px;
	white-space: nowrap;
	top: 10px;
	right: 3px;
	width: 43px;
	height: 43px;
	background: url("../images/buttonNext-2.png") no-repeat;
}

#content .columnLast {
	width: 550px;
	margin-right: 00px;
	margin-left: 0px;
	background: none;
}#content {
	position: relative;
	overflow: hidden;
	height: 650;
}
