/* =* */
*{
	margin:0px;
	padding:0px;
}

/* =a */
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.donate-button{
	width: 214px;
	height: 50px;
	display: block;
	float: left;
	background: #DA8009;
	color: #fff !important;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	text-decoration: none !important;
}
a:hover.donate-button{
	line-height: 47px;
	opacity:0.75;
	filter: alpha(opacity=75);
}
a#donateLink{
	display:block;
	width:140px;
	height:27px;
	margin-top:10px;
	text-decoration:none;
	background-position:-140px 0;
	float:left;
}
a#donateLink:hover{
	background-position:-140px -27px;
}
a.headerButton{
	background-image:url(../images/top-buttons-sprite-3.gif);
	background-repeat:no-repeat;
}
a#howYouCanHelpLink{
	display:block;
	width:140px;
	height:27px;
	margin-top:10px;
	margin-right:9px;
	float:left;
	text-decoration:none;
	background-position:0 0;
}
a#howYouCanHelpLink:hover{
	background-position:0 -27px;
}
#mainContent .introParagraph a{
	color:#da8009;
	font-weight:normal;
}
.linkBlock a{
	color:#000000;
	font-weight:bold;
}
.languageLinks ul li {
	float: left;
}
.languageLinks ul li a{
	color:#000000;
	padding: 6px;
	display: block;
	/*background:url(../images/top-link-divider.gif) center left no-repeat;*/
}
.languageLinks ul li a:hover, .languageLinks ul li.selected a:hover {
	background-color: #f8ec1e;
	text-decoration: none;
}
.languageLinks ul li.selected a:hover {
	text-decoration: underline;
}
.languageLinks ul li.selected a{
	text-decoration:underline;
	font-weight:bold;
	/*color:#da8009;*/
}

.languageLinks ul li a.menu-first{
	background:none;
	/*padding:0 6px 0 0;*/
}
#leftCol a{
	color:#000000;
}
#leftCol a:hover{
	color:#d27800;
}
#mainContent a{
	color:#58595b;
	text-decoration:underline;
	/*color:#d27800;*/
}
#mainContent a:hover{
	color:#d27800;
}
#mainContentHome a{
	color:#58595b;
	font-weight:bold;
	text-decoration:none;
}
#mainContentHome a:hover{
	text-decoration:underline;
	color:#d27800;
}
#mainContent h2 a{
	color:#da8009;
	text-decoration:none;
}
#mainContent h2 a:hover{
	text-decoration:underline;
}
#mainContentHome h2 a{
	color:#da8009;
}
#mainContent h3 a{
	color:#da8009;
	font-weight:bold;
	text-decoration:none;
}
#mainContent h3 a:hover{
	color:#58595b;
	text-decoration:underline;
}
#mainContentHome h3 a{
	color:#da8009;
	font-weight:bold;
}
#mainContentHome h4 a{
	color:#58595b;
	font-weight:bold;
}
#menu ul li a{
	color:#ffffff;
	padding:0 22px;
	font-size: 110%;
	background:url(../images/menu-divider.gif) bottom left no-repeat;
}
#menu ul li a:hover{
	color:#f1e525;
	text-decoration:none;
}
#menu ul li#activeSection a{
	color:#f1e525;
}
#menu ul li a.menu-first{
	background:none;
}
.sectionTitle a{
	color:#ffffff !important;
	text-decoration:none;
}
.sectionTitle a:hover{
	color:#ffffff !important;
}
.subMenu ul li a{
	display:block;
	color:#000000;
	padding:6px 11px;
}
.subMenu ul li.expanded ul li a{
	padding:6px 11px 6px 26px;
	font-size:92%;
	background:#f5f5f5 !important;
	border-bottom:solid 1px #ffffff;
}

.subMenu ul li a:hover,
.subMenu ul li.expanded ul li a:hover,
.subMenu ul li.expanded ul li.expanded ul li a:hover{
	color:#000000 !important;
	background:#d7d7d7 !important;
	text-decoration:none;
}
/*.subMenu ul li.selected a,
.subMenu ul li.expanded a{
	color:#ffffff;
	background:#da8009;
}*/
.subMenu ul li.selected a,
.subMenu ul li.expanded a{
	background:#edcb9d;
}
.subMenu ul li.selected ul li a,
.subMenu ul li.expanded ul li a{
	color:#000000;
	background:#eceded;
}
.subMenu ul li.expanded ul li.selected a,
.subMenu ul li.expanded ul li.expanded a{
	/*background:#edcb9d;*/
	background:#f1dec5 !important;
}


