@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#ffffff;
}
#pagewrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}
#header {
	overflow:hidden;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 img {
	border:none;
}
#navigation {
	background-color:#333333;
	border-bottom:3px solid #222222;
	position:relative;
	width:900px;
	height:27px;
}
#nav {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:3px 0 4px 0;
	height:20px;
	z-index:200;
	position:absolute;
	left:0;
	top:0;
}
#nav li {
	display:block;
	float:left;
	height:20px;
	margin:0 5px;
}
#nav li a {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d7d7d7;
	padding:0 15px;
	text-decoration:none;
}
#nav li a.currentnav,
#nav li a:hover {
	color:#c7b299;
	background-image:url(images/bg-nav-ro.gif);
}
#homesplash {
	border: 10px solid #000000;
	width:880px;
	height:400px
	overflow:hidden;
}
#splash {
	border: 10px solid #000000;
	width:880px;
	height:250px
	overflow:hidden;
}
#homesplash img,
#splash img {
	border: 1px solid #626262;
}
#homelargecornertop {
	position:absolute;
	z-index:100;
	right:-43px;
	top:-6px;
	width:240px;
	height:200px;
	background-image:url(images/wendell-home-large-corner-top.png);
}
#homelargecornerbottom {
	position:absolute;
	z-index:100;
	right:-43px;
	top:194px;
	width:440px;
	height:390px;
	background-image:url(images/wendell-home-large-corner-bottom.png);
}
#buttonsrow {
	overflow:hidden;
	height:250px;
	padding:10px 0 0 0;
}
.homebutton {
	width:295px;
	height:240px;
	background-image:url(images/bg-buttonrow.gif);
	border-top:10px solid #000000;
	float:left;
	margin:0;
}
.homebutton.middlebutton {
	width:290px;
	margin:0 10px;
}
.homebutton h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#c69c6d;
	font-weight:normal;
	margin:5px 0 10px 20px;
}
.homebutton p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ebebeb;
	margin:5px 15px 5px 20px;
}
.homebutton p.buttonimage {
	margin:10px 0;
	text-align:center;
}
.homebutton p.buttonimage img {
	border: 1px solid #626262;
}
.homebutton p.readmore {
	text-align:right;
	font-size:10px;
	margin:5px 20px 0 0;
}
.homebutton p.readmore a {
	color:#c69c6d;
	text-decoration:none;
}
#contentwrapper {
	overflow:auto;
	border-bottom:10px solid #000000;
	background-image:url(images/bg-contentwrapper.jpg);
	width:900px;
}
#leftpanel {
	float:left;
	width:230px;
	padding-top:10px;
	padding-left:20px;
	margin:0;
}
#leftpanel h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
}
#leftpanel ul#subnav {
	list-style:none;
	margin:10px 25px;
	padding:0;
}
#leftpanel ul#subnav  li {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:1px dotted #444444;
}
#leftpanel ul#subnav  li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:15px 0;
}
#leftpanel ul#subnav  li a.currentnav,
#leftpanel ul#subnav  li a:hover {
	color:#c7b299;
}

#content {
	float:right;
	width:590px;
	padding:0 10px 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	color:#000000;
	margin:10px 0;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#000000;
	margin:15px 0 10px 0;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}
#content p {
	margin: 10px 0;
	line-height:18px;
}
#content p.bioimage {
	margin:0 0 15px 15px;
	float:right;
}
#content p.bioimage img {
	border:1px solid #c7b299;
}
#content blockquote {
	background-image:url(images/bg-blockquote.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
	padding:5px 50px;
}
#content p.quoteref {
	text-align:right;
	font-size:10px;
	font-style:italic;
	margin:0;
	color:#555555;
}
#content p.quoteref strong {
	color:#333333;
}
#content a {
	color:#000000;
}
#content a:hover {
	color:#c7b299;
}
#content ul li {
	padding: 0 0 10px 0;
}
#donatebutton {
	position:absolute;
	top:15px;
	right:0px;
	margin:0;
	padding:0;
}
#donatebutton.homedonate {
	right:240px;

}
#donatebutton img {
	border:none;
	clear:both;
}
#footer
{
	margin:10px 0;
	overflow:hidden;
}
#footer p#copyright {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	margin:0;
	padding:0;
}
#footer p#DigitalEYE {
	float:right;
	margin:0;
	padding:0;
}
/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 352px; 
    height:264px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    border:1px solid #999;
	text-decoration:none; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
a.myPlayer strong {
	display:block;
	padding: 15px 0;
	margin:40px 5px 0 5px;
	background-color:#CCCCCC;
}
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000;
	color:#c7b299;
}
a.myPlayer:hover strong { 
	background-color:#333333;
}
