﻿body {
    background:#B4AAA1;
    font:12px/18px Arial, Helvetica, sans-serif;
    margin:0 auto;
}

form {
    margin:0;
    padding:0;
}

div#page {
    margin:0 auto;
    position:relative;
    width:760px;
}

div#header {
    position:relative;
    text-indent:-5000px;
}
div#header ul {
    list-style-type:none;
}
div#header a#homeLink {
    height:63px;
    position:absolute;
    right:0;
    top:0;
    width:268px;
}
div#header div.banner {
    background:#B4AAA1 url(/content/images/banner.jpg) no-repeat !important;
    height:68px;
}
div#header div.home {
    background:#B4AAA1 url(/content/images/indexheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.whatWeDo {
    background:#B4AAA1 url(/content/images/whatwedoheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.substationControlCenters {
    background:#B4AAA1 url(/content/images/substationcontrolcentersheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.relayAndControlProducts {
    background:#B4AAA1 url(/content/images/relayandcontrolproductsheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.outdoorWalkinEnclosures {
    background:#B4AAA1 url(/content/images/outdoorwalkinenclosuresheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.departmentOfDefense {
    background:#B4AAA1 url(/content/images/departmentofdefenseheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.engineeringServices {
    background:#B4AAA1 url(/content/images/engineeringservicesheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.howWeDoIt {
    background:#B4AAA1 url(/content/images/howwedoitheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.ourProcess {
    background:#B4AAA1 url(/content/images/ourprocessheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.operationalExcellence {
    background:#B4AAA1 url(/content/images/operationalexcellenceheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.ourPeople {
    background:#B4AAA1 url(/content/images/ourpeopleheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.aboutUs {
    background:#B4AAA1 url(/content/images/aboutusheader.jpg) no-repeat !important;
    height:257px;
}
div#header div.contactUs {
    background:#B4AAA1 url(/content/images/contactusheader.jpg) no-repeat !important;
    height:257px;
}

div#navigation {
    left:0;
    position:absolute;
    top:0;
    z-index:1;
}
div#navigation ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
div#navigation li {
    float:left;
    padding:0 5px;
    white-space:nowrap;
}
div#navigation li a:link, div#navigation li a:visited {
    color:#FFFFFF;
    display:block;
	font:bold 12px/34px Arial, Helvetica, sans-serif;
    padding:0 15px;
	text-decoration:none;
}
div#navigation li a:hover {
    color:#36689A;
}
div#navigation li ul {
    background:#000000;
    display:none;
    opacity:0.85;
    padding:5px;
    position:absolute;
}
div#navigation li:hover ul {
    display:block;
}
div#navigation li li {
    clear:left;
    float:none;
    padding:0;
}
div#navigation li li a:link, div#navigation li li a:visited {
    line-height:normal;
    margin:0;
    padding:5px;
}
div#navigation li li a:hover {
    background:#CC9933;
    color:#FFFFFF;
}

div#loginStatus {
    color:#FFFFFF;
    position:absolute;
    text-indent:0;
    top:14px;
    z-index:1;
}
div#loginStatus span.displayName {
    float:left;
}
div#loginStatus ul {
    float:left;
    font-size:10px;
    list-style-type:none;
    margin:0;
    padding:0;
}
div#loginStatus li {
    float:left;
    padding:0 .5em;
}
div#loginStatus li a:link, div#loginStatus li a:visited {
    color:#FFFFFF;
}
div#loginStatus li a:hover {
    color:#36689A;
}

div#content {
    background:#FFFFFF;
    padding:10px 20px;
}
div#content div.section {
    margin:10px 0;
}
div#content h2 {
    font-weight:bold;
    letter-spacing:-1px;
    margin:0;
}
div#content h3 {
    font-weight:bold;
    margin:0;
}
div#content p.legal {
    font-size:8px;
    line-height:normal;
}
div#content table {
    font-size:.9em;
    width:100%;
}
div#content th, div#content td {
    border-bottom:solid 1px #0C1E34;
    padding:3px 2px;
    text-align:left;
}
div#content th {
    color:#666666;
    vertical-align:bottom;
}

div#footer {
    clear:both;
    font-size:9px;
    margin:5px 0;
    text-align:center;
}

