html
{
	width: 100%;
	height: 100%;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #dfe3e8;
}

#layerIndustries
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: hidden;
}

#layerServices
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: hidden;
}

#layerCareers
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: hidden;
}

div#dropNavTopClose
{
	position: absolute;
	width: 100%;
	height: 156px;
	top: 61px;
}

div#headerWrapper
{
	width: 100%;
	height: 258px;
	background-color: #dfe3e8;
	background-image: url(../images/background_header.gif);
	background-repeat: repeat-x;
}

div#headerInner
{
	width: 826px;
	height: 258px;
	margin: 0px auto;
}

div#contentContainer
{
	color: #626262;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: .5pt;
	line-height: 18pt;
}

div#contentContainer p
{
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.headerTop
{
	width: auto;
	height: 12px;
}

.headerLinkArea
{
	width: auto;
	height: 49px;
}

.headerPhoto
{
	width: auto;
	height: 140px;
	position:relative;
	/*top:-18px*/
}

.headerSpacer
{
	width: auto;
	height: 16px;
}

.headerNav
{
	width: auto;
	height: 29px;
	position:relative;
	/*top:-18px*/
}

ul
{
	list-style-type: circle
}


ul.circle
{
	list-style-type: circle
}


ul.dropNav
{
	list-style-type: none;
	padding: 4px 9px 6px 9px;
	margin: 0;
}

li.dropNavList
{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 12pt;
	font-weight: bold;
	letter-spacing: 1pt;
	background-image: url(../images/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 12px;
}

li.dropNavList a:link
{
	color: #fff;
	text-decoration: none;
}

li.dropNavList a:visited
{
	color: #fff;
	text-decoration: none;
}

li.dropNavList a:hover
{
	color: #000;
	font-weight: bold;
	letter-spacing: 1pt;
	text-decoration: none;
}

li.dropNavList a:active
{
	color: #fff;
	text-decoration: none;
}

div.navigationMenu
{
	width: auto;
	height: auto;
	background-color: #6082a7;
	border-right: #d8e0e9;
	border-bottom: #d8e0e9;
	border-left: #d8e0e9;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	opacity: .95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}

p.headerTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6082A7;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1pt;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	position:relative;
	top:-9px
}

.topLevelSpacer
{
	width: 20px;
	height: 33px;
}

.topLevelLinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #335b87;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0pt;
	white-space: nowrap;
	position:relative;
	top:0px
}

.topLevelLinks a:link
{
	color: #335b87;
	text-decoration: none;
}

.topLevelLinks a:visited
{
	color: #335b87;
	text-decoration: none;
}

.topLevelLinks a:hover
{
	color: #a90000;
	text-decoration: underline;
}

.topLevelLinks a:active
{
	color: #335b87;
	text-decoration: none;
}

.searchBoxLeft
{
	width: 18px;
	height: 33px;
	background-image: url(../images/search_box_left.gif);
	background-repeat: no-repeat;
}

.searchBoxMiddle
{
	width: auto;
	height: 33px;
	margin: 0px;
	padding:0px;
	background-image: url(../images/search_box_middle.gif);
	background-repeat: repeat-x;
}

.searchBoxRight
{
	width: 18px;
	height: 33px;
	background-image: url(../images/search_box_right.gif);
	background-repeat: no-repeat;
}

.searchText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #fff800;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0pt;
	white-space: nowrap;
	width:50px;
	position:relative;
	top:-9px;
	left:0px;
	text-align: right
}

input.search
{
	width: 145px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #414448;
	text-indent: 8px;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none;
	background-color: #6082a7;
	background-image: url(../images/search_input.gif);
	background-attachment: inherit;
	background-position: center;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	position:relative;
	left:3px
}

div#contentWrapper
{
	display: block;
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding: 30px 0px 30px 0px;
}

div#contentInner
{
	display: block;
	width: 826px;
	height: auto;
	margin: 0px auto;
}

td.layoutServicespotlight
{
	width: 225px;
	height: auto;
}

