html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  /* was 11  */
	line-height: 16px;  /* was 16  */
	color: #555045;
	/*	background-image: url('images/bgtest1.jpg');  */
    background-color: #757575;
	background-position: 0px 133px;   /* 8-button-menu	background-position: 0px 128px;  */
	color: #555045;
}
.header {
	padding-top: 30px;
	position: absolute;
}

.bg_header {
/*	background-image: url('images/bg_head.gif');  */
    background: #F00;   /* was #2C83AC; */
	height: 133px;    /* 8-button-menu	height: 128px;  */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header .headline {
	position: relative;
	height: 65px;   /* 8-button-menu	height: 60px;  */
	z-index: 200;
	margin-left: 0px;
	background-color: #363B41;
	width: 962px;
}

.header .logo
{
	float:left;
	padding-left: 30px;
}
.header .co
{
  float:right;
}

.header .menu {
	text-align: left;
	height: 38px;
}

.header .menu .items
{
  background-image: url('images/menu_bg.gif');
  background-repeat: repeat-x;
  height: 38px;
}

.header .menu .bg_menu {
	width: 938px;
	left: 0px;
	position: relative;
	background-image: url('images/menu_background.gif');
	float: left;	
}

.container_menu_shade {
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
}


.container_menu_shade .bg_menu_shade {
	background-image: url('images/shade_menu.png');
	width: 1001px;
	height: 133px; /* 58px; */   /* 8-button-menu 128px; */
	position: absolute;
	top: 0px;  /* 70px; */
	repeat
}

*html .container_menu_shade .bg_menu_shade {
 background-image: none;
}


.main {
	background: #F7F7F7 none repeat scroll 0 0;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 962px; /* 961 */
	padding-bottom: 40px;
	//padding-bottom: 110px;
}

*html .main {
	height:100%;
	width: 962px; /* 959 */
}


.footer {
	height: 110px;
	min-height: 110px;
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	text-align: left;
	width: 959px; /* 956 */
}

.left {
	background-image: url('images/shade_left.png');
	background-repeat: repeat-y;
	left: -21px;
	width: 21px;
}

*html .left {
 	background-image: none;
}

.right {
	background-image: url('images/shade_right.png');
	background-repeat: repeat-y;
	right: -21px;
	width: 21px;
}

*html .right {
	background-image: none;
}

.left,.right {
	width: 22px;
	bottom: 0;
	position: absolute;
	top: 0;
}

.content {
	text-align: left;
	margin-top: 100px;
	width: 932px; /* 912 */
	position: relative;
	bottom: 0;
	top: 0;
	padding-top:33px; /* 8-button-menu 28px; */
	margin-bottom: 50px;

//margin-bottom: 0px;
	margin: auto auto 100 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Chrome rules here */
	.main .content{
		margin-bottom: 100px;
	}
	.footer .content{
		margin-bottom: 0px;
	}
}

.footer .content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 959px; /*  959 */
	margin-left:1px;
}

.footer .content a,.footer .content a:link,.footer .content a:visited,.footer .content a:active {
	color: #555045;
	text-decoration: none;
	line-height: 22px;
}

.footer .content a:hover {
	color: #555045;
	text-decoration: underline;
	line-height: 22px;
}

*html .footer .content{
	margin-left:0px;	
}

.page_container {
	margin: auto;
	width: 962px; /* 959 */
}

.bg_footer {
	background-image: url('images/footer_background.jpg');
	height: 90px;
	margin: auto;
	padding-top: 20px;
	padding-left: 29px;
	font-size: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #555045;
}

img,table,td,tr,p,span,div,h1,h2,h3,h4,li,ul {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.imgFramed {
	border: 1px solid #333;
}

hr {
	height: 1px;
	color:#BBB;
	background-color:#BBB;
	}

.CenterColumn ul {
    padding-left: 20px;
	line-height: 2em;
	margin-top: 4px;
	margin-bottom: 4px;
}

a,a:link,a:visited,a:active {
	color: #1975D1;    /* 1975D1 */
	text-decoration: none;
	line-height: 22px;
}

a:hover {
	color: #1975D1;
	text-decoration: underline;
	line-height: 22px;
}

#phover {
	background-color: #f7f7f7;
	padding: 8px;
}