.subMenu ul li.expanded ul li.expanded ul li a{
	padding:5px 11px 5px 31px;
	font-size:85%;
	background:#f5f5f5 !important;
	border-bottom:none;
}
.subMenu ul li.expanded ul li.expanded ul li.selected a{
	/*background:#edcb9d;*/
	background:#f8ead8 !important;
}
.subMenu ul li a.menu-first{
}
.survivorsStories a{
	display:block;
	font-weight:bold;
	color:#000000;
	margin-left:16px;
}
#topLinks ul li a{
	font-weight: bold;
	color:#000000;
	padding:0 0 0 6px;
	background:url(../images/top-link-divider.gif) center left no-repeat;
}
#topLinks ul li a:hover{
	text-decoration:underline;
}
#topLinks ul li.selected a{
	text-decoration:underline;
	font-weight:bold;
	/*color:#da8009;*/
}
#topLinks ul li a.menu-first{
	background:none;
	padding:0 6px 0 0;
}
#mainContent a.backToTop{
	color:#da8009;
}
#mainContentHome h1 a{
	color:#d27800;
}

/* =blog-comment-form */
#blog-comments-form label {
	display: block;
	float: none;
}
#blog-comments-form input, #blog-comments-form textarea {
	margin-bottom: 5px;
	display: block;
	float: none;
}

/* =body */
body{
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#f0efe9;
}

/* =div */
div.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
div#container{
	width:940px;
	margin:0 auto 0 auto;
	padding:14px 24px 30px 24px;
	text-align:left;
	background-color:#ffffff;
}
div.form-field-wrapper{
	clear:both;
	padding-bottom:4px;
}
div#form-field-wrapper-8{
	padding-bottom:30px;
}
div#footer{
	width:940px;
	background:#000000;
	color:#ffffff;
	text-align:center;
	font-size:92%;
	padding:6px 0px;
}
div#header{
	background:#000000;
	width:940px;
	height: 90px;
	border-bottom:solid 1px #ffffff;
	clear:both;
}
div#headerButtons{
	width:290px;
	margin:16px 11px 12px 0;
	float:right;
}
/*div#homeIntroText{
	position: relative;
	width: 684px;
	height: 275px;
	color: #ffffff;
	font-size:125%;
	line-height:122%;
	background:url(../../../images/feature-image.jpg) top left no-repeat #000000;
	overflow:hidden;
	margin: 0 0 30px;
}*/
div#homeIntroText{
	width: 684px;
	height: 275px;
	/*min-height:249px;*/
	/*padding:26px 416px 0 16px;*/
	color:#ffffff;
	font-size:120%;
	line-height:122%;
	background:url(../../../images/feature-image.jpg) top left no-repeat #000000;
	overflow:hidden;
	margin: 0 0 30px;
	position: relative;
}
div#homeIntroText p {
	margin: 0;
}
div#homeIntroText a {
	color:white;
	font-weight:normal;
	text-decoration:none;
}
div#homeIntroText a:hover {
	color:white;
	font-weight:normal;
	text-decoration:underline;
}
#homeIntroText .text {	
	padding: 10px;
	position: absolute;
	width: 664px;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */		
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000)";
}
/**/
div.homepageSummary{
	width:684px;
	clear:both;
	overflow:hidden;
}
div.languageLinks{
	font-size:92%;
	float:right;
	padding-bottom:6px;
}
#mainContent div.languageLinks{
	padding-top:12px;
	padding-bottom:0;
	float:none;
	text-align:right;
}
div#leftCol{
	width:212px;
	float:left;
	margin:11px 0;
}
div.linkBlock{
	font-size:83%;
	padding-bottom:15px;
}
div#mainContent{
	width:456px;
	margin:11px 30px;
	float:left;
	color:#58595b;
}
div#mainContentHome{
	width:684px;
	margin:11px 29px 0 0;
	float:left;
	color:#58595b;
}
div#menu{
	width:910px;
	padding:10px 15px;
	font-size:117%;
	background: #000;
}
div#quicklinksHome{
	width:684px;
	margin:3px 0 30px 0;
}
div#rightCol{
	width:212px;
	float:left;
	margin:11px 0;
}
#rightCol .addthis_toolbox {
	margin: 0 0 25px;
}
.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
	display: none !important;
}
div#rightColHome{
	width:227px;
	float:left;
	margin:11px 0;
}
div.sectionTitle{
	background:#da8009;
	padding:6px 11px;
	font-size:117%;
	color:#ffffff;
}
div.subMenu{
	width:212px;
	background:#eceded;
	padding-bottom:10px;
	font-size:117%;
	margin-bottom:24px;
}
div.survivorsStories{
	text-align:left;
	width:227px;
	margin-bottom:30px;
}
div.survivorsStoriesContent{
	border-left:solid 1px #cdccca;
	border-right:solid 1px #cdccca;
	border-bottom:solid 1px #cdccca;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#efede8;
	width:225px;
	padding-top:10px;
	height:227px;
}
#leftCol div.survivorsStories{
	text-align:left;
	width:212px;
	margin-bottom:30px;
}
#leftCol div.survivorsStoriesContent{
	border-left:solid 1px #cdccca;
	border-right:solid 1px #cdccca;
	border-bottom:solid 1px #cdccca;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#efede8;
	width:210px;
	padding-top:10px;
	min-height:242px;
}
div#topLinks{
	font-size:92%;
	float:right;
	padding: 0;
	margin: 6px 8px;
	display: inline;
}
#topSocial {
	float: right;
	margin-top: -3px;
	display: inline;
}
#topSocial a, #topSocial div {
	float: left;
	display: inline;
	margin-left: 6px;
}

