/* @group html */
/*
Points      Pixels      Ems         Percent
6pt         8px         0.5em       50%
7pt         9px         0.55em      55%
7.5pt       10px        0.625em     62.5%
8pt         11px        0.7em       70%
9pt         12px        0.75em      75%
10pt        13px        0.8em       80%
10.5pt      14px        0.875em     87.5%
11pt        15px        0.95em      95%
12pt        16px        1em         100%
13pt        17px        1.05em      105%
13.5pt      18px        1.125em     112.5%
14pt        19px        1.2em       120%
14.5pt      20px        1.25em      125%
15pt        21px        1.3em       130%
16pt        22px        1.4em       140%
17pt        23px        1.45em      145%
18pt        24px        1.5em       150%
20pt        26px        1.6em       160%
22pt        29px        1.8em       180%
24pt        32px        2em         200%
26pt        35px        2.2em       220%
27pt        36px        2.25em      225%
28pt        37px        2.3em       230%
29pt        38px        2.35em      235%
30pt        40px        2.45em      245%
32pt        42px        2.55em      255%
34pt        45px        2.75em      275%
36pt        48px        3em         300%
*/
html, body {    
    font: 0.875em/1.3em Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f2f4f7;
    color: #666;
}

div, p, form, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, ol, blockquote {
    margin: 0;
    padding: 0; 
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.skip {
    display: none;
}


a img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.overlabel {
    display: none;
}

.overlabel-apply {
    display: inline;
}


/*.sprite {
    overflow: hidden;
    display: block;
    height: 0;
    background-image: url(../images/bg_sprite.gif);
    background-repeat: no-repeat;   
    background-position:  0 0;
}*/

/* @group UL's */

ul.list {
    list-style: none;
    float: left;
}

ul.list li {
    float: left;
}

/* @end */

/* @end */
#rig {
    width: 100%;
    float: left;
    background: #fff;
}
/* @group container */

#container,
.container {
    width: 940px;
    margin: 0 auto;
}

/* @group Header */

#header {
    float: left;
    width: 100%;
    background: url(../images/bg_header.gif) repeat-x 0 115px;;
}

#header .wrapper {
    float: left;
    width: 940px;
    position: relative;
    padding-top: 115px; 
    padding-bottom: 21px;
}

/* @group Logos */

#header .logo {
    position: absolute;
    top: 34px;
    left: 0;
}

#header .logo a,
#header .slogan {
    overflow: hidden;
    display: block;
    height: 0;
    padding: 58px 0 0 0;
    width: 171px;
    background: url(../images/bg_sprite.gif) no-repeat 0 0;
    line-height: 58px;
}

#header .logo a img {
    display: none;
}

#header .slogan {
    padding: 24px 0 0 0;
    width: 423px;
    background-position: 0 -58px;
    position: absolute;
    top: 49px;
    right: 0;
    line-height: 50px;

}

/* @end */

/* @group Navigation */

#header .navigation {
    height: 50px;
    overflow: hidden;
    font-weight: 700;
}

#header ul {
    float: left;
    width: auto;
    list-style: none;
    padding-top: 2px;
    background: url(../images/bg_nav_primary_divider.gif) no-repeat right 9px;
}

#header li {
    float: left;
    padding: 0 0 0 12px;
    margin: 0 12px 0 0;
    background: url(../images/bg_nav_primary_divider.gif) no-repeat left center;
    text-align: center;
}


#header li.trail {
    background: url(../images/bg_nav_primary_trail.gif) no-repeat 0 0;
    padding-left: 32px;
}


#header li.last {
    padding: 0 0 0 12px;
    margin: 0;
}

#header .navigation a {
    display: block;
    font-size: 12px;
    padding: 14px 20px 11px 20px;
    color: #fff;
    width: auto;
    float: left;
}

#header .navigation a:hover {
    text-decoration: none;
    color: #f60;
}

#header .navigation .trail strong, 
#header .navigation .active strong {
    float: left;
    background: url(../images/bg_nav_primary_hover.gif) no-repeat 0 0;
    display: block;
    padding: 0 0 0 20px;
}

#header .navigation .trail a, 
#header .navigation .active a,
#header .navigation .trail a:hover, 
#header .navigation .active a:hover {
    padding: 14px 20px 11px 0;
    background: url(../images/bg_nav_primary_hover.gif) no-repeat right 0;
    color: #fff;
}

/* @end */
/* @end */

/* @group Content */


#content {
    float: left;
    width: 100%;
}

/* @group Main */

#content .main {
    width: 710px;
    float: right;
    padding: 0 0 40px 20px;
}

#content .main .banner {
    float: left;
    padding-bottom: 20px
}

/* @group Standard */

/* @group Section */
.section {
    float: left;
    width: 100%;
}


/* @end */

/* @group Accessibility */

.accessibility {
    float: right;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 8px;
}

.accessibility ul.list {
    float: right;
}
.accessibility ul li {
    float: left;
    padding: 0 4px;
    background: url(../images/bg_accessibility_divider.gif) no-repeat right center;
}


