/******************************************************************************
 * Page template
 ******************************************************************************/
#content {
	width: 909px;
	margin: 28px auto 0px auto;
	padding: 0px 23px;
}

#content .column {
	text-align: left;
}

#center {
	float: left;
	width: 607px;
	background-color: #FFF;
}

#right {
	float: right;
	width: 258px;
	margin-right: 11px;
}

/******************************************************************************
 * Wide content layout (no sidebar)
 ******************************************************************************/
BODY.content-wide #center {
	width: 909px;
}
 
BODY.content-wide #right {
	display: none;
}

BODY.content-wide #center .center-copy.two-col-container {
    padding-right: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

BODY.content-wide .two-col-container .two-col-left {
    width: 380px;
    float: left;
}

BODY.content-wide .two-col-container .two-col-right {
    width: 380px;
    float: right;
}

/******************************************************************************
 * Center column elements
 ******************************************************************************/
#center .center-copy {
	padding: 22px 30px 7px 30px;
	background-color: #FFF;
} 

BODY.content-wide #center .center-copy {
	padding-right: 220px;
} 

#center .block {
	border-bottom: 1px dotted #ACADAD;
	overflow: auto;
	clear: both;
}
 
#center .block.top {
	border-top: 1px dotted #ACADAD;
	padding-top: 1.4em;
}

#center .center-copy .two-col-container {
	width: 547px;
	overflow: auto;
}

#center .center-copy .two-col-container.separated {
	background: #FFF url(../../images/dots_vertical.gif) 274px top repeat-y;
}

#center .center-copy .two-col-container .two-col-left {
	width: 243px;
	float: left;
}
 
#center .center-copy .two-col-container .two-col-right {
	width: 243px;
	float: right;
}
 
#center .center-copy .three-col-container {
	width: 547px;
	overflow: auto;
}

#center .center-copy .three-col-container .three-col-content {
	float: left;
	width: 162px;
	padding-right: 30px;
}
 
#center .center-copy .three-col-container .three-col-content.third {
	float: right;
	width: 163px;
	padding-right: 0px;
}

/******************************************************************************
 * Right column elements
 ******************************************************************************/
#right .block {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ACADAD;
	clear: both;
}

#right .block.top {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px dotted #ACADAD;
}

#right UL {
	list-style-image: url(../../images/bullet_arrow_on_grey.gif);
}

#right .block.subnav,
#right .block.subnav-expandable {
	padding-top: 20px;
	margin-top: 8px;
	border-top: 1px dotted #ACADAD;
}

#right .block.subnav-expandable {
    padding: 0 0 4px 0;
}

#right .subnav,
#right .subnav-expandable {
	width: 258px;
	font-size: 14px;
	overflow: auto;
}

#right .subnav A,
#right .subnav-expandable A {
    outline: none;
}

#right .subnav A.on,
#right .subnav-expandable A.on {
	color: #696A6C;
	text-decoration: none;
}

#right .subnav A.on:hover,
#right .subnav A.on:active,
#right .subnav-expandable A.on:hover,
#right .subnav-expandable A.on:active {
	color: #E86C1F;
	text-decoration: none;
}

#right .subnav UL {
	float: left;
	width: 97px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#right .subnav UL LI {
	line-height: 1em;
	padding-bottom: 8px;
}

#right .subnav-expandable UL {
    list-style-image: none;
	list-style-type: none;
    padding: 0;
    margin: 0 0 2px 0;
}

#right .subnav-expandable UL LI {
    line-height: 1.2em;
    padding: 6px 0 8px 0;
    background: transparent url(../../images/border_grey_white.gif) left bottom repeat-x;
}

#right #subnav-hidden {
    display: none;
}

#right .subnav-expandable A SPAN.country {
    display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
    letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #696A6C;
}

#right .subnav-expandable A:hover SPAN.country,
#right .subnav-expandable A:active SPAN.country {
	color: #E86C1F;
	text-decoration: none;
}

#right .subnav-expandable A.more,
#right .subnav-expandable A.more:link,
#right .subnav-expandable A.more:visited {
    padding-right: 15px;
	background: transparent url(../../images/arrow_down_large_on_grey.gif) right 3px no-repeat;
}

#right .subnav-expandable A.more:hover,
#right .subnav-expandable A.more:active {
	background-position: right -17px;
}

