/**
 * @section Reset CSS
 * ======================================================================
 */
html,
body,
div,
span,
object,
iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote,
pre,
a,
abbr, acronym,
address,
code,
del, dfn, em,
img,
q,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin:0;
 padding:0;
 border:0;
 font-weight:inherit;
 font-style:inherit;
 font-size:100%;
 font-family:inherit;
 vertical-align:baseline;
}

body {
 line-height:1.5em;
}

address, blockquote, h1, h2, h3, h4, h5, h6, p, pre {
 margin-bottom: 1em;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}

caption, th, td {
 text-align:left;
 font-weight:normal;
}

table, td, th {
 vertical-align:middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
 content:"";
}

blockquote,
q {
 quotes:"" "";
}

a img {
 border:none;
}

/**
 * Styles for Generation IM
 *
 * This file defines all of the main styles
 * for Generation IM.
 *
 * @author Michael Barrish | Luminous <http://lumino.us>
 * @author William Dodson | Outer Banks Design Works <http://obxdesignworks.com>
 * @author MANOVERBOARD, Inc. <http://manoverboard.com>
 * @copyright Copyright (c) 2009 Generation IM
 * @date 2012-05-12
 * @version 0.2.0
 * @site Generation IM (http://www.generationim.com/)
 * @media screen
 */
/**
 * @section Base HTML
 * ======================================================================
 */
body {
	background: #222;
	background: #2e2a2b;
	color: #231f20;
	font-family: arial, helvetica, "helvetica neue", sans-serif;
	font-size: 80%;
	line-height: 1.3;
	text-align: center;
}

a,
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #555;
}

a:hover {
	color: #6b6969;
	text-decoration: none;
}

a:focus {
	color: #000;
	outline: 1px #000 dotted;
	text-decoration: underline;
}

a:active {
	color: #777;
	text-decoration: underline;
}

h1 {
	color: #dd860d;
	font-size: 160%;
	margin-bottom: .5em;
}

h2 {
	font-size: 124%;
	font-weight: bold;
	margin-bottom: .3em;
	padding-top: .3em;
}

h3 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: .2em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .75em;
	letter-spacing: 1px;
	padding-top: 8px;
	text-transform: uppercase;
}

h3 + h4 {
	padding-top: .75em;
}

p {
	font-size: 108%;
	line-height: 1.4;
}

/* lists */
dl {
	margin: -.3em 0 1em;
}

dt {
	font-size: 108%;
	margin-top: 1em;
}

dd {
	font-size: 108%;
}

ol {
	list-style: decimal;
	margin: 0 0 1em 2em;
}

ol li {
	font-size: 108%;
	margin: 0 0 .5em;
}

ul {
	margin-bottom: 1em;
}

ul li {
	background: url(/media/bg-li.gif) 0 .4em no-repeat;
	font-size: 108%;
	list-style: none;
	margin: 0 0 .5em;
	padding-left: 13px;
}

ul.plain li {
	background: none;
	padding-left: 0;
}

ul.plain ul.plain {
	margin: .5em 0 0;
}

ul.plain ul.plain li {
	font-size: 100%;
	margin-left: 1em;
}

/* forms */
fieldset {
	margin-bottom: 1em;
}

form {
	margin: 0 0 1em;
}

form div {
	margin-bottom: 1em;
}

input {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 100%;
}

input.text {
	padding: 2px 0;
	width: 200px;
}

input[type="text"]:focus {
	background-color: #fffcf3;
}

input[type="submit"]:active,
input[type="submit"]:focus {
	box-shadow: none;
}

label {
	display: block;
}

textarea {
	font: 100% arial, "helvetica neue", helvetica, sans-serif;
}

textarea:focus {
	background: #fffcf3;
}

/* tables */
caption, th, td {
	font-weight: normal;
	padding: .3em .6em;
	text-align: left;
}

th, td {
	border: 1px solid #bbb;
	border-collapse: collapse;
}

td.center {
	text-align: center;
}

thead th {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 0 0 1em;
}

/**
 * @section Grids and Layout
 * ======================================================================
 */
#container {
	background: #fff;
	margin: 14px auto 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 968px;
}

#header {
	background: #231f20 url(/media/bg-header.png) no-repeat 0 0;
	height: 232px;
	position: relative;
	width: 968px;
}

