/* -----------------------------------------------
Print Style Sheet
----------------------------------------------- */

/* -------------------
Reset
---------------------- */

html, body, blockquote, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, label, legend, li, ol, p, pre, textarea, th, td, ul { 
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
q:before, q:after {
	content:'';
	}
abbr, acronym {
	border: 0;
	}
	
/* -------------------
Base
---------------------- */

body {
	background-color: #fff;
	color: #000;
	font: normal 13px/16px "Trebuchet MS", Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	}
em, italic {
	font: inherit;
	font-style: oblique;
	}
strong, bold {
	font: inherit;
	font-weight: bold;
	}

/* -------------------
Headers
---------------------- */

h1 a {
	background: url("../images/bkgds/acr_logo.gif") no-repeat 0 0;
	clear: none;
	display: block;
	float: left;
	height: 93px;
	margin-top: 12px;
	text-indent: -9999px;
	width: 411px;
	}
h2, h3, h4, h5, h6 { 
    clear: both;
    color: #000;
    display: block;
    float: left;
    margin-bottom: 10px;
	width: 100%;
	}
	
/* -------------------
Links
---------------------- */

a {
	border: 0;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
	}

/* -------------------
Layout
---------------------- */
	
#hc1 {
	clear: none;
	display: block;
	float: left;
	width: 550px;
	}
#hc2 {
	clear: none;
	display: block;
	float: left;
	width: 390px;	
	}

#content {
    display: block;
    float: left;
   	font: normal 13px/16px "Trebuchet MS", Helvetica, sans-serif !important; /* Ektron override */
   	padding: 0;
	position: relative;
    width: 686px;
	}
#content h3 {
	font: normal 26px/29px "Times New Roman", Times, serif !important;
	}
#content h4 {
	font: normal 23px/26px "Trebuchet MS", Helvetica, sans-serif;
	}
#content h5 {
	font: normal 20px/23px "Trebuchet MS", Helvetica, sans-serif;
	}
#content h6 {
	font: normal 16px/19px "Trebuchet MS", Helvetica, sans-serif;
	}
#content p {
	margin-bottom: 20px;
	}
#content ul {
	clear: both;
	display: block;
	float: left;
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	}
#content ol {
	clear: both;
	display: block;
	float: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	}
#content ul li, #content ol li {
	clear: both;	
	width: 100%;
	}
#content img {
	clear: none;
	display: inline;
	float: left;
	padding: 0 20px 20px 0;
	}
#section_header {
	background-color: #000;	
	clear: both;
	display: block;
	float: left;
	height: 157px;
	margin: -14px 0 0 0;
	position: relative;
	text-align: left;
	width: 940px;	
	}
#section_header h2 {
	bottom: 0;	
	clear: none;
	display: inline;
	color: #fff;	
	font: normal 48px/51px "Times New Roman", Times, serif !important;
	left: 0;
	margin: 0 592px 18px 33px;
	position: absolute;
	width: auto;
	z-index: 100;
	}
#section_header img {
	clear: none;
	display: inline;	
	height: 157px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 940px;
	}
#nav_secondary_pointer {
	background: transparent url("../images/bkgds/bg_nav_secondary_pointer.gif") no-repeat 0 0;
	clear: both;
	display: block;
	float: left;
	height: 14px;
	margin: 0 889px 12px 24px;
	width: 27px;
	}
blockquote {
	clear: both;
	display: block;
	font-style: oblique;
	float: left;
	line-height: 20px;
	margin: 10px 0 20px 0;
	padding: 10px 10px 10px 0;
	width: 448px;
	}
blockquote img {
	height: 90px !important;
	width: 90px !important;
	}
#search_results {
	clear: both;
	display: block;
	float: left;
	margin: 10px 0;
	width: auto;
	}
#search_results p {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #3b3b3b;
	border-left: none;
	font: normal 11px/14px Tahoma, "Trebuchet MS", Helvetica, sans-serif !important; /* Ektron override */
	padding: 0 0 15px 0;
	}
	
/* -------------------
Content Columns
---------------------- */

#c1 {
    clear: none;
    display: block;
    float: left;
    margin: 10px 34px 0 0;
	position: relative;
    width: 326px;
	}
#c2 {
	clear: none;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
    width: 326px;
	}
#cmid {
	clear: none;
	display: block;
	float: left;
	margin-left: 200px;
	margin-right: 18px;
	position: relative;
	width: 474px;
	}
	
/* -------------------
Clearfix
force 100% height
---------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}

/* -------------------
Slider
---------------------- */