.accessibility a {
    float: left;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 20px 0 0 0;
    width: 20px;
    background: url(../images/bg_sprite.gif) no-repeat -24px -182px;
    border: none;
    border-width: 0;
    cursor: pointer;
}

.accessibility .friend a {
    background-position: -24px -182px;
}

.accessibility .friend a:hover {
    background-position: -24px -203px;
}


.accessibility .print a {
    background-position: -44px -182px;
}

.accessibility .print a:hover {
    background-position: -44px -203px;
}


.accessibility .decrease a {
    background-position: -64px -182px;
}

.accessibility .decrease a:hover {
    background-position: -64px -203px;
}


.accessibility .increase a {
    background-position: -84px -182px;
}

.accessibility .increase a:hover {
    background-position: -84px -203px;
}

.accessibility ul li.increase {
    background: none;
    padding-right: 0;
}



/* @end */

/* @group Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00225d;
    padding-top: 5px;
    margin-bottom: 8px;
}

h1 {
    font-size: 1.8em;
    line-height: 1.3em;
}
h2 {
    font-size: 1.6em;
    line-height: 1.3em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.3em;
    line-height: 1.3em;
}

h5 {
    font-size: 1.2em;
    line-height: 1.3em;
}

h6 {
    font-size: 1.1em;
    line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
    margin-bottom: 1em;
}


.copy .introduction {
    color: #00225d;
    font-size: 1.1em;
}

/* @end */

/* @group Links */
a {
    text-decoration: none;
    color: #f60;
}

a:hover {
    text-decoration: underline;
}



a.more {
    padding-left: 10px;
    background: url(../images/icon_arrow.gif) no-repeat 0 center;
}


/* @end */

/* @group Lists */
.copy ul,
.copy ol,
.copy dl {
    padding-left: 30px;
}

.copy ul {
    list-style: none;
    padding-left: 15px;
}

.copy ul li {
    padding-left: 15px;
    background: url(../images/icon_bullet.gif) no-repeat 0 6px;
}



.copy ul.listing {
    padding: 10px 0 20px;
    width: 100%;
}

.copy ul.listing li{
    padding: 0 0 10px;
    width: 100%;
    background: none;
}


.copy ul.listing li h3{
    font-size: 1.2em;
}


.copy ul.listing li h3 a {
    color: #00225d;
    background-position: 0 4px;
}

.copy ul.listing li h3 a:hover {
    color: #f60;
}


.copy ul.listing li p {
    padding-left: 10px;
}


/* @end */

/* @group Forms */

.copy .form {
    float: left;
    width: 100%;
}


/* @end */

/* @group Tables */

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th {
    text-align: left;
}

table th,
table td {
    padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */
.copy img,
.copy img.left {
    float: left;
    margin: 0 15px 10px 0;
}

.copy img.right {
    float: right;
    margin: 0 0 10px 15px;
}

.copy img.full {
    float: left;
    margin: 0 0 10px 0;
}

/* @end */

/* @end */

/* @group Copy */

#content .main .copy {
    width: 410px;
    float: left;
    padding: 0 20px 0 0;
    color: #666;
}



#content table.logos {
    border-collapse: collapse;
    padding: 10px 0;
    width: 410px;
}

#content table.logos td {
    padding: 10px 0 20px;
    text-align: center;
    vertical-align: middle;
    height: 100px;
}


#content .copy table.logos img {
    padding: 0;
    margin: 0;
    float: none;
}
/* @end */

/* @group Magnolia */

/* @group Forms */

.copy .spacer1,
.copy .spacer2 {
    float: left;
    padding: 0 0 10px 0;
}

.copy .formelement {
    float: left;
    width: 410px;
}

.copy .formelement label {
    float: left;
    display: block;
    width: 120px;
    padding-right: 10px;
    padding-top: 2px;
}

.copy .formelement input,
.copy .formelement select,
.copy .formelement textarea {
    border: 1px solid #999;
    padding: 2px;
}



.copy .formelement input.radio {
    border: none;
    padding: 2px;
}

.copy .formelement textarea {
    font: 1em/1.3em Arial, sans-serif;
    width: 270px;
    height: 100px;
}

.copy .optiongroup {
    float: right;
    width: 280px;
}


.copy .spacer2 input {
    float: right;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 37px 0 0 0;
    width: 124px;
    background: url(../images/bg_sprite.gif) no-repeat 0 -82px;
    border: none;
    border-width: 0;
    cursor: pointer;
}

.copy .spacer2 input:hover {
    background-position: 0 -120px;
}


/* @end */



/* @end */

/* @group Sidebar */

#content .main .sidebar {
    width: 280px;
    float: right;
}

/* @group Spotlights */

#content .sidebar .spotlight {
    width: 280px;
    float: left;
    padding-bottom: 10px;
}


#content .sidebar .spotlight h3 {
    float: left;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 25px 0 0 0;
    margin: 0;
    width: 280px;
    background: url(../images/bg_sprite.gif) no-repeat 0 -157px;
}


#content .sidebar .careers h3 {
    background-position: 0 -157px;
}

#content .sidebar .link h3 {
    background-position: -280px -157px;
}

