html {
	font-size: 100.1%;
	height: 100%;
}
body {
	font: 64% "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	margin: 0;
}
/* @group Defaults */
form {
	display: inline;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #7A1600;
}
a:focus {
	outline: none;
}
img {
	border: none;
}
/* @end */
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/* @group Main container */
#main {
	margin: 0 auto;
	width: 998px;
	background: #f2ebdb;
}
/* @end */
/* @group Header */
#header {
	height: 179px;
	position: relative;
	background-color: #e1c89f;
}
body#content_page #header img {
	float: right;
}
#header img {
	float: right;
}
#logo {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#logo a {
	background: #D5AF81 url(/images/ws_test_2.jpg) no-repeat;
	height: 149px;
	width: 344px;
	float: left;
}
/* @group Search */
form#search {
	position: absolute;
	right: 0;
	top: 144px;
	z-index: 115;
	padding: 7px 15px;
}
form#search input.button {
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
	border: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
/* @end */
/* @end */
/* @group Main Nav */
#main-nav {
	position: absolute;
	left: 0;
	top: 144px;
	z-index: 100;
	background: #5A1813;
	width: 100%;
}
#main-nav, #main-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#main-nav li {
	float: left;

/* width needed or else Opera goes nuts */
}
#main-nav a {
	display: block;
	background-repeat: no-repeat;
	height: 26px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
	background: #111112 !important;
	opacity: 0.99;
}
#main-nav li ul a {
	display: block;
	background-repeat: no-repeat;
	height: 26px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	opacity: 0.99;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	background: transparent !important;
}
#main-nav li#home {
	padding-left: 15px;
	background: #111112;
}
#main-nav li#home a {
	background-position: top right;
	width: 55px;
}
#main-nav li#about_us a {
	width: 89px;
}
#main-nav li#get_involved a {
	width: 120px;
}
#main-nav li#countries a {
	width: 94px;
}
#main-nav li#countries {
	background: #111112;
}
#main-nav li#media a {
	width: 60px;
}
#main-nav li#media {
/* 	padding-right: 30px; */
	background: #111112;
}
#main-nav li#blog {
	background: #111112;
}
#main-nav li#blog a {
	width: 60px;
}
#main-nav li a.donate {
	background: #5a1813 !important;
	padding-left: 30px;
	width: 82px;
}
#main-nav li#connect a {
	background: #5a1813 !important;
	padding-left: 0;
	width: 140px;
}
#main-nav li ul {
	position: absolute;
	background: transparent url(/images/layout/black_70.png);
	left: -999em;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#main-nav ul li {
	height: 12px;
	float: none;
	padding: 7px 5px 7px 10px;
}
#main-nav li:hover ul, #main-nav li.sfhover ul {
	left: auto;
}
#main-nav ul li:hover {
	background-color: #5a1813;
}
/* @end */
/* @group About Us */
#main-nav li#about_us ul li a {
	width: 150px;
}
#main-nav ul li#about_worldserve a {
	background-image: url(/images/menu/level2/about_worldserve.png);
}
#main-nav ul li#bible_distribution a {
	background-image: url(/images/menu/level2/bible_distribution.png);
}
#main-nav ul li#church_planting a {
	background-image: url(/images/menu/level2/church_planting.png);
}
#main-nav ul li#worker_support a {
	background-image: url(/images/menu/level2/worker_support.png);
}
#main-nav ul li#contact a {
	background-image: url(/images/menu/level2/contact.png);
}
#main-nav ul li#privacy a {
	background-image: url(/images/menu/level2/privacy.png);
}
/* @end */
/* @group Countries */
#main-nav li#countries ul li a {
	width: 80px;
}
#main-nav ul li#china a {
	background-image: url(/images/menu/level2/china.png);
}
#main-nav ul li#cuba a {
	background-image: url(/images/menu/level2/cuba.png);
}
#main-nav ul li#ethiopia a {
	background-image: url(/images/menu/level2/ethiopia.png);
}
#main-nav ul li#vietnam a {
	background-image: url(/images/menu/level2/vietnam.png);
}
/* @end */
.latest-update {
	background: url(/images/layout/img-get-the-last-update.png) no-repeat;
	width: 296px;
	height: 234px;
	position: absolute;
	right: 40px;
	top: 278px;
	z-index: 110;
}
/* @group Container */
#container {
	background: #F2EBDB url(/images/layout/home_background.jpg) no-repeat scroll top left
}
body#media #container{
  background: #f2ebdb url(/images/layout/media_background.jpg) no-repeat;
}
body#blog #container{
  background: #f2ebdb url(/images/layout/blog_background.jpg) no-repeat;
}
body#content_page #container {
	background-image: url(/images/layout/home_background.jpg);
	min-height: 1225px;
}
#column1 {
	float: left;
	width: 170px;
	padding: 54px 30px 0 25px;
}
.featured-campaign {
	background: url(/images/layout/img-featured-campaign.jpg) no-repeat;
	height: 218px;
}
#sub-menu {
	padding: 18px 0 0;
	margin: 270px 0 28px 0;
}
#sub-menu li a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 14px 20px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
	letter-spacing: 1px;
}
#sub-menu li a:hover {
	text-decoration: none;
}
#sub-menu li strong {
	font-size: 23px;
}
/* @end */
/* @group Content */
#content {
	float: left;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 50px;
	width: 525px;
	margin-top: 95px;
}
#countrycontent {
	float: left;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 50px;
	width: 720px;
	margin-top: 95px;
}
#content h3 {
	font-size: 14px;
	margin-top: 2em;
}
h2 {
	font-size: 16px;
}
p {
	font-size: 13px;
	line-height: 17px;
	margin: 0 40px 15px 0;
	color: #171113;
}
#content li, #homecontent li {
	font-size: 13px;
	color: #171113;
	margin-bottom: 0.5em;
	list-style-type: square;
}
p.big {
	font-size: 18px;
	line-height: 22px;
	padding-left: 35px;
}
p xstrong {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
}
p b, p strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content img {
	margin: 0 10px 10px 10px;
}
#content img[align=right] {
	margin-right: 0;
}
#content img[align=left] {
	margin-left: 0;
}
/* @end */