#right .subnav-expandable A.more.less {
     display: none;
     background: transparent url(../../images/arrow_up_large_on_grey.gif) right 3px no-repeat;  
}

/******************************************************************************
 * Barkers
 ******************************************************************************/
#center .barker-wrapper {
	padding: 20px 0px;
	border-top: 1px dotted #ACADAD;
}

#center .barker-wrapper.first {
	padding-top: 0px;
	border-top: none;
}

#center .barker {
	padding: 14px;
	background-color: #F0F0F0;
	overflow: auto;
}

#right .barker {
	padding: 13px;
	background-color: #FFF;
	overflow: auto;
	margin-bottom: 20px;
}

#right .barker IMG {
	padding-bottom: 10px;
}

#right .barker UL {
	list-style-type: disc;
	list-style-image: url(../../images/bullet_on_white.gif);
}

#center .barker IMG {
	width: 232px;
	float: left;
	padding: 0px 14px 10px 0px;
}

#center .barker H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.barker H3 {
    color: #E86C1F;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: .25em;
    font-family: Georgia, "Times New Roman", Times, serif;
}



.barker H3 .country-name {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}

.barker .more {
	clear: both;
}

/******************************************************************************
 * Page Header
 ******************************************************************************/
#header {
	position: relative;
	width: 955px;
	height: 271px;
	background: #F0F0F0 url(../../images/page_header/background.jpg) 23px top no-repeat;
	margin: 0px auto;
}

#header-print {
	display: none;
}

#logo {
	position: absolute;
	left: 51px;
	top: 68px;
	width: 251px;
	height:102px;
	background: transparent url(../../images/page_header/logo20th.gif) no-repeat;
	outline: none;
}

#tagline {
	position: absolute;
	left: 657px;
	top: 140px;
	width: 197px;
	height: 30px;
	background: transparent url(../../images/page_header/tagline.gif) no-repeat;
}

UL#navigation A {
	outline: none;
	display: block;
}

UL#navigation {
	position: absolute;
	left: 23px;
	top: 202px;
	height: 71px;
	float: left;
	margin: 0px;
	padding: 0px;
}

UL#navigation LI {
	list-style: none;
	float: left;
}

UL#navigation LI A {
	height: 71px;
	background: transparent url(../../images/page_header/navigation.gif) 0 0 no-repeat;
}

/* individual nav items follow */

#navigation #what-we-do {
	width: 152px;
	background-position: 0 0;
}

#navigation #what-we-do:hover, 
#navigation #what-we-do:active {
	background-position: 0 -71px;
}

BODY.what-we-do #navigation #what-we-do, 
BODY.what-we-do #navigation #what-we-do:hover, 
BODY.what-we-do #navigation #what-we-do:active {
	background-position: 0 -142px;
}

#navigation #who-we-are {
	width: 152px;
	background-position: -152px 0;
}

#navigation #who-we-are:hover, 
#navigation #who-we-are:active {
	background-position: -152px -71px;
}

BODY.who-we-are #navigation #who-we-are, 
BODY.who-we-are #navigation #who-we-are:hover, 
BODY.who-we-are #navigation #who-we-are:active {
	background-position: -152px -142px;
}

#navigation #where-we-work {
	width: 153px;
	background-position: -304px 0;
}

#navigation #where-we-work:hover, 
#navigation #where-we-work:active {
	background-position: -304px -71px;
}

BODY.where-we-work #navigation #where-we-work, 
BODY.where-we-work #navigation #where-we-work:hover, 
BODY.where-we-work #navigation #where-we-work:active {
	background-position: -304px -142px;
}

#navigation #how-weve-helped {
	width: 151px;
	background-position: -457px 0;
}

#navigation #how-weve-helped:hover, 
#navigation #how-weve-helped:active {
	background-position: -457px -71px;
}

BODY.how-weve-helped #navigation #how-weve-helped, 
BODY.how-weve-helped #navigation #how-weve-helped:hover, 
BODY.how-weve-helped #navigation #how-weve-helped:active {
	background-position: -457px -142px;
}

#navigation #how-you-can-help {
	width: 151px;
	background-position: -608px 0;
}

#navigation #how-you-can-help:hover, 
#navigation #how-you-can-help:active {
	background-position: -608px -71px;
}

