/* 
------------------------------------------
DDTP Screen Style Sheet
------------------------------------------
*/

/* Styles the Current Links
-----------------------------------------------------*/
@import "currentlink_styles.css"; 

/* HTML Elements 
-----------------------------------------------------*/
img  { margin:0; padding:0; border:none; }

body {
	margin:0px;
	padding:0px;
	font-family: verdana, sans-serif;
	font-size: 70%;
	color: #000;
	line-height: 170%;
	background: url(http://www.ddtp.org/images/bg.gif) repeat;
	}
	
a { 
  text-decoration: underline; 
  color:blue; 
  }
 
a:visited { 
  text-decoration: underline; 
  color:purple; 
  }
 
a:hover, a:focus, a:active{ 
  text-decoration: underline; 
  background-color: #E7E7E7;
  color:#000099; 
  }		
  
.top_gradient a:hover, .top_gradient a:focus, .top_gradient a:active {
	background-color:transparent;
	}

  
h1 {
	font-size: 160%;
	font-weight: bold;
	margin:10px 0;
	padding:0;
	border-bottom:1px dotted #FBAA00;
	}	
	
/*#current01 h1 {
	font-size: 160%;
	font-weight: bold;
	margin:10px 0;
	padding:0;
	border:0;
	}*/	
	
h2 {
	font-size: 130%;
	font-weight: bold;
	margin:0;
	padding:0;
	color: #FBAA00;
	}	
	
.main_right h2 {
	color: #000;
	}		
	
h3 {
	font-size: 115%;
	font-weight: bold;
	margin:0;
	padding:0;
	}			
	
	
/* TOP GRADIENT
--------------------------------------------------------*/	

.top_gradient {
	background: #fff url(../images/bg_header_gradient.jpg) repeat-x top;
	width:768px;
	height:74px;
	}	
	
.top_gradient img, .top_gradient .imagebutton {
	position:relative;
	top:20px;
	background-color:transparent;
	}	
	
.options {
	float:left;
	}	
	
.options a:hover, .options a:focus, .options a:active{ 
  background-color: transparent;
  }			
	
.options_text {
	position:relative;
	top:7px;
	margin-left:15px;
	font-weight:bold;
	font-size:15px;
	}	

.search {
	float:right;
	margin-right:10px;
}	
	
.search .search_submit {
	position:relative;
	top:20px;
	}
	
.search .search_text {
	position:relative;
	top:10px;
	} 		
	
/* TOP NAVIGATION
--------------------------------------------------------*/	

#topnav {
	background-color:#FFDB8F;
	width:768px;
	margin:0 -1px 12px 0;
	clear: right;
	}

#topnav a:link, #topnav a:visited, #topnav a:active {
	float: left;
	font-size:13px;	
	font-weight:bold;
	padding:2px 12px 5px 12px;
	margin:0;
	display:block;
	text-decoration: underline;
	color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #FFDB8F;
	border-bottom:1px solid #FFDB8F;
	border-top:1px solid #FFDB8F;
	background-color:#FFDB8F;
	}

#topnav a:hover {
	color:#000;
	background-color:#FFF6E5;
	border-left:1px solid #fff;
	border-right:1px solid #FFDB8F;
	border-bottom:1px solid #FFDB8F;
	border-top:1px solid #FFDB8F;
	}	
	
/* skip over navigation */
#skipnav a {
	color:#FCFCFC;
}

#skipnav a:hover {
	background-color:transparent;
}

.hidden-msg	{
	height:1px;
	width:1px;
	overflow:hidden;
	position:absolute;
	top:-60px;
	left:0px;
	font-size:1%;
	color:#292929;
	visibility:hidden;
	}

#tabslist {
  display:inline;
  list-style-type: none;
  border:0px;
  margin:0px;
  padding:0px;
  }
 
#tabslist li {
  display: inline;
  padding:0px;
  margin:0px;
  list-style-type: none;
  }
	
/* MAIN CONTENT
--------------------------------------------------------*/		
	
.main_content_home {
	margin:10px 15px 20px 15px;
	width:738px;
	clear: both;
	}	
	
.main_content_primary {
	margin:10px 15px 0 15px;
    padding-bottom:20px;
	width:929px;
	clear: both;
	}	
	
.main_content {
	margin:10px 15px 0 15px;
	width:929px;
	background:#fff url(../images/bg_secondary_pages.gif) repeat-y;
	clear: both;
	}		
	