/* Section*/
body#media #container{
  padding: 143px 0 0 40px;
}
body#blog #container{
  padding: 143px 0 0 40px;
}
.media{
  width: 770px;
  clear: left;
  float: left;
  margin-bottom: 40px;
}
.media-left{
  float: left;
  width:  240px;
}
.media-right{
  float: left;
  width: 530px;
}
.media-large{
  border: 1px solid #d2c6ae;
  padding: 10px;
  background: #b1a27b url(/images/layout/media-large.jpg) repeat-x;
  float: left;
  margin-bottom: 12px;
}
.media-large .media-middle{
  float: left;
  background: #000000;
}
#youtube_btn{
  float: left;
  width: 492px;
  height: 40px;
  background: url(/images/layout/youtube_btn.png) no-repeat;
  text-indent: -9999px;
}
#flickr_btn{
  float: left;
  width: 522px;
  height: 40px;
  background: url(/images/layout/flickr_btn.png) no-repeat;
  text-indent: -9999px;
}
#blogspot_btn{
  float: left;
  width: 492px;
  height: 40px;
  background: url(/images/layout/blogspot_btn.jpg) no-repeat;
  text-indent: -9999px;
}
.media-small{
  border: 1px solid #d2c6ae;
  padding: 10px;
  background: #b2a27e url(/images/layout/media-small.jpg) repeat-x;
  float: left;
  margin-bottom: 12px;
}
.media-small .media-middle{
  border: 1px solid #d0c4aa;
  background: #e1d3b9 url(/images/layout/media-middle.jpg) repeat-x;
  padding: 22px 15px 2px 15px;
  float: left;
  width: 469px;
}
.media-small .media-middle div{
  width: 459px;
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
}
.media-small .media-middle div + div{
  border-top: 1px solid #d0c5af;
  padding-top: 20px !important;
}
.media-small h3{
  color: #000000;
  margin-top: 0 !important;
  font: bold 13px Arial, Helvetica, Sans-Serif;
  float: left;
  width: 450px;
  clear: left;
}
.media-small p{
  margin-bottom: 6px;
  position: relative;
  width: 450px;
  float: left;
}
.media-small p span{
  position: absolute;
  right: 20px;
  top: 0;
}
.media-middle .media{
  background: none !important;
  padding-bottom: 12px !important;
  margin-bottom: 0 !important
}
#BlogPosts .blog_title {
	font-size: 18px;
}
#BlogPosts .blog_date {
	margin-bottom: 1em;
	color: #666666;
}
#BlogPosts .blog_desc {
	font-size: 11px;
	margin-bottom: 2em;
}

