@charset "UTF-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	text-align:center;
	margin:0;
	background-image: url(../assets/images/yaletown_tint_sm.jpg);
	background-repeat: no-repeat;
	background-color: #E3DED8;
}
.mice {
	font-size: 10px;
}
.subtitle {
	font-weight: bold;
}
.wrapper {
	margin:0 auto;
	width:1000px;
	text-align:left;
}
.header {
	height: 75px;
	width: 930px;
	padding-top: 40px;
	padding-left: 70px;
}
.nav {
	height: 47px;
	width: 844px;
	padding-left: 156px;
}
.content {
	width: 1000px;
}
.border {
	width: 1000px;
}
.stripe_band {
	height: 10px;
	width: 1000px;
	background-image: url(../assets/images/striped_band.gif);
	background-repeat: repeat;
	margin: 0 auto;
	text-align: left;
}
.capewell_photo_caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 158px;
	padding-top: 30px;
	line-height: 25px;
	padding-bottom: 35px;
	background-color: #D9CEBE;
}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 990px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #900;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
}
.content_left {
	float: left;
	width: 330px;
}
.content_right {
	float: right;
	width: 560px;
	padding-top: 50px;
	padding-bottom: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	padding-right: 70px;
	font-weight: normal;
	text-align: justify;
}
.content_right table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.content_map {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 990px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #900;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #D9CEBE;
}
.footer {
	width: 830px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 170px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footerleft {
	float: left;
	width: 450px;
}
.footerleft table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.footerright {
	width: 350px;
	float: right;
	padding-right: 20px;
}
.clear {
	clear: both;
}
a:link {
	color: #2DA698;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2DA698;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	width: 340px;
	height: 75px;
	margin: 0px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(../assets/images/capewell_logo.gif);
	}
	h1 a:link, h1 a:hover, h1 a:visited, h1 a:active {
	display: block;
	width: 340px;
	height: 75px;
	text-indent: -10000px;
	color: #FFF;
	font-size: 6px;
}
#dhtmltooltip{
	position: absolute;
	width: 80px;
	border: 1px solid black;
	padding: 2px;
	background-color: #F8F8F8;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 3px;
}
.rightJust {
	text-align: right;
	color: #2DA698;
}

#bio-image img{ 
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	opacity: 0.6;
}

#bio-image img:hover {
	opacity: 1.0; 
	-webkit-transition:all .2s ease-in; 
	-moz-transition:all .2s ease-in; 
	-o-transition:all .2s ease-in; 
	transition:all .2s ease-in;
}
