@import url("/includes/css/reset.css");

/*	
	NETconsent.com Main CSS Stylesheet
	Updated: 29th July 2010
*/

body
{
	background: #F1FCFA url('/images/body-bg.png') repeat-x 0 0;
	color: #616a80;
	font-size: 75%;
	font-weight: normal;
	/*font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 
{
    color: #616a80;
	font-weight: normal;
	margin: 0; padding: 0;
}

h1 { color: #3e5077; font-size: 1.7em; margin: 5px 0 3px 0; }
h2 { font-size: 1.5em; line-height: 1.3em; margin: 5px 0 3px 0; }
h3 { color: #3e5077; font-size: 1.175em; line-height: 1.3em; margin: 5px 0 3px 0; }
h4 { font-size: 1em; line-height: 1.4em; }

p
{ 
    color: #838383;
    font-size: 1em; line-height: 1.4em;
    padding-bottom: 0.9em;
}

a { text-decoration: none; color: #d05f03; }
a:hover { color: #740a00; }
        
hr 
{
    display: block;
    position: relative;
    padding: 0;
    margin: 4px 0 0 0;
    height: 0;
    max-height: 0;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #e4e4e4;
    font-size: 1px;
    line-height: 0;
}

/* Layout */

div#container
{
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

div#main-section { margin: 10px 0 0 0; }
    
    div#header
    {
        background: transparent url('/images/header-bg2.png') no-repeat 0 0;
        padding: 15px 19px 0 19px;
        position: relative;
        width: 942px;
        z-index: 1200;
    }

        /* Top-most action links navigation */

        div#header ul#header-action-links
        {
            background: #354773 url('/images/header-action-links-bg.png') no-repeat left bottom;
            height: 29px;
            list-style: none;
            margin: 0 7px 0 0;
            padding: 0 0 0 12px;
            position: absolute;
            right: 0; top: -1px;
            z-index: 2000;
        }
        div#header > ul#header-action-links { top: 0; }
        
            ul#header-action-links li
            {
                background: #354773 url('/images/header-action-links-tabs4.png') no-repeat 0 0;
                float: left;
                margin: 4px 0 0 3px;
                padding: 0 0 0 10px;
                position: relative;
                z-index: 2000;
            }
            ul#header-action-links > li { margin-top: 3px; }
            
            ul#header-action-links li:hover,
            ul#header-action-links li.show { background-position: 0 -44px; cursor: pointer; }
            ul#header-action-links li.with-js { background-position: 0 0; }
            
                ul#header-action-links li a.tab
                {
                    background: #354773 url('/images/header-action-links-tabs4.png') no-repeat right -22px;
                    color: #fff;
                    display: block;
                    float: left;
                    height: 19px;
                    font-size: 0.9em; line-height: 1.4em;
                    padding: 3px 10px 0 0;
                    text-transform: uppercase;
                    width: auto;
                }
                
                ul#header-action-links li:hover a.tab,
                ul#header-action-links li.show a.tab
                {
                    background-position: right -69px; 
                    height: 22px;
                }
                ul#header-action-links li.with-js a.tab
                {
                    background-position: right -22px; 
                    height: 19px !important;
                }
                
                ul#header-action-links li div.header-action-dropdown,
                ul#header-action-links li div.header-action-dropdown div.rounded-header,
                ul#header-action-links li div.header-action-dropdown div.rounded-header div.rounded-title,
                ul#header-action-links li div.header-action-dropdown div.rounded-header p.rounded-title,
                ul#header-action-links li div.header-action-dropdown div.rounded-content
                { background-image: url('/images/header-action-links-dropdown-bg2.png'); }
                
                ul#header-action-links li div.header-action-dropdown div.rounded-header
                { position: relative; }
                
                ul#header-action-links li div.rounded div.rounded-header div.rounded-title,
                ul#header-action-links li div.rounded div.rounded-header p.rounded-title
                { margin-top: 0; }
                        
                ul#header-action-links li div.header-action-dropdown
                {
                    position: absolute;
                    left: -999em; 
                    top: 35px;
                    width: 19em;
                    cursor: auto;
                    z-index: 2000;
                }
                
                ul#header-action-links li:hover div.header-action-dropdown, 
                ul#header-action-links li.show div.header-action-dropdown 
                { left: -12em; }

                ul#header-action-links li.with-js div.header-action-dropdown 
                { left: -999em !important; }
                
                div.header-action-dropdown p
                {
                    background: none;
                    color: #fff;
                    float: none;
                }
                
                ul#header-action-links li div.header-action-dropdown a { color: #fff; }
                ul#header-action-links li div.header-action-dropdown a:hover { color: #740a00; }
                
                ul#header-action-links li div.header-action-dropdown ul
                {
                    padding-bottom: 10px;
                }
                    
                    ul#header-action-links li div.header-action-dropdown ul li
                    {
                        background: transparent url('/images/icon-arrow.png') no-repeat left 2px;
                        display: block;
                        float: none;
                        height: 20px;
                        margin: 0;
                        padding: 0 0 0 22px;
                    }
                    
                        ul#header-action-links li div.header-action-dropdown ul li a
                        {
                            color: #fff;
                            line-height: 1.4em;
                        }

        /* Header non-navigational elements */
         
        div#header a#header-logo
        {
            display: block;
            float: left;
            margin: 5px 0 5px 5px;
        }
        
        div#header p#header-strapline
        {
            color: #777777;
            display: block;
            float: left;
            font-size: 1.3em; font-weight: normal;
            line-height: 1.7em;
            margin: 20px 0 0 0; /*135px;*/
            padding: 0;
            text-align: right;
            width: 43%;
        }
	div#header div#header-banner
        {
            display: block;
	    float:left;
            margin: 0 0 0 5px; /*135px;*/
	    width: 565px;
	    height:50px;
            padding: 0;
        }

        
        div#header p#header-contact-telephone
        {
            background: transparent url('/images/icon-telephone.png') no-repeat 49% 7px;
            color: #616a80;
            display: block;
            float: left;
            font-size: 1.3em; font-weight: normal;
            line-height: 1.7em;
            margin: 20px 0 0 0; /*155px;*/
            padding: 0 0 0 30px;
            text-align: right;
            width: 33.5%;
        }

	div#header div#header-contact
	{
	    display:block;
	    float:right;
	    margin: 15px 0 0 0;
	    width: 150px;
	}
        
        /* Main site navigation */
                
        div#header div#header-navigation
        {
            background: transparent url('/images/header-nav-bg-left.png') no-repeat 0 4px;
            clear: both;
            height: 39px;
            z-index: 1200;
        }
        
            ul#header-navigation-menu
            {
                background: transparent url('/images/header-nav-bg-right.png') no-repeat right 4px;
                height: 39px;
            }
            
                ul#header-navigation-menu li
                {
                    background: transparent url('/images/header-nav-divider.png') no-repeat 0 9px;
                    float: left;
                    padding: 0 1px 0 4px;
                    position: relative; 
                    white-space: nowrap; width: 0;
                } 
                ul#header-navigation-menu > li { width: auto; }
                
                ul#header-navigation-menu li.first { background: none; }
                    
                    ul#header-navigation-menu li a.tab
                    {
                        cursor: pointer;
                        display: block;
                        height: 39px;
                        z-index: 1300;
                        padding-left: 12px;
                        position: relative;
                        margin-bottom: -1px;
                    }
                    /*ul#header-navigation-menu li a.tab:hover span { color: #e0e0e0; }*/
                    
                    ul#header-navigation-menu li.has-sub-navigation:hover a.tab,
                    ul#header-navigation-menu li.has-super-sub-navigation:hover a.tab,
                    ul#header-navigation-menu li.show a.tab
                    { background: transparent url('/images/header-nav-hover-bg.gif') no-repeat 0 0; }
                    ul#header-navigation-menu li.with-js a.tab { background: none; }
                    
                        ul#header-navigation-menu li a.tab span
                        {
                            color: #fff;
                            display: block;
                            line-height: 1.5em; 
                            height: 30px;
                            padding: 9px 12px 0 0;
                            z-index: 1300;
                            position: relative;
                            margin-bottom: -1px;
                        }
                        
                        ul#header-navigation-menu li.has-sub-navigation:hover a.tab span,
                        ul#header-navigation-menu li.has-super-sub-navigation:hover a.tab span,
                        ul#header-navigation-menu li.show a.tab span
                        {
                            display: block;
                            background: transparent url('/images/header-nav-hover-bg.gif') no-repeat right -40px;
                        }
                        ul#header-navigation-menu li.with-js a.tab span { background: none; }
                    
                    /* Main site navigation menu dropdowns */
                    
                    ul#header-navigation-menu li div.sub-navigation-dropdown,
                    ul#header-navigation-menu li div.sub-navigation-dropdown ul.sub-navigation-menu
                    { background-image: url('/images/header-nav-dropdown-bg4.gif'); }
                    
                    ul#header-navigation-menu li div.sub-navigation-dropdown
                    {
                        position: absolute;
                        left: -999em;
                        width: 190px;
                        cursor: auto;
                        border-top: 1px solid #415583;
                        z-index: 1200;
                        margin-top: 0;
                    }
                    
                    ul#header-navigation-menu li:hover div.sub-navigation-dropdown,
                    ul#header-navigation-menu li.show div.sub-navigation-dropdown
                    { left: 4px; }
                    
                    ul#header-navigation-menu li.with-js div.sub-navigation-dropdown
                    { left: -999em !important; }
                    
                        ul#header-navigation-menu li div.sub-navigation-dropdown ul.sub-navigation-menu
                        {
                            height: 100%;
                            padding-bottom: 10px;
                        }
                        
                            ul#header-navigation-menu li div.sub-navigation-dropdown ul.sub-navigation-menu li
                            {
                                background: none;
                                float: none;
                                padding: 0;
                            }
                            
                                ul#header-navigation-menu li div.sub-navigation-dropdown ul.sub-navigation-menu li a
                                {
                                    color: #d05f03; /*#6A7894;*/
                                    line-height: 1.4em; 
                                    display: block;
                                    background: transparent url('/images/header-nav-dropdown-tab-bg.png') no-repeat right 0;
                                    height: 22px;
                                    width: 180px;
                                    margin: 0;
                                    padding: 8px 0 0 10px;
                                }
                                
                                ul#header-navigation-menu li div.sub-navigation-dropdown ul.sub-navigation-menu li a:hover
                                { 
                                    background: #d9dade url('/images/header-nav-super-dropdown-tab-arrow.gif') no-repeat 176px 12px;
                                    border-top: solid 1px #8995AB;
                                    padding-top: 7px;
                                    color: #d05f03; 
                                }
                    
                    /* Main site navigation menu "super" sub navigation dropdowns */
                    
                    ul#header-navigation-menu li div.super-sub-navigation-dropdown,
                    ul#header-navigation-menu li div.super-sub-navigation-dropdown div.super-sub-navigation-container
                    { background-image: url('/images/header-nav-super-dropdown-bg-bottom.png'); }
                                
                    ul#header-navigation-menu li div.super-sub-navigation-dropdown
                    {
                        position: absolute;
                        left: -999em;
                        cursor: auto;
                        border-top: 1px solid #415583;
                        z-index: 1200;
                        width: 922px;
                        margin-top: 0;
                    }
                    
                    ul#header-navigation-menu li:hover div.super-sub-navigation-dropdown,
                    ul#header-navigation-menu li.show div.super-sub-navigation-dropdown
                    { left: -62px; }
                    
                    ul#header-navigation-menu li.with-js div.super-sub-navigation-dropdown
                    { left: -999em !important; }
                    
                        ul#header-navigation-menu li div.super-sub-navigation-container
                        {
                            border-top: 1px solid #415583;
                            z-index: 10; position: relative;
                            margin-top: -1px;
                            padding-bottom: 10px;
                            padding-right: 0;
                            width: 100%;
                        }
                    
                            ul#header-navigation-menu div.super-sub-navigation-menu
                            {
                                margin: 0 6px 0 0;
                                width: 177px;
                                padding: 0 1px 1px 1px;
                                float: left;
                            }
                            
                            ul#header-navigation-menu div.last { margin-right: 0; }
                            
                                ul#header-navigation-menu div.super-sub-navigation-menu a.header
                                {
                                    background: none;
                                    color: #fff;
                                    display: block;
                                    line-height: 1.4em; 
                                    width: 157px;
                                    height: 18px;
                                    margin: 0;
                                    padding: 6px 10px;
                                }
                                
                                ul#header-navigation-menu div.super-sub-navigation-menu ul
                                {
                                    background: none;
                                    width: 177px;
                                }
                                
                                    ul#header-navigation-menu div.super-sub-navigation-menu ul li
                                    {
                                        float: none;
                                        clear: both;
                                        color: #6A7894;
                                        line-height: 1.4em; 
                                        display: block;
                                        background: #F4F4F4 url('/images/header-nav-super-dropdown-tab-bg.png') repeat-x 0 0;
                                        border-bottom: 1px solid #ced1d8;
                                        width: 162px;
                                        height: auto;
                                        margin: 0;
                                        padding: 7px 5px 8px 10px;   
                                        white-space: normal;
                                    }
                                    ul#header-navigation-menu div.super-sub-navigation-menu ul li:hover { background: #d9dade; }
                                    
                                        ul#header-navigation-menu div.super-sub-navigation-menu ul li img
                                        {
                                            display: block;
                                            float: left;
                                            margin: 0 10px 0 0;
                                        }
                                    
                                        ul#header-navigation-menu div.super-sub-navigation-menu ul li a
                                        {
                                            background: transparent url('/images/header-nav-super-dropdown-tab-arrow.gif') no-repeat right 9px;
                                            color: #d05f03;
                                            cursor: pointer;
                                            display: block;
                                            font-weight: normal;
                                            height: auto;
                                            margin: 0 5px 0 0;
                                            padding: 2px 0 0 0;
                                        }
                                        ul#header-navigation-menu div.super-sub-navigation-menu ul li a:hover
                                        { color: #d05f03; }
    
    /* Main page content section */
        
    div#content
    {
        background: transparent url('/images/main-bg2.png') repeat-y 0 0;
        float: left;
        padding: 0 19px 0 19px;
        width: 942px;
    }
    
        /* General page content styles */
        div.large-zone-editable-area { color: #a2a2a2; }
        
        div.large-zone-editable-area h3.sub-head
        { 
            border-bottom: solid 1px #e4e4e4; 
            line-height: 1.5em;
            margin: 0 0 10px 0; 
            padding: 0 0 5px 0;
        }
        
        div.large-zone-editable-area ol
        {
            clear: both;
            list-style: decimal inside;   
        }
        
        div.large-zone-editable-area ul,
        div.large-zone-editable-area ul.icon-list,
        div.large-zone-editable-area ul.bulleted-list,
        div.large-zone-editable-area ul.bulleted-list-alt        
        { 
            clear: both; 
            line-height: 1.4em; 
            list-style: none;
            margin: 3px 10px 12px 10px; 
        }
        
        div.large-zone-editable-area ul li,
        div.large-zone-editable-area ul.icon-list li,
        div.large-zone-editable-area ul.bulleted-list li, 
        div.large-zone-editable-area ul.bulleted-list-alt li
        {
            background: transparent url('/images/bullet-diamond-default2.gif') no-repeat left 1px;
            color: #777;
            list-style: none;
            padding: 0 0 2px 20px;
        }
        
        div.large-zone-editable-area ul li.diamond
        { background-image: url('/images/bullet-diamond-default2.gif'); }
        div.large-zone-editable-area ul li.cross
        { background-image: url('/images/bullet-red-cross.gif'); }
        div.large-zone-editable-area ul li.tick
        { padding-bottom: 8px; background-image: url('/images/bullet-green-tick.gif'); }
        div.large-zone-editable-area ul li.exclamation
        { background-image: url('/images/bullet-red-exclamation.gif'); }
        div.large-zone-editable-area ul li.warning
        { background-image: url('/images/bullet-warning-triangle.gif'); }
        div.large-zone-editable-area ul li.info
        { background-image: url('/images/bullet-information.gif'); }
        
        div.large-zone-editable-area ul.bulleted-list-alt li { color: #d05f03; }
            
        div.large-zone-editable-area div.boxout { margin: 2px 20px 8px 20px; }
        div.large-zone-editable-area div.with-table { margin: 25px -5px 15px 5px; }
        div.large-zone-editable-area div.left { margin-left: 10px; margin-right: 20px; }
        div.large-zone-editable-area div.right { margin-right: 0; margin-left: 25px; }
            
        div.large-zone-editable-area div.boxout div { padding-top: 0; }
                
            div.large-zone-editable-area div.boxout div.rounded-header p,
            div.large-zone-editable-area div.boxout div.rounded-content p { text-align: center; }
            
            div.large-zone-editable-area div.boxout div.rounded-header blockquote { padding-bottom: 0; }
            div.large-zone-editable-area div.boxout div.rounded-content p.attribution { font-weight: bold; }
            
            div.large-zone-editable-area div.boxout div.rounded-header blockquote.singular p { padding-bottom: 0; }
            
            div.large-zone-editable-area div.boxout div.rounded-header h2.rounded-title,
            div.large-zone-editable-area div.boxout div.rounded-header h4.rounded-title
            {
                color: #616a80;
                font-weight: normal;
                height: 40px;
                padding: 13px 13px 10px 13px;
            }
            
            div.large-zone-editable-area div.boxout div.rounded-header h2.rounded-title
            { font-size: 1.4em; line-height: 1.6em; }
            div.large-zone-editable-area div.boxout div.rounded-header h4.rounded-title
            { font-size: 1.3em; line-height: 1.5em; }

            div.large-zone-editable-area div.boxout div.boxout-content
            {
                margin: 0;
            }
            
            div.large-zone-editable-area div.with-table table.boxout-content
            {
                border-top: solid 1px #fff;
                margin: -15px 0 10px 0;
                padding: 0;
                position: relative;
                width: 100%;
            }

                div.large-zone-editable-area div.with-table table.boxout-content tr th
                {
                    background: #DBDEE5;
                    border-bottom: solid 1px #fff;
                    border-left: solid 1px #fff;
                    border-right: solid 1px #fff;
                    padding: 10px;
                    text-align: left;
                    width: 30%;
                }
                div.large-zone-editable-area div.with-table table.boxout-content tr.alt th { background: #D3D7E2; }
               
                div.large-zone-editable-area div.with-table table.boxout-content tr td
                {
                    background: #E6E7EC;
                    border-bottom: solid 1px #fff;
                    border-right: solid 1px #fff;
                    padding: 10px;
                }
                div.large-zone-editable-area div.with-table table.boxout-content tr td { background: #DFE2E9; }
                
                div.large-zone-editable-area div.with-table table.boxout-content tr th h5
                {
                    font-weight: bold;
                    padding: 0;
                }
                
                div.large-zone-editable-area div.with-table table.boxout-content tr td p 
                { 
                    padding: 0; 
                    text-align: left;
                }
                
                div.large-zone-editable-area div.with-table table.boxout-content tr td ul { margin-bottom: 0; }
            
        div.large-zone-editable-area div.lightbox img 
        { 
            border: 0;
            clear: both;
            display: block;
            margin: 2px auto 5px auto;
            width: 100px;
        }
        
        div.large-zone-editable-area div.attachments-list
        {
            clear: both;
            border-top: 1px solid #e4e4e4;
            border-bottom: 1px solid #e4e4e4;
            margin: 0; padding: 5px 0 3px 0;
        }        
        
        div.large-zone-editable-area img.mini-icon
        {
            margin: 0 5px 0 0;
            vertical-align: middle;
        }
        
        div.large-zone-editable-area img.image-left { margin: 10px 10px 10px 0; }
        div.large-zone-editable-area img.image-right { margin: 10px 0 10px 10px; }
        
        /* Tabbed scrolling content table */

        div.tabbed-content
        {
            border: solid 1px #E8E8E8;
            border-top: 0;
            background: #f1f1f2 url('/images/tabbed-content-bg3.png') repeat-x left -24px;
            clear: both;
            margin: 0 -10px 15px -10px;
            padding: 5px;
            position: relative;
			overflow: hidden; 
			width: 550px;
        }
        
            div.tabbed-content div.panelContainer
            {
                position: relative;
			    left: 0; top: 0;
			    width: 100%;
            }
            
                div.tabbed-content div.panelContainer div.panel
                {
                    float: left;
			        height: 100%;
			        position: relative;
			        width: 556px; 
                }
                
        div.tabbed-content-navigation
        {
            margin: 0 -10px;
            padding-top: 10px;
            position: relative;
            width: 562px;
        }
        
            div.tabbed-content-navigation ul
            {
                border-bottom: solid 1px #E8E8E8;
                margin: 0;
                padding-bottom: 31px;
            }
            
                div.tabbed-content-navigation ul li
                {
                    background: transparent url('/images/tabbed-content-tabs-small.png') no-repeat left -31px;
                    float: left;
                    height: 31px;
                    margin: 0 5px 0 0;
                    padding: 0 0 0 15px;
                    border-bottom: solid 1px #E8E8E8;
                }
                div.tabbed-content-navigation ul li.current { background-position: left top; border-bottom: solid 1px #EAECED; }
                
                    div.tabbed-content-navigation ul li a
                    {
                        background: transparent url('/images/tabbed-content-tabs-small.png') no-repeat right -31px;
                        color: #616a80;
                        display: block;
                        font-size: 1em; line-height: 1.1em;
                        float: left;
                        height: 19px;
                        padding: 10px 15px 0 0;
                    }
                    div.tabbed-content-navigation ul li.current a { background-position: right top; }
                    
                    div.tabbed-content-navigation ul li a:hover { color: #d05f03; }
            
                table.tabbed-table
                {
                    margin: 0;
                    padding: 0;
                    width: 99%;
                }

                    table.tabbed-table tr th
                    {
                        background: #DBDEE5;
                        border-bottom: solid 1px #fff;
                        padding: 10px;
                        text-align: left;
                        width: 40%;
                    }
                    table.tabbed-table tr.alt th { background: #D3D7E2; }
                    
                    table.tabbed-table tr.caption th,
                    table.tabbed-table tr.caption td
                    {
                        background: transparent;
                        border: none;
                        overflow: auto;
                        padding: 8px 5px 5px 5px;
                    }
                    
                    table.tabbed-table tr.caption th h4 
                    { 
                        font-size: 1.175em; line-height: 1.4em;
                    }
                   
                    table.tabbed-table tr td
                    {
                        background: #E6E7EC;
                        border-bottom: solid 1px #fff;
                        padding: 10px;
                    }
                    
                    table.tabbed-table tr td { background: #DFE2E9; }
                    
                    table.tabbed-table tr th { line-height: 1.4em; }
                    
                        table.tabbed-table tr th h5 { padding: 0; }
                    
                        table.tabbed-table tr td p,
                        table.tabbed-table tr th p
                        { 
                            font-weight: normal;
                            padding: 0; 
                            text-align: left;
                        }
                        
                        table.tabbed-table tr.caption td p { text-align: right; }
                        
                        table.tabbed-table tr td ul { margin-bottom: 0; }
        
        /* Site map */
        
        div.site-map-container
        {
            line-height: 1.4em;
        }
        
        div.large-zone-editable-area ul.CMSSiteMapList 
        {
            color: #d05f03;
            margin-bottom: 0;
            margin-top: 5px;
        }
        
            div.large-zone-editable-area ul.CMSSiteMapList li
            {
                background: transparent url('/images/bullet-diamond-default.gif') no-repeat left 1px;
                color: #777;
                height: 1%;
                list-style: none;
                padding: 0 0 5px 20px;
            }
            
            div.large-zone-editable-area ul.CMSSiteMapList li li li 
            { font-size: normal; }
        
            div.large-zone-editable-area ul.CMSSiteMapList ul
            {
                margin-left: 10px;
            }
            
        /* Product intro box */
        div.large-zone-editable-area div.product-intro
        {
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: left top;
            color: #fff;
            margin: 0 -7px 0 -15px;
            padding: 10px 10px 5px 10px;
            position: relative;
            display: inline-block;
        }
        div.large-zone-editable-area > div.product-intro { display: block; }
        
            div.large-zone-editable-area div.compliance-suite
            { background-image: url('/images/products/header-compliance-suite.jpg'); }
            div.large-zone-editable-area div.pep-lanconsent
            { background-image: url('/images/products/header-pep-lanconsent.jpg'); }
            div.large-zone-editable-area div.pep-mailconsent
            { background-image: url('/images/products/header-pep-mailconsent.jpg'); }
            div.large-zone-editable-area div.pep-sslconsent
            { background-image: url('/images/products/header-pep-sslconsent.jpg'); }
            div.large-zone-editable-area div.pep-webconsent
            { background-image: url('/images/products/header-pep-webconsent.jpg'); }
            div.large-zone-editable-area div.product-assessor
            { background-image: url('/images/products/header-product-assessor.jpg'); }
            div.large-zone-editable-area div.product-examiner
            { background-image: url('/images/products/header-product-examiner.jpg'); }
            div.large-zone-editable-area div.product-informer
            { background-image: url('/images/products/header-product-informer.jpg'); }
            div.large-zone-editable-area div.product-integrator
            { background-image: url('/images/products/header-product-integrator.jpg'); }
            div.large-zone-editable-area div.product-policymanager
            { background-image: url('/images/products/header-product-policymanager.jpg'); }
            div.large-zone-editable-area div.product-reporter
            { background-image: url('/images/products/header-product-reporter.jpg'); }
            div.large-zone-editable-area div.services-implementation
            { background-image: url('/images/products/header-services-implementation.jpg'); }
            div.large-zone-editable-area div.services-support
            { background-image: url('/images/products/header-services-support.jpg'); }
            div.large-zone-editable-area div.technologies
            { background-image: url('/images/products/header-technologies-all.jpg'); }
        
            div.large-zone-editable-area div.product-intro h1,
            div.large-zone-editable-area div.product-intro h3, 
            div.large-zone-editable-area div.product-intro p,
            div.large-zone-editable-area div.product-intro a
            { border: none; color: #fff; }
            
            div.large-zone-editable-area div.product-intro h3
            {
                line-height: 1.5em;
                margin: 0 0 10px 0;
                padding: 0 0 5px 0;
            }
            
            div.large-zone-editable-area div.product-intro a { color: #ebecef; }
            div.large-zone-editable-area div.product-intro a:hover { color: #fff; }
            
            div.large-zone-editable-area div.product-intro span.CMSBreadCrumbsCurrentItem
            { color: #fff; }
            
        /* Listing repeaters */
        
        div.listing-content
        {
            /*border-top: 1px solid #e4e4e4;*/
            margin: 0;
            padding: 10px 0 3px 0;
        }

            div.listing-content h2
            {
                color: #616a80;
            }
            
            div.listing-content h3
            {
                border: none;
                color: #616a80;
                font-size: 1.2em; line-height: 1.4em;
                margin-bottom: 0;
            }
            
                div.listing-content h2 a,
                div.listing-content h3 a { color: #616a80; }
                div.listing-content h2 a:hover,
                div.listing-content h3 a:hover { color: #d05f03; }
            
            div.listing-content ul
            {
                margin-left: 0;
            }
            
            div.listing-content ul li 
            {
                background: none;
                border-bottom: 1px solid #e4e4e4;
                clear: both;
                display: block;
                list-style-position: outside;
                list-style: none;
                margin-bottom: 10px;
                padding-left: 0; padding-bottom: 8px;
                width: 100%;
                overflow: auto;
            }
            
            div.listing-content table tr td { vertical-align: top; }
            
            div.listing-content table tr td.fixed-cell
            {
                padding: 4px 10px 10px 0; 
                width: 102px; 
                text-align: center;
            }
            
                div.listing-content table tr td.fixed-cell img { display: inline; }
            
            div.listing-content table tr td.fixed-cell-large
            {
                padding: 7px 10px 10px 0; 
                width: 150px; 
                text-align: center;
            }
            
                div.listing-content table tr td.fixed-cell-large img { display: inline; width: 150px; }
            
            div.listing-content ul li.pager
            {
                border: none;
                line-height: 1.4em;
            }
            
                div.listing-content ul li.pager span.SelectedPrev,
                div.listing-content ul li.pager a.UnselectedPrev,
                div.listing-content ul li.pager span.SelectedNext,
                div.listing-content ul li.pager a.UnselectedNext
                {
                    font-weight: bold;
                }
            
            div.listing-content img
            {
                border: 0;
                display: block;
            }
            
            div.listing-content img.icon { display: inline; }
            
            div.hang { width: auto; min-width: 390px; max-width: 480px; }
            
            div.listing-content blockquote p span { font-weight: bold; font-size: 1.2em; }
            
            blockquote img.open-quote { display: inline; padding: 0 2px 5px 0; }
            blockquote img.close-quote { display: inline; padding: 2px 0 5px 2px; }
            
            div.listing-content p.attribution { font-weight: bold; }
                
                div.listing-content p.attribution span,
                div.listing-content p.attribution a 
                { font-weight: normal; }
            
            div.listing-content img.left { margin: 4px 10px 10px 0; }
            div.listing-content img.right { margin: 4px 0 10px 10px; }
    
        div.related-documents
        {
            border-bottom: 1px solid #e4e4e4;
            margin-bottom: 10px;
        }
        
            div.related-documents p
            {
                padding-bottom: 5px;
            }
        
        /* Scrolling hero module */
        
        div#content div.hero 
        {
			position: relative;
			overflow: hidden; 
			margin: 15px 18px 0 0;
			width: 748px; 
			height: 254px;
			clear: both;
        }
        
        body.DesignMode div#content div.hero  { margin-right: 10px; }
        
        div#content div.showall { overflow: visible; }
        
        /*body.DesignMode div#content div.hero { margin-right: 8px; }*/
        
            div.hero div.panelContainer 
            {
                position: relative;
			    left: 0; top: 0;
			    width: 100%;
			    list-style-type: none;
            }
            
                div.hero div.panelContainer div.panel
                {
                    float: left;
			        height: 100%;
			        position: relative;
			        width: 748px;
			    }
            
                    div.hero div.panelContainer div.panel div.hero-content
                    {
                        background: transparent url('/images/hero/hero-default-left.jpg') no-repeat left top;
                        float: left;
                        width: 364px;
                        height: 254px;
                    }
                    
                    div.hero div.panelContainer div.intro div.hero-content
                    { background-image: url('/images/hero/hero-default-left.jpg'); }
                    div.hero div.panelContainer div.finance div.hero-content
                    { background-image: url('/images/hero/hero-financial-left.jpg'); }
                    div.hero div.panelContainer div.public div.hero-content
                    { background-image: url('/images/hero/hero-localgovernment-left.jpg'); }
                    div.hero div.panelContainer div.health div.hero-content
                    { background-image: url('/images/hero/hero-healthcare-left.jpg'); }
                    div.hero div.panelContainer div.utilities div.hero-content
                    { background-image: url('/images/hero/hero-utilities-left.jpg'); }
                    
                    div.hero div.panelContainer div.panel h1,
                    div.hero div.panelContainer div.panel h2
                    {
                        background-color: #6496A1;
                        color: #fff;
                        line-height: 1.1em;
                        margin: 0;
                    }
                    
                    div.hero div.panelContainer div.intro h1, 
                    div.hero div.panelContainer div.intro h2
                    { background-color: #6496A1; }
                    div.hero div.panelContainer div.finance h1, 
                    div.hero div.panelContainer div.finance h2
                    { background-color: #77697A; }
                    div.hero div.panelContainer div.public h1, 
                    div.hero div.panelContainer div.public h2
                    { background-color: #4E555F; }
                    div.hero div.panelContainer div.health h1, 
                    div.hero div.panelContainer div.health h2
                    { background-color: #739793; }
                    div.hero div.panelContainer div.utilities h1, 
                    div.hero div.panelContainer div.utilities h2
                    { background-color: #535A76; }
                    
                    div.hero div.panelContainer div.panel h1
                    {     
                        font-size: 2.1em;
                        font-weight: bold;
                        padding: 0 10px 10px 10px;
                    }
                    
                    div.hero div.panelContainer div.panel h2
                    {
                        font-size: 1.25em;
                        margin-top: 20px;
                        padding: 10px 10px 0 10px;
                    }
                    
                    div.hero div.panelContainer div.health div.hero-content h1,
                    div.hero div.panelContainer div.health div.hero-content h2
                    { background-color: #739793; }
  
                    div.hero div.panelContainer div.panel p
                    {
                        color: #273454;
                        padding: 10px 10px 3px 10px;
                    }
                    
                    div.hero div.panelContainer div.panel p.hero-action
                    {
                        background: transparent url('/images/main-module-action-button-bg.png') no-repeat right top;
                        margin: 10px;
                        padding: 0 10px 0 0;
                        display: block;
                        height: 21px;
                        font-size: 1.175em;
                        line-height: 1em;
                        float: left;
                        white-space: nowrap; width: 0;
                    }
                    div.hero div.panelContainer > div.panel p.hero-action { width: auto; margin-left: 20px; }

                    div.hero div.panelContainer div.intro div.hero-content p.hero-action
                    { background-image: url('/images/hero/hero-action-button-default.png'); }
                    div.hero div.panelContainer div.finance div.hero-content p.hero-action
                    { background-image: url('/images/hero/hero-action-button-financial.png'); }
                    div.hero div.panelContainer div.public div.hero-content p.hero-action
                    { background-image: url('/images/hero/hero-action-button-localgovernment.png'); }
                    div.hero div.panelContainer div.health div.hero-content p.hero-action
                    { background-image: url('/images/hero/hero-action-button-healthcare.png'); }                 
                    div.hero div.panelContainer div.utilities div.hero-content p.hero-action
                    { background-image: url('/images/hero/hero-action-button-utilities.png'); }
                    
                        div.hero div.panelContainer div.panel p.hero-action a
                        {
                            background: transparent url('/images/main-module-action-button-bg.png') no-repeat left top;
                            color: #fff;
                            display: block;
                            margin: 0 0 0 -10px;
                            padding: 2px 0 2px 10px;
                            height: 17px;
                        }
                        
                        div.hero div.panelContainer div.panel p.hero-action a:hover { color: #e1e1e1; }
                        
                        div.hero div.panelContainer div.intro div.hero-content p.hero-action a
                        { background-image: url('/images/hero/hero-action-button-default.png'); }
                        div.hero div.panelContainer div.finance div.hero-content p.hero-action a
                        { background-image: url('/images/hero/hero-action-button-financial.png'); }
                        div.hero div.panelContainer div.public div.hero-content p.hero-action a
                        { background-image: url('/images/hero/hero-action-button-localgovernment.png'); }
                        div.hero div.panelContainer div.health div.hero-content p.hero-action a
                        { background-image: url('/images/hero/hero-action-button-healthcare.png'); }                 
                        div.hero div.panelContainer div.utilities div.hero-content p.hero-action a
                        { background-image: url('/images/hero/hero-action-button-utilities.png'); }
                    
                    div.hero div.panelContainer div.panel div.hero-quote 
                    {
                        position: absolute;
                        right: 200px; top: 22px;
                        width: 155px;
                    }
                    
                    div.hero div.panelContainer div.panel div.hero-quote blockquote p,
                    div.hero div.panelContainer div.panel div.hero-quote p.attribution
                    {
                        color: #777;
                        font-size: 1.175em; line-height: 1.5em;
                        font-weight: normal;  
                        padding: 0;
                    }
                    div.hero div.panelContainer div.panel div.hero-quote p.attribution { font-size: 1.1em; font-weight: bold; }                    
                    div.hero div.panelContainer div.panel div.hero-quote blockquote p span { font-weight: bold; font-size: 1.1em; }
                    
                    div.hero div.panelContainer div.panel img.hero-image
                    {
                        display: block;
                        float: left;
                    }
        
        /* Scrolling hero navigation */
            
        div.hero-navigation 
        { 
            float: left;
        }
            
            div.hero-navigation ul
            {
                clear: both;
                list-style: none;
            }
            
                div.hero-navigation ul li
                {
                    background: transparent url('/images/hero/hero-tab-250.png') no-repeat left bottom;
                    float: left;
                    margin: 0 3px 0 0;
                    padding: 0 0 0 10px;
                    position: relative;   
                    white-space: nowrap; width: 0;
                }
                div.hero-navigation ul > li { width: auto; }
                
                div.hero-navigation ul li.current
                { background-image: url('/images/hero/hero-tab-active-default-250.png'); }
                div.hero-navigation ul.intro li.current
                { background-image: url('/images/hero/hero-tab-active-teal-250.png'); }
                div.hero-navigation ul.finance li.current
                { background-image: url('/images/hero/hero-tab-active-purple-250.png'); }
                div.hero-navigation ul.public li.current
                { background-image: url('/images/hero/hero-tab-active-darkblue-250.png'); }
                div.hero-navigation ul.health li.current
                { background-image: url('/images/hero/hero-tab-active-darkteal-250.png'); }
                div.hero-navigation ul.utilities li.current
                { background-image: url('/images/hero/hero-tab-active-blue-250.png'); }
                
                    div.hero-navigation ul li a
                    {
                        background: transparent url('/images/hero/hero-tab-250.png') no-repeat right bottom;
                        color: #fff;
                        display: block;
                        height: 25px;
                        line-height: 1.5em; 
                        padding: 7px 10px 0 0;
                        width: auto;
                    }
                    div.hero-navigation ul li a:hover { color: #740a00; }
                    div.hero-navigation ul li.current a:hover { color: #e1e1e1; }
                    
                    div.hero-navigation ul li.current a
                    { background-image: url('/images/hero/hero-tab-active-default-250.png'); }
                    div.hero-navigation ul.intro li.current a
                    { background-image: url('/images/hero/hero-tab-active-teal-250.png'); }
                    div.hero-navigation ul.finance li.current a
                    { background-image: url('/images/hero/hero-tab-active-purple-250.png'); }
                    div.hero-navigation ul.public li.current a
                    { background-image: url('/images/hero/hero-tab-active-darkblue-250.png'); }
                    div.hero-navigation ul.health li.current a
                    { background-image: url('/images/hero/hero-tab-active-darkteal-250.png'); }
                    div.hero-navigation ul.utilities li.current a
                    { background-image: url('/images/hero/hero-tab-active-blue-250.png'); }
        
        /* Breadcrumb trail */
        
        span.CMSBreadCrumbsCurrentItem, a.CMSBreadCrumbsLink
        { font-size: 0.9em; line-height: 1.4em; }
        
        span.CMSBreadCrumbsCurrentItem { color: #a2a2a2; }
        a.CMSBreadCrumbsLink { color: #a2a2a2; }
        a.CMSBreadCrumbsLink:hover { color: #d05f03; }

/* Site footer */

div#footer
{
    background: transparent url('/images/footer-bg-top2.png') no-repeat 0 0;
    clear: both;
    margin: 0 0 10px 0;
    padding: 22px 19px 0 19px;
    position: relative;
    width: 942px;
}

    div#footer p { color: #777; font-size: 0.9em; }
    
    div#footer ul#footer-navigation-menu
    {
        list-style: none;
        position: absolute;
        top: 22px; right: 19px;
    }
    
        ul#footer-navigation-menu li { display: inline; }
        
            ul#footer-navigation-menu li a
            {
                color: #616a80;
                font-size: 0.9em;
                line-height: 1.4em;
            }
            ul#footer-navigation-menu li a:hover { color: #d05f03; }

/* Web Part modules */

div.module 
{ 
    float: left; 
    margin-right: 18px;
    margin-top: 15px;
    display: inline;
    height: 100%;
}

body.DesignMode div.module { margin-right: 10px; }

div.last div.module { margin-right: 0; }
div.bottom div.module { margin-bottom: 0; }
div.large-zone-editable-area div.module { margin-right: 8px; }

div.greybluegrad,
div.greybluegrad div.rounded-header,
div.greybluegrad div.rounded-header h2.rounded-title,
div.greybluegrad div.rounded-header h3.rounded-title,
div.greybluegrad div.rounded-header h4.rounded-title,
div.greybluegrad div.rounded-header h5.rounded-title,
div.greybluegrad div.rounded-header h6.rounded-title,
div.greybluegrad div.rounded-header p.rounded-title,
div.greybluegrad div.rounded-header blockquote.rounded-title,
div.greybluegrad div.rounded-content
{ background-image: url('/images/main-module-grey2.jpg'); }

div.darkblue,
div.darkblue div.rounded-header,
div.darkblue div.rounded-header h2.rounded-title,
div.darkblue div.rounded-header h3.rounded-title,
div.darkblue div.rounded-header h4.rounded-title,
div.darkblue div.rounded-header h5.rounded-title,
div.darkblue div.rounded-header h6.rounded-title,
div.darkblue div.rounded-header p.rounded-title,
div.darkblue div.rounded-header blockquote.rounded-title,
div.darkblue div.rounded-content
{ background-image: url('/images/main-module-blue2.png'); }

div.grey,
div.grey div.rounded-header,
div.grey div.rounded-header h2.rounded-title,
div.grey div.rounded-header h3.rounded-title,
div.grey div.rounded-header h4.rounded-title,
div.grey div.rounded-header h5.rounded-title,
div.grey div.rounded-header h6.rounded-title,
div.grey div.rounded-header p.rounded-title,
div.grey div.rounded-header blockquote.rounded-title,
div.grey div.rounded-content
{ background-image: url('/images/main-module-grey-nobluefade.jpg'); }

div.greynograd,
div.greynograd div.rounded-header,
div.greynograd div.rounded-header h2.rounded-title,
div.greynograd div.rounded-header h3.rounded-title,
div.greynograd div.rounded-header h4.rounded-title,
div.greynograd div.rounded-header h5.rounded-title,
div.greynograd div.rounded-header h6.rounded-title,
div.greynograd div.rounded-header p.rounded-title,
div.greynograd div.rounded-header blockquote.rounded-title,
div.greynograd div.rounded-content
{ background-image: url('/images/nograd-module-bg.png'); }

div.greynograd div.popout-box,
div.greynograd div.popout-box div.rounded-header,
div.greynograd div.popout-box div.rounded-header div.rounded-title,
div.greynograd div.popout-box div.rounded-header p.rounded-title,
div.greynograd div.popout-box div.rounded-content
{ background-image: url('/images/nograd-module-popout-bg.png'); }

div.module div.rounded-header h3.rounded-title,
div.module div.rounded-header h4.rounded-title,
div.module div.rounded-header h6.rounded-title
{
    color: #616a80;
    font-size: 1.45em; 
    font-weight: normal;
    line-height: 1.45em;
    height: 40px;
    padding: 10px 0 10px 13px;
}

div.module div.rounded-header h3.rounded-title 
{ 
    font-size: 1.175em;
    height: 1.3em;
}

div.darkblue div.rounded-header h6.rounded-title,
div.darkblue p { color: #e0e0e0; }
div.darkblue a { color: #e1e1e1; }
div.darkblue a:hover { color: #fff; }

div.module div.rounded-header h3.rounded-title a { color: #616a80; }
div.module div.rounded-header h3.rounded-title a:hover { color: #d05f03; }
div.module div.rounded-header h4.rounded-title a { color: #616a80; }
div.module div.rounded-header h4.rounded-title a:hover { color: #d05f03; }

div.module p.module-action-link,
p.related-document-link
{
    background: transparent url('/images/main-module-action-button-bg.png') no-repeat right top;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    display: block;
    height: 21px;
    font-size: 1.175em; line-height: 1.05em;
    float: right;
    white-space: nowrap; width: 0;
}

div.module div > p.module-action-link,
div > p.related-document-link { width: auto; }

    div.module p.module-action-link a,
    p.related-document-link a
    {
        background: transparent url('/images/main-module-action-button-bg.png') no-repeat left top;
        color: #fff;
        display: block;
        margin: 0 0 0 -10px;
        padding: 2px 0 2px 10px;
        height: 17px;
        position: relative;
    }
    
    div.module p.module-action-link a:hover,
    p.related-document-link a:hover { color: #740a00; }
    
/* Pullthrough content */    
    
div.pullthrough-content
{
    border-top: 1px solid #e4e4e4;
    margin: -30px 0 0 0;
    padding: 10px 0 10px 3px;
    position: relative;
    height: 100%;
}

    div.pullthrough-content h2,
    div.pullthrough-content h5
    {
        color: #d05f03;
        font-size: 1.175em; line-height: 1.5em;
        margin-bottom: 5px;
    }
    
        div.pullthrough-content h2 a,
        div.pullthrough-content h5 a 
        { color: #d05f03; }
        
        div.pullthrough-content a:hover { color: #740a00; }
    
    div.pullthrough-content ul li 
    {
        border-bottom: 1px solid #e4e4e4;
        clear: both;
        display: block;
        float: left;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    
    div.pullthrough-content ul li p { padding-bottom: 0; margin-right: 20px; }
    
    div.pullthrough-content ul li blockquote p
    {
        font-style: italic;
        margin-right: 0;
        padding-bottom: 0;
    }
    
        div.pullthrough-content blockquote p span 
        { 
            font-style: normal; 
            font-size: 1.3em; 
        }
    
    div.pullthrough-content p.attribution { font-weight: bold; }
    
    div.pullthrough-content img.module-teaser-image
    {
        border: 0;
        display: block;
        width: 125px;
    }
    
    div.pullthrough-content img.left { margin: 0 10px 0 0; }
    div.pullthrough-content img.right { margin: 0 0 0 10px; }
    
    div.pullthrough-content a.module-arrow-link
    {
        background: transparent url('/images/icon-arrow.png') no-repeat left top;
        border: 0;
        clear: none;
        display: block;
        float: right;
        margin-top: -14px;
        height: 14px; width: 14px;
        text-indent: -2000px;
    }
    
    div.pullthrough-content div.pad-left { margin-left: 135px; }
    div.pullthrough-content div.pad-right { margin-right: 135px; }
    
/* Standard module content styles */
    
div.module-content
{
    border-top: 1px solid #e4e4e4;
    margin: -30px 0 0 0;
    padding: 10px 0 10px 3px;
    position: relative; height: 100%;    
}

div.darkblue div.module-content 
{
    border: none; 
    margin-top: -35px;
    padding-top: 0; 
}
     
    div.module-content ul
    { 
        float: left; 
        line-height: 1.4em;
        margin-left: 2px;
    }

        div.module-content ul li 
        { 
            border: none; 
            color: #949494;
            margin-bottom: 0;
        }
    
            div.module-content ul li a { color: #949494; }
            div.module-content ul li a:hover { color: #d05f03; }
            div.module-content ul li a.active { color: #616a80; }
            
    div.module-content img
    {
        margin-bottom: 10px;
    }
    
    div.module-content blockquote p
    {
        color: #616a80;
        font-style: italic;
        margin-right: 0;
        padding-bottom: 0.9em;
    }
    
        div.module-content blockquote p span 
        { 
            font-style: normal; 
            font-size: 1.3em; 
        }
    
    /* Left nav styles */
    
    div.module-content ul li.CMSListMenuLI,
    div.module-content ul li.CMSListMenuHighlightedLI a
    { display: none; }
    
    div.module-content ul ul li.CMSListMenuHighlightedLI ul.CMSListMenuUL
    { margin-left: 10px; margin-bottom: 2px; }
    
    div.module-content ul ul li.CMSListMenuHighlightedLI ul.CMSListMenuUL li.CMSListMenuLI a
    { color: #949494; }
    div.module-content ul ul li.CMSListMenuHighlightedLI ul.CMSListMenuUL li.CMSListMenuLI a:hover
    { color: #d05f03; }
    
    div.module-content ul ul li.CMSListMenuHighlightedLI ul.CMSListMenuUL li.CMSListMenuHighlightedLI a
    { color: #3e5077; }
    
    div.module-content ul li.CMSListMenuHighlightedLI { display: block; display: inline; }
    div.module-content ul li.CMSListMenuHighlightedLI ul { float: none; padding-bottom: 0px; } 
    div.module-content ul li.CMSListMenuHighlightedLI ul li { display: inline; }
    div.module-content ul li.CMSListMenuHighlightedLI ul li a { display: block; }
    
    div.module-content ul li.CMSListMenuHighlightedLI ul li.CMSListMenuLI,
    div.module-content ul li.CMSListMenuHighlightedLI ul li.CMSListMenuHighlightedLI a
    { color: #3e5077; }
    div.module-content ul li.CMSListMenuHighlightedLI ul li.CMSListMenuLI
    { font-weight: normal; }
    
    /* Popout list style module */
        
    div.popout-list 
    { 
        position: relative; 
        z-index: 1000; 
    }
    
        div.popout-list div.module-content
        {
            border: none;
            margin: -25px -4px 0 -4px;
            padding-left: 0; 
            padding-bottom: 0px;
            position: static;
        }
        
            div.popout-list div.rounded-header h3.rounded-title { padding-top: 5px; }
        
            div.popout-list ul
            {
                padding-bottom: 0;
                margin: 0;
            }
            
            div.popout-list ul li
            {
                background: transparent url('/images/nograd-module-button-bg.png') no-repeat right 0;
                border: none;
                display: block;
                height: 30px;
                width: 140px;
                margin: 0 0 2px 0;
                padding: 0 25px 0 0;
                position: relative;
                z-index: 1000;
                vertical-align: bottom;
            }
            /*div > div.popout-list ul li { margin-bottom: 2px; }*/
            
            div.popout-list ul li:hover,
            div.popout-list ul li.show { background-position: right -30px; cursor: pointer; }
            div.popout-list ul li.with-js { background-position: right 0; }
            
                div.popout-list ul li a.button
                {
                    background: transparent url('/images/nograd-module-button-bg.png') no-repeat 0 0;
                    color: #493b20;
                    display: block;
                    height: 23px;
                    padding: 7px 0 0 10px;
                    position: relative;
                    z-index: 1600;
                }
                
                div.popout-list ul li:hover a.button,
                div.popout-list ul li.show a.button
                {
                    background-position: 0 -30px;
                    margin-left: -14px;
                }
                div.popout-list ul li.show a.button 
                { 
                    color: #fff; 
                    padding-left: 24px;
                }
                div.popout-list ul li.with-js a.button
                {
                    background-position: 0 0; 
                    margin-left: 0;
                }
                
                div.popout-list ul li div.popout-box
                {
                    position: absolute;
                    left: -999em;
                    width: 15em;
                    cursor: auto;
                    z-index: 1500;
                }
                
                    div.popout-list ul li div.rounded div.rounded-header { position: relative; }
                
                    div.popout-list ul li div.rounded div.rounded-header div.rounded-title,
                    div.popout-list ul li div.rounded div.rounded-header p.rounded-title
                    { margin-top: 0; }
                
                div.popout-list ul li:hover div.popout-box, 
                div.popout-list ul li.show div.popout-box
                { left: -17.5em; top: -2.5em; }

                div.popout-list ul li.with-js div.popout-box
                { left: -999em !important; }
                
                div.popout-list ul li div.popout-box p.rounded-title
                {
                    color: #777; 
                    padding: 15px 10px 0 20px;
                    line-height: 1.4em;
                }
                
                div.popout-list ul li div.popout-box p.module-action-link
                {
                    margin-bottom: 15px; margin-right: 10px;
                }
     
    /* CTA links module-style content */
    
    /*div.rhs-cta-links { padding-top: 15px; }*/
    div.rhs-col { margin-top: 15px; }
    div.flush { padding-top: 0; }
    
        div.rhs-cta-links img { margin: 0 0 2px 0; }
        div.rhs-cta-links ul, ul.rhs-cta-links { margin-top: 15px; }
        /*div.rhs-cta-links ul { margin: 0; }*/

        div.rhs-cta-links ul li,
        ul.rhs-cta-links li
        {
            background: transparent url('/images/rhs-cta-link-bg.png') no-repeat right 0;
            border: none;
            display: block;
            height: 30px;
            width: 177px;
            margin: 0 0 2px 0;
            padding: 0;
        }
        
            div.rhs-cta-links ul li a,
            ul.rhs-cta-links li a
            {
                background: transparent url('/images/rhs-cta-link-bg.png') no-repeat 0 0;
                color: #493b20;
                display: block;
                line-height: 1.4em;
                height: 23px;
                padding: 7px 0 0 10px;
            }
            
            div.rhs-cta-links ul li a img,
            ul.rhs-cta-links li a img
            {
                border: 0;
                margin: 0 5px 0 0;
                vertical-align: text-bottom;
            }
            
            div.rhs-cta-links ul li a:hover,
            ul.rhs-cta-links li a:hover { color: #d05f03; }
        
    /* Testimonial quote pullout module */
    
    div.quote-pullout 
    {
        float: left;
        margin: 0 0 8px 0;
        padding: 15px 10px 0 10px;
        text-align: center; 
    }
    
    div.quote-pullout p { color: #929491; }
    
        div.quote-pullout blockquote p span { font-weight: bold; font-size: 1.2em; }

    /* Horizontal image list style module */
    
    div.image-list
    {
        padding-right: 4px;
    }
    div > div.image-list { padding-right: 20px; }
    
        div.image-list ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
            div.image-list ul li
            {
                display: inline;
            }
            
                div.image-list ul li a
                {
                    border: 1px solid #fff;
                    border-bottom: 8px solid #fff;
                    display: block;
                    float: left;
                    margin: 0 8px;
                }
                div.image-list ul li a:hover { border-color: #d05f03; }
                div.image-list ul li a.inactive:hover { border-color: #fff; }
                
                    div.image-list ul li a img { border: none; }

/* General web part zone classes */

div.zone { float: left; }

div.small-zone { float: left; width: 194px; } /* 211 */
div.small-zone-last { float: left; width: 176px; overflow: hidden; } /* 193 */
div > div.small-zone-last { overflow: visible; }
div.full-height-last { float: right; }
div.medium-zone { float: left; width: 388px; }
div.medium-zone-last { float: left; width: 370px; }
div.large-zone { float: left; width: 536px; }
div.large-zone-editable-area 
{ 
    float: left; width: 552px; 
    padding-top: 15px; padding-right: 13px; padding-left: 5px;
    overflow: hidden; 
} /* 518 */
div > div.large-zone-editable-area { overflow: visible; }
div.large-zone-last { float: left; width: 518px; }
div.xlarge-zone { float: left; width: 768px; }
div.xlarge-zone-last { float: left; width: 750px; }
div.xxlarge-zone { float: left; width: 962px; }

div.landing-xlarge { width: 766px; }

div.last { margin-right: 0; }
div.bottom { margin-bottom: 0; }

div.small { width: 156px; } /* 173 */
div.onethird { width: 212px; } /* 382 ish*/ 
div.medium { width: 345px; } /* 382 ish*/ 
div.twothirds { width: 478px; } /* 382 ish*/ 
div.large { width: 534px; } /* 498 */
div.xlarge { width: 728px; } /* 748 */
div.xxlarge { width: 942px; }

/* Helper */

.accessibility { display: none; }

.orange { background-color: #e7791f; }
.blue { background-color: #408eb9; }
.green { background-color: #5d8d2f; }
.yellow { background-color: #c09341; }
.red { background-color: #aa3036; }

.no-vis
{
    background: none; border: 0;  
    display: block; float: none;  
    font-size: 0; line-height: 0;
    margin: 0; padding: 0;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0; height: 0;
}

.clear { clear: both; }
.clearing-container { overflow: auto; }
.left { float: left; }
.right { float: right; }
.extra-pad-left { margin: 0 20px 20px 0; }
.extra-pad-right { margin: 0 0 20px 20px; }

/* For boxes with rounded corners */

.rounded
{
    background: transparent no-repeat right bottom;
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
}

    .rounded .rounded-header
    {
        background: transparent no-repeat right top;
        margin: -10px -10px 0 0;
    }
    
        .rounded .rounded-header .rounded-title
        {
            background: transparent no-repeat left top;
            display: block;
            margin: 10px 10px 0 -10px;
            padding: 10px 0 0 10px;
            height: 100%;
            position: relative; 
        }
        
    .rounded .rounded-content
    {
        background: transparent no-repeat left bottom;
        margin: 0 0 0 -10px;
        padding: 10px 0 2px 10px;
        height: 100%;
        position: relative;
    }

/* Forms */

div.form-container
{
    clear: both;
    border-top: 1px solid #e4e4e4;
    margin: 0; 
    padding: 5px 0 3px 0;
}

    div.form-container table
    {
        margin: 7px 0 7px 0;
    }

    div.form-container span.form-required { color: #d05f03; }
    
    div.form-container span.FeedbackLabel,
    div.form-container span.ErrorLabel
    { 
        color: #d05f03; 
        line-height: 1.4em;
        float: left; margin-right: 5px;
    }
    
    div.form-container span.EditingFormInfoLabel
    { 
        color: #777; 
        display: block;
        line-height: 1.4em;
        padding-bottom: 0.9em;
    }
    
    div.form-container fieldset { clear: both; }
    
    div.form-container fieldset.form-divider
    {
        border-top: 1px solid #e4e4e4;
        padding: 10px 0 5px 0;
    }
    
    div.form-container div.EditingFormControlNestedControl,
    div.form-container span.EditingFormControlNestedControl
    {
        float: left;
        margin: 0 0 7px 0;
    }
    
        div.form-container div.EditingFormControlNestedControl p { padding-bottom: 0; }
        div.form-container div.EditingFormControlNestedControl div { padding-bottom: 5px; }

    div.form-container span.EditingFormErrorLabel
    {
        color: #d05f03;
        clear: both;
        display: block;
        line-height: 1.4em;
        margin: 0 0 0 190px;
        padding: 0 0 0 3px;
        position: relative; 
        top: -5px;
    }
    
    div.form-container p.form-row,
    div.form-container label.FieldLabel
    {
        clear: left;
        display: block;
        font-weight: normal;
        float: left;
        width: 175px;
        padding: 4px 15px 0 0;
    }
    
    div.form-container p.form-row span.form-required { font-weight: normal; }
    
    div.form-container table td label.FieldLabel 
    { 
        line-height: 1.4em; 
    }
    
    div.form-container input,
    div.form-container textarea,
    div.form-container select
    {
        color: #777;
        padding: 5px;
        font-size: 1em;
        line-height: 1.4em;
        /*font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;*/
	    font-family: Tahoma, Verdana, Arial, sans-serif;
        -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
    }
    
    div.form-container input.TextboxField,
    div.form-container input.TextBoxField,
    div.form-container input.LogonTextBox,
    div.form-container select.DropDownField
    {
        background: transparent url(/images/header-nav-super-dropdown-tab-bg.png) repeat-x left -7px;
        border: solid 1px #CED1D8;
        width: 225px;
    }
    
    div.form-container select.DropDownField { width: 237px; }
    
    div.form-container select option { background: #F4F4F4; }
    
    div.form-container table td input,
    div.form-container table td select { margin: 0 0 7px 0; }
    
    div.form-container textarea.TextAreaField
    {
        background: #F4F4F4 url(/images/header-nav-super-dropdown-tab-bg.png) repeat-x left -7px;
        border: solid 1px #CED1D8;
        width: 275px;
        height: 150px;
    }
    
    div.form-container table.RadioButtonList
    {
        margin-right: 150px;
    }
    
    div.form-container table.RadioButtonList td
    {
        line-height: 1.4em;
        padding: 3px 0 0 0;
    }
    
    div.form-container table.RadioButtonList input 
    { 
        padding: 0; margin: 0; 
        display: block; float: left; 
    }
    div.form-container table.RadioButtonList label { margin: 0 5px; padding: 0; }
    
    div.form-container div.TabsHeader { display: none; }
    
    /* Form password confirmator control */
    div.form-container div.PasswordConfirmationWrapper { position: relative; }
    
        div.form-container div.PasswordConfirmationWrapper div.ConfirmationSeparator
        { padding-bottom: 7px; }
        
        div.form-container div.PasswordConfirmationWrapper p.ConfirmationLabelContainer
        { 
            position: absolute; 
            top: 37px; left: -190px;
        }
    
    /* Form buttons */
    
    p.form-button-container
    {
        background: transparent url('/images/main-module-action-button-bg.png') no-repeat right top;
        margin: 5px 0 10px 200px;
        padding: 0 10px 0 0;
        display: inline;
        height: 21px;
        float: left;  
        width: auto; 
    }
    
        p.form-button-container input.FormButton,
        p.form-button-container input.ContentButton
        {
            background: transparent url('/images/main-module-action-button-bg.png') no-repeat left top;
            border: none;
            color: #fff;
            cursor: pointer;
            font-size: 1.175em; 
            line-height: 1.175em;
            display: block;
            margin: 0 0 0 -10px;
            padding: 0 0 2px 10px;
            height: 21px;   
        }
        
        div.form-container input.RegisterButton
        {
            background: transparent url('/images/main-module-action-button-bg-fixedwidth.png') no-repeat left top;
            border: none;
            color: #fff;
            cursor: pointer;
            /*font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;*/
	        font-family: Tahoma, Verdana, Arial, sans-serif;
            line-height: 1.175em;
            display: block;
            font-size: 1em;
            margin: 5px 0 10px 190px;
            padding: 0 8px;
            height: 21px;
            width: 60px;
        }
    
    /* Login form */
    
    div.LogonPageBackground table { width: 100%; }
        
    div.form-container div.form-remember-me
    {
        float: left;
        margin: 8px 0 0 15px;
    }
    
        div.form-container div.form-remember-me input 
        { 
            margin: 0; 
            padding: 0; 
            height: 12px;
            width: 12px; 
            vertical-align: bottom;
        }
        
        div.form-container div.form-remember-me label 
        { 
            margin: 0 0 0 8px; 
            padding: 0;
        }

    p.action-button-container
    {
        background: transparent url('/images/icon-arrow.png') no-repeat left 2px;
        margin: 5px 15px 10px 0;
        padding: 0 0 0 22px;
        display: block;
        height: 20px;
        float: left;   
    }
        
        p.action-button-container input.ActionButton,
        p.action-button-container a.ActionButton
        {
            background: none;
            border: none;
            color: #d05f03;
            cursor: pointer;
            font-size: 1em; 
            margin: 0; padding: 0;
            width: 0; overflow: visible;
        }
        
        div > p.action-button-container input.ActionButton,
        div > p.action-button-container a.ActionButton { width: auto; }
        
        p.action-button-container a.ActionButton { width: auto; padding-top: 5px; }
        
        p.action-button-container input.ActionButton:hover,
        p.action-button-container a.ActionButton:hover { color: #740a00; }
        
    /* Account form */
    /*
    div.form-container table.TabControlTable { display: none; }
    
    div.form-container div.TabsContent span
    { 
        color: #d05f03; 
        font-size: 1.1em; line-height: 1.5em;
        float: left; margin-right: 5px;
    }*/
    
    /* Top action links forms */
    
    div.header-action-dropdown div.form-container
    {
        border: none;
    }
    
        div.header-action-dropdown div.form-container table
        {
            margin: 0; padding: 0;
        }
        
        div.header-action-dropdown div.form-container .ErrorLabel
        {
            color: #fff;
            padding-bottom: 0.9em;
        }
    
        div.header-action-dropdown div.form-container p.form-row
        {
            padding-bottom: 0.3em;
        }
    
        div.header-action-dropdown div.form-container input.TextboxField,
        div.header-action-dropdown div.form-container input.LogonTextBox,
        div.header-action-dropdown div.form-container select.DropDownField
        {
            width: 140px;
            margin-right: 10px;
        }
        
        div.header-action-dropdown div.form-container div.EditingFormControlNestedControl
        {
            margin-bottom: 0;
        }
        
        div.header-action-dropdown div.form-container p.form-button-container
        {
            background: transparent url('/images/form-button.png') no-repeat right top;
            display: inline;
            float: left;
            margin: 3px 0 0 10px;
            padding: 0 10px 0 0;
        }
        
            div.header-action-dropdown div.form-container p.form-button-container a,
            div.header-action-dropdown div.form-container p.form-button-container input.ContentButton,
            div.header-action-dropdown div.form-container p.form-button-container input.FormButton
            {
                background: transparent url('/images/form-button.png') no-repeat left top;
                color: #555;
                height: 19px;
            }
        
        div.header-action-dropdown div.form-container div.form-remember-me { margin-top: 6px; }
        
        div.header-action-dropdown div.form-container div.form-remember-me label { color: #fff; }