.division_block_home {
	width:236px;
	border:1px solid #000;
	float:left;
	margin-right:5px;
    overflow:auto;
	}	
	
.division_block_home a:link, .division_block_home a:visited, .division_block_home a:active {
	display:block;
	text-decoration:none;
	}

.division_block_home a:hover {
	display:block;
	}		
	
.division_block {
	width:236px;
	border:1px solid #000;
	float:left;
	margin-left:10px;
	}		
	
.division_block a:link, .division_block a:visited, .division_block a:active {
	display:block;
	text-decoration:none;
	}

.division_block a:hover {
	display:block;
	}			
	
.block_text {
	padding:5px;
	display:block;
	}	
	
.main_left {
	float:left;
	width:661px;
	padding-right:15px;
	}
	
.main_right {
	float:right;
	width:228px;
	padding:15px 10px 15px 10px;
	}		
	 
.program_updates_box {
	border:#000 solid 1px;
	width:600px;
	margin:5px auto;
	padding:5px;
	}
	
#video_library {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 3px;
	width: 450px;
}

#video_library h3{
	background-color:#FFF6E5;
	padding: 3px;
}
.main_left_col{
	float: left;
	width: 225px;
	border: 1px solid #000000;
}

.main_right_col{
	float: right;
	width: 225px;
	border: 1px solid #000000;
}

.no_bullet{
	list-style-type: none;
	margin-left: 5px;
}

.hanging_indent{
	text-indent: -1em; 
	margin-left: 1em; 
	}

h4{
	background-color:#FFF6E5;
	padding: 3px;
	font-size: 95%;
}

.products img{
	float: left;
	clear: left;
}

.products .text{
	margin-left: 5px;
	float: left;
	clear: right;
}html>body .products .text{width: 55%;}

.products h3{
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding:10px 0px 10px 3px;
	background-color:#FFF6E5;
}

/* FOOTER
--------------------------------------------------------*/		
	
.footer {
	padding:10px 15px;
	margin-bottom:20px;
	border-bottom:30px solid #FFDB8F;
	width:738px;
	}
	
/* BREADCRUMBS
--------------------------------------------------------*/		
.breadcrumbs{
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited{
	color: #B94646;
}

.tools{
	float: right;
	clear: right;
	width: 120px;
}

.tools_text{
	float: right;
	clear: right;
	width: 120px;
	display: none;
}

#breadcrumbs_parent{
	clear: both;
	display: block;
}

/* TABLES
--------------------------------------------------------*/
	
.tabular_data {
	background-color:#FFF6E5;
	border:#000 solid 1px;
	margin:10px 0;
	padding:0;
	}	
	
.tabular_data td {
	border:#000 solid 1px;
	margin:0;
	padding:5px;
	}		
	
.tabular_data th {
	border:#000 solid 1px;
	margin:0;
	padding:5px;
	}			
	
.tabular_data caption {
	font-size: 110%;
	font-weight: bold;
	}	
	
.tabular_data_inset	{
	background-color:#fff;
	border:#000 solid 1px;
	margin:10px 0;
	padding:0;
	}	
	
.form_table {
	background-color:#FFF6E5;
	border:#000 solid 1px;
	margin:10px 0;
	padding:0;
	}
	
.form_table td {
	padding: 2px 5px;
	}	
	
/* LISTS
--------------------------------------------------------*/			
	
.main_list {
	list-style: none;
	list-style-image: url(../images/large_arrow_bullet.gif);
	}	

.right_list {
	list-style: none;
	list-style-image: url(../images/small_arrow_bullet.gif);
	}	
	
/* MISC
--------------------------------------------------------*/			



.leftalign {
	float: left;
	margin-right:2px;
	}
	
.rightalign {
	float: right;
	margin-left:2px;
	}	
	
.video_screenshot {
	float:left;
	margin:10px;
	}	
	
.video_text {
	float:left;
	margin:10px 0;
	}	
	
.center {
	text-align: center;
	}
	
.center_block {
	display:block;
	text-align:center;
	}	

#spacer {
	clear: both;
	}

form {
	margin:0;
	padding:0;
	}

.indent15 {
	margin-left:15px;
	}
	
.orange_hilight {
	background-color:#FFF6E5;
	padding:5px;
	margin:5px 0 10px 0;
	}	

.endoflist{
	display: none;
}

