/*	CSS Reset
---------------------------------------------------	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#divPageSplash table {
	margin: 16px 0 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table h3 {
        clear:both;
        color:#FF9933;
        font-size:140%;
        padding:12px 0 2px 15px;
}

table h3 a {
        color:#FF9933;
}

table h3 a:hover {
        color:#FFCC33;
}

#content table p {
        padding: 0 16px 4px;
}

h3 {
	font-size:17px;
	padding:20px 0 0 11px;
	/*color: #0081CE;*/
	clear: both;
}

#divPageSplash h3 {
	clear: none;
}

#logo {
	float: left;
}


/*	Body
---------------------------------------------------	*/
body {
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
	line-height: 1;
	background: url(../img/bg-body.jpg) #fff left top repeat-x;
	color: #464646;
	font-size: small;
	font-weight: normal;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #3cf;
}
a:hover .hilite {
	color: #3cf;
}

.clear {
	clear: both;
}
.displayNone {
	display: none;
}
.bgWhite {
	background-color: #fff;
}


/*	Layout
---------------------------------------------------	*/
#page {
	width: 990px;
	margin: auto;
	position: relative;
}
#rightColumn {
	width: 310px;
	position: absolute;
	left: 670px;
	top: 0px;
}


/*	Navigation
---------------------------------------------------	*/
ul.sf-menu {
	height: 33px;
	width: 650px;
	display: block;
	top: 89px;
	left: 10px;
	position: absolute;
	z-index: 10;
	margin: 0 0 0 0px;
}
ul.sf-menu li ul a {
	background: none;
	height: 22px;
	width: 197px;
	color: #fff;
	font-size: 90%;
	line-height: 22px;
	text-decoration: none;
	padding: 0px 7px;
}
ul.sf-menu li ul a:hover {
	background: none;
	color: #3cf;
}

ul.sf-menu li.liMainNav {
	float: left;
	height: 33px;
	background: url(../img/bg-main-nav-border.gif) left top no-repeat;
	padding-left: 1px;
}

ul.sf-menu li.liMainNav a.aMainNav {
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	display: block;
	height: 33px;
	line-height: 30px;
	padding:0 10px;
	text-align: center;
        float: left;
}
ul.sf-menu li.liMainNav a.aMainNav:hover {
	background: url(../img/nav-bg-over.gif) left top repeat-x;
}
ul.sf-menu li.liMainNav a.current {
	background: url(../img/nav-bg-over.gif) left top repeat-x;
}
ul.sf-menu li.first {
	float: left;
	height: 33px;
	background: none;
	padding-left: 0px;
}
ul.sf-menu li.first a.aMainNav {
	padding: 0px;
	background: url(../img/nav-home.gif) left top no-repeat;
	width: 39px;
	display: block;
	height: 33px;
}
ul.sf-menu li.first a.aMainNav:hover {
	background: url(../img/nav-home-over.gif) left top no-repeat;
}
ul.sf-menu li.first a.current {
	background: url(../img/nav-home-over.gif) left top no-repeat;
}
ul.sf-menu li.first a.aMainNav span{
	display: none;
}


/*	Header
---------------------------------------------------	*/
#header {
	width: 970px;
	height: 122px;
	background: url(../img/bg-header.jpg) left top no-repeat;
	padding: 0px 10px;
	position: relative;
}
#header h1 {
	display: none;
}
#header a {
	color: #fff;
	font-size: 80%;
	text-decoration: underline;
}

#divSearchArea {
	width: 219px;
	position: absolute;
	left: 431px;
	top: 7px;
	text-align: right;
       padding:6px 0 25px;
        background: url(../img/uk.gif) 2px bottom no-repeat;
}
#divSearchArea form {
	border: none;
	margin: 0px;
	padding: 0px;
}

#divSearchBox {
	width: 215px;
	height: 28px;
	margin-top:6px;
	border: 2px solid #99b9d5;
	position: relative;
	background: #fff;
}
#txtSearch {
	width: 189px;
	border: 1px solid #fff;
	color: #99cccc;
	position: absolute;
/*	left: 6px;*/
	top: 0px;
	padding: 4px 4px 4px 7px;
}
#btnSearch {
	width: 20px;
	height: 28px;
	border: none;
	position: absolute;
	left: 195px;
	top: 0px;
}


/*	Content
---------------------------------------------------	*/
#content {
	width: 640px;
	padding: 0px 10px;
}

#body-content #content{
        height: auto !important;
}

.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
	height: 0px
}
.hidTag {
	height:0px;
	position:absolute;
	left:-9999px;
}
embed, object {
	display:block;
}


/*#rightColumn embed, #rightColumn object {
        width: 280px;
	padding: 10px 15px 15px;
	background: url(../img/bg-rightside-pod.jpg) left top no-repeat #fff;
	margin-bottom: 20px;
	line-height:1.2em;
        display: block;
}*/


#rightColumn embed, #rightColumn object {
	margin-bottom: 15px;
}


.home #rightColumn embed, .home #rightColumn object {
        margin-bottom: 0px;
}

/*#content embed, #content object {
	margin-top: 15px;
}*/


em.underscore {
	text-decoration:underline;
	font-style: normal;
}
em {
	font-style: italic;
}
hr {
	border:0;
	color: #999;
	background-color: #999;
	height: 1px;
}
a.pdf {
	background: url(../img/pdf.png) no-repeat top left;
	padding-left:20px;
}
.floatright {
	float:right;
	margin-left:5px;
}
#frmbrowseCountry p.aDonateSect:hover {
	color: #fff;
}
#frmbrowseCountry select {
	width: 265px;
}

doubleback div.label {
	float: left;
	padding-left: 15px;
	width: 120px;
	color: #999;
}
.doubleback div.value {
	float: left;
	width: 265px;
}
.doubleback img {
	float: right;
	padding: 1px;
	margin: 0 15px;
	border: 1px solid #999;
}
.doubleback p {
	margin-bottom: 1em;
}

/*  fix for IE fieldset bug start */
      html legend{ position:absolute; top: -.75em; left: .5em; }
      html fieldset{ position: relative; padding-top:.75em; }
/*  fix for IE fieldset bug end */

div.doubleback {
	background: #ededed url(../img/bg-doublecolumn.jpg) repeat-x top left;
}
#pageComponents div.doubleback h3 {
	padding-left: 15px;
}
a.lightbox{
	margin-top: 5px;
}

ul#unhcrAroundWorld {
	margin-top: 2em;
	padding: 0;
}
#divPageSplash ul#unhcrAroundWorld li p {
	margin: 0;
	padding: 0;
}

ul#unhcrAroundWorld li img {
	float: left;
	width: 60px;
	height: 35px;
	margin-right: 10px;
}
ul#unhcrAroundWorld li {
	background: none;
	margin: 0px 2em;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px;
}
div.center {
	margin: 0 auto;
	text-align: center;
}
div.checkboxes {
	margin-top: 10px;
	margin-left: 181px;
}
div.checkboxes label {
	float: none;
}
div.divSpotlightPane span.hilite {
	color: #069;
	font-weight: bold;
}


/*	Pull quotes
---------------------------------------------------	*/
div#rightColumn blockquote.pullquote p, div#openDoc blockquote.pullquote p {
	font: normal 130% "Georgia","Times New Roman";
	font-style: italic;
	padding:0px;
	margin:0px;
}

blockquote.pullquote {
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:10px;
	line-height:1.3em;
	font-weight: bold;
	background: #DCDBDB url(../img/socBM_bg.gif) repeat-x left top;
}
div#openDoc blockquote.pullquote{
	float:right;
	width: 300px;
	margin-left:10px;
}

div#rightColumn blockquote.pullquote p.by, div#openDoc blockquote.pullquote p.by{
	margin-top:15px;
	font-weight: normal;
	text-align:right;
	font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}
blockquote.pullquote img.start{
	float:left;
	margin-right:5px;
}
blockquote.pullquote img.end{
	margin-left:5px;
}


/*	Breadcrumb trail
---------------------------------------------------	*/
#divBreadcrumb {
	width: 640px;
	background: url(../img/bg-main-content-top.jpg) left top no-repeat;
	padding-bottom:0.5em;
	font-size:90%;
}
#divBreadcrumb p {
	color: #464646;
	padding:14px 0px 0px 15px;
}
#divBreadcrumb a {
	color: #069;
	text-decoration: none;
}
#divBreadcrumb a:hover {
	text-decoration: underline;
}
#divBreadcrumb span {
	color: #464646;
}



