@charset "utf-8";
/* CSS Document */
										/*Basic Display*/
html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
}
a:link {
	color: #009955;
}
a:visited {
	color: #009955;
}
a:hover {
	color: #DA7628;
}
a:active {
	color: #DA7628;
}

a img{
	border: 0;
}
h1 {
	font-size: x-large;
	text-align: center;
	color: #009955;
}
h2 {
	font-size: large;
	text-align: left;
	color: #ff0099;
}
h3 {
	font-size: medium;
	text-align: left;
	color: #ff0099;
}
h4 {
	font-size: large;
	text-align: left;
	color: #009955;
}
.boldgreen {
	font-weight: bold;
	color: #095;

}



										/*Page Layouts*/


.outerWrapper {
	margin: auto;
	width: 1010px;
	background-image: url(../images/bits-of-stuff.jpg);
	background-position: 50% 180px;
	background-repeat: no-repeat;
}
.innerWrapper {
	margin: auto;
	width: 740px;
}
.full {
	width: 690px;
	padding: 25px;
	padding-top: 5px;
}
#head {
	height: 150px;
	background-image: url(../images/head.jpg);
}
#navbox {
	height: 30px;
	text-align: center;
	background-image: url(../images/pannel.png);
	width: 710px;
	padding: 15px;
}
.navbar  {
	height: 40px;
	text-align: center;
	overflow: hidden;
	max-height: 40px;

}
.navbar img:hover{
	position: relative;
	top: -39px;
}




#content {
	text-align: justify;
	background-image: url(../images/pannelmid.png);
	padding-bottom: 50px;
}
#foot {
	height: 30px;
	text-align: center;
	background-image: url(../images/pannel.png);
	background-position: bottom;
}


										/*Additioanl Layers*/

#glasses {
	position: relative;
	top: 150px;
	left: -30px;
	height: 145px;
	width: 47px;
	overflow: hidden;
	z-index: 5;
}


#pearls {
	z-index: 5;
	position: relative;
	top: 20px;
	left: 607px;
	height: 141px;
	width: 118px;
	overflow: hidden;
}

#pearls:hover img {
	position: relative;
	left: -118px;
}
#bottomRow {
	z-index: 3;
	position: relative;
	top: -117px;
}
#randomImage {
	width: 720px;
	height: 180px;
	z-index: 1;
	position: relative;
	top: -5px;
	left: -15px;
}
#active  {
	position: relative;
	top: -39px;
}
#activePearls {
	position: relative;
	left: -118px;
}
#teamButton {
	display: block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	position: relative;
	top: -250px;
	left: -180px;
}
#teamButton img:hover {
	position: relative;
	top: -150px;
}
#teamButton img:active {
	position: relative;
	top: -300px;
}

										/*Meet the team Floating Divs*/

.teamThumb {
	display:block;
	width:440px;
	margin: auto;
	height: 955px;
}

.teamThumb li {
	list-style:none;
	margin:5px;
	border:none;
	float: left;
}

.floatedLayer {
	display:none;
	position:absolute;
	width:600px;
	border:solid 2px #333;
	background-image:url(../images/floatedBG.png);
	padding:10px;
	z-index: 10;
	margin-left: -280px;
}

.floatedLayer p {
	width:380px;
}

.floatedLayer img {
	float:right;
}