.color{
	background-color:#FFF6E5;
}

.smaller_text{
	font-size:85%;
	font-weight: normal;
}

.no_border{
	border: none;
}

.right_border{
	border-color: #FBAA00;
	border-width: 0 1px 0 0;
	padding-right: 11px;
}

.image_bucket1{
		float: left;
		width: 126px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
.image_bucket2{
		float: left;
		width: 177px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
.image_bucket3{
		float: left;
		width: 148px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
.news_update{
	display: block;
	padding: 10px 10px 10px 30px;
}

.news_update .header{
	font-size: 110%;
	font-weight: bold;
}

.big_font{
	font-size: 1.5em;
	color: #000;
}

.cal_table{
	border:3px solid #000;
	background-color: #FFF8EC;
	border-collapse: collapse
}

.cal_table td {
	border:1px solid #000;
	margin:0;
	}		
	
.cal_table th {
	border:1px solid #000;
	margin:0;
	}	
	
.minutes {
	font-size: 100%;
	border: 2px solid #000;
	padding: 20px;
	margin: 20px;
}

.minutes .date{
	font-size: 160%;
	font-weight: bold;
	float: right;
}

.minutes .title{
	font-size: 160%;
	font-weight: bold;
	float: left;
	width: 300px;
}

.minutes .time {
	font-size: 80%;
	font-weight: bold;
}

.cal_title_left {
	font-size: 160%;
	font-weight: bold;
	float: left;
}

.cal_title_right {
	font-size: 160%;
	font-weight: bold;
	float: right;
}

.weekdays{
	background-color: #FFD182;
}

.white {
	background-color: #FFF;
}

.spacer {
	clear: both;
}




/* --- new layout styles --- */

fieldset,img,a img,:link img,:visited img {border:0;}

.clear {
	height:0.01em;
    clear:both;
    width:100%;
    }
    
img.img-left {
	float:left;
    margin:0;
    }    
    
.home {
	color:#2e1942;
    font-size:15px;
    font-family:Helvetica, Arial, sans-serif;
    }
    
.home a:link, .home a:visited { color:#2e1942; text-decoration:underline; background:none; }
.home a:hover, .home a:active { color:#2e1942; text-decoration:none; background:none; }
        

#container {
	width:959px;
    margin:0 auto;
    border-left:1px solid #fede94;
    border-right:1px solid #fede94;
    }
    
#page-header {
	background:url(../images/layout/header-bg.jpg) no-repeat;
    width:959px;
    height:121px;
    }
    
#page-view {
	background:url(../images/layout/header-bg-view.jpg) no-repeat;
    width:959px;
    height:50px;
    }
    
#main-menu {
	height:40px;
    width:959px;
    background:url(../images/layout/nav-bg.jpg) repeat-x;
    font-weight:bold;
    font-size:14px;
    margin:0;
    padding:0;
    }
    
    #main-menu li {
    	background:url(../images/layout/nav-div.jpg) right no-repeat;
        height:40px;
        line-height:40px;
        padding:0 7px 0 5px;
        float:left;
        display:inline;
        }
        
        #main-menu li.last {
        	background:none;
            padding:0 0 0 6px;
            }
            
     #main-menu a { text-decoration:none; color:#2e1942; }
        
#content {
	background:url(../images/layout/body-bg.jpg) no-repeat;
    width:959px;
    }  
    
    /*#current01 h1 {
	font-size: 160%;
	font-weight: bold;
	margin:10px 0;
	padding:0;
	border:0;
	}*/      
        
#content h1.header {
	background:url(../images/layout/body-img-welcome.jpg) no-repeat;
    width:416px;
    height:93px;
    display:block;
    margin:0 0 60px 0;
    padding:0;
    font-size:14px;
    border:none;
    }
    
    h1.header span {
    	left:-9999px;
        position:relative;
        }
        
    a.link-header {
    	display:block;
        width:416px;
        height:93px;
        text-decoration:none !important;
   		margin:0 0 60px 0;
        }
        
        
.home h2 {
	font-family:Helvetica, Arial, sans-serif;
    color:#feae02;
    font-size:18px;
    margin:0 0 15px;
    }
    
