@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 #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;
	border: 1px solid #b7b7b7;
	background-color: #d8d8d8;
	margin-bottom: 15px;
	position: relative;
	padding: 19px 10px 10px 18px;
}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Myriad Pro", MyriadProRegular;
}
#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: square;
	list-style-position: outside;
}
#content .repeating-region {
	border: 1px solid #b7b7b7;
	margin-bottom: 25px;
}
#content .repeating-region p {
	margin: 0;
	padding: 0;
}
#content .repeating-region ul {
	float: none;
	width: auto;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}
#content .repeating-region ul li {
	float: none;
	width: 500px;
	list-style-position: inside;
	list-style-type: square;
	padding: 0;
	margin: 0;
}



#content .pname {
	text-transform: uppercase;
	color: #eee;
	font-size: 16px;
	font-weight: bold;
	width: 630px;
	display: block;
	background-color: #333;
	height: 23px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#content .projbg {
	background-color: #ccc;
}



#content .label {
	display: block;
	clear: left;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	margin-top: 5px;
}
#content .text {
	width: 529px;
	display: block;
	float: left;
	margin-top: 5px;
}
#content .text img { border: solid 3px #d7d7d7; }


#content ul li {
	width: 45%;
	float: left;
	margin-left: 20px;
}
#content #news {
	display: block;
	margin-top: 15px;
	padding-bottom: 30px;
	padding: 5px;
	border-bottom: solid 1px #b7b7b7;
}
#content #news .news-headline {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#content #news #news-notes {
	font-size: 10px;
	font-style: italic;
	color: #333;
	width: auto;
	display: block;
	height: 15px;
}
#content #news #news-notes .news-static {
	width: auto;
	display: block;
	float: left;
}
#content #news #news-notes .news-edit {
	color: #555;
	display: block;
	float: left;
}
#content #news .news-article {
	clear: left;
}
#content #news .news-article img {
	display: block;
	margin: 5px;
	float: right;
}





#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;
}