/**
 * @note change the header's background image based on the body ID (section)
 */
body#sustainability #header {
	background-image: url(/media/bg-header-sus.gif);
}

body#citizenship #header {
	background-image: url(/media/bg-header-cit.gif);
}

body#strategy #header {
	background-image: url(/media/bg-header-str.gif);
}

/**
 * @note Things get tricky here. Note the indentation use to help signify subordinate styles
 */
/*============================*/
#content {
	background: #fff url(/media/bg-content.jpg) left 6px no-repeat;
	/*outline: 1px solid red;*/
	padding: 117px 0 2.5em 0;
	width: 968px;
}

/* HOME PAGE ============*/
body#index.home #content {
/*background: #fff url(/media/bg-h1-sus.jpg) no-repeat 0 6px;*/
padding: 0;
}

/* SUSTAINABILITY =======*/
body#sustainability #content {
background: #fff url(/media/bg-content-sus.jpg) left 6px no-repeat;
}

body#sustainability.sus-index #content {
	background: #fff url(/media/bg-h1-sus.jpg) no-repeat 0 6px;
	padding: 0;
}

/* CITIZENSHIP ==========*/
body#citizenship #content {
background: #fff url(/media/bg-content-cit.jpg) left 6px no-repeat;
}

body#citizenship.cit-index #content {
	background: #fff url('/media/bg-h1-cit.jpg') no-repeat 0 6px;
	padding: 0;
}

/* STRATEGY =============*/
body#strategy #content {
background: #fff url(/media/bg-content-str.jpg) left 6px no-repeat;
}

body#strategy.str-index #content {
	background: #fff url('/media/bg-h1-str.jpg') no-repeat 0 6px;
	padding: 0;
}

#col-side {
	display: inline;
	float: left;
	margin: 6px 42px 0 24px;
	width: 196px;
}

#col-main {
	float: left;
	margin: 6px 0;
	padding: 0 0 2.5em 0;
	width: 560px;
}

.sit #col-main, .con #col-main {
	display: inline;
	margin-left: 262px;
}

body#index.home #col-main {
	background: url(/media/bg-h1-hom.jpg) left 0 no-repeat;
	height: 459px;
	padding: 0;
	width: 968px;
}

body#sustainability.sus-index #col-main {
	background: url(/media/bg-h1-sus.jpg) left 0 no-repeat;
	height: 459px;
	padding: 0;
	width: 968px;
}

body#citizenship.cit-index #col-main {
	background: url(/media/bg-h1-cit.jpg) left 0 no-repeat;
	height: 459px;
	padding: 0;
	width: 968px;
}

body#strategy.str-index #col-main {
	background: url(/media/bg-h1-str.jpg) left 0 no-repeat;
	height: 459px;
	padding: 0;
	width: 968px;
}

#footer {
	background: #2e2a2b;
	clear: both;
	width: 968px;
}

.columns {
	float: left;
	width: 100%;
}

.columns .column {
	float: left;
	width: 47%;
}

.columns .column:first-child {
	margin-right: 6%;
}

/**
 * @section Globals, Classes, and Overrides
 * ======================================================================
 */
h2.alt {
	border-top: 1px solid #5a5758;
	left: -7px;
	margin-top: 1.3em;
	padding: 0.4em 0 0 7px;
	position: relative;
}

h2.subtitle {
	font-weight: normal;
	margin: -.5em 0 1em;
	padding: 0;
}

.flag {
	background: yellow;
}

p#skip {
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
}

img.float, .image-float {
	float: left;
	margin: 3px 1.5em .25em 0;
}

.image-float-right {
	float: right;
	margin: 3px 0 .25em 1em;
}

.date {
	font-style: italic;
}

.image-float p.source {
	color: #555;
	font-size: 85%;
	margin: 0;
	text-align: right;
}

.section {
	float: left;
	margin-bottom: 1em;
	width: 561px;
}

.note, .note-darker {
	color: #9a9a9a;
	font-size: 93%;
	padding-top: .5em;
}

.note-darker {
	color: #666;
	padding-top: 1.5em;
}

.quote dt, .quote dd {
	color: #555;
	font-style: italic;
	margin: 0;
}

div.callout {
	background: #eee;
	margin-bottom: 1em;
	padding: 1em 1.5em .75em;
}

img.block {
	margin: 1em 0 2em;
}