/*	Homepage Main story swap
---------------------------------------------------	*/
#divStorySwap {
	width: 640px;
	height: 383px;
	background: #fff;
	position: relative;
}
#divStorySwap h2 {
	font-size: 22px;
	line-height: 26px;
	width: 310px;
	padding:13px 10px 0px 20px;
	float: left;
	/*height: 4em;*/
}
#content h2 span.hilite, div.AZ span span.hilite {
	/*color: #069;*/
        color: #464646;
}
#divStorySwap p {
	line-height: 20px;
	padding:16px 10px 0 0;
}

#switcher-desc {
    float: right;
    padding:15px 10px 0 0;
	width:280px;
}

#divStorySwap .divStoryContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width:640px;
}

#divStorySwap .divStoryContainer p {
	margin: 0;
	padding: 0;
}

#divStorySwap .divStoryContainer a {
	color: #069;
	text-decoration: none;
	line-height: 23px;
}
#divStorySwap .divStoryContainer a:hover {
	color: #3cf;
}

#divStoryNav {
	width: 128px;
	height: 248px;
	position: absolute;
	left: 512px;
	top: 0px;
	z-index: 2;
}
#divStoryNav div {
	display: block;
	width: 128px;
	height: 62px;
	background-color: #005a98;
	overflow: hidden;
}
#divStoryNav a {
	display: block;
	width: 128px;
	height: 62px;
}
#divStoryNav a span{
	position:absolute;
	left:-9999px;
	height:0px;
}
#divStoryNav span {
	font-family: Tahoma;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: -20px;
	left: 3px;
}
#divStoryNav div.disabled a {
	opacity: 0.4;
}


/*	Homepage Spotlight section
---------------------------------------------------	*/
#divSpotlightSlide {
	width: 640px;
	height: 191px;
	position: relative;
	margin-bottom: 40px;
}

#btnSlideLeft {
	display: block;
	width: 15px;
	height: 211px;
	background-position: left top;
	background: url(../img/spotlight-slide-left.png) #cbdde9 no-repeat;
	position: absolute;
	left: -7px;
}
#btnSlideLeft:hover {
	background: url(../img/spotlight-slide-left_hover.png) #cbdde9 no-repeat;
}
#btnSlideRight {
	display: block;
	width: 15px;
	height: 211px;
	background-position: left top;
	background: url(../img/spotlight-slide-right.png) #cbdde9 no-repeat;
	position: absolute;
	left: 634px;
}
#btnSlideRight:hover {
	background: url(../img/spotlight-slide-right_hover.png) #cbdde9 no-repeat;
}
#divSpotlightSlideContainer {
	width: 624px;
	height: 211px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
#divSpotlightSlideHolder{
	height: 211px;
	position: relative;
	left: 0px;
}
.divSpotlightPane {
	width: 206px;
	height: 211px;
	margin-right: 2px;
	float: left;
	/*background: url(../img/spotlight-loading.gif) #f7fafc repeat-x;*/
	background: #e7eef5;
}
.divSpotlightPane img {
	width: 206px;
	height: 99px;
}
.divSpotlightPane p {
	line-height: 16px;
	padding: 4px;
}
.divSpotlightPane a {
	color: #069;
	text-decoration: none;
	line-height: 16px;
}
.divSpotlightPane a:hover {
	color: #3cf;
}
#divSpotlightTitleBar {
	clear: both;
}

#divSpotlightTitle {
	float: left;
	color: #777;
	font-size: 110%;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 12px;
}

#divSpotlightJumpIcon {
	float: right;
}

a.spotlightJumpIcon {
	display: block;
	height: 15px;
	width: 15px;
	background: url(../img/spotlight-jump-icon.png) left no-repeat;
	float: left;
	margin: 2px;
}

a.spotlightJumpIcon_active {
	background: url(../img/spotlight-jump-icon.png) right no-repeat;
}


/*	Page Components
---------------------------------------------------	*/
#pageComponents {
	width: 640px;
	font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}
#pageComponents div.firstBox div {
	float: left;
	width: 310px;
	margin-right:10px;
	padding-bottom:5px;
}
#pageComponents div.firstBox {
	background: #e3e3e3 url(../img/bg-pod-gradient.jpg) no-repeat top left;
	overflow:hidden;
}
#pageComponents div h3 {
	font-size: 140%;
	color: #f93;
	padding: 12px 0px 2px 15px;
	clear: both;
}
#pageComponents div h3 a {
	color: #f93;
	text-decoration: none;
	padding: 0px;
}
#pageComponents div h3 a.feed {
	float:right;
}
#pageComponents div h3 a.pdf {
	padding-left: 20px;
}
#pageComponents div h3 a:hover {
	color: #ffcc33;
}
#pageComponents div p {
	line-height: 20px;
	padding: 0px 16px;
}
#pageComponents div a{
	color: #069;
	text-decoration: none;
	line-height: 24px;
	padding: 0px 16px;
}
#pageComponents div a:hover {
	color: #3cf;
}
#pageComponents div ul, .divPageSplashMain ul, #openDoc ul{
	margin-left: 0;
	padding-left: 16px;
	list-style: none;
}
#pageComponents div ul li, #divPageSplash ul li, .divPageSplashMain ul li, #openDoc ul li, #divPageStandard div.divPageStandardMain ul li{
	line-height:1.3em;
	padding-left: 20px;
	background-image: url(../img/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	margin-bottom:0.5em;
}

#pageComponents div ul li ul li, .rightComponent ul li ul li, #divPageSplash ul li ul li, .divPageSplashMain ul li ul li, #openDoc ul li ul li, #divPageStandard div.divPageStandardMain ul li ul li{
	line-height:1.3em;
	padding-left: 20px;
	background-image: url(../img/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	margin-bottom:0.5em;
}

#pageComponents div ul li.pdf, .rightComponent ul li.pdf, #divPageSplash div.divPageSplashMain ul li.pdf, #openDoc ul li.pdf, #divPageStandard div.divPageStandardMain ul li.pdf{
	background-image: url(../img/pdf.png);
	background-position: 0px 0.7px;
}
#pageComponents div ul li.html, .rightComponent ul li.html, .divPageSplashMain ul li.html, #openDoc ul li.html, #divPageStandard div.divPageStandardMain ul li.html{
	background-image: url(../img/html.png);
	background-position: 0px 0.7px;
}
#pageComponents div ul a {
	padding-left: 0;
	line-height: 17px;
}


.summary-txt {
    padding: 5px 0 0;
    float:  left;
    width: 475px;
}


#pageComponents div span.spacer {
    line-height: 5px;
}


#pageComponents li.doublecolumn {
	padding: 0px;
	background-image: none;
	border-top:1px solid #f93;
	margin-bottom:10px;
}

#pageComponents li.doublecolumn a {
	padding: 0px;
}


#pageComponents li.doublecolumn h4{
	padding:6px 0 1px 0;
        width: auto;
        float: none;
        font-size: 13px;
        line-height: normal;
        display: inline;
}
#pageComponents li.doublecolumn img{
	border:1px solid #f93;
	border-top:0;
	padding-left:0;
}
#pageComponents li.doublecolumn p{
	padding: 0px;
}
#pageComponents div.doublecolumn ul{
	padding: 0px;
}
#pageComponents div.doublecolumn h3{
	padding: 0px;
}
#pageComponents div.doublecolumn a.more{
	padding: 0px;
}
div.widePlayer {
	background: #fff url(../img/bg-doublecolumn.jpg) repeat-x top left;
	border: 1px solid #ccc;
	margin: 10px;
}
div.widePlayer div.video {
	float: left;
	padding: 10px 0px 10px 10px;
}
div.rightComponent div.video {
	padding: 0 0 10px;
}
#divPageSplash div.widePlayer h3 {
	font-size: 160%;
	color: #ff9933;
	padding: 0 0 10px;
	margin: 0px;
}
#pageComponents div.widePlayer h3 {
	padding: 0;
	margin: 0;
}
div.widePlayer div.videoCaption {
	float: right;
	width: 185px;
	padding: 10px 10px 10px 0px;
}
div.duration {
	color: #999;
}
div.widePlayer div.videoCaption div.duration {
	padding-top: 10px;
}


/*	Photo Galleries
---------------------------------------------------	*/
#pageComponents div ul.gallery {
	margin-left: 0;
	padding-left: 15px;
	padding-top: 15px;
	list-style-type: none;
}
#rightColumn div ul.gallery {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#pageComponents div ul.gallery li, #pageComponents div ul.gallery li.none, #rightColumn div ul.gallery li, #rightColumn div ul.gallery li.none {
	float: left;
	padding: 1px;
	border: 1px solid #fff;
	background: none;
}
#pageComponents div ul.gallery li.highlight, #rightColumn div ul.gallery li.highlight {
	border: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
}
#pageComponents div ul.gallery a {
	padding: 0px;
	display: block;
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#rightColumn div ul.gallery a {
	padding: 0px;
	display: block;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#pageComponents div ul.gallery img.hide, #rightColumn div ul.gallery img.hide {
	display: none;
}
#pageComponents div ul.gallery li.highlight a, #rightColumn div li.highlight a {
	opacity: 0.8;
}
#pageComponents div ul.gallery li.hidden, #rightColumn div ul.gallery li.hidden {
	display: none;
}

