@charset "utf-8";
/* CSS Document */

@import url('global.css');
#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 div.socialMedia {
	border: 0;
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
}
#wrapper #right-content #contact div.socialMedia a img {
	border: 0;
	margin-right: 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;
}
#content h2 {
	text-transform: uppercase;
	color: #ff7b33;
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	color: #ff7b33;
	font-size: 14px;
	font-weight: bold;
}

#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;
}
#serving {
	display: block;
	clear: right;
	width: 100%;
	background-image: url(../img/index/dates.png);
	background-position: center bottom;
	height: 90px;
	background-repeat: no-repeat;
}
#serving p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}


#flash-box {
	display: block;
	height: 269px;
	width: 900px;
	clear: both;
}
#flash-box-shadow {
	border-top: solid 1px #626262;
	background-image: url(../img/flashhole-shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 9px;
	width: 900px;
}
#flash-wings {
	background-image: url(../img/index/flash-wings.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	position: absolute;
	z-index: -480;
	height: 270px;
	width: 100%;
	left: 0px;
	top: 104px;
}
#flash-wings-bg {
	background-color: #cbcbcb;
	display: block;
	position: absolute;
	z-index: -481;
	height: 230px;
	width: 100%;
	left: 0px;
	top: 123px;
}