/* @end */
/* @group Column1 */
#c-column1 {
	width: 381px;
	float: left;
}
/* @group Submenu */
#sub-menu li {
	list-style: none;
	padding: 0;
	background-image: url(/images/layout/black_70.png);
	margin: 0 0 3px 0;
}
#sub-menu li:hover, #sub-menu li.sfhover {
	background: #5a1813;
}
/* @end */
/* @end */
/* @group Boxes */
div#boxes {
	margin-top: 50px;
}
div#boxes ul {
	padding: 0;
	margin: 0;
}
div#boxes ul li {
	margin-bottom: 20px;
	padding-right: 12px;
	overflow: hidden;
}
div#boxes ul li img {
	float: left;
	border-right: 7px solid #7a1600;
	margin-right: 23px;
}
div#boxes ul strong {
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
div#boxes ul p {
	padding: 0;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 17px;
}
div#boxes ul div {
	padding-top: 10px;
	float: right;
	width: 172px;
}
.white {
	color: #fff;
}
.black {
	color: #231f20;
}
.gray {
	background: #61605a;
}
.gray2 {
	background: #49413f;
}
.gray3 {
	background: #b1abaa;
}
.wgite-gray {
	background: #b1abaa;
}
.blue {
	background: #83d0d1;
}
.blue2 {
	background: #007281;
}
.green {
	background: #554f26;
}
.green2 {
	background: #a89d10;
}
.urgen-need-white {
	width: 172px;
	height: 38px;
	background: url(/images/layout/img-urgent-need-white.png) no-repeat;
	margin-bottom: 5px;
}
.urgen-need-red {
	width: 172px;
	height: 38px;
	background: url(/images/layout/img-urgent-need-red.png) no-repeat;
	margin-bottom: 5px;
}
.update-red {
	background: url(/images/layout/img-update-red.png) no-repeat;
	width: 123px;
	height: 40px;
}
.update-white {
	background: url(/images/layout/img-update-white.png) no-repeat;
	width: 123px;
	height: 40px;
}
.long div {
	padding: 5px 0 !important;
	width: auto;
}
.long img {
	float: none;
	border-right: 0 !important;
	border-bottom: 7px solid #7a1600;
	margin: 0 !important;
}
.long strong, .long p {
	line-height: 14px;
}
/* @end */
/* @group Column2 */
#c-column2 {
	float: right;
	width: 280px;
	position: relative;
	border: 2px solid #474341;
	padding: 16px;
	margin-top: 454px;
	margin-right: 10px;
}
/* @end */
/* @group Footer */
#footer {
	clear: both;
}
#footer p {
	margin: 5px 0 0 250px;
	width: 550px;
	color: #171113;
	font-size: 14px;
	line-height: 17px;
}
#footer p strong {
	font-size: 17px;
}
/* @end */
p#send_to_a_friend {
	padding-bottom: 20px;
	margin-top: 50px;
}
p#send_to_a_friend a {
	display: block;
	background: url(/images/buttons/email.png) top left no-repeat;
	line-height: 16px;
	padding-left: 20px;
	font-size: 10px;
}
