body {
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	background-image: url('../images/graphback1.png');
	/*position: relative;*/
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #0078d4;
	text-decoration: none;
}

a:hover {
	color: #43adff;
}

p {
	line-height: 185%;
}

img {
	border: none;
}

div.clear {
	clear: both;
	min-height: 1px;
}

div#header {
	min-height:200px;
	height: 200px;
	background-image: url('../images/banner2.png');
}

div.header:hover {
	background-image: url('../images/hoverback10.png');
}

div#leftcolumn {
	float: left;
	width: 384px;
}

div#rightcolumn {
	float: right;
	width: 384px;
}

div.description {
	position: absolute;
	top: -1600px;
	left: 0px;
}

div.overlaycontainer {
	position: relative;
}

div.overlay {
	width: 400px;
	position: absolute;
	top: -1600px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div.overlay-right {
	left: 400px;
}

div.overlayinner {
	/*background-image: url('../images/graphback2done.png');*/
	background-image: url('../images/graphback2light.png');
	background-repeat: repeat-y;
	background-position: bottom;
	padding: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

div.overlaybottom {
	/*background-image: url('../images/graphback3.png');*/
	background-image: url('../images/graphback3light.png');
	min-height: 50px;
}

p.blogoverlay {
	font-size: 7pt;
}

p.blogoverlay a {
	font-weight: bold;
}

div.showthe h4, div.showtheselected h4 {
	padding: 0;
	margin: 0;
}

div.showthe p, div.showtheselected p {
	padding: 0;
	margin: 0 0 8px 8px;
}

div.showthe {
	display: block;
	cursor: pointer;
}

div.showthe:hover {
	background-image: url('../images/hoverback10.png');
}

div.showtheselected {
	position: relative;
	cursor: pointer;
	background-image: url('../images/hoverback10.png');
	z-index: 2001;
}

div.showtheselected:hover {
	background-image: url('../images/hoverback03red.png');
	z-index: 2001;
}

div.showthe, div.showtheselected {
	margin-bottom: 32px;
}

div.arrowscontainer {
	position: relative;
}

div.arrows {
	/*display: none;*/
	z-index: 2000;
	
}

div.closethe {
	cursor: pointer;
	background-image:url('../images/close.png');
	width: 167px;
	height: 41px;
	margin-left: 124px;
}

div.closethe:hover {
	background-image:url('../images/closehover.png');
}

div#hutarrows {
	display: none;
	background-image:url('../images/arrowshut.png');
	width: 141px;
	height: 494px;
	position: absolute;
	top: 56px;
	left: 300px;
}

div#communityarrows {
	display: none;
	background-image:url('../images/arrowscommunity.png');
	width: 287px;
	height: 700px;
	position: absolute;
	top: 100px;
	left: 350px;
}

div#backgroundarrows {
	display: none;
	background-image:url('../images/arrowsbackground.png');
	width: 347px;
	height: 705px;
	position: absolute;
	top: 75px;
	left: 100px;
}

div#blogarrows {
	display: none;
	background-image:url('../images/arrowsblog.png');
	width: 85px;
	height: 619px;
	position: absolute;
	top: 25px;
	left: 340px;
}

div.flipthrough {
	font-weight: bold;
	padding-left: 18px;
	padding-top: 8px;
}

.moreinfo {
	display: none;
}

div.projectdate {
	font-size: 14pt;
	font-style: italic;
}

.bordered,  div.field, div.flipper{
	border: solid #000000 1px;
}

div.field {
	width: 765px;
	background-color: #ffffff;
	margin: auto;
}

div.fieldblank {
	width: 765px;
	margin: auto;
}

div.field div {
		padding-left: 48px;
		padding-right: 48px;
		padding-top: 32px;
		padding-bottom: 32px;
		
		font-size: 9pt;
	}

div.flipper {
	width: 765px;
	/*height: 990px;*/
	margin: auto;
	position: relative;
}

div.flippernote {
	position: absolute;
	display: block;
	width: 765px;
	height: 50px;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-image: url('../images/hoverback10.png');
	font-size: 18pt;
	line-height: 50px;
	text-align: center;
}

p.subtext {
	width: 765px;
	margin: auto;
}

a.imagelibrary {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
    cursor: url(../images/zoomin.cur), default;
}

img.transitiontop, img.transitionbottom {
	position: absolute;
}

img.transitionbottom {
	top: 618px;
	left: 0px;
}

div.project {
	/*width: 31%;
	float: left;
	margin-right: 2%;*/
	float: left;
	width: 48%;
	margin-right: 2%;
}

div.project img {
	width: 350px;
}

div.project:hover {
	background-image: url('../images/hoverback10.png');
}



#dio-lens{
	border:1px solid #000;
	z-index: 10000;
}

#dio-sensor{
	z-index: 11000;
	cursor:crosshair;
}

#dio-loader{
	background:#fff url('../images/preloader.gif') no-repeat center 40px;	
	text-indent:-30000px;
}

