@font-face {
  font-family: Gotham;
  src: url(fonts/EOT/Gotham-Book.eot);
  src: url(/fonts/OTF/Gotham-Book.otf) format('opentype');
}
@font-face {
  font-family: Miller;
  src: url(fonts/EOT/MillerDisplay-Roman.eot);
  src: url(/fonts/OTF/MillerDisplay-Roman.otf) format('opentype');
}
@font-face {
  font-family: MillerDisplayItalic;
  src: url(fonts/EOT/MillerDisplay-Italic.eot);
  src: url(/fonts/OTF/MillerDisplay-Italic.otf) format('opentype');
}
p {
	font-size: 11px;
}
/* @group News */
a {
	outline: none;
}
a:hover {
	color: #ccc;
}
img {
	border: 0;
	outline: none;
}
.news_container {	
	position: relative;
	width: 969px;
	height: 360px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	background: #fff;
	padding: 5px 0;
	text-align: left;
}
.news_post {
	display: none;
	float: left;
	font-family: Gotham;
	line-height: 12px;
}
.current {
	display: block;
}
.news_post .post_img {
	float: left;
	width: 641px;
	height: 360px;
	margin-right: 15px;
}
.post_outer {
	height: 315px;	
	padding: 8px 0 0 0;

	border-bottom: 1px solid #808080;
	margin-left: 656px;
}
.post_heading {
	height: 28px;
	border-bottom: 1px solid #808080;
	/*margin: 0 0 14px 655px;*/
	margin: 0 0 14px 0;	
}
.post_heading h2 {
	font-family: Miller;
	font-size: 18px;
	line-height: 18px;
}
.news_post h3, .news_post h4 {
	font-family: Gotham;
	line-height: 16px;
}
.post_heading .btn_close {
	float: right;
}
.news_post h4, .news_post p {
	margin-bottom: 10px;
}
.news_post #body_copy {
	font-family: Gotham;
	font-size: 11px;
	overflow: hidden;
	height: 190px;
}
.news_controls {
	position: absolute;
	bottom: 13px;
	right: 0;
	width: 314px;
}
.news_controls #btn_left, .news_controls #btn_right {
	cursor: pointer;
}
/* @end News */

/* @group Content */
.content_container {
	width: 640px;
	font-family: Gotham;
}
.content_container h2 {
	font-size: 12px;
	margin-bottom: 10px;
}
.content_container p {
	margin: 0 0 10px 0;
}
.content_container a {
	text-decoration: none;
	color: #000;
}
.content_container a:hover {
	color: #ccc;
}
.content_container #leftCol {
	float: left;
	width: 310px;
	margin-right: 20px;
}
.content_container #rightCol {
	float: left;
	width: 310px;
}


/* @end */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}