﻿
/* General */

html
{
    overflow: auto;
}

body
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    margin: 0px;
    background-color: #C5D4FD;
    background-image: url('images/background.png');
    background-repeat: repeat-y; 
    background-position: center top;
}

a
{
    color: #3a66dd;
    text-decoration: none;
}

a:hover
{
    color: #000;
}

a img
{
    border: none 0px;
}

ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}

li
{
    margin-top: 2px;
    margin-bottom: 2px;
}

input[type=submit], input[type=button]
{
    cursor: hand;
    cursor: pointer;
}

textarea
{
    overflow: auto;
}

input[type=text], input[type=file], input[type=password], textarea
{
    border: solid 1px #d5d5d5;
    padding: 3px;
    background: url(images/field_top.gif) #ffffff repeat-x left top;
    font: 0.9em Trebuchet MS,sans-serif;
    vertical-align: top;
    color: #888;
}

input[type=text]:hover, input[type=file]:hover, textarea:hover
{
    border: solid 1px #9fb1e4;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.clearFloat
{
    clear: both;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.smallPaddingLeft
{
    padding-left: 5px;
}

.smallMarginBottom
{
    margin-bottom: 5px;
}

.noDisplay
{
    display: none;
}

.requiredFieldText
{
    font-size: 0.7em;
}

.validationText
{
    font-weight: bold;
    position: relative;
    top: 2px;
}

/* General */

/* Modal Popup */

.modalBackground
{
	background-color: #c0c0c0;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #efefef;
	border-width: 3px;
	border-style: solid;
	border-color: #c0c0c0;
    padding: 15px;
	font-size: 0.8em;
}

.modalPopupButtons
{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

/* Modal Popup */

/* Master */

.headerBar
{
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    height: 118px;
}

.content
{
    background-color: #efefef;
    padding-top: 5px;
    min-height: 372px;
    color: #272727;
}

.footerBar
{
    background-image: url('images/footerbg.jpg');
    background-repeat: repeat-x;
    height: 118px;
    color: #fff;
    text-align: center;
}

.footerBarMap
{
    padding-top: 15px;
    font-size: 0.7em;
    font-weight: bold;
}

.footerBarMap a
{
    color: #fff;
    text-decoration: none;
}

.footerBarMap a:hover
{
    color: #fff;
    text-decoration: underline;
}

.footerBarCopy
{
    padding-top: 12px;
    font-size: 0.6em;
}

.footerBarCopy a
{
    color: #fff;
    text-decoration: underline;
}

.footerBarCopy a:hover
{
    color: #fff;
    text-decoration: none;
}

.contentOutline
{
    width: 847px;
    margin: auto;
}

a.safety, a.safety:hover
{
    text-decoration: none;
}

a.safety span
{
    font-size: 1.1em;
}

a.safety:hover span
{
    text-decoration: underline;
}

a.safety img
{
    margin-right: 5px;
}

.mainMenu ul
{
    padding: 92px 0px 0px 10px;
    margin: 0px;
    list-style-type: none;
}

.mainMenu li
{
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 2px;
    background-image: url('images/button.png');
    background-repeat: no-repeat;
    width: 92px;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    text-align: center;
    float: left;
    font-size: 0.8em;
}

.mainMenu a
{
    color: #002ed6;
    display: block;
}

.mainMenu a:hover, .mainMenu .selMenuItem a
{
    color: #000;
}

.mainMenu .selMenuItem
{
    background-image: url('images/button_selected.png');
}

.mainMenu div
{
    display: none;
    position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #fcfcfc;
	border: solid 1px #c0c0c0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	z-index: 1000;
	width: 300px;
	line-height: normal;
}

.mainMenu div a
{
    position: relative;
	display: block;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	font-size: 0.9em;
	color: #000 !important;
}

.mainMenu div a:hover
{
    background-color: #7ea9ff;
	color: #fff !important;
}

/* Master */

/* Side Layout */

.sideLayoutTop
{
    height: 45px;
}

.sideLayoutTitle
{
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px 0px 0px 15px;
    font-family: "Courier new", Arial;
}

.sideLayoutLeft
{
    width: 615px;
    background-color: #f8f8f8;
    padding: 15px 8px 8px 15px;
    border-top: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    font-size: 0.8em;
    min-height: 304px;
}

.sideLayoutRight
{
    width: 195px;
    padding-right: 4px;
}

.sideLayoutHeader
{
    font-size: 0.9em;
    font-weight: bold;
}

.sideLayoutSection
{
    margin-bottom: 15px;
    font-size: 0.8em;
}

/* Side Layout */

/* Page Layout */

.pageLayoutTitle
{
    font-size: 1.7em;
    font-weight: bold;
    font-family: "Courier new", Arial;
    margin-bottom: 10px;
}

/* Page Layout */

/* Home */

.homeOutline
{
    background: url('images/homebg.jpg') no-repeat;
    width: 847px;
    height: 372px;
}

.homeIntroFlash
{
    float: left;
    width: 584px;
    height: 285px;
    padding-top: 39px;
    padding-left: 8px;
}

.homeFeatures
{
    float: left;
    display: none;
    width: 584px;
    height: 285px;
    padding-top: 39px;
    padding-left: 9px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.homeFeature
{
    width: 192px;
    height: 140px;
    margin: 1px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.homeFeature a
{
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.homeInfo
{
    background: url('images/darkglass.png') no-repeat;
    width: 211px;
    height: 287px;
    margin-top: 38px;
    margin-right: 17px;
    float: right;
}

.homeInfo div
{
    font-size: 0.7em;
    padding: 13px;
    font-weight: bold;
    color: #f7f7f7;
}

.homeInfo a
{
    color: #f7f7f7;
    text-decoration: underline;
}

.homeInfo a:hover
{
    color: #f7f7f7;
    text-decoration: none;
}

/* Home */

/* Projects */

.projectOutline
{
    height: 362px;
    padding: 5px 10px 10px 10px;
}

.projectList
{
    width: 215px;
    height: 100%;
    font-size: 0.75em;
}

.projectListHeader
{
    background-image: url('images/columntop.png');
    background-repeat: no-repeat;
    height: 33px;
    color: #7a7a7e;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.projectsListHeaderText
{
    padding-top: 8px;
}

.projectListContent
{
    overflow: auto;
    height: 310px;
    background-color: #fff;
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
}

.projectListFooter
{
    background-image: url('images/columnbottom.png');
    background-repeat: no-repeat;
    height: 20px;
}

.projectListItem
{
    text-decoration: none;
    color: #3a66dd;
    display: block;
    padding: 8px 3px 8px 3px;
    border-bottom: solid 1px #dfdede;
    background-color: #fff;
}

.projectListItem:hover
{
    background-color: #f4f4f4;
}

.projectDetails
{
    width: 600px;
    height: 264px;
    background-image: url('images/contenttable.png');
    background-repeat: no-repeat;
}

.projectDetailsContent
{
    padding: 10px;
}

.projectDetailsContentLeft
{
    float: left;
    width: 365px;
    height: 242px;
    margin-right: 8px;
    overflow: auto;
}

.projectDetailsContentRight
{
    float: left;
    width: 205px;
}

.projectDetail
{
    font-size: 0.75em;
}

.categoryEditor
{
    height: 75px;
    width: 350px;
}

.photoEditor
{
    height: 430px;
    width: 240px;
}

.photoEditor .photoList
{
    height: 360px;
    background-color: #fff;
    border: solid 1px #c0c0c0;
    overflow: auto;
}

.photoEditor .photoItem
{
    padding: 4px;
}

.projectEditor
{
    height: 450px;
    width: 600px;
}

/* Projects */

/* Company */

.companyEditor
{
    height: 285px;
    width: 450px;
}

.companyOutline
{
    padding: 5px 35px 10px 35px;
    font-size: 0.9em;
}

.companyOutline h3
{
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    color: #002bcf;
    margin: 5px 0px 15px 0px;
    margin-top: 0px;
}

.companyOutline h3 a, .companyOutline h3 a:hover
{
    color: #002bcf;
}

.companyOutline li
{
    margin-top: 10px;
    list-style-type: square;
}

.companySection
{
    margin-bottom: 25px;
}

.directoryHeaderRow
{
    text-align: left;
    background-color: #fff;
}

.directoryHeaderRow a
{
    text-decoration: underline;
}

.directoryAltRow
{
    background-color: #fff;
}

.directoryEditRow
{
    background-color: #b6c6f6;
}

.directoryEditor
{
    height: 240px;
    width: 250px;
}

.staffListHeader
{
    font-weight: bold;
}

.staffListItem
{
    margin: 10px 0px 0px 5px;
}

.staffListItemPos
{
    font-size: 0.8em;
}

/* Company */

/* Login */

.loginArea
{
    margin-left: 50px;
}

.loginHeader
{
    padding-bottom: 10px;
}

.loginLabel
{
    color: #272727;
    padding-right: 10px;
}

.loginButton
{
    margin: 5px 8px 0px 0px;
}

/* Login */

/* Manage */

.changePasswordDialog
{
    height: 165px;
    width: 235px;
}

/* Manage */

/* Careers */

.careerEditor
{
    height: 100px;
    width: 350px;
}

.careerContent .careerDesc
{
    margin: 10px 10px 20px 10px;
    font-size: 0.9em;
}

.careerContent .careerList
{
    font-size: 0.9em;
    text-align: center;
}

.careerContent .careerList a
{
    font-size: 0.8em;
}

.careerContent .careerList td
{
    padding-bottom: 10px;
    vertical-align: top;
}

.careerSection
{
    background-color: #f8f8f8;
    padding: 8px;
    border-bottom: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    font-size: 0.8em;
}

.careerHeader
{
    padding: 4px;
    background-color: #c5d4fd;
    border: solid 1px #c0c0c0;
    font-size: 0.95em;
}

.careerHeader a
{
    font-size: 0.8em;
}

.careerSection .requiredFieldText
{
    font-size: 0.75em;
}

.noCareersDesc
{
    font-size: 0.8em;
    text-align: center;
    margin-top: 30px;
}

/* Careers */

/* Services */

.serviceEditor
{
    height: 225px;
    width: 350px;
}

/* Services */

/* Photo Slider */

.projectPics
{
    height: 105px;
    margin-top: 12px;
}

.projectPics .picHolder
{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 8px;
}

.projectPics .balloon
{
    position: absolute;
    z-index: 1001;
}

.projectPics .balloonContent
{
    border: solid 1px #000;
    margin: 0px;
    padding: 8px;
    background-color: #fff;
    overflow: hidden;
}

.projectPics .balloonContent img
{
    max-height: 350px;
    max-width: 530px;
}

.projectPics .thumbImage
{
    height: 80px;
    width: 80px;
    border: solid 1px #ccc;
}

/* Photo Slider */

/* Message Window */

body.messageWindow
{
    background-image: none;
}

.messageWindow .title
{
    font-size: 1.2em;
    padding: 10px;
}

.messageWindow .content
{
    padding: 20px;
}

/* Message Window */