sup a {
	padding: 1px 1px 0;
}

ol.footnotes {
	background: url(/media/bg-footnotes.gif) no-repeat;
	float: left;
	margin: 1.5em 0 1em;
	padding-top: .5em;
	width: 560px;
}

ol.footnotes li {
	margin-left: 2em;
	font-size: 100%;
}

#report {
	float: right;
	font-size: 93%;
	border-left: 1px solid #9a9a9a;
	margin: 3px 0 1em 1em;
	padding-left: 1em;
	width: 150px;
}

#lead p {
	font-size: 124%;
}

#lead dt {
	margin-top: 0;
	font-size: 124%;
}

#lead dd {
	font-size: 124%;
}

#lead dd.source {
	margin-top: .25em;
}

/* news */
dl.docs dt {
	color: #555;
	font-size: 100%;
}

dl.docs dd.title {
	font-weight: bold;
}

dl.docs dd.title a {
	font-weight: normal;
}

/* citizenship */
body#citizenship h1 {
	color: #6c9d31;
}

body#citizenship h3.alt {
	font-size: 124%;
}

body#citizenship h3.alt a {
	color: #6c9d31;
}

/* home */
#special {
	float: left;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 660px;
	width: 968px;
	z-index: 100;
}

#special h2 {
	font-size: 85%;
	margin: 0;
	text-align: right;
}

#special h2 a {
	background: #231F20;
   	color: #fff;
	float: left;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
}

#special h2 a:hover {
	background: #fff;
   	color: #000;
}

/* site */
.sit h1 {
	color: #dd860d;
}

/* contact */
#contact {
	border-bottom: 1px solid #76b9c9;
	float: left;
	padding-bottom: 1em;
	margin: -1em 0 1em;
	width: 561px;
}

#contact dl {
	float: left;
	margin-bottom: 0;
}

#contact dl.uk {
	display: inline;
	margin-right: 11px;
	width: 265px;
}

#contact dl.aus {
	width: 265px;
}

#contact dl.usa {
	width: 285px;
}

#contact dl dt {
	font-size: 93%;
	font-weight: bold;
}

#contact dl dd {
	font-size: 93%;
	margin: 0;
}

form#gbcf-form {
	background: #fff2c1;
	padding: 1.25em 1.25em 1em;
}

p#required {
	font-weight: bold;
}

/* strategy */
body#strategy h1 {
	color: #386ba3;
}

body#strategy h3.alt {
	font-size: 124%;
}

body#strategy h3.alt a {
	color: #386ba3;
}

/* sustainability */
body#sustainability h1 {
	color: #605b96;
}

body#sustainability h3.alt {
	font-size: 124%;
}

body#sustainability h3.alt a {
	color: #017990;
}

/**
 * @section Header
 * ======================================================================
 */
#logo {
	position: absolute;
	top: 53px;
	left: 779px;
	width: 189px;
	height: 32px;
}

#logo a {
	color: #fff;
	display: block;
	font-size: 0.5em;
	padding: 0;
	position: relative;
	width: 189px;
	height: 32px;
}

#logo a span {
	background: transparent url('/media/generation-logo-sprite.png') no-repeat 0 0;
	cursor: pointer;/*fix for IE and Opera*/
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.utility-nav {
	float: left;
	margin: 44px 0 0 26px;
}

.utility-nav li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.utility-nav a {
	color: #fff;
	text-decoration: none;
}

.utility-nav a:hover {
	color: #ffcb08;
}

.home #home a,
.abo-ind #abo-ind a,
.abo-mis #abo-mis a,
.abo-tea #abo-tea a,
.abo-new #abo-new a {
	color: #ffcb08;
}

/**
 * @section Content
 * ======================================================================
 */
/**
 * @subsection Sidebar
 */
p#featured {
	color: #dd860d;
	font-size: 124%;
	line-height: 1.2;
	margin-left: 3px;
}

dl#featured {
	color: #dd860d;
	line-height: 1.2;
	margin: 0 0 0 3px;
}

dl#featured dt, dl#featured dd {
	font-size: 124%;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

dl#featured dt {
	margin-bottom: .2em;
}

#featured a {
	color: #444;
}

ul#subnav {
	margin: 0;
	width: 196px;
}

#subnav li {
	background: none;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 196px;
}