.news-single-related strong {
    display: block;
    font-size:110%;
    font-weight:bold;
    padding:5px 0;
}

.news-single-related a {
    display:block;
    padding:0 0 8px 22px;
    background: url(../img/html.png) no-repeat;
    line-height:1.3em;
}


/*	Page Splashes
---------------------------------------------------	*/
#divPageSplash, #divPageStandard {
	width: 640px;
	background-color: #fff;
	min-height: 363px;
	position:relative;
}

.gall-page #divPageSplash {
	min-height:290px;
	padding: 0 0 1em 0;
}



#divPageSplash embed, #divPageSplash object {
    margin:18px 10px 10px;
    float: right;
}

#divPageSplash #video-gallery  embed, #divPageSplash #video-gallery object {
    margin:10px 0 0;
    float: none;
}


/*#divPageSplash #title, #divPageStandard #title{
	padding-bottom:8px;
	background: #c98b42 url(../img/bg-title.jpg) left top no-repeat;
}*/
#divPageStandard #title img.flag, #divPageSplash #title img.flag{
	float:right;
	margin:5px;
}
#divPageSplash h1, #divPageStandard h1 {
	padding-top: 18px;
	padding-left: 10px;
	color: #fff;
	font-size: 270%;
	font-weight: normal;
}
#divPageSplash h1 {
        padding-bottom: 8px;
	background: #c98b42 url(../img/bg-title.jpg) left top no-repeat;
}

#divPageStandard h1 {
	padding-top: 10px;
}
#divPageSplash div.divPageSplashMain {
	width: 640px;
	padding-bottom: 36px;
	margin-bottom: 10px;
	background: url(../img/bg-bottom-gradient.jpg) left bottom no-repeat;
}
#divPageSplash h2 {
	font-size: 190%;
	line-height: 30px;
	width: 331px;
	padding:15px 10px 10px 10px;
	float: left;
}

.gall-page #divPageSplash h2 {
	width: auto;
	padding:15px 10px 0px 10px;
}






#divPageSplash div.divPageSplashMain h3{
	font-size: 160%;
	padding:30px 10px 0px 10px;
}
#divPageSplash div.divPageSplashMain h4{
	font-size: 120%;
	padding:30px 10px 0px 10px;
}

#divPageSplash div.divPageSplashMain table {
	margin:15px 10px 10px 10px;
}
/*#divPageSplash div.divPageSplashMain h2 span {
	color: #069;
}*/

#divPageSplash p, #rightColumn p {
        font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	padding: 18px 10px 0px 10px;
}

.donating {
     padding: 0 0 0px 10px;
     float:left;
    width:100%;

}

#donateBoxes {
    padding: 0 0 30px 0;
    float:left;
}

.donate-button {
        float: left;
        margin: 0 20px 15px 0;

}

#donateBoxes .rightComponent {
    padding:15px 15px 15px;
}

#donateBoxes .rightComponent input.donate-pic {
    float: right;
    margin:  0 0 10px 10px;
}

#rightColumn #donateBoxes p {
        font-family: Arial;
        color: #000;
        font-size: 12px;
        line-height: 19px;
}

#rightColumn #donateBoxes h2 {
        font-family: Arial;
        color: #000;
        font-size: 14px;
        line-height: 19px;
}

#rightColumn #divDonateSect p {
    font: normal 100% Arial, sans-serif;
	padding: 0px;
}

#rightColumn #divDonateSect #c1238 p {
    bottom: 65px;
    color: white;
    font-size: 120%;
    font-weight: bold;
    padding: 0 69px;
    position: absolute;
	text-align: center;
}

#divPageSplash ul, #rightColumn ul{
	padding: 18px 10px 0px 20px;
}

.tx-indexedsearch-browsebox {
	padding: 0 0 10px 0;
}

#divPageSplash ul.browsebox {
	padding: 18px 10px 10px 20px;
}

#divPageSplash ul.browsebox li {
	padding: 0 20px 0 0;
	background: none;
}

#divPageSplash div.divPageSplashMain a {
	color: #069;
	text-decoration: none;
	line-height: 23px;
}
#divPageSplash div.divPageSplashMain a:hover {
	color: #3cf;
}
div.splashCaption {
	float: right;
	background-color: #333;
	color: #fff;
	opacity: 0.6;
	position: relative;
	top: -18px;
	font-size: 80%;
	padding:3px 3px;
}
#divPageSplash ul.socialNetworking li, #rightColumn ul.socialNetworking li {
	padding:5px 0px 5px 2.5em;
}
#divPageSplash ul.socialNetworking li.youTube, #rightColumn ul.socialNetworking li.youTube {
	background: url(../img/SNYouTube.gif) left top no-repeat;
}
#divPageSplash ul.socialNetworking li.facebook, #rightColumn ul.socialNetworking li.facebook {
	background: url(../img/SNFacebook.gif) left top no-repeat;
}
#divPageSplash ul.socialNetworking li.mySpace, #rightColumn ul.socialNetworking li.mySpace {
	background: url(../img/SNMySpace.gif) left top no-repeat;
}
#divPageSplash ul.socialNetworking li.flickr, #rightColumn ul.socialNetworking li.flickr {
	background: url(../img/SNFlickr.gif) left top no-repeat;
}
#divPageSplash ul.socialNetworking li.twitter, #rightColumn ul.socialNetworking li.twitter {
	background: url(../img/SNTwitter.gif) left top no-repeat;
}


/*	Page Standard content
---------------------------------------------------	*/
#divPageStandard{
	font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}
#divPageStandard div.divPageStandardMain p{
	line-height: 20px;
	padding-bottom:10px;
}
#divPageStandard div.divPageStandardMain{
	padding:0px 10px;
}
#divPageStandard div.divPageStandardMain h2 {
	font-size: 190%;
	line-height: 30px;
	margin:15px 0px;
}
#divPageStandard div.divPageStandardMain h3 {
	font-size: 160%;
	margin:12px 0px;
}
#divPageStandard div.divPageStandardMain h4 {
	font-size: 120%;
	margin:10px 0px;
}
#divPageStandard div.divPageStandardMain ul{
	margin-bottom:10px;
}
#divPageStandard .floatright img {
	border: 1px solid #ccc;
	padding: 0;
	display: block;
}


/*	Content Pods
---------------------------------------------------	*/
#divPods {
	width: 640px;
}
#divPods div {
	width: 315px;
	height: 181px;
	float: left;
	background: url(../img/bg-pod-gradient.jpg) left top repeat-x;
	position: relative;
}
#divPods div.firstBox {
	margin-right: 10px;
}
#divPods  {
	margin-right: 6px;
}
#divPods div h3 {
	padding: 20px 0px 10px 19px;
}
#divPods div h3 a {
	font-size: 120%;
	color: #f93;
	text-decoration: none;
	padding: 0px;
}
#divPods div h3 a:hover {
	color: #fc3;
}
#divPods div p {
	line-height: 20px;
	padding: 0px 20px;
}
#divPods div a.aPodLink {
	color: #069;
	text-decoration: none;
	line-height: 24px;
	position: absolute;
	left: 20px;
	top: 147px;
}
#divPods div a.aPodLink:hover {
	color: #3cf;
}


/*	Right Column
---------------------------------------------------	*/
#rightColumn p{
	padding: 10px 10px 0px 10px;
}
#rightColumn .rightComponent p, #rightColumn table p{
	padding: 0px;
}
#rightColumn h3{
	font-size: 120%;
	padding:0px 10px;
}

.home .rightComponent {
        /*padding: 10px 15px 0px;
        margin-bottom: 0px;*/
}

#rightColumn #c36 .csc-header {
    display: block;
}

#rightColumn #c36 .csc-header h2 {
    background: url("../img/bg-orange-titles.jpg") no-repeat scroll left top #C98B42;
    color: #FFFFFF;
    font-size: 165%;
    font-weight: normal;
    padding: 8px 0 6px 18px;
}

.news-single-related, #rightColumn .csc-frame-frame2 {
	width: 280px;
	padding: 10px 15px 15px;
	background: url(../img/bg-rightside-pod.jpg) left top no-repeat #fff;
	margin-bottom: 10px;
	line-height:1.2em;
        float:left;
}

.no-background .rightComponent{
	background: none !important
}

.home .rightComponent {
	padding: 10px 15px 10px;
}

