body#body
{
	font-family: Arial, sans-serif;
	background-image: url(../images/bkg.png);
	/*background-size: 100%;	*/
	background-size: 1px 100%;
	background-position: top left;
	background-repeat: repeat-x;
}
body
{
	font-family: Arial, sans-serif;
}
header
{
	position: relative;
	z-index: 100;
}
.topNav
{
	height: 50px;
	line-height: 50px;
	color: #007cc2;
	background-color: #ffffff;
}
.topNav .internalContent
{
	padding: 0;
}
.topNav a
{
	text-transform: uppercase;
	color: #007cc2;
	font-size: 13px;
	text-decoration: none;
	padding: 0 10px ;
}
.topNav a:hover
{
	color: #F3A108;
}
.topNav a:first-child
{
	padding-left: 0;
}
.slider
{
	width: 100%;
	height: 379px;
	background-color: #000;
}
.slider img
{
	display: block;
	margin: 0 auto;
}
.sliderCaption
{
	background: rgba(0,0,0,0.5);
	height: 126px;
	margin-top: 120px;
	float: left;	
	width: 100%;
	color: #ffffff;
	position: absolute;
	/*top: 0;*/
	z-index: 100;
}

.promoGrid 
{
	display: block;
	position: relative;
	padding-bottom: 8px;
}
.promoGrid figure img
{
	width: 100%;
}
.promoGrid figcaption
{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	/*padding: 5px;*/
	color: #ffffff;
	top: 5px;
	height: 30px;
	line-height: 30px;
	right: 8px;
	width: 94%;
}
.promoGrid figcaption h2
{
	margin: 0;
	margin-left: 10px;
	font-weight: normal;
}
footer.contentArea
{
	background-image: url(../images/footer-bkg.png);
	background-repeat: repeat-x;
	/*background-position: center;*/
	background-position: 0 33%;
	height: 100px;
	width: 100%;
	padding-left: 20px;
}
.rightFooterImage
{
	position: absolute;
	bottom: 0;
	right: 0;
}

.colorNumbers
{
	color: #F3A108;
}

.colorNumbers ul li
{
	color: #000;
}

#careerLocations
{

}
.contactInfo *
{
	margin: 0;
}
.contactInfo
{
	margin-top: 20px;
}
.contactInfo:last-of-type
{
	margin-bottom: 20px;
}

hr
{
	margin: 10px 0;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 

}

#gallery td
{
	padding: 10px;
	text-align: center;
}
#gallery td img
{
	width: 100%;
}

body body
{
	background-image: none;
}

aside a:hover
{
	cursor: pointer;
}