
html{background:#e9eccd url(images/paperTile.jpg) repeat; height:100%; margin:0; padding:0;}
body{
	background:url(images/homeYRepeat.jpg) repeat-y center top;
	
	width:1152 px;
	margin-top:0;
	padding:0;
	height:100%;
	margin-left: auto ;
 	margin-right: auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
html>body{min-height:100%; height:auto;}

a:link {color: #060; }

a:visited {color: #333; }


#pageBody{
	z-index: 1;
	position: relative;
	width: 1152px;
	margin-left: auto ;
 	margin-right: auto ;
}
#pageContent{
	background:url(images/background.jpg) no-repeat center top;
	width: 980px;
	margin-left: auto ;
	margin-right: auto ;
	
}
#header{
	
}
#menu{
	background: url(images/menuBar.jpg)  no-repeat center top; 
	text-align: center;
}


#banner{
	float: left;
}


#millswampBio{
	float: left;
	height: 350px;
	width: 420px;
	color:#FFF;
	font-size: 1.25em;	
}

#millswampBioTags{
	text-align:left;
	color:#FFF;
	font-size: 1.15em;	
}
#blog{
	width: 32%;
	float: right;
}

#people{
	color:#FFF;
	width: 64%;
	font-size: 1.2em;
}

#footer{
}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 100;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
	z-index: 101;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#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, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px 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;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
color: #060;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}