td.contentSpacer
{
	width: 20px;
	height: auto;
}

td.layoutContent
{
	width: auto;
	height: auto;
}

td.serviceSpotlight01
{
	width: 225px;
	height: 10px;
	background-image: url(../images/service_spotlight_01.gif);
	background-repeat: no-repeat;
}

td.serviceSpotlight02
{
	width: 225px;
	height: auto;
	padding: 6px 0px 6px 0px;
	background-image: url(../images/service_spotlight_02.gif);
	background-repeat: repeat-y;
}

td.serviceSpotlight03
{
	width: 225px;
	height: 17px;
	background-image: url(../images/service_spotlight_03.gif);
	background-repeat: no-repeat;
}

td.serviceSpotlight04
{
	width: 225px;
	height: auto;
	background-image: url(../images/service_spotlight_04.gif);
	background-repeat: repeat-y;
}

td.serviceSpotlight05
{
	width: 225px;
	height: 10px;
	background-image: url(../images/service_spotlight_05.gif);
	background-repeat: no-repeat;
}

#photoContent
{
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

.imageSpacer
{
	width: 23px;
	height: auto;
}

p.titleServiceSpotlight
{ 
	
	color: #102b62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	letter-spacing: 1pt;
	line-height: 14pt;
	text-align: center;
	font-weight: bold;
	padding: 0px 12px 0px 12px;
	margin: 0px;
}

p.textServiceSpotlight
{
	color: #102b62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	letter-spacing: 0pt;
	line-height: 14pt;
	text-align: center;
	padding: 6px 12px 0px 12px;
	margin: 0px;
}

p.textContentTitle
{
	color: #3b6694;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	letter-spacing: 1pt;
	line-height: 18pt;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

p.textContent
{
	color: #626262;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: .5pt;
	line-height: 18pt;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

div#footerWrapper
{
	display: block;
	clear: both;
	width: 100%;
	height: 80px;
	background-color: #dfe3e8;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 20px 0px;
}

div#footerInner
{
	display: block;
	width: 826px;
	height: 80px;
	margin: 0px auto;
}

p.footerText01
{
	color: #515d7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0pt;
	text-align: center;
	padding: 18px 0px 0px 0px;
	margin: 0px;
}

p.footerText01 a:link
{
	color: #515d7c;
	text-decoration: underline;
}

p.footerText01 a:visited
{
	color: #515d7c;
	text-decoration: underline;
}

p.footerText01 a:hover
{
	color: #a90000;
	text-decoration: underline;
}

p.footerText01 a:active
{
	color: #515d7c;
	text-decoration: underline;
}

.footerText02
{
	color: #a90000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
a.footerLink
{
	color: #515d7c;
	text-decoration: underline;
}
a.footerLink:hover
{
	color: #a90000;
}

.link-button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #fff800;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0pt;
	white-space: nowrap;
	background-color: #6082a7;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	position:relative;
	top:-1px;
	left:2px
}

.nobr
{
	white-space: nowrap
}

p.level1
{
	margin: 0px 0px 0px 0px;
}

p.level2
{
	margin: 0px 0px 0px 20px;
}

.dropcontent
{
	width: 496px;
	height: 100%;
	border: none;
	display:block;
}

div.level1
{
	margin: 0px 0px 0px 0px;
}

div.level2
{
	margin: 0px 0px 0px 20px;
}

img.margin
{
	margin-left:10px;
	border:none
}

p.validate
{
	color: #515d7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4pt;
	letter-spacing: 0pt;
	text-align: center;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

table.locations
{
	width: 100%;
	border: none;
	cellspacing: 0px;
	cellpadding: 0px;
}
hr.locations
{
	text-align: left;
	width: 60%;
	height: 1px;
	color: #dddddd;
}

	.error_message{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		color: #FF0000;
	}
	
	.uploaded_message{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		color: #000000;
	}

	.upload_info{
		border:1px solid #626262;
		background-color:#efefef;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #626262;
		padding:4px;
	}
