@charset "utf-8";
/* CSS Document */

@import url('global.css');

.ice img {
	float: right;
}
#right-content {
	display: block;
	width: 220px;
	float: right;
	margin-left: 12px;
}

#right-content div {
	border: 1px solid #b7b7b7;
	padding: 15px 5px 10px 12px;
	width: 201px;
	margin-bottom: 10px;
}
#right-content #contact {
	background-color: #ff7b33;
	background-image: url(../img/index/contact-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#right-content #contact h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
#right-content #contact p {
	font-weight: bold;
}
#right-content #contact p a {
	color: #FFF;
	text-decoration: none;
}
#right-content #contact p .normal {
	font-weight: normal;
}
#right-content #industries {
	background-image: url(../img/index/industries-served.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 112px;
	width: 216px;
	padding: 0;
}
#right-content #industries a {
	height: 112px;
	width: 216px;
	display: block;
}
#right-content #news {
	background-image: url(../img/index/news-events.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height: 105px;
	width: 216px;
}
#right-content #news a {
	display: block;
	height: 105px;
	width: 216px;
}


#content {
	width: 636px;
	padding-top: 19px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	border: 1px solid #b7b7b7;
	background-color: #d8d8d8;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
#content h1 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Myriad Pro", MyriadProRegular;
}


#content h2 {
	text-transform: uppercase;
	color: #ff7b33;
	font-size: 16px;
	font-weight: bold;
	clear: left;
}
#content h3 {
	color: #ff7b33;
	font-size: 14px;
	font-weight: bold;
	clear: left;
}

#content p {
	margin-bottom: 10px;
	clear: left;
}
#content ul {
	width: 100%;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 15px;
}


#content ul li {
	width: 283px;
	float: left;
	background-image: url(../img/global/bullet.png);
	background-repeat: no-repeat;
	background-position: 4px 11px;
	padding: 5px 5px 5px 15px;
}
#content ul.classic-list {
}
#content ul.classic-list li {
	float: none;
}
#content ul.classic-list ul li {
	background-image: url(../img/global/bullet-sub.png);
}



#content ol li {
	margin-left: 30px;
}


#content .label {
	display: block;
	clear: left;
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}
#content .text {
	width: 550px;
	display: block;
	float: left;
}
#content .pdf-icon {
	position: absolute;
	z-index: 99;
	top: 45px;
	right: 0px;
}
#content table tr td h6 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
#content table tr td {
	border: 1px solid #B7B7B7;
}
#content table tr .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content table tr td p {
	display: block;
	margin: 10px;
}
#content table tr td .or {
	text-align: center;
}
#content .hover-gallery  {
}
#content .hover-gallery a {
	cursor: default;
}
#content .hover-gallery a:hover > .gallery-full {
	display: block;
	position: fixed;
	border: solid 2px #FF7B33;
	bottom: 50%;
	left: 50%;
	margin-left: -260px;
	margin-bottom: -100px;
	z-index: 201;
}

#content .hover-gallery a img {
	border: solid 1px #b7b7b7;

}


#content .gallery-full   {
	display: none;
	position: fixed;
}
#content .hover-text {
	position: relative;
	display: block;
	width: 190px;

}
#content .hover-text ul {
	list-style-position: inside;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	border: solid 1px #333;
	padding: 5px;
	background-color: #eee;
	width: 300px;
	position: absolute;
	display: none;
	z-index: 50000;
	bottom: 15px;
	left: 110px;
}
#content .hover-text ul li  {
	float: none;
	margin-top: 5px;
	list-style: none;
}
#content .hover-text:hover > ul  {
	display: block;

}
#content .history  {
	background-position: left top;
	background-repeat: no-repeat;


}
#content .history p {
	padding-left: 35px;
}
#content .history .t68 {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-image: url(../img/about/history/68-vert.png);
	min-height: 82px;
}
#content .history .t78 {
	background-repeat: no-repeat;
	background-image: url(../img/about/history/78-vert.png);
	background-position: left top;
	min-height: 89px;
}
#content .history .t88 {
	background-repeat: no-repeat;
	background-image: url(../img/about/history/88-vert.png);
	background-position: left top;
	min-height: 95px;
}
#content .history .t98 {
	background-repeat: no-repeat;
	background-image: url(../img/about/history/98-vert.png);
	background-position: left top;
	min-height: 118px;
}
#content h1 .h1-note {
	font-size: 12px;
}
