@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*background: #e6f6fd;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.pmclass #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	background-color: #FFFFFF;
} 
.pmclass #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.pmclass #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pmclass #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.pmclass #mainContent {
	margin: 50px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 

.pmclass #mainContent-interior {
	margin: 30px 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;
	overflow: visible;
} 

.pmclass #footer {
	padding: 20px 0 10px 130px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#FFFFFF;*/
	margin: 0px 0 0 20px;
	text-align: center;
	color: #3AB7DD;
	font-size: 10px;
	font-weight: bold;
} 
.pmclass #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.pmclass #footer a {
	color: #3AB7DD;
	font-weight: normal;
}
.pmclass #footer a:hover {
	color: #3098B9;
	font-weight: normal;
}

.pmclass #home-box{
	margin: 42px 0 0 15px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 15px 15px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #2B7EB2;
	color: #FFFFFF;
	width: 315px;
	font-size: 11px;
}

.float-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-right: 5px;
}

.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.prayer {
	position: absolute;
	z-index: 100;
	/*left: 5px;
	top: 185px;*/
	width: 200px;
	margin: 135px 0 0 5px;
}

.contact {
	position: absolute;
	z-index: 200;
	width: 250px;
	margin: 10px 0 0 675px;
	color: #F15A29;
}
.contact a {
	
	color: #F15A29;
	text-decoration: none;
}

.donate-hover {
	position: absolute;
	z-index: 200;
	width: 200px;
	margin: 165px 0 0 40px;
}

.photo-hover {
	position: absolute;
	z-index: 300;
	width: 200px;
	margin: 165px 0 0 170px;
}

.contact-translated {
	position: absolute;
	z-index: 200;
	width: 250px;
	margin: 10px 0 0 620px;
	color: #F15A29;
}
.contact-translated a {
	
	color: #F15A29;
	text-decoration: none;
}

.donate-hover-translated {
	position: absolute;
	z-index: 100;
	width: 200px;
	margin: 135px 0 0 5px;
}

.lang-switch {
	position: absolute;
	z-index: 100; 
	width: 200px;
	margin: 100px 0 0 25px;
	color: #F15A29;
}

.lang-switch a {
	
	color: #F15A29;
	text-decoration: none;
}

.home-table{
	background-image: url(/global/images/home-globe-bg.png);
	background-repeat: no-repeat;
	width: 99%;
	margin: 0px;
	padding: 0px;
}




.interior-content{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.navbar{
	width: 150px;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
}

.content{
	margin: 0 0 30px 0;
	padding: 0 25px;
}

.content a{
	color: #003399;
	text-decoration: none;
}
.content a:hover{
	color: #AE5DA4;
	text-decoration: none;
}

table.form {
	border: thin solid #F27727;
	background-color: #2b91b8;
}

table.form td {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

.scripture{
	margin: 50px 0 10px 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.content strong {
	font-style:italic;
	color:#333333;
	font-size: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav-table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1{
	color:#000000;
	margin: 0 0 10px 0;
	font-size: 25px;
}

h2 {
	color: #F27727;
	font-size: 15px;
}

h3{

	margin: 0;
	padding: 0;

}

.nav-cell-bg {
	background-color: #2B7EB2;
}

ul.sitemap a {

	list-style:disc;
	background-image: none;
}