.column-left {
	float:left;
    width:696px;
    color:#5a3293;
    }
    
    .column-left a:link, .column-left a:visited { color:#5a3293; } 
    
    .column-left h2 {
    	margin:0 0 15px 15px;
        letter-spacing:-1px;
        }
    
.column-left ul {
	margin:0 0 0 15px;
    padding:0;
    font-size:15px;
    font-weight:bold;
    }
    
    .column-left li {
    	background:url(../images/layout/body-bullet-arrow.jpg) 0 7px no-repeat;
        padding:0 0 15px 17px;
        list-style-type:none;
        }
        
.column-right {
	float:left;
    width:263px;
    padding-top:7px;
    }
    
.videos {
	float:left;
    width:626px;
    margin-top:25px;
    }
    
    .video-1 {
    	float:left;
        width:239px;
        margin-left:15px;
        }
        
     .video-2 {
     	float:left;
        width:244px;
        }

    /*.videos object {
    	border:3px solid #fff;
        width:211px;
        height:119px;
        display:block;
        }
        */
        
.branding-band {
	float:left;
    width:333px;
    margin-top:166px;
    }
    
    .branding-band a, .branding-band img { 
    	margin:0;
        padding:0;
        float:left;
        } 
    
#highlights {
	background:url(../images/layout/body-bg-highlights.jpg) no-repeat;
    width:959px;
    height:53px;
    }
    
#highlights-scroller2 {
	background:url(../images/layout/body-bg-scroll2.jpg) no-repeat;
    width:909px;
    height:201px;
    text-align:center;
    margin:0 auto;
    padding-left:50px;
	}
    
    #highlights-scroller2 img, #highlights-scroller2 a {
    	margin:0;
        padding:0;
        }
        
    #highlights-scroller2 img { float:left; }
    
#footer {
    border-left:1px solid #fede94;
    border-right:1px solid #fede94;
    }    
    
.home #footer {
    border:none;
    }     
            
#footer {
	font-size:14px;
    margin:0 auto;
    width:959px;
    }
    
    #footer ul.footer-menu {
    	background:url(../images/layout/footer-bg-nav.jpg) no-repeat;
        width:959px;
        height:62px;
        line-height:62px;
        text-align:center;
        margin:0;
        padding:0;
        font-weight:bold;
        }
        
        ul.footer-menu li {
        	display:inline;
            padding:0 3px;
            }
        
     #footer ul.privacy {
     	background:url(../images/layout/footer-bg-btm.jpg) no-repeat;
        width:959px;
        height:54px;
        line-height:54px;
        text-align:center;
        font-size:12px;
        margin:0;
        padding:0;
        }
        
         ul.privacy li {
        	display:inline;
            padding:0 5px 0 7px;
            border-right:1px solid #321b4b;
            }
            
         	ul.privacy li.last { 
            	border:none;
                padding:0 0 0 7px;
                }                                
    	        
#footer a:link, #footer a:visited { color:#2e1942; text-decoration:none; background:none; }
#footer a:hover, #footer a:active { color:#2e1942; text-decoration:underline; background:none; }
    
.search_new {
	float:right;
	margin:10px 12px 0 0;
    position:relative;
	}
    
.search_new .search_text {
	background:url(../images/layout/header-search-field.jpg) no-repeat;
    width:180px;
    height:20px;
    border:0;
    padding:7px 10px 3px 10px;
    position:absolute;
    top:0;
    right:91px;
    }
        
/*#home-breadcrumb { width:740px; padding-left:13px; }*/
body#current01 .breadcrumbs { display:none; }
body#current01 #breadcrumbs_parent .spacer { display:none; }    

#nav-steps {
	margin:0;
    padding:0;
    list-style-type:none;
    }
    
    #nav-steps a {
    	display:block;
        width:263px;
        height:61px;
        }
    
    #nav-steps-01 a { background:url(../images/layout/body-btn-step1.jpg) no-repeat; }
    #nav-steps-01 a:hover { background:url(../images/layout/body-btn-step1.jpg) 0 -61px no-repeat; }  

    #nav-steps-02 a { background:url(../images/layout/body-btn-step2.jpg) no-repeat; }
    #nav-steps-02 a:hover { background:url(../images/layout/body-btn-step2.jpg) 0 -61px no-repeat; }  

    #nav-steps-03 a { background:url(../images/layout/body-btn-step3.jpg) no-repeat; }
    #nav-steps-03 a:hover { background:url(../images/layout/body-btn-step3.jpg) 0 -61px no-repeat; }  
    
    #nav-steps li a span { display:none; }