/* CSS Document */

/* divs   padding - top, right, bottom, left */
	

body { 
	font: 8.5pt/11.5pt arial, sans-serif;
	background-color:#00CDCD;
	color:#000000;
    margin:0px; 
	height:100%;
	}
#container { 
	background: url(header3.jpg) no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	left:50%;
	width: 745px;
	height: 520px;
	margin-left:-375px;
	margin-top:10px;
	}
#detlogo {
	position:absolute;
	top:27px;
	left:585px;
	height:60px;
	width:155px;
	background: url(DETlogoblack150.jpg) no-repeat;
	}
#siteinfo{
	clear: both;
	position:absolute;
	top:510px;
	width:725px;
	background: url(footer2.jpg) no-repeat;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #fff;
	padding: 5px 10px 5px 10px;
	/*margin-top: 388px;*/
}
#content {
	margin: 0px;
	position: absolute;
	left: 234px;
	top: 121px;
	width: 505px;
	height: 377px;
	overflow: auto;
	/*	border: solid #716F64 1px;
*/	border: solid #CCCCCC 1px;
	}
#content h3 {
	padding:10px 8px 5px 8px;
	}	
#content p {
	padding:0px 8px 0px 8px;
	}		

#synthesis {
	background-color:#F1F3F6;
	color:#000000;
	position: absolute;
	width: 210px;
	height: 292px;
	top: 187px;
	overflow: auto;
	padding:10px 7px 8px 7px;
	left: 1px;
	}
#synthesis h3{font-size: 105%;}
#synthesis ul {margin-top:12px}

#poptitle {
	background:#00CDCD url(button.jpg) repeat-x;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
	padding:3px 0px 3px 10px;
	font-weight:800;
	font-size:120%;
	color:#666666;
	}
	
#popcont {
	position: relative;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 5px;
	background-color:#FFFFFF;
	/*	border: solid #716F64 1px;
*/	border: solid #CCCCCC 1px;
	padding:10px;
	}
#imagepanel {
	background-color:#FFF;
	position: relative;
	width: 210px;
	padding:10px 7px 8px 5px;
	left: 1px;
	}
#largerpanel {
	position:relative;
	float:right;
	width:380px;
	padding:10px;
	color:#666666;
	}
#borderbox {
	border: solid thin #00CDCD;
	padding:5px 5px 5px 0px;
	} 
#borderbox p {margin-top:12px; margin-left:70px;}	

#box{
	border: solid thin;
	/*width: 90%;*/
	background-color:#FFF;
	padding: 0 10px 0 10px;
	text-align: justify;
	border-color: silver;
	max-height: 200px;
  	overflow:auto;
	}

/*http://www.joedolson.com/accessible-navigation.php*/
#access{
 	margin: 0pt;
  	padding: 0pt 0.5em 0pt 0.5em;
  	background: transparent none repeat scroll 0%;
	font-size: x-small;
  	text-align: right;
	color:#FFFFFF;
	}
#access li{
	list-style: none;
  	display:inline;
	border-right: 1px solid #fff;
	text-align: right;
	}
#access li a,  #siteinfo a {
	color: #fff;
	padding-left: .4em;
	padding-right: .4em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1px;
	font-weight: 700;
	text-decoration: none;
	}
#access li a:focus, #access li a:active {
	text-decoration : underline;
	color: #fff;
	background: #009;
	}
#access li a:hover, #siteinfo a:hover {
	border-bottom: 2px solid #00FFFF;
	margin-bottom: 0;
	}
#topnav {
	position: relative;
	margin : 70px 5px 0px 260px;
}
#topnav li {
	display : inline;
	float : left;
}
#topnav li a, #topnav li.on {
	display : block;
	width : auto;
	height : auto;
	text-decoration : none;
	padding : .25em .5em;
	text-align : center;
	border : 1px solid #bbb;
	border-top : 0;
	cursor : pointer; /* an opera fix */
	margin : 0 2px;
	color : #333;
	background : #fff url(button.jpg) repeat-x top left;
} 
#topnav li.on {
	color : #ddd;
	background-color : #333;
	background-image : none;
	cursor : default; /* corrects opera fix */  
	border-top : 1px solid #000;
	font-weight: 700;
	font-size: .9em;
} 
#topnav li a:hover {
	background : #777 url(hover.jpg) repeat-x top left;
	color: #fff;
}
#topnav li a:focus, #topnav li a:active {
	text-decoration : underline;
	color: #fff;
	background: #009;
}

/* text */
p {
	font: 9pt/12pt arial, sans-serif;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	}
h1 { 
	font:18pt 'Trebuchet MS', arial, sans-serif; 
	font-weight:900;
	letter-spacing: 1px; 
	margin: 10px;
	color:#006699;
	background-color:transparent;
	}
h3 { 
	font: bold 12pt 'Trebuchet MS', arial, sans-serif; 
	letter-spacing: 1px; 
	margin: 0px;
	color:#006699;
	background-color:transparent;
	}
a {
	font-weight: bold;
	}
a:link, a:visited { 
	text-decoration: underline; 
	color: #00CCCC;
	background-color:transparent;
	}
a:active, a:hover { 
	text-decoration: underline; 
	color: #421E10;
	background-color:transparent;
	}
blockquote	{
	margin-bottom:5px;
	margin-top:10px;
	}

.citation {
	font-size:90%;
	color:#999999;
	text-align:right;
	margin-right:40px;
	margin-top:0px;
	}
.imgspage {padding:8px;}
	
/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 490px;
  height: 130px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 35px;  
  width: 420px;
  height: 123px;
  overflow:hidden;   
  background: #fff;
  border-top:solid thin #00CDCD;
  border-bottom:solid thin #00CDCD;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 25px;
  height: 126px;
  background: url(../images/left.jpg);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(../images/left_dis.jpg);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 25px;
  height: 126px;
  background: url(../images/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(../images/right_disa.gif)
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#fff;
  margin:0pt;
  padding:15px 10px 10px;
  width:121px;
  list-style:none;   
  float:left;
}
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.9em;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #F1F3F6;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #fff;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}

/* Tool tip */
/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
label{font-size: 1.2em;}

#contentPad{
margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}



/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
/*  end */
.small {
	font-size: x-small;
	margin-top:0px;}