.rightComponent h4 {
	font-size: 110%;
	font-weight: bold;
	padding:5px 0;
}
.rightComponent h4 a.feed{
	float:right;
}
.rightComponent p {
	line-height: 20px;
}
.rightComponent p span {
	font-style: italic;
}
.rightComponent a {
	color: #006699;
	text-decoration: none;
}
.rightComponent a.more {
	float: right;
	padding-top:10px;

}
.rightComponent a:hover {
	color: #33ccff;
}
.rightComponent div.photoCaption {
	line-height: 1.2em;
}
.rightComponent ul#contributions {
	font-size: 90%;
}

.rightComponent ul#contributions li {
	padding: 5px;
	height: 30px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #d5d5d5 url(../img/leftmenu-head.gif) repeat-x right top;
	float: none;
	width: 268px;
	margin-bottom: 2px;
}
.rightComponent ul#contributions li img {
	width: 35px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 0px 5px -7px 0px;
}
.rightComponent ul#contributions li span {
	display: block;
	float: right;
}


/*	Donate Section
---------------------------------------------------	*/

.donate-form {
	float: left;
	width: 100%;
	cursor: pointer;
}


#divDonateSect {
	width: 310px;
	/*background: url(../img/social_back.jpg) left top no-repeat;*/
	text-align: center;
	padding-top: 20px;
	position: relative;
}

.home #divDonateSect {
	margin-bottom: 0px;
}

/*#divDonateSect .aDonateSect {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 36px;
	line-height: 36px;
	margin: 1px auto 0px auto;
}*/

#divDonateSect .aDonateSect {
	color: #fff;
	text-decoration: none;
	height: 37px;
	line-height: 37px;
}

#divDonateSect .aDonateSect:hover {
	color: #6cf;
}

/*#btnDonate {
	display: block;
	margin: 0px auto 20px auto;
	width: 211px;
	height: 46px;
	background: url(../img/btn-donate-now.png) no-repeat;
	background-position: left top;
	_background: url(../img/btn-donate-now-ie6.gif) no-repeat;
}*/

#btnDonate {
    background: url("../img/red-bg.jpg") no-repeat scroll left top transparent;
	 -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    bottom: 25px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    left: 74px;
    padding: 4px 12px 3px;
    position: absolute;
}

/*#btnDonate span {
	display: none;
}*/
#btnDonate:hover {
	background-position: left bottom;
}

#divPageSplash .donateWrap h2 {
	padding:15px 10px 14px;
	width:604px;
}

.donateWrapRight h2 {
	color: #000;
}

.donateWrapRight {
	float: left;
	padding:0 0 151px;
}


#rightColumn .donateWrapBottom {
        float: left;
        width:300px;
        height: 200px;
}


#rightColumn .donateWrapBottom  p {
	font-family: arial;
	font-size: 11px;
	line-height:15px;
	color: #000;
}

#rightColumn .donateWrapBottom  img{
	/*margin: 5px 5px 10px;*/
}

#rightColumn .donateWrapBottom table {
	float: right;
}

/*	Latest News section
---------------------------------------------------	*/
#divLatestMedia {
	padding: 13px 5px 5px 5px;
	background: #005895;
	margin-bottom: 13px;
	display: none;
}

#divLatestMedia ul#latestMediaSelector {
	margin-left: 5px;
	padding: 0;
}

#divLatestMedia div ul {
	margin: 0;
	padding: 0;
}

#divLatestMedia div ul li {
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

#divLatestMedia div.latestVideos ul li img {
	width: 142px;
}

#divLatestMedia div ul li img {
	height: 94px;
	margin: 0 auto;
}

#divLatestMedia div ul li p {
	width: 142px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#divLatestMedia div ul li a.gallery_link {
	display: block;
	width: 142px;
	text-align: center;
	overflow: hidden;
}

#divLatestMedia ul li {
	float: left;
	margin-right: 4px;
}

#divLatestMedia ul#latestMediaSelector li a {
	font-weight: bold;
	display: block;
	padding: 6px 8px 6px 8px;
	background: url(../img/small_tabs.jpg) bottom no-repeat;
}

#divLatestMedia ul#latestMediaSelector li a.lmActive {
	background: url(../img/small_tabs.jpg) top no-repeat;
}

#divLatestMedia div.latestVideos, #divLatestMedia div.latestPhotos {
	padding: 5px 0px 5px 5px;
	background: white;
	width: 294px;
}

#divLatestMedia div.latestVideos {
	display: none;
}

#divLatestNews {
	/*background-color: #fff;*/
	width: 310px;
	margin-bottom: 0px;
	font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	margin-top: 30px;
}

#related_news_header {
	margin-top: 50px;
}

/*.home #divLatestNews {
	padding-bottom: 0px;
        padding-bottom: 7px;
}*/

#divLatestNews ul {
	padding:15px 10px 10px;
	list-style:none;
}
#divLatestNews li {
	margin-bottom: 10px;
	padding:0;
	padding-left: 14px;
	background-image: url(../img/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 16px;
}
div#rightColumn h5 {
	background: #c98b42 url(../img/bg-orange-titles.jpg) left top no-repeat;
	padding: 8px 0 6px 18px;
	color: #fff;
	font-size: 165%;
	font-weight: normal;
}
div#rightColumn h5 a, div#rightColumn h5 a:hover {
	color: #fff;
	text-decoration: none;
}


/*	Secondary Wide Content
---------------------------------------------------	*/
#secondary {
	width: 970px;
	padding: 0px 10px 0px 10px;
	clear: both;

}

#body-content{
    width: 990px;
		padding-bottom: 10px;
}
.secondaryContainer {
	float: left;
	width: 310px;
	margin-right: 20px;
}
.secondaryContainer h3 {
	padding: 16px 0px 19px 0px;
}
.secondaryContainer h3 a {
	font-size: 130%;
	color: #f93;
	text-decoration: none;
}
.secondaryContainer h3 a:hover {
	color: #fc3;
}
.secondaryContainer p {
	line-height: 19px;
}
.secondaryContainer a {
	color: #069;
	text-decoration: none;
	line-height: 23px;
}
.secondaryContainer a:hover {
	color: #3cf;
}

/*	Footer
---------------------------------------------------	*/
#footer {
	width: 970px;
	margin: 10px 0px 30px 0px;
}
#footerFirst {
	background: #fff url(../img/bg-footer-first.gif) left top no-repeat;
	margin: 40px auto 0.6em;
	padding-top: 0.8em;
}

/*#footerFirst.donate {
	margin: 0px auto 0.6em;
}*/

#footerFirst ul {
	text-align: center;
}

#footerSecond{
	background: #a1a1a1 url(../img/bg-footer-second.gif) left top no-repeat;
	padding: 1em 0em 0em 30em;
	color:white;
	height:60px;
	font: normal 90% Verdana, Tahoma, Helvetica, sans-serif;
}
#footerSecond a{
	color:white;
}
#footerSecond a:hover{
	text-decoration:underline;
}
#copyright{
	font: bold 120% "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	color:white;
	float:left;
	margin-top:2.6em;
}

#footerSecond ul{
	float:right;
	margin: 9px 10px 0px 2em;
	width:140px;
}

#footerFirst li {
	display: inline;
	margin-right: 2em;
}
#footerFirst a {
	color: #069;
}
#footerFirst a:hover {
	color: #3cf;
}

#footerFirst p {
	padding-top: 20px;
	color: #069;
}


/*	Open document page
---------------------------------------------------	*/
div#openDoc {
	background-color: white;
	font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	padding: 1em;
}

div#openDoc iframe {
    width:100%;
    min-height: 315px;
	max-width: 610px;
	max-height: 800px;
	border: 1px solid #000;
	margin-top: 15px;
	z-index: 2;
}
#divPageSplash div#openDoc h2 {
	font: bold 1.7em "Trebuchet MS", Arial, Verdana, "Lucida Grande", sans-serif;
	border-bottom: 1px dotted #464646;
        padding: 0;
        width: 100%;
}
#divPageSplash div#openDoc p {
	margin: 1.2em 0;
	padding:0;
	line-height:normal;
}
#divPageSplash div#openDoc p.docDateBar {
	margin: 2px 0 1em;
        clear: left;
}

span.arial {
	font-family: Arial;
}
div#openDoc a.hit {
	background-color: #ffff65;
	text-decoration: underline;
}

