@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(images/bg_browser.jpg);
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/bg_header.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 222px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color:#FFFFFF;
	padding-bottom:40px;
}
.twoColFixLtHdr #mainContent {
	width: 570;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/bg_footer-1.jpg);
	color:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation {
	background-image: url(images/bg_nav-1.jpg);
	background-repeat: repeat-x;
	height: 28px;
	padding-left: 40px;
}
#splash {
	background-image: url(images/binarybkg.jpg);
	height: 135px;
	padding: 0px;
	margin: 0px;
}
#apDiv1 {
	position:absolute;
	left:724px;
	top:22px;
	width:135px;
	height:265px;
	z-index:1;
	background-image: url(images/duke-full%20copy.png);
}
#splash h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 30px;
}
#apDiv2 {
	position:absolute;
	left:753px;
	top:23px;
	width:135px;
	height:265px;
	z-index:1;
}
#sidenav {
	width: 200px;
	height: auto;
	margin: 0px;
}
#sidenav ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color:#000066;
}
#sidenav li {
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px 2px 5px 10px;
	background-image: url(images/navbkg.jpg);
	background-repeat: repeat-x;
	/*margin-top: 1px;
	font-weight: bold;*/
}
#sidenav a{
	text-decoration: none;
	color: #FFFFFF;
}
#sidenav li a.current {
	color:#66CCFF;
}
#sidenav a:hover, #sidenav a:focus {
	display: block;
	text-decoration: none;
	color: #666666;
}

#sidebar1 p {
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent p {
	line-height: 1.5em;
}
#section {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#mainContent h1 {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.1em;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
.title {
	font-size: 1.6em;
	font-weight: bold;
}
.videotext {
	color: #CCCCCC;
	width: 120px;
	float: left;
	padding-top: 100px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 1.2em;
}
.videoplayer {
	/*height: 268px;*/
	padding: 10px 0px;
}
/*.item {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	overflow: hidden;
	width: 560px;
}
.item img {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-top-color:#999999;
	border-left-color:#999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	vertical-align:middle;
}
.item p {
	padding-top:0px;
	padding-right:10px;
	font-size:.95em;
}*/
/****************** item display ********************/
.samples {
	/*text-align:center;*/
	font-size:10px;
	/*border-bottom:1px solid #CCCCCC;*/
}
.samples p {
	padding: 0 30px;
}
.itemthumb {
	width:160px; 
	height:200px;
	float:left; 
	margin:0; 
	padding:3px; 
	text-align:left;
}
.itemthumb img {
	border:1px solid #666666;
}
.itemthumb p {
	padding:0 0 0 10px; 
	margin:-5px 0 5px 0; 
	font-size:10px; 
	color:#64B034;
	text-align:center;
}
.itemthumb a {
	color: #3A93B7;
}
/******************* video stuff **********************/
.videobox {
	width:280px;
	height:260px;
	float:left;
	color:#EEEEEE;
	overflow:visible;
}