/* ---- 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(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(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}

/* ---- Menu ---- */

	#metaltop-teal {
		clear:left;
		float:left;
		padding:0;
		background:#96CBCA url(metaltop-teal.gif) top repeat-x;
		border-bottom:1px solid #677E78;
		width:100%;
		border-top:4px solid #000;
		overflow:hidden;
		font-family:Verdana, sans-serif;
		margin-top:-8px;
	}
	#metaltop-teal ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#metaltop-teal ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#metaltop-teal ul li.first {
		border-left:1px solid #677E78;
	}
	#metaltop-teal ul li.last {
		border-right:1px solid #D8ECEC;
	}
	#metaltop-teal ul li a {
		display:block;
		float:left;
		margin:0;
		padding:20px 20px 6px 20px;
		border-left:1px solid #D8ECEC;
		border-right:1px solid #677E78;
		text-decoration:none;
		color:#467D71;
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		line-height:1.3em;
	}
	#metaltop-teal ul li a:hover {
		color:#000;
		background-color:#D8F5F4;
		border-left:1px solid #fff;
		padding-top:18px;
		padding-bottom:8px;
	}
	#metaltop-teal ul li.active a,
	#metaltop-teal ul li.active a:hover {
		color:#fff;
		background:#000;
		border-left:1px solid #000;
		padding-top:18px;
		padding-bottom:8px;
	}

body {
	background-image: url(header_bgd.jpg);
	background-repeat: no-repeat;
	background-color: #e7f6fd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}	

p { 
	font-size:12px;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#1F85AD;
}
h3 {
	color: #F858CC; 
	font-size: 12px; 
}

.copyright {
	color: #000000; 
	font-weight: bold; 
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#1F85AD;
}
.padding {
	padding: 8px 0px 8px 8px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#1F85AD;
}


	