div#docViewBar {
	padding-top: 1em;
}
div#docViewBar ul {
	text-align: left;
	list-style-type: none;
        padding: 0 0px 0 0;
}
div#docViewBar li {
	display: inline;
	font: normal 90% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin-left: 0;
        float: left;
}
div#docViewBar li#EmailThis {
	/*background: url(../img/doc_email.gif) no-repeat top left;*/
	background: none;
	padding-left: 16px;
	margin-left: 0.6em;
}
div#docViewBar li#PrintThis {
	/*background: url(../img/doc_print.gif) no-repeat top left;*/
    background: none repeat scroll 0 0 transparent;
    padding-left: 14px;
    padding-right: 0;
}
div#docViewBar li#TextSize {
	padding-right: 5px;
        background: none;
        padding-left: 15px;
}
div#docViewBar li#TextSize img{
	padding: 0 2px;
}
div#docViewBar li#OpenNew{
	background: url(../img/doc_open_new.gif) no-repeat top left;
	padding-left: 16px;
}
div#docViewBar img {
	border: 0;
}
div#notFound {
	padding: 20px 10px 20em;
}
div#notFound h1 {
	font-size: 160%;
	margin-bottom: 20px;
}
#openDoc #mostPopular {
	background: url(../img/statisticalTableHeadBack.gif) repeat-x bottom left;
	border: 1px solid #ccc;
	margin-top: 2em;
	clear: both;
	padding-top: 5px;
	border-bottom: 0px;
	height: 28px;
}
#openDoc #mostPopular ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#openDoc #mostPopular li {
	float: left;
	border: 1px solid #ccc;
	border-bottom: 0px;
	margin: 0 0.4em;
	padding: 5px 10px;
	background: none;
}
#openDoc #mostPopular li a {
	font-weight: bold;
}
#openDoc #mostPopular li.current{
	position: relative;
	top: 1px;
	background-color: #fff;
}
#openDoc #mostPopular li.NarrowHeader {
	border: 0;
	background: none;
	font-weight: bold;
}
#openDoc #mostPopularDocuments ul, #openDoc #mostPopularSections ul {
	list-style: none;
	padding: 0.2em;
	padding-left: 0.5em;
	margin: 0;
}
#openDoc #mostPopularDocuments a, #openDoc #mostPopularSections a {
	color: #3b577c;
}
#openDoc #mostPopularDocuments, #openDoc #mostPopularSections {
	overflow: auto;
	border: 1px solid #ccc;
	padding: 0.3em 0px;
	margin: 0;
	clear: both;
	background: url(/img/furniture/statisticalTableHeadBack.gif) repeat-x bottom left;
}
#openDoc #mostPopularDocuments li, #openDoc #mostPopularSections li {
	background: none;
	padding-left: 0.5px;
}
#openDoc #mostPopularDocuments li span, #openDoc #mostPopularSections li span {
	font-weight: bold;
	padding: 0px 5px;
	border: 1px solid #ccc;
	background: url(../img/statisticalTableHeadBack.gif) repeat-x bottom left;
}
#openDoc #mostPopularDocuments li:hover, #openDoc #mostPopularSections li:hover {
	background-color: #EAEAEA;
}


/* Table styling for news pages */

#openDoc table {
-x-system-font:none;
border-collapse:collapse;
font-family:"Trebuchet MS",Tahoma,Verdana,Helvetica,sans-serif;
font-size:90%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:1em;
float:right;
margin-left:5px;
}
#divPageSplash div.divPageSplashMain h2.operationsTitle {
float:none;
width:100%;
}
#openDoc table td {
background-color:#FAEED6;
border-bottom:2px solid #FFFFFF;
border-left:1px solid #ECB251;
border-right:1px solid #ECB251;
padding:2px;
text-align:right;
}
#openDoc table tr td:first-child {
    text-align:left;
}

#openDoc table th {
background-color:#F4D6A0;
border-color:#ECB251 #ECB251 #FFFFFF;
border-style:solid;
border-width:1px 1px 2px;
font-weight:bold;
padding:5px;
text-align:center;
}
#openDoc table th.header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F4D6A0 url(/images/furniture/bg-title.jpg) repeat-x scroll left bottom;
border-bottom:2px solid #FFFFFF;
color:#FFFFFF;
font-size:150%;
}
#openDoc table tfoot tr td {
background-color:#F4D6A0;
border-bottom:1px solid #ECB251;
font-weight:bold;
}
#openDoc table tr.operationsSubtotals td {
background-color:#F4D6A0;
font-weight:bold;
}
#openDoc table tr.operationsFootnotes td {
background-color:#FAEED6;
font-weight:normal;
text-align:left;
}
#openDoc table td {
background-color:#DAE2F2;
border-bottom:2px solid #FFFFFF;
border-left:1px solid #97B5C1;
border-right:1px solid #97B5C1;
}

#divPageSplash div#openDoc table p {
        margin: 0;
}

#openDoc table th {
background-color:#C2DAF0;
border:1px solid #97B5C1;
}
#openDoc table th.header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ADCBE7 url(../img/bg-title-2010.jpg) repeat-x scroll left bottom;
}
#openDoc table tfoot tr td {
background-color:#C2DAF0;
border-bottom:1px solid #97B5C1;
}
#openDoc table tr.operationsSubtotals td {
background-color:#C2DAF0;
}
#openDoc table tr.operationsFootnotes td {
background-color:#C2DAF0;
}
#openDoc table.operationsTables2010 {
border:1px solid #97B5C1;
}
.valignTop {
vertical-align:top;
}
div#rightColumn table.operationsTables2010 tbody tr:last-child td {
border-bottom:1px solid #97B5C1;
}


/*	Floated Photos
---------------------------------------------------	*/

.floatedPhoto, div.playerCenter{
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #aaa;
}

#divPageSplash div#openDoc img {
        margin: 0px;
        display: block;
        background-color: #E7ECF2;
        border: 1px solid #AAAAAA;
        float:right;
        margin: 0 0 15px 10px;
       /* padding-bottom:42px;*/
}

.inline {
        display: inline;
}

div.floatedPhotoHor img{
	display:block;
}
div.floatedPhotoHor {
	float: right;
	width: 267px;
	margin: 10px 0 5px 5px;
	border: 1px solid #aaa;
}

.floatedPhoto .photoCredit, div.floatedPhotoHor div.photoCredit, div.playerCenter div.photoCredit, #divPageSplash div#openDoc .photoCredit,  #divPageSplash div#openDoc .photocredit {
	font: normal 10px  Tahoma, Arial, Verdana, "Lucida Grande", sans-serif;
	padding:0px 3px;
	float: right;
        clear:right;
	background-color: #333;
	opacity: 0.6;
	color: #fff;
        margin:-28px 1px 0;
        /*position: relative;
        right:1px;
        top:-52px;*/
}


#topgraphic{
	padding:0;margin:0;
}
.floatedPhoto .photoCaption, div.floatedPhotoHor div.photoCaption, div.playerCenter div.photoCaption, #divPageSplash div#openDoc .photoCaption, #divPageSplash div#openDoc .photocaption{
	font-size: 90%;
	line-height: 1.3em;
	padding: 5px;
	background-color: #E7ECF2;
        clear:right;
        float:right;
        margin: -16px 0px 15px 10px;
        /*position:relative;
        right:1px;
        top:-52px;*/
        width:390px;
        border: 1px solid #AAAAAA;
        border-top: none;
}


#openDoc table {
        display: inline;
}



/*	Social Bookmarking
---------------------------------------------------	*/
#socBM{
	border: 1px solid #ccc;
	padding:10px;
	background: url(/img/socBM_bg.gif) left top repeat-x;
	margin-top:2em;
        clear:both;
}
#socBM ul{
	margin-top:10px;
	padding:0px;
}
#socBM ul li, #pageComponents #socBM ul li, #openDoc #socBM ul li, #divPageStandard #socBM ul li{
	display:inline;
	margin-left:2em;
	padding-left:20px;
	background-image:none;
}
#socBM p{
	text-align:right;
	margin:10px 0px 0px 0px;
}
#socBM ul li.delicious, #openDoc #socBM ul li.delicious{
	background: url(../img/delicious.gif) left top no-repeat;
}
#socBM ul li.stumbleupon, #openDoc #socBM ul li.stumbleupon{
	background: url(../img/stumbleupon.gif) left top no-repeat;
}
#socBM ul li.digg, #openDoc #socBM ul li.digg{
	background: url(../img//digg.gif) left top no-repeat;
}
#socBM ul li.facebook, #openDoc #socBM ul li.facebook{
	background: url(../img/facebook.gif) left top no-repeat;
}
#socBM ul li.google, #openDoc #socBM ul li.google{
	background: url(../img/google.gif) left top no-repeat;
}
#socBM ul li.reddit, #openDoc #socBM ul li.reddit{
	background: url(../img/reddit.gif) left top no-repeat;
}


