#page_layout {
	height: 100%;
	width: 100%;

	margin: 0px;
	padding: 0px;

	background-color: transparent;

	position: relative;
	left:0px;
	top:0px;
	
}
	#main_top_bar {
		position: absolute;
		left: 0px;
		top: 94px;
		z-index: 200;
		
		width: 100%;
		height: 25px;
		
		background-color: #000000;
		
	}
		#main_top_bar_center{
			width:850px;
			margin:0 auto;
			background-color:blue;
			
			position: relative;
			left:0px;
			top:0px;
		}

		

	
	#m_c {
		width: 850px;
		height:100%;
		margin:0 auto;
		background-color: transparent;
		
		position: relative;
		left:0px;
		top:0px;
	}
		#m_c_nav_top{
			position: absolute;
			left:2px;
			top:74px;

			color: #ffffff;
		}
			#navtop_items a{
				color:#ffffff;
			}
				.navtop_item{
					margin:0px 22px 0px 0px;
				}

		#main_top_bar_txt{
			position: absolute;
			left:515px;
			top:5px;
			z-index:300;
			
			color: #ffffff;
			font-size: 14px;
			margin: 0px;
			padding: 0px 0px 0px 0px;
		}
		
		#main_top_logo{
			position: absolute;
			left:726px;
			top:-23px;
			z-index:300;
		}
		
		#m_c_c_pad{
			width:1px;
			height:130px;
		}
		
		#m_c_c {
			width: 850px;
			min-height: 658px;
			height:100%;
			border: 0px solid orange;
			background:black url(images/content_all_bg.jpg) no-repeat scroll 0px 0px;
			position: relative;
		}
			#photobar{
				padding: 44px 0px 0px 0px;
			}
			
			#photobar_link_div{
				width: 248px;
				height: 63px;
				position:absolute;
				left:602px;
				top:165px;
				cursor:pointer;
				background:transparent url(images/photobar_pull_quote_trans.png) no-repeat scroll 0px 0px;
				z-index: 100;
			}
			
			#photobar_link_div_edit{
				color: #ffffff;
				text-align:right;
				padding: 10px 10px 0px 0px;
			}
			
			#content_wrap{
				position:relative;
				left: 0px;
				top: 0px;
				height: 419px;

			}
			
				#content_nav{
					padding: 31px 22px 30px 28px;
					width: 153px;
					color: #ffffff;
					position: absolute;
					left: 0px;
					top: 0px;
				}
				
				#content_sep{
					margin: 31px 0px 30px 0px;
					width: 6px;
					background: #8d8d8d url(images/content_sep_red.gif) no-repeat scroll bottom left;
					position: absolute;
					left: 209px;
					top: 0px;

				}
				
				#content_body{
					padding: 31px 88px 30px 63px;
					width: 484px;
					color: #ffffff;
					position: absolute;
					left: 215px;
					top: 0px;
				}
					.copy_headline{
						font-weight: bold;
						font-size: 14px;
						line-height: 16px;
					}
				
				.clear {
					clear: both;
					display: block;
					height: 1px;
					overflow: hidden;
					margin: 0;
					padding: 0;	
				}
					
		#m_c_footer{
			margin: 12px 0px 100px 0px;
		}
			#m_c_nav_bottom{
				color: #ffffff;
			}
				#navbtm_items{
					float:right;
				}
				#navbtm_items a{
					color:#ffffff;
				}
					.navbtm_item{
						margin:0px 0px 0px 22px;
					}
				#copyright{
					float:left;
					margin-bottom: 5px;
				}
					.bli_red{
						color: #91181b;
					}
					
						.bli_red a {
							color: #91181b;
						}
						
						#copyright a {
							color: #91181b;
						}
						
						#copyright .text_label {
							color: #91181b;
							
						}
						
							#copyright .text_label a {
								color: #91181b;
								
								cursor: default;
							}
				#hwi{
					float:left;
					margin-left:7px;
					color: #91181b;
					font-size: 11px;
				}
					.partner a{
						color: #91181b;
					}
					.partner a:visited{
						color: #91181b;
					}

					.partner a:hover{
						color: #ffffff;
					}
/* pages without a section */
#sitemap {
	color: #000300;
}

/* article styles */
.style1 .content_item_first{
	
}

.style1 .text_headline {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	
	line-height: 16px;
	margin-bottom: 7px;
	
}

	.style1 .text_headline p {

	}
	
	.style1 .text_headline a {
		color: #ffffff;
	}

.style1 .text_copy {
	margin: 0px;
	padding: 0px;
	
	color: #ffffff;
	font-size: 11px;
	
	line-height: 16px;
	
}

	.style1 .text_copy p {
		margin-bottom: 24px;
	}


	.style1 .text_copy .text_subheadline {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
	
		margin-bottom: 17px;
	
	}
	
	.style1 a {
		color: #911714;
	}