#topStrip .youtube {
	margin-top: 1px;
}
div#topStrip{
	width:940px;
}

/* =hr */
hr{
	color:#bcbec0;
	background-color:#bcbec0;
	height:1px;
	border:none;
	margin:16px 0 20px 0;
	clear:both;
}
#rightColHome hr{
	margin:0 0 15px 0;
}

/* =h1 */
h1{
	color:#da8009;
	border-bottom:solid 4px #b5b3b0;
	font-size:183%;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-top:14px;
}
.homepageSummary h1{
	margin-top:0;
}

/* =h2 */
h2{
	margin-top:15px;
	color:#da8009;
	font-size:133%;
	margin-bottom:10px;
}
#rightColHome h2{
	margin-top:0;
}
.survivorsStories h2{
	color:#ffffff;
	background:url(../images/ss-title-bg.gif) top left no-repeat;
	margin-bottom:0px;
	padding:6px 10px;
	font-size:180%;
}

.homepageSummary h2{
	margin-top: 0;
}

/* =h3 */
h3{
	/*margin-top:15px;*/
	font-size:117%;
	/*line-height:157%;*/
	line-height:normal;
	margin-bottom:6px;
	color:#da8009;
}

/* =h4 */
h4{
	margin-top:15px;
	font-size:108%;
	line-height:157%;
	padding-top:4px;
	margin-bottom:6px;
}
td h4{
	margin-top:0;
}

/* =h5 */
h5{
}

/* =h6 */
h6{
}

/* =iframe */
iframe#map{
	float:right;
	margin:0 0 12px 12px;
}

/* =img */
img{
	border:none;
}
.homepageSummary img{
	float:left;
	margin-right:10px;
}
.linkBlock img{
	margin-bottom:8px;
}
.linkBlock a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}
#quicklinksHome img{
	float:left;
	display:block;
}
img.pdfThumb{
	border:solid 1px #bcbec0;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}
a:hover img.quickLink{
	opacity:0.8;
	filter: alpha(opacity=80);
	/*border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;*/
}
#rightCol img.quickLink{
	margin-bottom:7px;
}
#rightColHome img.quickLink{
	margin-bottom:7px;
}
img.survivorsStories{
	margin-bottom:30px;
}

/* =input */
input{
	margin-right:4px;
	vertical-align:middle;
}
input.input-large{
	width:250px;
}
#form1 input,
#form1 textarea,
#form1 label,
#form2 input,
#form2 textarea,
#form2 label,
#form3 input,
#form3 textarea,
#form3 label,
#form4 input,
#form4 textarea,
#form4 label,
#form5 input,
#form5 textarea,
#form5 label{
	margin-right:4px;
}
form .fieldError{
	border:solid 1px #ff0000;
}
p.formErrorMessage{
	color:#ff0000;
}
textarea.input-large{
	width:250px;
	height:80px;
}
input#searchInput{
	width:260px;
	margin-right:0;
	/*color:#bcbec0;*/
}
input#searchSubmit{
	margin-right:0;
}

/* =label */
label{
	display:block;
	width:150px;
	float:left;
	padding-bottom:4px;
}