#phover :hover {
	background-color: #e9e9ee;
	padding: 8px;
}

.bottomSpace1
{
  padding-bottom: 35px;
}

.bottomSpace1b
{
  padding-bottom: 30px;
}

.bottomSpace2
{
    padding-bottom: 10px;
}

.bottomSpace3
{
    padding-bottom: 0px !important;
}

.contactTable {
	margin-left: 50px;
	width: 740px; 
    border: none;
	padding: 0px;
}
/******************************************************************************/
/*                      COLUMS                                                */
/******************************************************************************/

.LeftColumn
{
  width: 210px;
  float: left;
}

.CenterColumn_LC
{
  margin-left: 220px;
}

.RightColumn
{
  width: 278px;
  float: right;
  text-align: right;
  overflow: hidden;
}

.RightColumn .element
{
  text-align: left;
  float:right;
}

.RightColumn .specialBox
{
  margin-right: -8px;
}

.CenterColumn_RC
{
  width: 593px; /* 650 */
  float: left;
  padding-right: 0px !important;
  
  margin-right: 29px !important;  
    border:solid 1px;
}

.CenterColumn
{
  margin-top: 0px;
  padding: 0px 0px 22px 29px;
}

.CenterColumn p, .RightColumn p, .LeftColumn p
{
  margin: 0px;  
}

.TopColumn
{
  padding:0px;
  margin:0px;
}


/******************************************************************************/

.picTextLink, .teaserLink
{
  padding-top: 5px;
}
.pdficon {  padding-top: 5px; }
.pdficon2{  padding-top: 5px;   padding-left: 35px; }

.pictureWithText .txt {}
.pictureWithText .img {}

.pictureWithText .top {}
.pictureWithText .top .txt {}
.pictureWithText .top .img {
  padding-bottom: 20px;
}

.pictureWithText .inline_top_right {}
.pictureWithText .inline_top_right .txt {}
.pictureWithText .inline_top_right .img {
	float:right;
	padding-left: 25px;
	padding-bottom: 20px;
}

.pictureWithText .inline_top_left {}
.pictureWithText .inline_top_left .txt {}
.pictureWithText .inline_top_left .txt ul {
list-style-position:inside;
margin: 0px;
padding: 0px;
}
.pictureWithText .inline_top_left .img {
	float:left;
	padding-right: 25px;
	padding-bottom: 15px;
}

.pictureWithText .column_top_right {}
.pictureWithText .column_top_right txt {}
.pictureWithText .column_top_right .img {
	padding-left: 25px;
	padding-bottom: 20px;
}

.pictureWithText .column_top_left {}
.pictureWithText .column_top_left .txt {}
.pictureWithText .column_top_left .img {
	padding-right: 25px;
	padding-bottom: 20px;
}

.pictureWithText .bottom {}
.pictureWithText .bottom .txt {}
.pictureWithText .bottom .img {
    padding-top: 20px;

}

.pictureWithText .inline_bottom_right {}
.pictureWithText .inline_bottom_right .txt {}
.pictureWithText .inline_bottom_right .img {}

.pictureWithText .inline_bottom_left {}
.pictureWithText .inline_bottom_left .txt {}
.pictureWithText .inline_bottom_left .img {}

.pictureWithText .column_bottom_right {}
.pictureWithText .column_bottom_right .txt {}
.pictureWithText .column_bottom_right .img {
  padding-left: 20px;
}

.pictureWithText .column_bottom_left {}
.pictureWithText .column_bottom_left .txt {}
.pictureWithText .column_bottom_left .img {
  padding-right: 20px;
}



/******************************************************************************/

.eMultiColumnFixed2ColType1
{
  width: 919px;
}