/*	Search page
---------------------------------------------------	*/
div#SearchResults {
	background-color: #fff;
	padding: 10px;
}
div#SearchResults h2 {
	font-size: 170%;
	line-height: 30px;
	padding: 0.5em 0 0.2em;
}
div#SearchResults form div {
	display: inline;
}
input.txt, select.txt, textarea.txt {
	border: 1px solid;
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	margin-right: 2px;
}
input.btn {
	font: bold 100% Tahoma, Verdana, Helvetica, sans-serif;
	background: #fafafa url(../img/button-bg.png) bottom left repeat-x;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	color: #0a619f;
	padding: 1px 2px;
	cursor: pointer;
	outline: none;
}
input.btn:active {
	background-image: none;
	outline: none;
}
input.btn:hover {
	color: black;
	border: 1px solid black;
}
div.Filter, div#Pagination {
	font: bold 85% Tahoma, Verdana, Helvetica, sans-serif;
	width: 620px;
	background: #cedde4 url(../img/filter-back.gif) repeat-x top left;
	border: 1px solid #afc9d0;
	margin: 1em 0;
	padding: 0.8em 0;
	position: relative;
}
div.Filter form {
	display: inline;
	margin: 0;
	padding: 0;
}
div.Filter span {
	padding-left: 5px;
	margin-top: -5px;
}
div.Filter .txt {
	font: normal 100% Tahoma, Verdana, Helvetica, sans-serif;
}
div.FilterForm {
	display: inline;
	position: absolute;
	top: 4px;
	right: 3px;
	margin: 0;
	padding: 0;
}
.ResultItem {
	border-collapse: collapse;
	width: 620px;
	margin-bottom: 1em;
	padding: 4px 2px 0;
}
.ResultItem a {
	text-decoration: underline;
	margin: 0;
	padding: 0;
	border: 0;
}
.ResultItem td{
	vertical-align: top;
}
.ResultItem td.firstRow {
	padding-top: 20px;
}
.ResultItem td.rowSplit {
	background: white url(../img/result-item-back.gif) repeat-x bottom;
	border-bottom: 1px solid #ccc;
}
.ResultItem td.rowSplit p {
	font-size: 95%;
	margin-bottom: 2px;
	height: 1em;
}
.ResultItem td.docDate {
	text-align: right;
	width: 150px;
	padding-top: 20px;
}
.ResultItem td.docDateFirst {
	text-align: right;
	width: 150px;
}
.ResultItem h4 b {
	background-color: #fcffc5;
	text-decoration: underline;
}
.ResultItem img {
	margin-top: -2px;
	border: 0;
}
.ResultItem h5 {
	margin: 0.4em 0;
	border: 0;
	clear: both;
	font-weight: normal;
}
.ResultItem h5 b, .ResultItem a.ResultItemLink b, a.hit {
	text-decoration: underline;
}
.ResultItem p {
	padding-bottom: 5px;
	border: 0;
}
div#Pagination {
	margin: 1em 0;
	padding: 0.4em 0;
	text-align: center;
	word-spacing: 0.5em;
}
div#Pagination a {
	color: #0a619f;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: 1px solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	background: #fafafa url(../img/button-bg.png) bottom left repeat-x;
	text-decoration: none;
}

div#Pagination .displaying {
        display: none;
}

div#Pagination table {
        margin: 0 auto;
}

div#Pagination table p {
        padding: 0 3px 0;
}

div#Pagination table .tx-ttnews-browsebox-SCell {
        background-color: transparent;
}
div#Pagination table .tx-ttnews-browsebox-SCell a {
        background:transparent none repeat scroll 0 0;
        border:medium none;
        color:#464646;
}

div#Pagination table a {
        font-family:tahoma;
        font-size:11px;
}

div#Pagination a:hover {
	text-decoration: none;
	background-image: none;
	background-color: white;
}
form.blueform p, #divPageSplash div.divPageSplashMain form.blueform p {
	padding: 3px 0;
	margin: 5px 0;
}
form.blueform fieldset {
	border: 1px solid #0a619f;
	background: #e7ecf2;
	margin-top: 1em;
	padding: 10px;
}
form.blueform legend {
	font-weight: bold;
	color: #fff;
	background: #0a619f;
	padding: 2px 6px;
}
form.blueform label {
	width: 178px;
	float: left;
	text-align: right;
	margin: 0.2em 0.5em 0 0;
}
form.blueform label.inline {
	display: inline;
	float: none;
	margin: 0.2em 0 0 2em;
}
form.blueform p.left {
	width: 178px;
	float: left;
	text-align: right;
	font-weight: bold;
}
form.blueform p em{
	color: red;
	padding-left: 0.2em;
}
form.blueform ul#errdiv li {
	color: red;
	font: normal 90% Courier, Tahoma, Arial;
}
form.blueform hr {
	color: #999;
	background-color: #999;
	height: 1px;
}

#newsletter input.error {
	background:#FFC3C3;
}

#newsletter p.sub {
	color:red;
}

#newsletter p.success {
	font-weight: bold;
	font-size: 14px;
}

#newsletter {
	padding: 20px;
}

#searchRight .rightComponent h4 {
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 1em;
}
form p.empty, #divPageSplash div.divPageSplashMain p.empty {
	padding: 0;
	margin: 0;
	height: 0px;
}


/*	Country pages
---------------------------------------------------	*/
p.countryImage {
	float: right;
	width: 400px;
}
p.countryImage img {
	width: 400px;
}
p.countryImageFull {
	width: 600px;
}
p.countryImageFull img {
	width: 620px;
}
table.operationsTables {
	border-collapse: collapse;
	font: normal 90% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #ecb251;
	margin-bottom: 1em;
}
#divPageSplash div.divPageSplashMain h2.operationsTitle {
	float: none;
	width: 100%
}
table.operationsTables td {
	border-right: 1px solid #ecb251;
	border-left: 1px solid #ecb251;
	border-bottom: 2px solid #fff;
	text-align: right;
	background-color: #faeed6;
	padding: 2px;
}
table.operationsTables tr td:first-child {
	text-align:left;
}
div#rightColumn table.operationsTables tbody tr:last-child td {
	border-bottom:1px solid #ecb251;
}
table.operationsTables th {
	border: 1px solid #ecb251;
	text-align: center;
	font-weight: bold;
	background-color: #f4d6a0;
	padding: 5px;
	border-bottom: 2px solid #fff;
}
table.operationsTables th.header {
	background:#f4d6a0 url(../img/bg-title.jpg) repeat-x bottom left;
	color:#fff;
	border-bottom:2px solid #fff;
	font-size:150%;
}
table.operationsTables tfoot tr td {
	background-color:#f4d6a0;
	font-weight:bold;
	border-bottom:1px solid #ecb251;
}
table.operationsTables tr.operationsSubtotals td {
	background-color:#f4d6a0;
	font-weight:bold;
}
table.operationsTables tr.operationsFootnotes td {
	background-color:#faeed6;
	font-weight:normal;
	text-align:left;
}
table.statisticalTables {
	width: 310px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font: normal 80% Tahoma, Verdana, Helvetica, sans-serif;
	margin-bottom: 1em;
}
table.statisticalTables th {
	text-align: center;
	padding: 1px 5px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #e2e2e2 url(/img/furniture/bg_cell.gif) no-repeat top left;
}
table.statisticalTables td {
	text-align: right;
	padding: 2px 4px;
	border: 1px solid #ccc;
	background: #eee url(../img/bg_cell.gif) no-repeat top left;
}
table.statisticalTables tr th:first-child {
	text-align: left;
}
table.statisticalTables th.header {
	background: url(../img/statisticalTableHeadBack.gif) repeat-x bottom left;
	color: #464646;
	border: none;
	font: bold 120% Verdana;
	padding: 2px 0 5px 0;
}
table.statisticalTables tr.statisticalFootnotes td {
	font-weight: normal;
	text-align: left;
}
table.statisticalTables span{
	font-weight:normal;
}
table.statisticalTables div.infoBox div.info {
	position: absolute;
	right: 120px;
	background-color: #fff;
	z-index: 99999;
	width: 300px;
	float: left;
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px;
	line-height: 1.3em;
}
table.statisticalTables div.infoBox img {
	margin-bottom: -1px;
	margin-right: 3px;
}
table.archivesTables {
	width: 550px;
	font: normal 90% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}
table.archivesTables td {
	text-align: left;
}
table.simpleTables td {
	text-align: left;
}
#countryNotes ol {
	padding-left: 25px;
	padding-top: 5px;
}
#countryNotes ol li {
	list-style-type: decimal;
	margin-bottom: 3px;
}
span.smallText {
	font-size: 85%;
	color: #777;
}
div.gnaMoreDiv {
	float: right;
	border-top: 1px dotted #464646;
	text-align: right;
	width: 100%;
	margin-bottom: 2em;
	margin-top: 1em;
}