#subnav a {
	border-bottom: 1px solid #868485;
	color: #231f20;
	display: block;
	padding: 0.35em 3px;
	text-decoration: none;
	white-space: nowrap;
}

#subnav ul a {
	border: none;
}

#subnav li.subsub {
	display: none;
	margin: 0;
}

#subnav li.subsub a {
	font-size: 93%;
	padding-left: 15px;
}

#subnav li#sus-lea a,
#subnav li#cit-fou a,
#subnav li#str-cre a {
	border-bottom: none;
}

.sus-cha #subnav #subnav-sus-cha, .sus-adv #subnav #subnav-sus-adv {
	border-bottom: 1px solid #868485;
	display: block;
	margin: 0;
}

.sus-ind #sus-ind a,
.sus-cha #sus-cha a,
.sus-col #sus-col a,
.sus-cha-the #sus-cha-the a,
.sus-cha-cli #sus-cha-cli a,
.sus-cha-pan #sus-cha-pan a,
.sus-cha-bas #sus-cha-bas a,
.sus-cha-pea #sus-cha-pea a,
.sus-cha-wat #sus-cha-wat a,
.sus-cha-dem #sus-cha-dem a,
.sus-adv #sus-adv a,
.sus-adv-fut #sus-adv-fut a,
.sus-adv-sus #sus-adv-sus a,
.sus-adv #sus-adv2 a {
	color: #605ba3;
}

.sus-cha-the #sus-cha a,
.sus-cha-cli #sus-cha a,
.sus-cha-pan #sus-cha a,
.sus-cha-bas #sus-cha a,
.sus-cha-pea #sus-cha a,
.sus-cha-wat #sus-cha a,
.sus-cha-dem #sus-cha a,
.sus-adv-dem #sus-adv a,
.sus-adv-dem #sus-adv a {
	color: #605ba3;
}

.sus #subnav li a:hover {
	color: #605ba3 !important;
}

.cit-ind #cit-ind a,
.cit-sta #cit-sta a,
.cit-fou #cit-fou a,
.cit-bus #cit-bus a {
	color: #6c9d31;
}

.cit #subnav li a:hover {
	color: #6c9d31;
}

.str-ind #str-ind a,
.str-phi #str-phi a,
.str-glo #str-glo a,
.str-asi #str-asi a,
.str-cli #str-cli a,
.str-cre #str-cre a {
	color: #386ba3;
}

.str #subnav li a:hover {
	color: #386ba3;
}

/**
 * @subsection Main Column
 */
#col-main #h1 {
	background: transparent url('/media/tile-white-63opacity.png') repeat 0 0;
	left: 28px;
	margin: 0;
	padding: 16px;
	position: absolute;
	top: 391px;
	width: 314px;
}

#col-main #h1 h1 {
	color: #000;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.2em;
}

/**
 * @section Footer
 * ======================================================================
 */
#utility-nav {
	background: #6b6969;
	float: left;
	margin-bottom: .6em;
	padding: 0.25em 0;
	width: 968px;
}

#utility-nav ul {
	display: inline;
	float: left;
	margin: 0 0 0 27px;
	padding: 0;
	width: 814px;
}

#utility-nav li {
	background: none;
	border-left: 1px solid #fff;
	display: inline;
	font-size: 93%;
	list-style: none;
	margin: 0 0 0 .5em;
	padding-left: .5em;
}

#utility-nav li.first {
	border: none;
	margin: 0;
	padding: 0;
}

#utility-nav li a {
	color: #fff;
	text-decoration: none;
}

#footer p {
	color: #b0b0b0;
	font-size: 85%;
	margin: 0 0 .2em 27px;
}

#footer p#copyright {
	padding-bottom: 2em;
}

#footer p a {
	color: #b0b0b0;
	padding-top: .1em;
	text-decoration: none;
}

#footer p#copyright a {
	border-bottom: 1px solid #666;
}

#footer p#copyright a:hover {
	border-bottom-color: #b0b0b0;
}

#footer #utility-nav p {
	float: left;
	font-size: 93%;
	margin: 0;
	text-align: right;
	width: 100px;
}

#footer #utility-nav p a {
	color: #fff;
}

#footer li a:hover, #footer #utility-nav p a:hover {
	color: #ffcb08;
	text-decoration: none;
}

