/* Custom styles
----------------------------------------------------------------------------------------------------*/
html, body, #site_wrapper {
    height: auto;
}

body {
	margin: 25px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
    background: white none;
}
#header .grid_4, .container_4 .grid_4 {
	float: none;
	width: 100%;
    margin: 0;
    text-align: center;
}

.logo {
    background: transparent url(../images/print_logo.gif) no-repeat left top;
    width: 211px;
    height: 89px;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
}

#content .content-middle {
    border: 0;
    margin-top: 0;
}

div.content-middle div.content-middle-content {
    width: 100%;
}

#site_wrapper,
.grid_3
{
    width: auto;
    float: none;
}

#main {
    padding-bottom: 0;
    width: 100%;
}

div.content-middle {
    border: 0;
    margin-top: 120px;
}

.print-date {
	border-top: 1px solid #808080;
	padding: 10px 0 0;
	margin: 20px 0 0;
	clear: both;
}

.toolmenu,
.menu,
.breadcrumb,
.services,
.leftmenu,
.search,
#footer,
#bottom,
.logo a,
div.content-top-bg,
div.content-bottom-bg {
	display: none;
}



#content .rightcol-content .shortstories-fixed,
#content .rightcol-content .shortstories {
	margin: 10px 0 0;
	display: none;
}
.news_latest_item {
	width: 220px;
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}


.list-item {
	border-bottom: 1px solid #cccccb;
	padding: 0 0 13px;
}
.list-item .list-item-label {
	color: #666666;
}
.list-item .list-item-resume {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.bull-divider {
	color: #666666;
	font-size: 9px;
	padding: 0 8px;
}
.bottom-bg {
	display: none;
}
.clearer {
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0;
}
.hiddendata {
	display: none;
}

/* CONTENT STYLES
----------------------------------------------------------------------------------------------------*/
#content {
	margin-top: 15px;
}
h1, h2, .label-container {
	color: #333333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0 4px;
	padding: 0;
	clear: both;
}
h2 {
	font-size: 15px;
	margin: 15px 0 4px;
	font-weight: bold;
	clear: both;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:10px 0 0px;
}

h1 a,
h2 a {
	color: #1a6ba6;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover {
	color: #0e3a59;
	text-decoration: none;
}

p {
	margin: 4px 0 4px;
	clear: both;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1a6ba6;
}
ul {
	margin: 0;
	padding: 0 15px;
}
ol, li {
	margin: 0;
}
.clearer {
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0;
}
.hiddendata {
	display: none;
}




/* Facts Box
----------------------------------------------------------------------------------------------------*/

.facts-box-left,
.facts-box-right {
	border: 1px solid #666666;
	float: left;
	padding: 10px;
	clear: both;
	margin: 15px 0 15px 0;
}

div.csc-textpic div.csc-textpic-single-image img {
	margin-bottom: 10px;
}

div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 10px 0 0 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top: 3px;
}

.facts-box .facts-box-top-bg {
	background-image: url(../images/facts_box_top_bg.gif);
	background-repeat: no-repeat;
	height: 4px;
	display: none;
}
.facts-box .facts-box-middle {
	padding: 1px 15px;
	border: 1px solid #e7e5e1;
	border-width: 0 1px;
	background-color: #ffffff;
}
.facts-box .facts-box-bottom-bg {
	background-image: url(../images/facts_box_bottom_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	display: none;
}
.facts-box-left h1, .facts-box-right h1 {
	margin-top: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	position: relative;
}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4{
/*	display:inline; */
/*	float: left; */
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}


/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/



/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_4 .prefix_1 {
	padding-left:235px;
}
    .container_4 .prefix_2 {
	padding-left:470px;
}
    .container_4 .prefix_3 {
	padding-left:705px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_4 .suffix_1 {
	padding-right:235px;
}
    .container_4 .suffix_2 {
	padding-right:470px;
}
    .container_4 .suffix_3 {
	padding-right:705px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_4 .push_1 {
	left:235px;
}
    .container_4 .push_2 {
	left:470px;
}
    .container_4 .push_3 {
	left:705px;
}


/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_4 .pull_1 {
	right:235px;
}
    .container_4 .pull_2 {
	right:470px;
}
    .container_4 .pull_3 {
	right:705px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img {
	padding: 0;
	margin: 0;
	font-size: 0px;
	vertical-align: top;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
/*	float: left; */
}

.flex_1_1_container  {

}
.flex_1_1_container  .left {
/*	float: left; */
	width: 205px;
	margin-right: 10px;
}
.flex_1_1_container  .right {
/*	float: right; */
	width: 205px;
	margin-left: 10px;
}

div#content {
    min-height: 0;
    margin-top: 0;
}

/* Print */
div.print-data {
    display: block;
}