BODY.how-you-can-help #navigation #how-you-can-help, 
BODY.how-you-can-help #navigation #how-you-can-help:hover, 
BODY.how-you-can-help #navigation #how-you-can-help:active {
	background-position: -608px -142px;
}

#navigation #news {
	width: 150px;
	background-position: -759px 0;
}

#navigation #news:hover, 
#navigation #news:active {
	background-position: -759px -71px;
}

BODY.news #navigation #news, 
BODY.news #navigation #news:hover, 
BODY.news #navigation #news:active {
	background-position: -759px -142px;
}

#top-bar {
	float: right;
	padding: 10px 23px 0px 0px;
}

UL#navigation-secondary {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

UL#navigation-secondary LI {
	float: left;
	padding: 0px 7px 0px 6px;
	font-size: 13px;
	line-height: 1.2em;
	white-space: nowrap;
	background: transparent url(../../images/pipe.gif) right 60% no-repeat;
}

UL#navigation-secondary LI A:link, 
UL#navigation-secondary LI A:visited {
	color: #696A6C;
}

UL#navigation-secondary LI A:hover, 
UL#navigation-secondary LI A:active,
UL#navigation-secondary LI.on A {
	color: #E86C1F;
}

#site-search {
	float: left;
	padding-left: 6px;
	line-height: 1.2em;
}

#site-search FIELDSET {
	padding: 0px;
	margin: 0px;
	display: inline;  /* fix for IE6 issues */
}

#site-search FIELDSET LABEL {
	float: left;
	font-size: 13px;
}

#site-search FIELDSET #search-field {
	float: left;
	width: 140px;
	height: 13px;
	margin: 0px 4px;
	font-size: 12px;
	line-height: 12px;
}

#site-search #search-button {
	float: left;
	width: 59px;
	height: 15px;
	margin-top: 1px;
	background: transparent url(../../images/page_header/button_search.gif) no-repeat;
}

/******************************************************************************
 * Page Footer
 ******************************************************************************/

#social {
	height: 44px;
	right: 0px;
	bottom: -6px;
	padding-top: 40px;
	position: relative;
}

#social ul {
    float: right;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

#social ul li {
    float: left;
}
#social-facebook,
#social-twitter {
    display: block;
    width: 212px;
    height: 44px;
}

#social-facebook {
	background: transparent url(../../images/homepage/social_facebook.gif) no-repeat left top;
}

#social-twitter {
	background: transparent url(../../images/homepage/social_twitter.gif) no-repeat left top;
}
A.graphic-button {
	display: block;
	position: absolute;
	outline: none;
} 
 
A.graphic-button SPAN {
	position: absolute;
	left: -9500px;
} 

#footer-logo-print {
	display: none;
}

#footer {
	position: relative;
	width: 909px;
	height: 180px;
	margin: 0px auto;
	padding: 40px 23px 0px 23px;
	clear: both;
}

#footer, #footer P {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer P {
	padding: 0px;
}

#footer #contact {
	width: 909px;
	height: 101px;
	margin-bottom: 5px;
	border-top: 1px dotted #ACADAD;
	border-bottom: 1px dotted #ACADAD;
	background: transparent url(../../images/footer_logo.gif) 0px 15px no-repeat;
}

#footer #contact,
#footer #contact P {
	color: #D5631C;
	font-weight: bold;
}

#footer #contact .location, 
#footer #contact STRONG {
	color: #696A6C;
	text-transform: uppercase;
}

#footer #contact #addresses {
	float: right;
	margin-top: 35px;
}

#footer UL#footer-links {
	float: right;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

#footer UL#footer-links LI {
	float: left;
	padding: 0px 6px 0px 5px;
	text-transform: uppercase;
	white-space: nowrap;
	background: transparent url(../../images/pipe_small.gif) right 40% no-repeat;
}

#footer UL#footer-links LI.last {
	padding-right: 0px;
	background-image: none;
}

#footer #copyright {
	display: block;
	float: left;
	white-space: nowrap;
}

#footer A#tnm {
	outline: none;
	white-space: nowrap;
	color: #696A6C;
}

#footer A#tnm:hover, #footer A#tnm:active {
	text-decoration: none;
}

#footer A#tnm STRONG {
	color: #50B3CF;
}

#footer A#tnm:hover STRONG, #footer A#tnm:active STRONG {
	color: #D5631C;
}