/* @end */
/* @end */

/* @end */

/* @group Home */
.home #content .main {
    width: 940px;
    float: left;
    padding: 0 0 40px 0;
}

.home #content .copy img {
    margin: 0;
}
.home #content .copy .banner {
    padding: 0 0 15px;
}
.home #content .main .copy {
    width: 640px;
}

.home #content .column {
    width: 310px;
    padding-right: 20px;
    float: left;
}

.home #content .section .last {
    padding-right: 0;
}

.home #content h1,
.home #content h2 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 2px solid #FF6600;
}

.home #content .introduction {
    font-size: 1.4em;
    line-height: 1.25em;
    
}

.home #content .column .introduction {
    font-size: 1.1em;
}

/* @end */

/* @group Navigation */

#content .navigation {
    width: 210px;
    float: left;
    background: #7f90ae url(../images/bg_panels.gif) no-repeat 0 0;
}

#content .navigation ul,
#content .navigation ul li {
    width: 210px;
    float: left;
    list-style: none;
}


#content .navigation ul {
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../images/bg_panels.gif) no-repeat -210px bottom;
}

#content .navigation ul li {
    padding: 0 10px 6px;
    margin-bottom: 4px;
    width: 190px;
    background: url(../images/bg_nav_secondary_divider.gif) no-repeat center bottom;
}

#content .navigation ul li.last {
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
}

#content .navigation a {
    display: block;
    float: left;
    padding: 7px 10px;
    width: 170px;
    color: #fff;
    height: auto;
    line-height: 1.2em;
    background: #7f90ae;
}

#content .navigation .active a,
#content .navigation a:hover {
    color: #eba97a;
    background: #7f90ae;
    text-decoration: none;
}



/*background: #f60;*/

#content .navigation .trail strong, 
#content .navigation .active strong {
    float: left;
    background: url(../images/bg_nav_secondary_hover.gif) no-repeat 0 bottom;
    display: block;
    padding: 0 0 7px 0;
    font-weight: 400;
}

#content .navigation .trail a, 
#content .navigation .active a,
#content .navigation .trail a:hover, 
#content .navigation .active a:hover {
    padding: 7px 10px 0;
    background: url(../images/bg_nav_secondary_hover.gif) no-repeat 0 0;
    color: #fff;
}





/* @end */

/* @end */

/* @group Footer */


#footer {
    float: left;
    width: 100%;
    background: #f2f4f7;
}

#footer .wrapper {
    border-top: 2px solid #f60;
    float: left;
    padding: 5px 0 20px;
    width: 100%;
    color: #666;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #f60;
}

#footer li {
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    border-right: 1px solid #ccc;
    line-height: 1.2em;
}

#footer li.last {
    margin: 0;
    padding: 0;
    border-right: none;
}

/* @end */

/* @end */

/* @group Slideshow */

#slideshow,
#slideshow .no-js, 
#slideshow .loaded {
    float: left;
    width: 280px;
    position: relative;
    background: #f2f4f7;
    
}
 

#slideshow #slideshowloader {
    position: absolute;
    top: 54px;
    left: 124px;
    background: url(../images/loader.gif) no-repeat center center;
    z-index: 6;
    width: 32px;
    height: 0;
    padding: 32px 0 0 0;
    display: block;
    overflow: hidden;
}
#slideshow #slideshowloader.hide {
    display: none;
}

#slideshow .loaded {
    height: 140px;
    overflow: hidden;
}


#slideshow .loaded ul {
    float: left;
    position: absolute;
    top:  0;
    left: 0;
}

#slideshow ul,
#slideshow ul li {
    float: left;
    list-style: none;
    width: 280px;
}


#slideshow .loaded li {
    position: absolute;
    top: 0;
    left: 0;
}


#slideshow table {
    margin: 0;
}

#slideshow table td  {
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 280px;
    height: 140px;
}


#slideshow #previous,
#slideshow #next {
    position: absolute;
    top: 58px;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 21px 0 0 0;
    width: 12px;
    background: url(../images/bg_sprite.gif) no-repeat 0 -182px;
}

#slideshow #previous {
    background-position:  0 -182px;
    left: 10px;
}

#slideshow #previous:hover {
    background-position:  0 -203px;
}

#slideshow #next {
    background-position:  -12px -182px;
    right: 10px;
}


#slideshow #next:hover {
    background-position:  -12px -203px;
}

/* @end */

/* @group IE6 fix */

.mgnlMainbar, .mgnlMainbarPreview {
    clear: both;
    padding-bottom: 1px;
}

.copy .spacer2 .formelement input.submit {
    height: 37px;
}

/* @end */

/* @group Magnolia authoring */

.inner-paragraph-new .mgnlControlBarSmall {
	background: yellow;	
}

.inner-paragraph-new .mgnlControlBarSmall .mgnlControlButtonSmall {
	border: 2px solid red;
	bottom: 100%;
}
	
.inner-paragraph-edit {
	float: left;
	height: 20px;
	margin-top: -45px;	
}

.inner-paragraph-edit .mgnlControlBarSmall {
	border-top: none;
}

/* @end */