* {margin: 0; padding: 0;}

body {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif; 
	font-size: 11px;
	color: #333333;
	}
	
img {
	border: 0px;
	}
	
iframe {
	position: absolute;
	margin-left: 320px;
	margin-top: 114px;
	padding: 0px;
	border: none;
	width: 690px;
	height: 600px;
	}
	
h1 {
	font-size: 115px;
	font-weight: bold;
	display: inline;
	padding-bottom: 0px;
	line-height: 88px;
	height: 80px;
	}
	
a {
	text-decoration: none;
	color: #333333;
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	color: #25AAE1;
	cursor: pointer;
	}
	
a:active {
	text-decoration: none;
	color: #333333;
	}

a:visited {
	text-decoration: none;
	}

#header {
	position: absolute;
	margin-top: 156px;
	margin-left: 10px;
	}

	
/* MAIN NAV POSITIONING */

#accordion {
	position: absolute;
	margin-top: 154px;
	margin-left: 130px;
	}

h3.toggler {
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	margin: 0 0 4px 0;
	padding: 1px 5px 0px;
}


div.element {
	margin:0px;
	line-height: 18px;
	padding-left: 8px;
	padding-top: 0px;
}

div.element ul {
	list-style-type: none;
	padding-bottom: 2px;
	}

a.sites {
	padding: 0px;
	text-decoration: none;
	color: #333333;
	}

	
#about {
	position: absolute;
	margin-left: 0px;
	margin-top: 40px;
	}
	
	
#content {
	position: absolute;
	margin-left: 0px;
	margin-top: 28px;
	}
	
#content1 {
	position: absolute;
	margin-left: 0px;
	margin-top: 42px;
	}
	
#content2 {
	position: absolute;
	margin-left: 0px;
	margin-top: 10px;
	}	
	
p.bio {
	width: 500px;
	margin-left: 8px;
	line-height: 14px;
	}
	
/* GALLERY STYLING/

/*preload classes*/
.svw {
  width: 50px;
  height: 20px;
  background: #FFFFFF;
}

.svw ul {
	position: relative; left: -999em;}

/*core classes*/
.stripViewer {
  position: relative;
  overflow: hidden;
  margin: 0 0 1px 0;
}

.stripViewer ul { /* this is your UL of images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
.stripViewer ul li {
  float:left;
}

.stripTransmitter {
  overflow: auto;
  width: 1%;
}

.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.stripTransmitter ul li{
  width: 10px;
  float:left;
}

.stripTransmitter a{
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  background: #FFFFFF;
  color: #333333;
  text-decoration: none;
  display: block;
}

.stripTransmitter a:hover, a.current{
  background: #FFFFFF;
  color: #25AAE1;
}

/*tooltips formatting*/
#tooltip {
  background: #fff;
  color: #000;
  opacity: 0.85;
}

#tooltip h3 {
  font: normal 11px;
  margin: 3px;
  padding: 6px 2px;
  border: 0;
}

/******INFO CONTENT *******/

.handcursor {
	cursor: hand;
	cursor: pointer;
	}
	
.switchgroup1 {
	margin-top: -1.2em; 
	margin-left: 36px; 
	line-height: 1.24em;
	}


