@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: white;		/* #AEB2BE */
	background-image: url(../images/background.png);
	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;
}
h2 {
	margin-top: 30pt;
	margin-bottom: 12pt;
}
div {
	text-align: left;
}
div.all {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #AEB2BE;
	background-image: url(../images/background_top.png);
	background-repeat: repeat-x;
}
div.container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: left;
}
a.country, a.country:hover, a.country:link, a.country:active {
	color: navy;
	font-size: 11pt;
	text-decoration: underline;
	line-height: 26px;
	margin: 0 0 0 10px;
	padding: 3px 5px 3px 5px;
}
div.countryBackground {
	float: left;
	margin-top: -18px;
	min-height: 503px;
	width: 150px;
	background-image: url(../images/grayNav.png);
	background-repeat: no-repeat;
}
div.countryMain {
	font-size: 14pt;
	font-weight: bold;
	margin-left: 20px;
}

/* remember that padding is the space inside the div box and margin is the space outside the div box */

#bottomBanner {
	width: 980px;				/* width and height of the graphic of the bottom banner */
	height: 80px;
	background-image: url(../images/btmBanner.png);
	background-repeat: no-repeat;
	border-left: solid 2px black;
	/*border-bottom: solid 2px black;*/
	clear: left;
	position: relative;
	left: -2px;
	top: 0px;					/* the top position of the banner */
}
#bottomBanner ul {
	margin: 0px 0px 0px 0px;
}
ul.ulEnglish, ul.ulSpanish, ul.ulPortuguese, ul.ulDutch, ul.ulFrench {
	padding-left: 230px;		/* use padding-left and width to make the words correct  */
	width: 750px;
	display: block;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	clear: both;
}
ul.ulFrench {
	font-size: 9pt;
	padding-top: 1px;
}
li.bottomBannerText {
	vertical-align: middle;
	display: inline;
	margin: 0 5px 0 5px;
	padding: 0px 0px 0px 0px;
}
a.bottomBannerWord {
	color: #4b4b4b;
	text-decoration: none;
}
div.languages {
	clear: both;
	position: relative;
	top: 88px;					/* Firefox: 88px; IE8: 69px; Safari: px; Opera: px; Netscape: px */
}
div.counter_Scripture {
	float: right;
	font-size: 10pt;
	border: maroon 2px solid;
	background-color: #eeeeee;
	margin: 9px 15px 16px 10px;		/* Firefox: margin: 9px 15px 16px 10px; IE8: 9px 17px 18px 10px; Safari: 9px 15px 16px 10px; Opera: 9px 15px 18px 10px; Netscape: px */
	position: relative;
	z-index: 1;
	padding: 3px 8px 3px 8px;
}
div.googleSearch {
	float: right;
	margin: 0px 10px 0px 0px;
}
div.breadCrumbs {
	float: right;
	font-size: 10pt;
	margin-right: 20px;
	padding-top: 3px;
}
/* On IE8 the height is wrong for the localhost and is correct for Internet! */
ul.languageChoices {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}
li.languageChoiceSelected {
	color: #080860;
	background-color: #D2DFFA;
	vertical-align: middle;
	display: inline;
	margin: 0px;
	padding: 1px 19px 1px 10px;
}
li.languageChoiceDefault {
	vertical-align: middle;
	display: inline;
}
a.languageChoiceDefault {
	color: white;
	text-decoration: none;
	line-height: 27px;
	margin: 0;
	padding: 0px 10px 0px 10px;
}
div.languageName {					/* individual name at the top of the screen */
	color: navy;
	font-size: 22pt;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}
iframe.callI, ilayer.callI {
	width: 811px;					/* 816 and 811 */
	margin: 0 auto 0 auto;
	border-left: 2px solid #080860;
	border-top: 2px solid #080860;
}
table.languageNames {
	width: 810px;
	margin: 0px;
	padding: 0px;
}
div.WycliffeCanadaIcon {
	cursor: pointer;
	display: inline;
	padding: 0px 0px 60px 250px;
}