/*	Email this page
---------------------------------------------------	*/
#emailpage {
	width: 600px;
	font: normal 90% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
}
#emailpage p {
	padding: 2px;margin:0;
}
#emailpage label {
	font: bold 80% Verdana, Tahoma, Helvetica, sans-serif;
}
#emailpage p.error {
	color: red;
}
#emailpage #emailheader {
	height: 93px;
	background: url(../img/bg-header-email.jpg) left top no-repeat;
}
#emailpage #emailheader h1 {
	float: right;
	font: bold 150% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 2em 0.5em 0 0;
}



/*	A-Z index page
---------------------------------------------------	*/
#divAZ {
	padding: 0px 10px;
}
div#AZHeader {
	margin: 0.5em 0;
	text-align: center;
	padding: 0.5em 1em 1em;
	border-bottom: 1px solid #cecdae;
	line-height: 3em;
}
div#AZHeader a {
	font: bold 130% Tahoma, Verdana, Helvetica, sans-serif;
	padding: 0.2em 0.3em;
	line-height: 1.8em;
	border-top: 1px solid #d7dde5;
	border-left: 1px solid #d7dde5;
	border-right: 1px solid #7d848e;
	border-bottom: 1px solid #7d848e;
	background-image: url(../img/bg-azindex.gif);
}
div#pagination {
	margin: 0.5em 0;
	text-align: center;
	padding: 0.5em 1em 1em;
	border-bottom: 1px solid #cecdae;
	line-height: 3em;
}
div#pagination a {
	font: bold 105% Tahoma, Verdana, Helvetica, sans-serif;
	padding: 0.2em 0.3em;
	line-height: 1.8em;
	border-top: 1px solid #d7dde5;
	border-left: 1px solid #d7dde5;
	border-right: 1px solid #7d848e;
	border-bottom: 1px solid #7d848e;
	background-image: url(../img/bg-azindex.gif);
}
#divAZ .azTop {
	text-align: right;
	margin-right: 20px;
	padding-right: 20px;
	background: #fff url(../img/bullet_up.png) no-repeat top right;
}
#divAZ ul {
	padding: 0px 20px;
}
#divAZ ul li {
	border-bottom: 1px dotted #ccc;
	padding: 2px 0px;
}
div.AZ {
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	margin-top: 0.5em;
	padding-left: 20px;
	font: bold 180% Tahoma, Verdana, Helvetica, sans-serif;
	background: #fff url(../img/bg-azindex-letter.gif) repeat-x 30px 10px;
}
div.AZ span{
	background-color: #fff;
	padding: 5px;
}

/* RTE styles ------------------------------------*/

.hilite {
    color:#006699;
}

#divPageSplash p.bottom-shadow, #rightColumn p.bottom-shadow {
    background:transparent url(../img/bg-bottom-gradient.jpg) no-repeat scroll left bottom;
    margin-bottom:10px;
    padding-bottom:36px;
}


/* Galleries ------------------------------------*/

.wtgallery_list_area a.lightbox {
    margin: 0px;
}

.tx-wtgallery-pi1 {
    float: left;
    margin:0 0 24px;
    width: 640px;
    background: #fff;
}

.wtgallery_list_area {
    padding: 34px 13px 0px 0;
    background: transparent url(../img/bg-bottom-gradient.jpg) repeat-x top;
    margin: 0px 0 0;
}

.wtgallery_thumb_wrapper {
    float: right;
    background: transparent url(../img/gallery-back.gif) no-repeat left top;
    padding:5px 5px 0;
}

.wtgallery_list_area div.wtgallery_list {
    padding: 2px;
}

.wtgallery_gallerydesc_wrapper {
    width: 218px;
    padding: 7px 0 0px 15px;
    float: left;
}

.wtgallery_gallerydesc_wrapper h3 {
    font-size: 21px;
    font-family:Arial,Verdana,"Lucida Grande",sans-serif;
    margin: 0 0 6px;
	padding:0px;
}

.wtgallery_gallerydesc_wrapper h4 {
    font-weight: normal;
}


.list_row {
    float: left;
    clear:both;
    width: 100%;
/*    clear: both;
    border: 1px solid red;
    display:block;*/
}/*

*/.list_row a.lightbox {
   float: left;
/*   margin: 0;
   border: 1px solid green;*/
}/*

.list_row img {
        float: left;
         border: 1px solid blue;
}*/

#gallery-container .wtgallery_gallerydesc_wrapper p {
        font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
		line-height: 20px;
        padding: 14px 0px 0;
}




/* right column gallery */


#rightColumn .list_row {
    display: none;
}

#rightColumn .list_row.list_row_1 {
    display: block;
}

#rightColumn .csc-header {
    display: none;
}

#rightColumn  .wtgallery_list_area {
    padding: 0;
    background: none;
}

#rightColumn .tx-wtgallery-pi1 {
    width: auto;
    margin: 0;
}

#rightColumn .wtgallery_thumb_wrapper {
    background: none;
    float:none;
    padding:0;
}

#rightColumn .tx-wtgallery-pi1 {
    background:none;
}

#rightColumn .wtgallery_gallerydesc_wrapper {
    float:left;
    padding:0px 0 0 0px;
    width:265px;
}

#rightColumn .wtgallery_gallerydesc_wrapper h4 {
    font-weight:bold;
}




/* our gallery*/


.tx-jwvdgallery-pi1 {
	background:#FFFFFF none repeat scroll 0 0;
}

.tx-jwvdgallery-pi1 .wtgallery_list_area 	{
	background:#FFFFFF url(../img/bg-bottom-gradient.jpg) repeat-x center top;
	float: left;
	margin: 0 0 24px;
	width:627px;
}

#gallery-container .tx-jwvdgallery-pi1 .wtgallery_gallerydesc_wrapper p {
	font-style: italic;
}


.tx-jwvdgallery-pi1  .wtgallery_thumb_wrapper {
	width:368px;
}




div#photo_pag {
	border-top:1px solid #CECDAE;
	line-height:3em;
	margin:0em 0 0;
	padding:0.5em 1em 2em;
	text-align:center;
}
div#pagination a, div#photo_pag a, div#photo_pag span.pag_button {
	background-image:url(../img/bg-azindex.gif);
	border-color:#D7DDE5 #7D848E #7D848E #D7DDE5;
	border-style:solid;
	border-width:1px;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:105%;
	font-weight:bold;
	line-height:1.8em;
	padding:0.2em 0.3em;
}
div#photo_pag span.pag_button {
	background:#EEEEEE none repeat scroll 0 0;
	color:#666666;
}


/* Typo 3 overwrite ------------------------------------*/

#content .csc-textpic-caption p {
	position: absolute;
	background:black;
	top:-13px;
	right:0;
	background-color:#333333;
	color:#FFFFFF;
	opacity: 0.6;
	font-family:arial;
	font-size:10px;
	padding:4px;
        line-height: 5px;

        height: 5px;
}

#content .csc-textpic-caption {
	background: #E7ECF2;
      /*  border: 1px solid #AAAAAA;*/
        font-size:12px;
        line-height:1.3em;
        font-family:"Trebuchet MS",Tahoma,Verdana,Helvetica,sans-serif;
        position: relative;
        border-top: none;
        line-height:16px;
        padding: 5px;
}


#divPageSplash div.csc-textpic div.csc-textpic-imagewrap {
    margin:18px 0 0 0;
   /* border: 1px solid #AAAAAA;*/
}

#divPageSplash .csc-textpic-imagewrap .csc-textpic-image {
    border: 1px solid #AAAAAA;
}


/* overwrite styles for BANNER images (Use "Above, Centre" placement in backend) */
#divPageSplash div.csc-textpic.csc-textpic-center div.csc-textpic-imagewrap {
    margin: 0;
}

#divPageSplash div.csc-textpic.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
    border: none;
}

#content div.csc-textpic.csc-textpic-center div.csc-textpic-imagewrap  .csc-textpic-caption {
    padding: 0;
    border: none;
}



#divPageSplash div.csc-textpic-intext-right div.csc-textpic-imagewrap, #divPageSplash div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
     margin-right:10px !important;
     margin-left:16px !important;
}

#divPageSplash div.csc-textpic-intext-left div.csc-textpic-imagewrap, #divPageSplash div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-left:10px !important;
    margin-right:16px !important;
}

.csc-textpic-image {
	position: relative;
}

.kd-link {
	float: right;
	color:#999999;
	font-size: 11px;
	line-height:28px;
}

.kd-link a {
	color:#999999;
	font-size: 11px;
	text-decoration: underline;
}

.kd-link a:hover {
	text-decoration: none;
}

#header div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:0px;
}


/*------------------------------------------------------------------------------------
  SEND TO FRIEND
------------------------------------------------------------------------------------*/
#sendTo {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #BFBFBF;
right:0px;
margin:0;
padding:25px 0 0;
position:absolute;
width:400px;
z-index:999;
top: 37px;
display: none;
}

