/* ---------------------------------------------*/ 
/*	Designed and Produced by Carlson Marketing  */
/*	Build start date:                           */
/*	Developer:                                  */
/*			                                    */
/*	News Item [Page] CSS                        */
/*			                                    */
/* ---------------------------------------------*/


/*----------------------------------*/
/* x. Overrides                		*/

#innerCol1, #innerCol2 {
	float: left;
	margin-top: 15px;
	border: none;
	border-top: 1px solid #fff;
}

#innerCol1 {
	width: 414px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	color: #000;
	padding: 15px 20px 50px 20px;
	background-color: #fff;
}

	#innerCol1 p {
		width: auto;
		margin-left: 0;
	}

#innerCol2 {
	width: 395px;
}

h2 {
	float: left;
}
p.backToNews {
	float: right;
	color: #fff;
	margin-right: 10px;
}
	p.backToNews a,
	p.backToNews a:visited {
		color: #fff;
		text-decoration: none;
	}

		p.backToNews a:hover {
			text-decoration: underline;
		}
