/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ecedee;
	color: #8d8f94;
	font: 10px Verdana,Arial,Helvetica,Sans-Serif
}
a{
	color: #8d8f94;
	text-decoration: none
}
a:hover{
	color: #333333;
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
select{
	padding: 0
}
li{
	list-style: none
}
/*=== Centered Layout ===*/
#page{
	height: 625px;
	margin: 0 auto;
	position: relative;
	width: 902px;
    margin-top: 10%;
}
/* \*/

#container{
	background: url(../images/page-bgr.gif) #ffffff no-repeat bottom;
	height: 605px;
	position: absolute;
	width: 902px
}
/*=== Header ===*/
#header{
	height: 161px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: right;
	text-indent: -9999px;
	width: 330px
}
#header h1 a{
	display: block;
	height: 120px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	height: 160px;
	letter-spacing: 0px;
	width: 565px
}
#nav1 ul{
	padding: 20px 0 0
}
#nav1 li{
	height: 1%;
	margin: 0 0 10px
}
#nav1 li a{
	color: #8d8f94;
	display: block;
	font-weight: bold;
	padding: 0 0 0 15px
}
#nav1 li a:hover{
	text-decoration: none
}
#nav1 li.active{
	margin: 0 0 0 125px
}
#nav1 li.active li{
	margin: 0
}
#nav1 li.active ul{
	margin: -15px 0 0;
	position: absolute;
	z-index: 100
}
#nav1 li.active li a{
	font-weight: normal
}
#nav1 li.active li.active{
	margin: 0 0 0 125px
}








#teampic{
	width: 233px;
	height: 233px;
	float: left
}

#teamtext{
	background: #404040;
	width: 292px;
	height: 233px;
	float: right
}


#teamtextsub{
	position: relative;
	color: #fff;
	width: 230px;
	height: 200px;
	top: 10px;
	left: 50px;
	float: left
}

.tblpic{
	width: 100%;
	height: 100%
}


#teamnavi{
	padding-top: 10px;
	color: #8d8f94
}

#teamnavi a{
	text-decoration: none;
	letter-spacing: 0.25px;
	color: #8d8f94
}

#teamnavi h2{
	padding-left: 20px;
	padding-bottom: 5px
}

#teamnavitable{
	margin-left: 50px;
}


h2{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}




/*=== Title ===*/
#title{
	width: 525px;
	height: 347px;
	z-index: 0;
	margin: 0 0 3px
}

#overlay{
	position: relative;
	top: -117px;
	/*background-color: #636d89; */
	background-color: #fff;
	height: 114px;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
	z-index: 1;
	width: 100%
}

#overlay a{	
	color: #8d8f94
}


#overlay h2{
	padding-top: 10px;
	padding-left: 20px;
}

#overlay p{
	padding-top: 2px;
	padding-left: 50px;
	padding-right: 5px;
	letter-spacing: 0px;
}

/*- Thumbnails -*/
#th{
	height: 28px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: 165px;
	width: 660px
}
#th img{
	margin: 0 0 0 3px
}
/*=== Content ===*/
#content{
	margin: 0 0 0 135px;
	position: absolute;
	top: 197px;
	width: 525px
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) no-repeat top;
	clear: both;
	position: absolute;
	top: 608px;
	width: 902px
}
/*=== Misc. ===*/
.fl{
	float: left
}
.fr{
	float: right
}