#sendTo a.closeSend, #sendTo a.closeSend:visited {
background:#C2C1C1 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:right;
font-family:verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:20px;
margin-top:-25px;
padding:0px 0 0;
text-align:center;
width:76px;
text-decoration: none;
line-height:18px;
}

#sendToCenter {
padding:0 0 15px 20px;
}

#sendToCenter ul {
background:transparent none repeat scroll 0 0;
color:#878787;
float:none;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
list-style-type:none;
margin:15px 0 0 0;
padding:0;
}

#sendToCenter ul li {
clear:left;
display: block;
width: 100%;
float: left;
background: none;
}

#sendToCenter ul li label {
float:left;
padding:3px 20px 3px 0;
text-align:right;
width:75px;
}

#sendToCenter ul li input {
border:1px solid #CBCBCB;
color:#878787;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 0 00px;
padding:3px 0 3px 3px;
width:240px;
}

#sendToCenter ul li textarea {
border:1px solid #CBCBCB;
color:#878787;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-bottom:0px;
padding:3px 0 3px 3px;
width:240px;
overflow:scroll;
}

#sendToCenter form input {
margin:10px 0 0 311px;
}


/*------------------------------------------------------------------------------------
  SEARCH
------------------------------------------------------------------------------------*/

.tx-indexedsearch-searchbox {
	display: none;
}

.tx-indexedsearch {
	padding:10px 20px 0 15px;
}



/*------------------------------------------------------------------------------------
  Sitemap
------------------------------------------------------------------------------------*/

.csc-sitemap {
   padding: 15px 0 0;
}

.csc-sitemap ul li a {
    color: #EDA050;
    font-weight: bold;
}

.csc-sitemap ul li ul a {
    color: #006699;
    font-weight: normal;
}

.csc-sitemap ul li a:hover {
    color: #33CCFF;
}

#divPageSplash .csc-sitemap ul ul {
    padding:9px 10px 3px 20px;
}

#divPageSplash .csc-sitemap li {
    background: none;
}

#divPageSplash .csc-sitemap li li {
    background: url(../img/list_bullet.gif) no-repeat left 3px;
}

#divPageSplash .csc-sitemap li li li {
    background: url(../img/bullet_blue.png) no-repeat left 0px;
}

#rightColumn #divDonateSect .aDonateSectNew {
    line-height: 25px;
}

#rightColumn #divDonateSect .aDonateSectNew {
    color: #FFFFFF;
    display: block;
    line-height: 32px;
    margin: 0px auto 0;
    text-decoration: none;
    width: 310px;
}

#rightColumn #divDonateSect .aDonateSectNew p {
    padding: 10px 0px;
}

/*#rightColumn ul#social_links {
    clear: both;
    height: 48px;
    margin: 0 auto;
    width: 295px;
    padding: 0px 0px 5px 15px;
    background: #005995;
}*/


#c1239 {
    background: none repeat scroll 0 0 #3881C1;
    margin-top: 20px;
}

#rightColumn ul#social_links {
    clear: both;
    height: 40px;
    margin: 0 auto;
    padding: 0 0 5px 27px;
    width: 280px;
}

#rightColumn #divDonateSect .aDonateSectNew ul#social_links li {
    float: left;
    height: 40px;
}

#rightColumn #divDonateSect .aDonateSectNew ul#social_links a {
    background: url("../img/social_back.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    width: 32px;
	margin-right: 7px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_facebook {
    background-position: -1px -1px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_twitter {
    background-position: -37px -1px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_youtube {
    background-position: -73px -1px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_storytell {
    background-position: -110px -1px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_flickr {
    background-position: -145px -1px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_gplus {
    background-position: -182px -1px;
}

/*#divDonateSect .aDonateSectNew ul#social_links a#follow_scribd {
    background-position: -227px -5px;
}*/

#divDonateSect .aDonateSectNew ul#social_links a#follow_rss {
    background-position: -218px -1px;
}

#divDonateSect .aDonateSectNew ul#social_links a#follow_facebook:hover {
    background-position: -1px -34px;
}
#divDonateSect .aDonateSectNew ul#social_links a#follow_twitter:hover {
    background-position: -37px -34px;
}
#divDonateSect .aDonateSectNew ul#social_links a#follow_youtube:hover {
    background-position: -73px -34px;
}
#divDonateSect .aDonateSectNew ul#social_links a#follow_storytell:hover {
    background-position: -110px -34px;
}
#divDonateSect .aDonateSectNew ul#social_links a#follow_flickr:hover {
    background-position: -145px -34px;
}
#divDonateSect .aDonateSectNew ul#social_links a#follow_gplus:hover {
    background-position: -182px -34px;
}
/*#divDonateSect .aDonateSectNew ul#social_links a#follow_scribd:hover {
    background-position: -227px -47px;
}*/
#divDonateSect .aDonateSectNew ul#social_links a#follow_rss:hover {
    background-position: -218px -34px;
}

#divDonateSect .aDonateSectNew ul#social_links span {
    display: none;
}

#divDonateSect:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

#divPageSplash .tx-friend-pi1 {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
}

.sendTo {
    border: 7px solid #04476F;
    position: relative;
    width: 324px;
    z-index: 300;
    background-color: #ffffff;
}

.friendHeader {
    background-color: #04476F;
    color: #FFFFFF;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 26px;
    letter-spacing: -1px;
    padding-left: 20px;
}

a.closeSend, a.closeSend:visited {
    background: url("../img/close.gif") no-repeat scroll left top transparent;
    height: 7px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 31px;
}

a.closeSend, a.closeSend:visited {
    background: url("../img/close.gif") no-repeat scroll left top transparent;
    height: 7px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 31px;
}

#divPageSplash .sendToCenter {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
}

#divPageSplash .sendToCenter ul {
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
}

#divPageSplash .sendToCenter ul li {
    background: none repeat scroll 0 0 transparent;
    padding-bottom: 4px;
    padding-left: 0;
    width: 276px;
}

#divPageSplash .sendToCenter ul li input {
    border: 1px solid #AAADB2;
    color: #505253;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px;
    width: 276px;
}

#divPageSplash .sendToCenter ul li input {
    border: 1px solid #AAADB2;
    color: #505253;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px;
    width: 276px;
}

#divPageSplash .sendToCenter button {
    background: url("../img/recomm.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 22px;
    margin-left: 188px;
    width: 95px;
}

#contentmessages {
    margin-top: 10px;
}

.h3Send {
    color: #04476F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px 0;
}

a.emailFriend, a.emailFriend:visited {
    background: url(../img/mail.jpg) no-repeat left top;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
    padding-right: 0px;
}

div#docViewBar li#PrintThis a, div#docViewBar li#PrintThis a:visited {
    background: url(../img/printer.jpg) no-repeat left top;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
}

#content #divPageSplash #docViewBar ul li.no-style {
    background-image: none;
    padding-left: 0;
    position: relative;
    top: -1px;
}

.fb_iframe_widget, .twitter-count-horizontal, #___plusone_0 {
    float: left !important;
    position: relative;
    width: 80px;
}

#divPageSplash #docViewBar #tweetsleft, #divPageSplash #docViewBar #googlePlusleft {
    float: left !important;
    padding-left: 3px
}

#docViewBar .addthis_toolbox{
    float: left;
    margin-right: 12px;
    padding-left: 10px;
    width: 60px;
    background:  none !important;
}

#body-content:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}

.comp{
	padding-bottom: 15px;
}

.centralize{
    padding-left: 160px;
    text-align: center;
}

.centralize h2{
	width: 260px !important;
}

#divSearchBox td a{
		text-indent: -9999px;
		display: block;
}

/*Home page Popup*/

 
#boxes{
  width: 800px;
  height: 570px;
  border: 10px solid #0f5a9c;
  text-align: center;
  background:#fff;
  position: relative;
}
 
#boxes #dialog h2{
    padding:8px 0;
    background: #e3edf5;
    color: #036;
    font-size: 1.3em;
}
 

#popupfoot {
    background: none repeat scroll 0 0 #e3edf5;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

#popupfoot a{
    width:18px;
    height:17px;
    background: url(../img/pop-close.jpg) no-repeat 0 0 transparent;
    display: block;
}

#boxes .donate-button {
    background: url("../img/red-bg.jpg") no-repeat scroll left top transparent;
    border-radius: 3px;
    bottom: 15px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    padding: 7px 12px;
    position: absolute;
    right: 10px;
    z-index: 999;
}

#boxes .donate-button:hover{
    	opacity: 0.9;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    bottom: 0;
    left: 0 !important;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0 !important;
    z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxClose{
    display:none!important;
}
#cboxContent {
  position: fixed;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #cccccc;
  background: rgba(1, 1, 1, 0.8);
}
/*Home page Popup*/