﻿html
{
    height: 100%;
}

body, form
{
    margin: 0;
}

body
{
    background-color: #505050;
    color:#555555;
    font-family:Trebuchet MS,Arial,Sans-Serif;
    font-size:12px;
    height:100%;
    line-height:18px;
    margin:0;
    padding:0;
    width:100%;
}

h2
{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
}

p
{
    margin: 0;
    padding: 0;
    line-height: 16px;
}

a
{
    text-decoration: none;
    color: #18688e;
}

a:hover
{
    color: #555555;
    text-decoration: underline;
}

.clear
{
    clear: both;
}

/** Landing Page **/

#pageWrapper
{
    background: #505050 url(../Images/bg_pageWrapper_top.jpg) no-repeat scroll 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

#page
{
    margin:0 auto;
    width:948px;
}

#preamble
{
    color:#FFFFFF;
    float:left;
    margin:0;
    padding-left:30px;
    padding-bottom: 14px;
}

#preamble p
{
    float: right;
    width: 434px;
    line-height: 16px;
    padding-top:4px;
    padding-left: 26px;
}

#preamble h2
{
    float: left;
    width: 404px;
    margin-right: 46px;
    padding-top: 6px;
}

#content
{
    float:left;
    width:941px;
}

#mainContent
{
    float: left;
    margin:0;
    padding:4px 4px 0 4px;
    background: transparent url('../Images/bg_contentTop.jpg') no-repeat 0 0;
    width:940px;
}

#mainContentRepeatedArea
{
    float: left;
    margin: 0;
    padding:0;
    background: transparent url('../Images/bg_contentRepeater.gif') repeat-y 0 bottom;
    height: 100%;
    width: 948px;
}

#mainContentBottom
{
    float: left;
    margin: 0;
    padding: 0;
    background: transparent url('../Images/bg_contentBottom.jpg') no-repeat 0 bottom;
    height:11px;
    width: 948px;
}

/* Sites */
* html div.siteContainer
{
  display: inline; /* kill double-margin bug */
}

.siteContainer, .siteContainerSystems
{
    width: 405px;
    margin: 0 30px 0 34px;
    padding:0;
    float: left;
}

.interactiveLogo
{
    border: none;
}

.systemsLogo
{
    border: none;
}

.siteContainer p, .siteContainerSystems p
{
    width: 360px;
    padding-bottom: 14px;
    padding-left: 28px;
}

.siteContainerSystems p
{
    padding-left: 20px;
}

.siteContainer h3, .siteContainerSystems h3
{
    color: #005596;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding:0 0 5px 28px;
}

.siteContainerSystems h3
{
    padding-left: 20px;
}

ul.capabilityList
{
    margin:4px 32px 0 0;
    padding:0;
    float: left;
    width: 126px;
    padding-left: 28px;
}

.siteContainerSystems ul.capabilityList
{
    padding-left: 20px;
}

ul.capabilityList li
{
    list-style-type: none;
    background: transparent url('../Images/ico_blueDot.gif') no-repeat 0 4px;
    padding-left: 8px;
    line-height: 16px;
    padding-bottom: 10px;
}

a.greenArrowLink 
{
    text-indent: -9999px;
    display: block;
    white-space: nowrap;
    clear: both;
    float: left;
    overflow: hidden;
}

a:hover.greenArrowLink 
{
    background-position: 0 -46px;
}

a.interactiveGoTo
{
    background: transparent url('../Images/btn_goToInteractive.gif') no-repeat 0 0;
    height: 46px;
    width: 403px;
}

a.systemsGoTo
{
    background: transparent url('../Images/btn_goToSystems.gif') no-repeat 0 0;
    height: 46px;
    width: 403px;
}

div.interactiveGoToWrapper, div.systemsGoToWrapper
{
    height:84px;
    width: 403px;
    background: transparent url('../Images/btn_goToInteractive_shadow.gif') no-repeat 0 bottom;
    display: block;
    float: left;
    margin-top: 22px;
}

div.systemsGoToWrapper
{
    background: transparent url('../Images/btn_goToSystems_shadow.gif') no-repeat 0 bottom;
}

.largeLogoLinkInteractive
{
    border: none;
    text-decoration: none;
    display: block;
    margin-left: 110px;
    margin-top: 32px;
    margin-bottom: 12px;
    width: 185px;
}

.largeLogoLinkSystems
{
    border: none;
    text-decoration: none;
    display: block;
    margin-left: 125px;
    margin-top: 28px;
    margin-bottom: 12px;
    width: 134px;
}

/* Header */

#corporateHeader
{
    float:left;
    padding-bottom:26px;
    width:950px;
    padding-top: 16px;
}

.homeLink
{
    background:transparent url(../Images/logo_northridge.gif) no-repeat scroll 0 0;
    display:inline;
    float:left;
    height:33px;
    text-indent:-5000px;
    width:163px;
    overflow: hidden;
}

ul#utilityLinks
{
    float:right;
    margin:0;
    padding:0;
    width:275px;
}

ul#utilityLinks li
{
    display:block;
    float:left;
    margin:0;
    padding:0 9px 0 0;
}

ul#utilityLinks li a
{
    background-position:0 0;
    background-repeat:no-repeat;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:10px;
    font-weight:bold;
    height:20px;
    padding-left:16px;
    padding-top: 3px;
    text-decoration:none;
    text-transform:uppercase;
}

ul#utilityLinks li a.investors
{
    background-image:url(../Images/bg_investorsLink.gif);
    width:68px;
}

ul#utilityLinks li a.contact
{
    background-image:url(../Images/bg_contactLink.gif);
    padding-left:20px;
    width:65px;
}

ul#utilityLinks li a.legal
{
    background-image:url(../Images/bg_legalLink.gif);
    padding-left:27px;
    width:58px;
}

ul#utilityLinks li.last
{
    padding-right: 0;
}

ul#utilityLinks li a:hover
{
    color: #cfe5ae;
    background-position: 0 -23px;
}

ul#utilityLinks li a:active
{
    color: #cfe5ae;
    background-position: 0 -23px;
}

/* Footer */

#footerWrapper
{
    height:85px;
}

#footer
{
    color:#fff;
    margin:0 auto;
    overflow:hidden;
    padding:10px 16px 0;
    width:928px;
    font-size: 11px;
    line-height: 17px;
}

#footerLeft
{
    float: left;
    width: 500px;
}

#footerRight
{
    float: right;
    width: 400px;
}

.contactMethods
{
    color:#8dc63f;
    font-weight: bold;
}

ul#contactMethodList
{
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    color: #fff;
}

ul#contactMethodList li
{
    float: left;
    list-style-type: none;
    background: transparent url('../Images/ico_footerDivider.gif') no-repeat 100% 4px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}

ul#contactMethodList li a
{
    color: #fff;
    text-decoration: none;
}

ul#contactMethodList li a:hover
{
    color:#cfe5ae;
}

ul#contactMethodList li.last
{
    background-image: none;
}

.footerInteractiveLink, .footerSystemsLink
{
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
    background: transparent url('../Images/logo_interactive_footer.gif') no-repeat 0 0;
    float: left;
    width: 77px;
    height: 42px;
    overflow: hidden;
}

.footerInteractiveLink
{
    margin-right: 20px;
}

.footerSystemsLink
{
    background: transparent url('../Images/logo_systems_footer.gif') no-repeat 0 0;   
    width: 57px;
    height: 44px; 
}

.copyrightInfo
{
    margin:0;
    padding:5px 0 0 170px;
    display: block;
}

.certified
{
    float: right;
}

/* Sub Page */

* html a.greenArrowLinkSub, div.systemsGoToSubWrapper, div.interactiveGoToSubWrapper
{
  display: inline; /* kill double-margin bug */
}

a.greenArrowLinkSub 
{
    text-indent: -9999px;
    display: block;
    white-space: nowrap;
    float: left;
    overflow: hidden;
}

div.systemsGoToSubWrapper
{
    height: 68px;
    width: 403px;
    background: transparent url('../Images/btn_goToSystems_subShadow.gif') no-repeat 0 bottom;
    margin:21px 30px 0 34px;
    float: left;
}

div.interactiveGoToSubWrapper
{
    height: 68px;
    width: 403px;
    background: transparent url('../Images/btn_Interactive_subShadow.gif') no-repeat 0 bottom;
    margin:21px 30px 0 34px;
    float: left;
}

a:hover.greenArrowLinkSub
{
    background-position: 0 -46px;
}

a.interactiveGoToSub
{
    background: transparent url('../Images/btn_goToInteractive_sub.gif') no-repeat 0 0;
    height: 46px;
    width: 403px;
}

a.systemsGoToSub
{
    background: transparent url('../Images/btn_goToSystems_sub.gif') no-repeat 0 0;
    height: 46px;
    width: 403px;
}

* html div#legalInformation, div#investorsInformation, div#contactInformation
{
  display: inline; /* kill double-margin bug */
}

#legalInformation, #investorsInformation, #contactInformation
{
    float:left;
    margin:48px 0 0;
    padding:0 112px 80px 114px;
}

#legalInformation h2, #investorsInformation h2, #contactInformation h2
{
 color:#005596;
 font-weight: bold;
 font-size: 22px;
 margin: 0;
 padding:0;
}

#legalInformation h3, #contactInformation h3
{
    color: #005596;
    margin: 0;
    padding: 0 0 3px 0;
}

#legalInformation p, #investorsInformation p, #contactInformation p
{
    padding-bottom: 18px;
}