/**
 * @note Colors used for Generation IM nav buttons
 *
 * @colordef #8ac9db (lt. blue)
 * @colordef #9ed850 (green)
 * @colordef #6a95c3 (med. blue)
 * @colordef #231F20 (dk. red-brown)
 * @colordef #868485 (lt. gray)
 */
/*** ESSENTIAL STYLES ***/
#nav, #nav * {
 margin: 0;
 padding:  0;
 list-style:  none;
}

#nav {
	background: transparent;
	font-size: 1em;
	height: 47px;
	left: 4px;
	position: absolute;
	top: 183px;
	width: 842px;
}

#nav ul {
 position:  absolute;
 top: -999em;
 width: 10em; /* left offset of submenus need to match (see below) */
}

#nav ul li {
 width: 100%;
}

#nav li:hover {
 visibility:  inherit; /* fixes IE7 'sticky bug' */
}

#nav li {
 	background:none;
	float: left;
	height: 47px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	width: 100%;
}

#nav a {
 display:  block;
 position:  relative;
}

#nav li:hover ul,
#nav li#nav-sus:hover ul,
#nav li#nav-cit:hover ul,
#nav li#nav-str:hover ul,
#nav li.sfHover ul,
#nav li#nav-sus.sfHover ul,
#nav li#nav-cit.sfHover ul,
#nav li#nav-str.sfHover ul {
 left: 0;
 top: 47px; /* match top ul list item height */
 z-index:  99;
}

/*weird bug fix here, but it works!*/
#nav li ul,
#nav li#nav-sus ul,
#nav li#nav-cit ul,
#nav li#nav-str ul {
 top: -999em;
}

/* CUSTOM OVERRIDES */
#nav li a { font-weight: normal; }

#nav li a:focus { outline: none; }

#nav a { display: block; }

/* The Holly Hack */
* html #nav a { height: 1%; }

/* set defaults for all top-level list items (we'll override these below as needed) */
#nav li#nav-sus,
#nav li#nav-cit,
#nav li#nav-str {
	height: 47px;/* just set the height (width will be set below individually) */
	padding: 0;
}

/**
 * Here we set the empty span tag to be positioned absolutely and make it take up 100%
 * of the height and width of the containing element (link).
 * Note that you can use any element, such as em or strong, but span is a
 * perfect candidate for the job (non-semantic and carries no structural meaning).
 */
#nav li a span {
	cursor: pointer;/*fixes a weird IE and Opera bug*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* set defaults for all top-level links (we'll override these below as needed) */
#nav li#nav-sus a,
#nav li#nav-cit a,
#nav li#nav-str a {
	color: #a4bae7;
	display: block;
	height: 47px;
	position: relative;/* position to relative so we can absolutely position the spans inside of each link */
	text-decoration: none;
}

/* now set different colors for the links that need it */
#nav li#nav-cit a { color: #9ed850;/*green*/ }

#nav li#nav-str a { color: #6a95c3;/*medium blue*/ }

/**
 * nav: sustainability
 * ==================================================
 */
#nav li#nav-sus {
	height: 47px;
	width: 235px;
}

#nav li#nav-sus a { width: 235px; }

#nav li#nav-sus a span {background: url(/media/nav-sus.gif) 0 0 no-repeat; cursor: pointer;}

.sus-index #nav li#nav-sus a span,
.sus #nav li#nav-sus a span,
#nav li#nav-sus a:hover span { background: url(/media/nav-sus.gif) 0 -47px no-repeat; }

/**
 * nav: citizenship
 * ==================================================
 */
#nav li#nav-cit {
	width: 202px;
}

#nav li#nav-cit a { width: 202px; }

#nav li#nav-cit a span { background: url(/media/nav-cit.gif) 0 0 no-repeat; cursor: pointer; }

.cit-index #nav li#nav-cit a span,
.cit #nav li#nav-cit a span,
#nav li#nav-cit a:hover span { background: url(/media/nav-cit.gif) 0 -47px no-repeat; }

/**
 * nav: our investment strategy
 * ==================================================
 */
#nav li#nav-str {
	width: 338px;
}

#nav li#nav-str a { width: 338px; }

#nav li#nav-str a span { background: url(/media/nav-str.png) 0 0 no-repeat; cursor: pointer; }

.str-index #nav li#nav-str a span,
.str #nav li#nav-str a span,
#nav li#nav-str a:hover span { background: url(/media/nav-str.png) 0 -47px no-repeat; }

