@charset "UTF-8";
/* CSS Document */

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Basic CSS Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFF;
	line-height: 24px;
}


a:link { 
	color: #171717;
	text-decoration: none;
	}
a:visited { 
	color: #171717;
	text-decoration: none;
	}
a:hover { 
	color: #171717;
	text-decoration:underline;
	}

h1 {
color:#171717;
font-family: arial,sans-serif;
font-size: 3em;
font-weight: bold;
letter-spacing: -2.2pt;
word-spacing: -0.8pt;
line-height: 25pt;
}

h2 {
color:#171717;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
letter-spacing: normal;
line-height: .2em;
}

h3 {
color:#363636;
font-family: helvetica,sans-serif;
font-size: 2em;
font-weight: bold;
letter-spacing: -1.2pt;
word-spacing: -0.2pt;
line-height: .1;
}

h4 {
color:#171717;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: bold;
letter-spacing: 0.2px;
line-height: 1.5em;
}

h5 {
color:#171717;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.6em;
}

p {
color:#171717;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.6em;
padding-right: 30px;
}

slidenav1 {
background-image:url(../images/slidenav.png);
background-repeat:no-repeat;
height: 26px;
width: 19px;
float:right;
padding-right:7px;
}

slidenav2 {
background-image:url(../images/slidenav2.png);
background-repeat:no-repeat;
height: 26px;
width: 19px;
float:right;
padding-right:5px;
}

#directions {
position:relative;
float:right;
padding: 10px 12px 0px 0px;
}

span {
color:#666666;
}


/* Liquid Page Wrapper Styles */
#wrap {
	min-width: 960px;
	max-width: 1240px;
	margin: 24px auto;
	padding: 0 24px;
}
#innerwrap {
}

/* Header Area Styles */
#header {
}


/* Body Area Styles */
#body_area {
}

#photo {
	width: 45%;
	margin: 0 24px 24px 0;
	float: left;
	overflow: hidden;
}
#photo img {
	float: right;
}

#biophoto {
	width: 48%;
	margin: 0 24px 24px 0;
	float: left;
	overflow: hidden;
}
#biophoto img {
	float: right;
}
 

/* Footer Area Styles */
#footer {
	clear: both;
}
#footer p {
	margin: 0;
	padding: 4px 0 0 0;
	border-top: 4px solid #111;
	font-size: 14px;
}

#counter {
visibility:hidden;
}