@import url("../css/screen_globals.css");
@import url("../css/screen_navigation.css");
@import url("../css/screen_interior.css");

.red {
	color: #f00;	
}

#programs_header {
	background: transparent url("../images/bg_programs_title.jpg") no-repeat top;
	width: 640px;
	height: 76px;
	border-bottom: 8px solid #FFF;
}

#programs_content {
	position: relative;
	width: 478px;
	float: left;
}

#programs_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #E27C00;
}

#programs_content p {
	line-height: 16px;
}

#programs_content strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006685;
}

#programs_content a {
	text-decoration: underline;
	color: #E27C00;
}

#programs_content a:hover {
	text-decoration: none;
}

	.programs_title {
		float: left;
		margin: 8px 0 0 0;
		padding: 0 0 0 8px;
	}
	
	.programs_title h1 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 21px;
		color: #006685;
	}
	
	.programs_title h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 18px;
		color: #E27C00;
	}
	
	.programs_detail {
		float: right;
		width: 143px;
		margin: 8px 0 0 0;
		padding: 0 8px;
		border-left: 1px solid #CCC;			
	
	}

	.program_nobg {
		padding: 8px 0 16px 0;
		margin: 0 8px 0 0;
		border-bottom: 1px solid #E6E6E6;
	}

	.program_nobg h2 {
		padding: 0 0 0 8px;
	}
				
	.program_nobg p {
		padding: 8px 0 0 8px;
	}
	
	.program_bg {
		padding: 8px 0 16px 0;
		margin: 0 8px 0 0;
		background: transparent url("../images/bg_programs_list.gif") repeat 0 0;
		border-bottom: 1px solid #E6E6E6;				
	}
	
	.program_bg h2 {
		padding: 0 0 0 8px;
	}
	
	.program_bg p {
		padding: 8px 0 0 8px;			
	}
	
	ul#photo_ops {
		position: relative;
		margin: 0 0 0 8px;
	}
	
	#photo_ops li {
		float: left;
		list-style: none;
		padding: 0 9px 0 0;
		margin: 16px 0 0 0;
	}
	
	#photo_ops li img {
		border: 2px solid #006685;
		margin-bottom: 4px;
	}
	
	#photo_ops li em {
		font-weight: bold;
		font-style: normal;
		color: #E27C00;
	}