/**
 * sub-nav: our drop down menus
 * ==================================================
 */

#nav li ul,
#nav li:hover ul,
#nav li.sfHover ul {
	background: #231F20;
	margin: 0;
	padding: 16px 0 16px 0;
	position: absolute;
	z-index: 99; /* show the dropdowns above the images */
	top: 47px; /* position the dropdowns a set distance from the top of the image */
	width: 202px;
}

#nav li#nav-sus ul {
	width: 235px;
}

#nav li#nav-cit ul {
	width: 202px;
}

#nav li#nav-str ul {
	width: 338px;
}

#nav li ul li {
	float: none;
	height: auto !important;
	padding: 5px 23px 0px 23px;
}

/**/
/* now we need to define our sub-menu list item widths individually minus the padding */
#nav li#nav-sus ul li {
	width: 189px;/* 235 orig. width - 46px left/right padding = 189px */
}

#nav li#nav-cit ul li {
	width: 156px;/* 202 orig. width - 46px left/right padding = 156px */
}

#nav li#nav-str ul li {
	width: 292px;/* 338 orig. width - 46px left/right padding = 359px */
}

#nav li ul li a,
#nav li.sfHover ul a {
	background: none;
	border-bottom: 1px #868485 solid;
	font-size: 85%;
	height: auto !important;
	padding: 0 0 5px;
	text-decoration: none;
}

/* now we need to define our sub-menu link widths individually (same as containing list item) */
#nav li#nav-sus ul li a {
	width: 189px;
}

#nav li#nav-cit ul li a {
	width: 156px;
}

#nav li#nav-str ul li a {
	width: 292px;
}

#nav li ul li.last a { border-bottom: none; }
/* removes the border from the last link in the list */

#nav li ul li a:hover,
#nav li.sfHover ul a:hover {
	color: #fff !important;
	background: transparent;
}

/**
 * @note Defines the landing page styles for Generation IM
 * **********************************************************************
 * This file defines the new landing page styles for Generation IM.
 * **********************************************************************
 * @author William Dodson <http://obxdesigworks.com/> | MANOVERBOARD, Inc. <http://manoverboard.com/>
 * @copyright Copyright (c) 2008 Generation IM
 * @date 2009-01-30 12:33AM
 * @version 0.1.0
 * @site Generation IM (http://www.generationim.com/)
 * @media screen
 */

/**
 * @note Colors used for Generation IM
 *
 * @colordef #8ac9db (lt. blue)
 * @colordef #9ed850 (green)
 * @colordef #6a95c3 (med. blue)
 * @colordef #231F20 (dk. red-brown)
 * @colordef #3C3839 (med. dark gray)
 * @colordef #868485 (lt. gray)
 */

/**
 * @section Soapbox styles (home page)
 */
#soapbox {
 background: #231F20;
 float: left;
 font-weight: bold;
 height: 100px;
 left: 0;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 556px;
 width: 968px;
 z-index: 100;
}

#soapbox, #soapbox a {
 color: #fff;
}

#soapbox h2 {
 border-right: 1px solid #3C3839;
 float: left;
 font-size: 90%;/*odd size, I know...*/
 font-weight: normal;
 height: 74px;
 margin: 0;/*0.4165em = 5px*/
 padding: 0;
 width: 278px;
}

#soapbox h2.quick-note {
 width: 207px;
 padding: 13px 18px;
}

#soapbox h2.last {
 border: none;
}

/*#soapbox h2:hover, #soapbox h2:hover a {
 background: #fff;
 color: #231F20;
}
*/
#soapbox h2 a {
 display: block;
 height: 74px;
 margin: 0;
 padding: 13px 18px;
 width: 300px;
 text-decoration: none;
}

#soapbox h2.quick-note a {
 background: #161314;
 width: 62px;
}

#soapbox h2.last a {
 border: none;
}

#soapbox h2 a:hover {
 background: #fff;
 color: #231F20;
}

#soapbox h2 small {
 display: block;
}

#soapbox h2 small cite {
 font-style: oblique;
}

/**
 * @section Index page styles
 */
/*the box surrounding the intro blurb and heading*/
#intro-box {
 background: transparent url('/media/tile-white-63opacity.png') repeat 0 0;
 margin: 103px 0 0 24px;
 padding: 8px 16px;
 width: 763px;
}

