/* =========================== */
/* = MARKEL CONTAINER STYLES = */
/* =========================== */

/* =============================== */
/* = Abstracts 2009 = Jack Lawry = */
/* =============================== */

/* ============= */
/* = mainImage = */
/* ============= */
.MainImagePane .mainImage .c_content h1,
.MainImagePane .mainImage .c_content h3,
.MainImagePane .mainImage .c_content h4,
.MainImagePane .mainImage .c_content h5,
.MainImagePane .mainImage .c_content h6{
	left:280px;
}

.MainImagePane .mainImage .c_content h1,
.MainImagePane .mainImage .c_content h2,
.MainImagePane .mainImage .c_content h3,
.MainImagePane .mainImage .c_content h4,
.MainImagePane .mainImage .c_content h5,
.MainImagePane .mainImage .c_content h6{
	position:relative;
	top:-245px;
	color:#fff;
	font-weight:normal;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom:0px;
	margin-top:0px;
}

.MainImagePane .mainImage .c_content h2{
	padding-right:100px;
	text-align:right;
}

.MainImagePane .mainImage .c_content h3{
	padding-left:30px;
}

.MainImagePane .mainImage .c_content h4{
	padding-left:60px;
}

.MainImagePane .mainImage .c_content h5{
	padding-left:90px;
}

.MainImagePane .mainImage .c_content h6{
	padding-left:150px;
}

/* ============= */
/* = mainTitle = */
/* ============= */
.mainTitle{
	padding:10px;
	clear:both;
}

.mainTitle h2,
.mainTitle h3{
	margin-top:0;
}

.mainTitle h2 .Head,
.mainTitle h3 .Head{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 5px;
	color: #b6b6b6;
}

.mainTitle h3 .Head{
	font-size: 14px;
}

.ContentLowerPane .mainTitle h2 .Head,
.ContentLowerPane .mainTitle h3 .Head{
	color: #565656;
}

.rightArea .mainTitle h2 .Head,
.rightArea .mainTitle h3 .Head{
	color: #da898d;
}

.c_contentpane .Normal,
.c_contentpane .Normal p{
	color:#fff;
	line-height: 1.5em;
	margin-bottom: 6px;
	margin-top:5px;
}

.ContentLowerPane .c_contentpane .Normal,
.ContentLowerPane .c_contentpane .Normal p{
	color:#565656;
}

.RedBoxPane .mainTitle h2,
.RedBoxPane .mainTitle h3{
	padding:0px 10px;
}

.RedBoxPane .Normal {
padding-left:12px;
padding-right:10px;
}

.mainIcon img{
	border: 1px solid red;
	float:left;
	margin:0 10px 10px 0;
}

.RedBoxPane hr {
	color: #da898d;
	background-color: #da898d;
	height: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.RedBoxPane .DNN_News_ItemLink a:link,
.RedBoxPane .DNN_News_ItemLink a:visited,
.RedBoxPane .DNN_News_ItemLink a:hover,
.RedBoxPane .DNN_News_ItemLink a:active{
	color:#fff;
}

.RedBoxPane .DNN_News_ItemDate{
	color: #da898d;
}

.RedBoxPane .DNN_News_ItemDetails{
	color: #fff;
	padding-bottom:12px;
	border-bottom:3px solid #da898d;
}

/* ================================================= */
/* = Hide last items bottom border on new browsers = */
/* ================================================= */
.RedBoxPane .DNN_News_ItemDetails:last-child {
	border-bottom:none;
}

/* ============== */
/* = ADMIN VIEW = */
/* ============== */
.paneOutline .bgImage{
	display:none;
}