﻿/*------------------

Global

------------------*/
body 
{ 
    background-image:url(main/image/header.gif);
    background-color:#666666;
    background-repeat: repeat-x;
    font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 12px;
    letter-spacing:0.4px;
	color: #fff;
	margin:0;
	padding:0;
	text-align:center;
}

p
{
	margin: 0;
	padding: 0px 3px 6px 3px;
	font-size: 11px;
	line-height:13px;
}

p a
{
	padding: 0 0 0 14px;
}

h1
{
	font-size: 17px;
	padding: 10px 2px 0 2px;
	font-weight:normal;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
}

h2, .Title
{
	margin:0;
	padding: 3px 3px 8px 3px;
	font-size: 15px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
}

h2 a
{
	color:#fff;
	text-decoration:none;
}

#main
{
	width: 800px;
	margin: 50px auto 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(home/image/header.gif);
	background-repeat: repeat-x;
	line-height:13px;
}

img
{
	border:none;
}

ul, li, ol
{
	margin:0;
	text-indent:0;
	padding:0;
	line-height: 12px;
	list-style:none;
}

ul, ol
{
	padding:0 0 10px 0 !important;
}

li
{
	margin-left: 10px;
	left: 10px;
	position: relative;
}

/*------------------

Main Navigation

------------------*/

#topnav
{
	width: 800px;
	height: 33px;
	font-size: 0 !important;
	font-size: 1px;
	line-height: 0 !important;
	line-height: 1px;
	overflow: hidden;
	text-transform: uppercase;
	float: left;
	border-left: #5a5a5a 3px solid;
	border-right: #5a5a5a 3px solid;
	letter-spacing: -1px;
	background-image: url(main/image/h-background.gif);
	background-repeat: no-repeat;
}