.eMultiColumnFixed2ColType1 .first
{
  width: 450px;
  padding-right: 19px;
  float: left;
}

.eMultiColumnFixed2ColType1 .last
{
  width: 450px;
  float: left;  
}

/*--*/


.eMultiColumnFixed2ColType2
{
  width: 646px;
}

.eMultiColumnFixed2ColType2 .first
{
  width: 307px;
  padding-right: 32px;
  float: left;
}

.eMultiColumnFixed2ColType2 .last
{
  width: 307px;
  float: left;  
}

/*--*/


.eMultiColumnFixed2ColType3
{
  width: 904px;
}

.eMultiColumnFixed2ColType3 .first
{
  width: 593px;
  padding-right: 29px;
  float: left;
}

.eMultiColumnFixed2ColType3 .last
{
  width: 282px;
  float: left;  
}

/*--*/

.eMultiColumnFixed3ColType1
{
  width: 904px; /*919*/
}

.eMultiColumnFixed3ColType1 .first
{
  width: 282px;
  padding-right: 29px;
  float: left;
}

.eMultiColumnFixed3ColType1 .middle
{
  width: 282px;
  padding-right: 29px;
  float: left;
}

.eMultiColumnFixed3ColType1 .last
{
  width: 282px;
  float: left;  
}

/******************************************************************************/

.HeadlineBlack1 h2
{
  margin: 0px;
  padding: 0px;
  font-size: 15px; 
  font-weight: bold;  
  padding: 0px 0px 12px 0px;
}

.HeadlineBlack2 h2
{
  margin: 0px;
  padding: 0px 0px 12px 0px;
  font-size: 22px; 
  font-weight: bold;
}

.HeadlineBlackBlack1 h2
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 20px; 
  font-weight: bold;
}

.HeadlineBlackBlack1 h3
{
  margin: 0px;
  padding: 0px 0px 12px 0px;
  font-size: 15px;
  font-weight: bold;  
}

.tabHead
{
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;  
}
/******************************************************************************/
/**
 * ColorBox
 */
/******************************************************************************/


.breadcrumb
{
  padding: 4px 22px 8px 29px;
  font-size: 10px;
}

.breadcrumb a,.breadcrumb a:link,.breadcrumb a:visited,.breadcrumb a:active {
	color: #555045;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #555045;
	text-decoration: underline;
}



/*** SUBMENU ******************************************************************/


#nav {
	z-index:90;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1px;
}

#nav a {
	display: block;
	width: 100%;
	line-height: 38px;
	height: 38px;
}


#nav ul li a {
	padding-left: 10px;
	width: 165px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav ul li ul li a {
	font-weight: normal;
	height: 19px;
	line-height: 19px;
}

#nav ul li { /* second-level list-items */
	background: #474D51;
	width: 175px;  /* 8-button-menu 175px; */
}

#nav ul li:hover {
	background: #2B2B2B;
}


#nav ul li ul li { /* thrid-level list-items */
	background: #474D51;
}

#nav ul li ul li:hover {
	background: #2B2B2B;
}



#nav li { /* all list items */
	float: left;
}

#nav ul li {
	width: 175px;  /* 8-button-menu 175px; */ /* width needed or else Opera goes nuts */   
	height: 23px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	visibility: hidden;
	width: 175px;  /* 8-button-menu 175px; */
	height: 150px;  /*  192px for banner height 204        150px for banner height 162 */
	
	padding-top: 6px;
	padding-bottom: 6px;
	
	background: #474D51;
	/*border-bottom: 1px solid #8E8E8E;*/
	border-left: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}

#nav li ul ul { /* third-and-above-level lists */
	width: 163px;
	margin: -27px 0 0 153px;
	visibility: hidden;
}


#nav li:hover ul ul,
#nav li.sfhover ul ul {
	visibility: hidden;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul { /* lists nested under hovered list items */
	visibility: visible;
}

#content {
	clear: left;
	color: #ccc;
}

#nav li ul li ul li {
	width: 163px;
	height: 19px;
}

/* pruned here */
