@import url("../css/screen_globals.css");
@import url("../css/screen_navigation.css");
@import url("../css/screen_interior.css");
@import url("../css/jquery.lightbox-0.5.css");

#newsletter_header {
	background: transparent url("../images/bg_newsletter_title.jpg") no-repeat top;
	width: 640px;
	height: 76px;
	border-bottom: 8px solid #FFF;
}

#newsletter_content {
	position: relative;
	width: 478px;
	float: left;
	margin: 8px 0 0 0;
}

#newsletter_content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #006685;
	margin-bottom: 4px;
	padding: 0 0 0 8px;
}

#newsletter_content h2 {
	font-size: 18px;
	color: #E27C00;
	margin-bottom: 8px;
	padding: 0 0 0 8px;	
}

#newsletter_content h2.no_margin {
	margin: 0;
}

#newsletter_content p {
	padding: 0 0 0 8px;
	line-height: 16px;
	margin: 0 8px 16px 0;
}

#newsletter_content strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006685;
	margin: 0;
	padding: 0;
}

#newsletter_content a {
	text-decoration: underline;
	color: #E27C00;
}

#newsletter_content a:hover {
	text-decoration: none;
}

.feat_img {
	border: 4px solid #006685;
	margin: 8px 0 0 8px;
}

.feat_title {
	float: left;
	margin: 16px 0 0 0;
	padding: 0;
}

.feat_detail {
	float: right;
	width: 158px;
	margin: 16px 0 0 0;
	padding: 0;
	border-left: 1px solid #CCC;
}


	ul#photo_ops {
		position: relative;
		margin: 0 0 0 8px;
	}
	
	#photo_ops li {
		float: left;
		list-style: none;
		padding: 0 9px 0 0;
		margin: 5px 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;
	}

.line_break {
	border-bottom: 2px solid #E6E6E6;
	margin: 0 8px 0 0;
}