#topnav li
{
    float: left;
    list-style-type: none;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:hover
{
    float:left;
    height:30px;
    background-position:center center;
    background-repeat:no-repeat;
    text-decoration: none;
    color: #000;
}

.home
{	
	background-image:  url(main/image/l-home.gif);
    width: 100px;
}

a.home:hover
{	
	background-image:  url(main/image/h-home.gif);
    width: 100px;
}

.company
{
    background-image:  url(main/image/l-company.gif);
    overflow:hidden;
    width: 175px;
}

a.company:hover
{
    background-image:  url(main/image/h-company.gif);
    overflow:hidden;
    width: 175px;
 
}

.services
{	
    background-image:  url(main/image/l-services.gif);
    overflow:hidden;
    width: 175px;
}

a.services:hover 
{	
    background-image:  url(main/image/h-services.gif);
    overflow:hidden;
    width: 175px;
}

.careers
{
    background-image:  url(main/image/l-careers.gif);
    overflow:hidden;
    width: 175px;
}

a.careers:hover {
    background-image:  url(main/image/h-careers.gif);
    overflow:hidden;
    width: 175px;
}

.contact
{
    background-image:  url(main/image/l-contact.gif);
    overflow:hidden;
    width: 175px;
}

a.contact:hover
{
    background-image:  url(main/image/h-contact.gif);
    overflow:hidden;
    width: 175px;
}

/*------------------

Page Content

------------------*/

#content
{
	width: 800px;
        margin:0;
	border-left: #5a5a5a 3px solid;
	border-right: #5a5a5a 3px solid;
	float:left;
	font-size: 11px;
}

#image
{
    float:left;
    width:560px;
    margin:0;
    padding:0;
}

#text
{
	float: left;
	width: 236px;
}

#text a, .newsLinks
{
	margin: 0 0 0 7px;
	display: inline;
	color: #fff;
	text-decoration: none;
	background-image: url(main/image/link-white.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 14px;
	font-style: italic;
}

#text a:hover
{
	color:#d0d0d0;
	background-image:url(main/image/link-gray.gif);
}


/*------------------

Services Menu Nav

------------------*/
.level1
{
	display:none;
}

.level2
{
	padding-left:4px;
	
	line-height: 12pt;
}

.level2 a
{
	padding-left:4px;
	
}

.level2 a:hover
{

	background-position:left;
}

/*------------------

SubNav Area

------------------*/
#subnav
{
	width: 800px;
	height: 48px;
	float:left;
}

.sub
{
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
	font-size: 11px;
	text-align: center;
	padding: 10px 7px 12px 7px;
	margin: -10px 0;
	line-height: 36px;
}

.sub a
{
	color:#fff;
	text-decoration:none;
}

.subselected, .subselected a, .subselected a:visited, .subselected a:hover
{
	color:#fff;
}

/*------------------

Footer

------------------*/

#footer
{
    width:100%;
    margin:0;
    padding:0;
    background-color:#666666;
    text-align:center;
    display:inline;
}

#logo
{
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
    border:none;
    display:block;
}

#logo img a
{
	border:none;
	margin:0;
	padding:0;
}

#links
{
    width:99%;
    float:left;
    text-align:left;
}
#links a
{
	text-decoration:none;
	color:inherit;
}
#links p
{
	padding-top:5px;
}

.projectTitle, .projectTitle a
{
	text-align: left;
	font-family: Georgia;
	font-size: 11px;
	padding:0 2px 0 0;
	margin:0;

}
.projectLocation
{
	padding:0;
	margin:0;
	font-size:9px;
}

/*------------------

Home Page Links

------------------*/

#linksleft
{
	width: 25%;
	padding-top:5px;
	float: left;
	text-align: left;
	text-indent:12px;
}
	

#linkscenter
{
	width: 50%;
	float: left;
	text-align: center;
	padding:0;
	margin:0;
	vertical-align:middle;
}

#linkscenter a
{
	padding-left:0;
}

#linkscenter img
{
	padding:0;
	margin:0;
	vertical-align:middle;
}


#linksright 
{
	width:25%;
	padding-top:5px;
	float:left;
	text-align:right;
}

/*------------------

CopyRight Info

------------------*/

#copy
{
	margin:0;
	padding:0;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Geneva, Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size:9px;
	text-align:center;
}

#copy a
{
	text-decoration:none;
	color:#E3E3E3;
}

.searchLink a
{
	text-decoration:none;
	color:#fff;
}



h3, .Heading2, .Heading3
{

	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
	font-size:11px;
	padding: 0 0 0 8px;
	font-weight:normal;
	margin:10px 0 5px 0;
}

.eeoe
{
	font-size:9px;
	font-style:italic;
	margin-top:10px;
}

.imgRight
{
	float:right;
	margin: 10px 0 10px 10px;
	padding:0;
}

.imgLeft
{
	float:left;
	margin: 10px 10px 10px 10px;
}

hr
{
	margin-left:10px;
}

/*------------------

Principal Contact

-------------------*/

.Name
{
	font-size:12px;
	line-height:50px;
	vertical-align:text-bottom;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
	color:#fff;
}

/*------------------

Newsletter

-------------------*/

.imgLink
{
	background-image:none;
	float:left;
	padding:5px 10px 5px 5px;
	margin:0;
}

/*------------------

Services Page

------------------*/

#breadcrumbholder
{
	padding-top:10px;
}

.breadcrumb
{
		float:left;
}

.breadcrumb a
{
	text-decoration:none;
	color:#fff;
	padding-left:5px;

}

.breadcrumbcurrent
{
	color:#d0d0d0;
	padding-left:3px;
}

/* Featured Projects */
.selectedProjects a
{
	width:22%;
	float:right;
	margin:0;
	padding:0;
	text-align:right;
	padding-right:10px;
	font-size:13px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
	text-decoration:none;
	color:#fff;
}

.projects, .projects a
{
	text-decoration:none;
	color:#fff;
	padding:0;
	font-weight:normal;
	font-size:11px;
}

#backTo
{
	float:left;
	padding-left:10px;
	font-size:13px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
	text-decoration:none;
	color:#fff;
	padding-top:10px;
}

/*------------------

Sitemap

------------------*/

.sitemap img
{
	margin:0;
	padding:0;
}


.sitemap, .sitemap a, .sitemap a:hover
{
	background-image: none;
	margin: 0;
	padding: 0;
	color:#fff;
	text-decoration:none;
}

.sitemap a:hover
{
	color:#d0d0d0;
}


/*------------------

headers on popups

------------------*/
.careerHeader
{
	width: 100%;
	background-image: url(careers/image/careerHeader.gif);
	background-repeat: repeat-x;
	padding: 4px 0 6px 0;
	margin: 10px 0 5px 0;
	text-indent: 8px;
}

.companyHeader
{
	width: 100%;
	background-image: url(company/image/companyHeader.gif);
	background-repeat: repeat-x;
	padding: 4px 0 6px 0;
	margin: 10px 0 5px 0;
	text-indent: 8px;
}

.companyHeaderSub
{

}


.contactHeader 
{
	width: 100%;
	background-image: url(contact/image/contactHeader.gif);
	background-repeat: repeat-x;
	padding: 4px 0 6px 0;
	margin: 10px 0 5px 0;
	text-indent: 8px;
}

/* generic */
.popupHeader
{
	width: 100%;
	background-image: url(main/image/popupHeader.gif);
	background-repeat: repeat-x;
	padding: 4px 0 6px 0;
	margin: 10px 0 5px 0;
	text-indent: 8px;
}

/* table on popups */
.indexTable
{
	margin:10px auto 20px auto;
}

.dataTable
{
	padding: 5px;
	font-size:11px
;
	font-weight: normal;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
}

.dataTableLink a
{
	background-image:url(main/image/link-black.gif)
}

.dataTable li
{
	padding:5px;
	padding-right:5px;
}