#slider {
	background-color: #000;
	clear: both;
	display: block;
	float: left;
	height: 237px;
	margin: -14px 0 8px 0;
	overflow: hidden;
	position: relative;
	width: 686px;
	z-index: 1;
	}
#stories {	
	clear: both;
	display: block;
	float: left;
	height: 237px;
	position: relative;
	width: 686px;
	z-index: 2;
	}
#stories a {
	color: #fff;
	font-weight: normal;
	padding: 150px 0 0 0;
	position: absolute;
	text-decoration: none;
	width: 686px;
	}
.story_body {
	background-color: #000;	
	clear: none;	
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	padding: 10px 142px 35px 10px;
	position: relative;
	width: 534px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 3;
	}
#stories .story_body h5 {	
	clear: both;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	width: auto;
	}
#stories .story_body p {
	clear: both;
	font: normal 11px/14px "Trebuchet MS", Helvetica, sans-serif !important; /* Ektron override */
	height: 30px !important; 
	margin: 0 !important; /* Ektron override */
	overflow: hidden;
	width: auto;
	}
#stories .more {
	color: #69b2ba;
	text-transform: uppercase;
	}
#controls {	
	display: block;
	float: left;
	margin: 210px 0 0 564px;
	position: absolute;
	width: 112px;
	z-index: 4;
	}
#controls a {
	color: #487413;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	}
#controls a#next {
	background: url("../images/arrows/sc_arrow_r.gif") no-repeat center center;	
	float: left;
	text-indent: -9999px;
	width: 5px;
	}
#controls a#prev {
	background: url("../images/arrows/sc_arrow_l.gif") no-repeat center center;	
	float: left;
	text-indent: -9999px;
	width: 5px;
	}
#pager {
	float: left;
	text-align: center;
	width: 100px;
	}
#pager a {
	background: url("../images/stories/slider_link.gif") no-repeat center center;
	height: 10px;
	outline: none;
	padding: 7px 4px;
	width: 10px;
	}
#pager a span {
	visibility: hidden;
	}
#pager a.activeSlide {
	background: url("../images/stories/slider_link_active.gif") no-repeat center center;
	color: #fff;
	}
	
/* -------------------
Footer
---------------------- */

#footer {
	bottom: 0;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: left;
	width: 100%;
	}
#footer_wrapper {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	width: 940px;
	}
#fc1 {
	clear: none;
	display: inline;
	float: left;
	width: 886px;
	}
#fc1 ul {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}
#fc1 ul li {
	clear: none;
	display: inline;
	float: left;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 10px 10px 0;
	height: auto;
	width: auto;
	}
#fc1 ul li a {
	color: #3b3b3b;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 14px;
	text-decoration: none;
	}
.copyright {
	font-weight: bold;
	margin-bottom: 5px;
	}

/* -------------------
Forms
---------------------- */

form {
	clear: both;
	width: auto;
	}
legend {
	display: none;
	visibility: hidden;
	}
label {
	clear: both;
	display: block;
	margin-bottom: 2px;
	width: auto;
	}
input, textarea {
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-top-color: #727272;
	border-right-color: #b4b4b4;
	border-bottom-color: #dadada;
	border-left-color: #b4b4b4;
	clear: both;
	color: #4a4a4a;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
	width: auto;
	}
select {
	color: #4a4a4a;
	}
submit, reset {
	cursor: pointer;
	}
.buttons {
	clear: both;
	display: block;
	float: left;
	margin: 10px 0;
	width: 100%;
	}
.buttonReset, .buttonSubmit {
	border: none;	
	clear: none;
	color: transparent; /* button text disappears for IE7 */
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	text-indent: -999px;
	text-transform: capitalize; /* button text disappears for IE7 */
	width: 81px;
	}
.buttonReset {
	background: url("../images/buttons/button_reset.gif") no-repeat 0 0;
	}
.buttonSubmit {
	background: url("../images/buttons/button_submit.gif") no-repeat 0 0;
	}

/* -------------------
Tables
---------------------- */

table {
	clear: both;
	display: block;
	float: left;
	height: auto;
	width: auto;
	}
tr {
	height: auto;
	width: auto;
	}
th, td {
	border: 1px solid #035f71;
	height: auto;
	padding: 10px;
	width: auto;
	}
th {
	background-color: #035f71;
	color: #fff;
	font-weight: bold;
	}
	
/* -------------------
Nonprinting Elements
---------------------- */

#nav_header, #searchbox, #login_area, #right_rail, #nav_main_c1, #nav_main_c2_wrapper, #nav_secondary, #share, #fc2 {
	display: none;
	visibility: hidden;
	}