fieldset {
    border:none;
    clear:left;
    float:left;
    margin:.5em 0;
    padding:0;
    position:relative;
    width:100%;
}
fieldset legend {
    font-size:125%;
    font-weight:bold;
    padding:0;
}
fieldset legend span {
    left:.5em;
    position:absolute;
    top:0;
}
fieldset ul {
    list-style-type:none;
    margin:0;
    padding:.5em .5em 0 .5em;
}
fieldset li {
    clear:left;
    float:left;
    margin:0;
    padding:0 0 .5em 0;
    width:100%;
}
fieldset li label {
    color:#666666;
    float:left;
    font-weight:bold;
    margin-right:1em;
    text-align:right;
}
fieldset li fieldset {
    margin:0;
}
fieldset li fieldset legend {
    color:#666666;
    font-size:inherit;
}
fieldset li fieldset legend span {
    left:0;
    text-align:right;
}
fieldset li fieldset ul {
    padding:0;
}
fieldset li fieldset li:last-child {
    padding-bottom:0;
}
fieldset li fieldset li label {
    float:none;
    font-weight:normal;
    margin-right:auto;
    text-align:left;
    width:auto !important;
}
fieldset li fieldset.inline li {
    clear:none;
    padding:0 .5em 0 0;
    width:auto;
}
fieldset.commands {
    float:none;
    width:auto;
}

ul.messageSummary, ul.errorSummary {
    background:#FCFEF9 url(/content/images/information.gif) no-repeat 5px 5px;
    border:solid 1px #999999;
    font-weight:bold;
    list-style-type:none;
    margin:10px;
    min-height:32px;
    padding:5px 5px 5px 42px;
}
ul.messageSummary li, ul.errorSummary li {
    margin:3px 0;
}

ul.errorSummary {
    background:#FCFEF9 url(/content/images/error.gif) no-repeat 5px 5px;
    color:#FF0000;
}

div.pager {
    color:#666666;
	clear:both;
    font-size:.9em;
	line-height:normal;
	margin:5px 0 0 0;
	text-align:center;
}
div.pager a {
    font-weight:bold;
    text-decoration:none;
}
div.pager a.active:link, div.pager a.active:visited, div.pager a.active:hover {
    color:#666666;
}
div.pager ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.pager li {
	display:inline;
	padding:0 3px;
}

div.address p {
    margin:0;
}

div.trulyCustomized {
    background:transparent url(/content/images/trulycustomized.jpg) no-repeat;
    min-height:243px;
    padding:0 0 0 361px;
}
div.completelyIntegrated {
    background:transparent url(/content/images/completelyintegrated.jpg) no-repeat top right;
    min-height:122px;
    padding:0 191px 0 0;
}
div.advancedTesting {
    background:transparent url(/content/images/advancedtesting.jpg) no-repeat top right;
    min-height:122px;
    padding:0 186px 0 0;
}
div.streamlinedProcess {
    background:transparent url(/content/images/streamlinedprocess.jpg) no-repeat top right;
    min-height:121px;
    padding:0 191px 0 0;
}
div.customBuilt {
    background:transparent url(/content/images/custombuilt.jpg) no-repeat;
    min-height:243px;
    padding:0 0 0 361px;
}
div.specialtyDesigns {
    background:transparent url(/content/images/specialtydesigns.jpg) no-repeat top right;
    min-height:122px;
    padding:0 191px 0 0;
}
div.meetingRetrofitNeeds {
    background:transparent url(/content/images/meetingretrofitneeds.jpg) no-repeat top right;
    min-height:122px;
    padding:0 186px 0 0;
}
div.customBuilt2 {
    background:transparent url(/content/images/custombuilt2.jpg) no-repeat;
    min-height:243px;
    padding:0 0 0 361px;
}
div.easyAccess {
    background:transparent url(/content/images/easyaccess.jpg) no-repeat top right;
    min-height:122px;
    padding:0 191px 0 0;
}
div.completelyEquipped {
    background:transparent url(/content/images/completelyequipped.jpg) no-repeat top right;
    min-height:122px;
    padding:0 186px 0 0;
}
div.builtForExtremes {
    background:transparent url(/content/images/builtforextremes.jpg) no-repeat top right;
    min-height:122px;
    padding:0 191px 0 0;
}
div.navyStandardUnrepControlBooths {
    background:transparent url(/content/images/navystandardunrepcontrolbooths.jpg) no-repeat;
    min-height:243px;
    padding:0 0 0 361px;
}
div.winchMotorControlCenters {
    background:transparent url(/content/images/winchmotorcontrolcenters.jpg) no-repeat top right;
    min-height:122px;
    padding:0 191px 0 0;
}
div.cargoStreamPowerPanels {
    background:transparent url(/content/images/cargostreampowerpanels.jpg) no-repeat top right;
    min-height:122px;
    padding:0 186px 0 0;
}
div.expertKnowledge {
    background:transparent url(/content/images/expertknowledge.jpg) no-repeat;
    min-height:243px;
    padding:0 0 0 361px;
}
div.siteVisits {
    background:transparent url(/content/images/sitevisits.jpg) no-repeat top right;
    min-height:122px;
    padding:0 186px 0 0;
}