/*.str-index*/ #intro-box {
	margin-top: 68px;
}

#intro-box h1 {
 color: #000 !important;
 font-size: 225%;
 font-weight:bold;
 margin: 0;
}

#intro-box blockquote {
 font-size: 120%;
}

#intro-box blockquote p {
 color: #000;
 margin: 0;
}

#intro-box blockquote cite {
 font-style: normal;
}

/*the link buttons under the intro box*/
#index-links-box {
 background: transparent;
 margin: 18px 0 0 24px;
 padding: 0;
 position: relative;
 width: 763px;
}

#index-links-box h2 {
 background: transparent;
 float: left;
 font-size: 120%;
 height: 59px;
 margin: 0 6px 0 0;
 padding: 0;
 width: 160px;
}

#index-links-box h2#h2-sus3,
#index-links-box h2#h2-cit4,
#index-links-box h2#h2-str0,
#index-links-box h2#h2-str4 {
 margin-right: 0;
}

#index-links-box h2 a {
 background: #231F20;
 color: #fff;
 display: block;
 float: left;
 height: 20px;
 margin: 0;
 padding: 17px 0 22px 0;
 text-align: center;
 width: 160px;
}

/*width is different for certain buttons*/
/*sustainability*/
#index-links-box h2#h2-sus1,
#index-links-box h2#h2-sus1 a {
 width: 290px;
}

#index-links-box h2#h2-sus2,
#index-links-box h2#h2-sus2 a {
 width: 230px;
}

#index-links-box h2#h2-sus3,
#index-links-box h2#h2-sus3 a {
 width: 106px;
}

#index-links-box h2#h2-sus4,
#index-links-box h2#h2-sus4 a {
 width: 112px;
}

/*citizenship*/
#index-links-box h2#h2-cit1,
#index-links-box h2#h2-cit1 a {
 width: 240px;
}

#index-links-box h2#h2-cit2,
#index-links-box h2#h2-cit2 a {
 width: 140px;
}

/*strategy*/
#index-links-box h2#h2-str0,
#index-links-box h2#h2-str0 a {
 margin-bottom: 6px;
 width: 601px;
}

#index-links-box h2#h2-str1,
#index-links-box h2#h2-str1 a {
 width: 144px;
}

#index-links-box h2#h2-str2,
#index-links-box h2#h2-str2 a {
 width: 130px;
}

#index-links-box h2#h2-str3,
#index-links-box h2#h2-str3 a {
 width: 165px;
}

#index-links-box h2#h2-str4,
#index-links-box h2#h2-str4 a {
 width: 144px;
}

#index-links-box h2 a:hover {
 background: #fff;
 color: #231F20;
 text-decoration: underline;
}

body#sustainability #index-links-box h2 a:hover {
 color: #605b96;
}

body#citizenship #index-links-box h2 a:hover {
 color: #6c9d31;
}

body#strategy #index-links-box h2 a:hover {
 color: #386ba3;
}

#index-links-box p {
 background: transparent url('/media/arrow-white-up.png') no-repeat top left;
 display: none;
 left: 0;
 position: absolute;
 top: 59px;
 width: 400px;
}

#index-links-box p#p-sus2 {
 left: 296px;
}

#index-links-box p#p-sus3 {
 left: 516px;
}

#index-links-box p#p-cit2 {
 left: 246px;
}

#index-links-box p#p-str0 {
 background: transparent url('/media/arrow-white-left.png') no-repeat 2px -19px;
 left: 599px;
 top: 0;
 width: 324px;
}

#index-links-box p#p-str1 {
 top: 124px;
}

#index-links-box p#p-str2 {
 left: 150px;
 top: 124px;
 width: 525px;
}

#index-links-box p#p-str3 {
 left: 286px;
 top: 124px;
 width: 525px;
}

#index-links-box p#p-str4 {
 left: 457px;
 top: 124px;
}

#index-links-box p strong {
 background: #fff;
 display: block;
 font-weight: normal;
 margin-top: 12px;
 padding: 12px;
 width: 400px;
}

#index-links-box p#p-str0 strong {
 margin: 0 0 0 13px;
 width: 296px;
}

#index-links-box p#p-str2 strong {
 width: 525px;
}

#index-links-box p#p-str3 strong {
 width: 525px;
}

/*EOF*/