/* =li */
li{
}
#leftCol li{
	border-top:solid 1px #BCBEC0;
	padding:6px 0;
}
#leftCol .subMenu li{
	border-top:none;
	padding:0;
}
#mainContent ol li{
	padding:0 0 4px 0;
	background:none;
}
#mainContentHome ol li{
	padding:0 0 4px 0;
	background:none;
}
#menu ul li{
	display:inline;
}
#mainContent li{
	padding:0 0 4px 12px;
	background:url(../images/orange-bullet.gif) top left no-repeat;
}
#mainContent .languageLinks li{
	padding:0;
	background:none;
	display:inline;
}
#mainContentHome li{
	padding:0 0 4px 12px;
	background:url(../images/orange-bullet.gif) top left no-repeat;
}
.readMore li{
	font-size:117%;
	padding:6px 0;
}
#topStrip ul li{
	display:inline;
}
li.smallText{
	font-size:92%;
}

/* =ol */
ol{
	padding-left:24px;
}

/* =p */
p{
	margin-bottom:10px;
}
p.copyright{
	font-size:83%;
	margin:0;
	text-align:right;
}
p.introParagraph{
	color:#da8009;
	font-size:133%;
	line-height:138%;
	margin-bottom:14px;
}
p.orangeText{
	color:#da8009;
}
p.smallText{
	font-size:92%;
}
p.survivorQuote{
	font-weight:bold;
	font-size:125%;
	color:#661314;
	padding-left:16px;
	background:url(../images/start-quote.png) top left no-repeat;
}
#leftCol p.survivorQuote{
	font-weight:bold;
	font-size:117%;
	color:#661314;
	padding-left:16px;
	background:url(../images/start-quote.png) top left no-repeat;
}
.survivorsStories p{
	margin-left:82px;
	padding-right:3px;
}
#leftCol .survivorsStories p{
	margin-left:86px;
	padding-right:8px;
}


/* =span */
span.endQuote{
	padding-right:16px;
	background:url(../images/end-quote.png) bottom right no-repeat;
}
span.displace{
	position:absolute;
	left:-5000px;
}
span.survivorName{
	font-weight:bold;
	font-size:117%;
	color:#661314;
}
span.survivorNationality{
	font-size:117%;
	color:#000000;
}
span.yellowtext{
	color:#f1e525;
}

/* =table */
.tabbed-content {
	
}

/* =ul */
ul{
}
#leftCol ul{
	list-style:none;
}
#mainContent ul{
	list-style:none;
	margin-bottom:6px;
}
#mainContentHome ul{
	list-style:none;
	margin-bottom:6px;
}
#menu ul{
	list-style:none;
	text-align: center;
	font-size: 100%;
}
.readMore ul{
	/*list-style:none;*/
	padding-left:16px;
}
.subMenu ul{
	list-style:none;
}
#topStrip ul{
	list-style:none;
}

/* Styles for CMS editor */
img.img-left{
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

img.img-right{
	float:right;
	margin-left:5px;
	margin-bottom:12px;
}

body.mce-content-body {
   background: #FFFFFF;
   text-align:left;
   margin:0px;
   color:black;
   font-size:80%;
}

.mce-content-body a {
	color: black !important; /* FF requires a important here */
	text-decoration:underline;
}
.mce-content-body ul,
.mce-content-body ol {
	padding-left:20px;
}
#adeptfooter{
	text-align:right;
	padding-top:5px;
	
}
#adeptfooter .credit {
	color: #b5b3b0;	
	float: right;
	width: 150px;
	font-size:80%;	
	display: inline;
}
#adeptfooter ul {
	margin-left: 150px;
	text-align: center;
	float: left;
	width: 640px;
	font-size: 92%;
}
#adeptfooter li {
	display: inline;
}
#adeptfooter li a {
	width: auto;
	padding: 0 6px 0 8px;
	background: url(../images/top-link-divider.gif) center left no-repeat;
}
#adeptfooter li a:link, #adeptfooter li a:visited {
	color: #000;
}
#adeptfooter .first a {
	background: none;
}
#join-us-box{ width:227px; height:65px; 
	background:#e7d1ab url('../images/join-us-bg.jpg') no-repeat;
	position:relative;
	vertical-align:top;
	margin-bottom:7px;
}
#join-us-box #icon1 { position:absolute; left:10px; top:33px; border:0px; }
#join-us-box #icon2 { position:absolute; left:78px; top:33px;border:0px; }
#join-us-box #icon3 { position:absolute; left:164px; top:30px; border:0px;}
#join-us-box #icon4 { position:absolute; left:192px; top:31px; border:0px;}
