/* CSS Document */
/*
1f0706 blkBrown
541211 brown
5c3330 ltBrown
b7160e redOrange
e64a0c medOrange
fd993e ltOrange
f2fa98 yellow
1e6793 drkBlue
bfe7f1 ltBlue
6963a5 lavendar
*/
a {color: #1e6793; text-decoration: underline; font-weight: bold;}
a:hover{color: #b7160e; text-decoration: none;}
a:visited{color: #6963a5; text-decoration: underline;}
a.sidebarLinks, a.sidebarLinks:hover, a.sidebarLinks:visited {color: #b7160e; text-decoration: none;}
body {
	background-image: url(../img/bgPixel.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
body, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #381d09;
	font-weight:normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
hr {color: #e64a0c;}
#border {
	background-image: url(../img/bgInterior.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	border: 0px;
	margin: 0px;
}
body.home #border {background-image: url(../img/bgHome.jpg);}
body.home p {font-weight:bold;}
#container, #header, #footer, #containerBG{
	width: 828px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 210px;
    padding: 0;
}
#containerBG {
	background-image: url(../img/bgContainerBG.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#container {
	background-image: url(../img/bgContainer.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	padding: 0;  margin-top: 0px; margin-bottom: 0px;
}

#footer {
	background-image: url(../img/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	vertical-align:bottom;
	padding: 0;  margin-top: 0px; margin-bottom: 0px;
	height: 50px;
}
#textbody {
	width: 620px;
	margin:0px 0px 0px 170px;
	text-align: justify;
	line-height:1.5em;		

}
.textbodyContainer, .textbodyHeader, .textbodyFooter, .textbodyBG {
	width:620px;
	height: auto;
}
.textbodyContainer {
	background-image: url(../img/textbodyHeader.png);
	background-position: center top;
	background-repeat:no-repeat;
}
* html .textbodyContainer {
		b\ackground-image: url(../img/textbodyHeader.gif);
		background-image: url(../img/textbodyHeader.gif);
}
.textbodyHeader {
	height: 18px;
}
.textbodyFooter {
	background-image: url(../img/textbodyFooter.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 18px;
}
* html .textbodyFooter {
		b\ackground-image: url(../img/textbodyFooter.gif);
		background-image: url(../img/textbodyFooter.gif);
}
.textbodyBG {
	background-image: url(../img/textbodyBG.png);
	background-repeat: repeat-y;
	background-position: center;
}
* html .textbodyBG {
		b\ackground-image: url(../img/textbodyBG.gif);
		background-image: url(../img/textbodyBG.gif);
}
#textbodyFullPage {
	margin:0px 0px 0px 90px;
	text-align: justify;
	padding: 20px;
	line-height:1.5em;
	width: 620px;
	/* needs diff bg images to span width or just keep centered as is*/
}
body.home #textbodyFullPage {
	margin:-28px 35px 0px 35px;
	text-align: justify;
	padding: 20px;
	padding-top:0px;
	background: none;
	width: 720px;
}
#sidebar {
	float:left;
	width:120px;
	margin: 0 10px 0 20px;
	padding: 5px;
	text-align:left;
}
.quoteRedeemedGirls, .quoteHome, .quoteOthers, .quoteCongo {
	font-style:italic;
	text-align: justify;
	line-height: 14px;
	font-size: 10px;
	background-color:#bfe7f1;
	padding: 10px 10px 10px 10px;
	float: right;
	z-index:10;
}
.quoteHome {
	margin:20px 0 0 20px;
	width: 160px;
}
.quoteCongo {
	margin:10px 10px 40px 10px;

}
.quoteRedeemedGirls {
	padding: 10px 10px 10px 10px;
	margin:0px 0 0 20px;
	width: 160px;
	float: right;
}
.quoteOthers {
	padding: 10px 10px 10px 10px;
	margin: 10px 8px 0 0px;
	width: 330px;
	float: right;
}

.author {
	font-weight:bold;
	text-align: right;
	font-size: 1em;
}

/**************************************/

div.imageL, div.imageR{
  width: 187px;
}
div.imageLsm, div.imageRsm {
  width: 127px;
}
div.imageL, div.imageLsm  { float: left; text-align: left; margin-right: 10px; }
div.imageR, div.imageRsm { float: right; text-align: right; margin-left: 10px;}
div.imageL p, div.imageR p, div.imageLsm p, div.imageRsm p, div.imageC p  {
	margin-top: -5px;   
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	line-height: .9em;
}
/* homepage buttons */
div.imageC {
  width: 85px;
  float: left; text-align: center; margin:55px 1px 0 1px;
}
 
img.imageL { float: left; margin-right: 10px;}
img.imageR { float: right; margin-left: 10px;}

.clear {clear:both;}

/**************************************/

#playVideoR {width:290px; float:right; margin:0px 0 0px 15px;}
#playVideoL {width:290px; float:left; margin:0px 15px 0px 0px;}


#videoDefault {background-image:url(../img/videoDefault.gif); background-repeat:no-repeat; width:300px; padding-top:50px;}

#videoDefault p {padding: 0px 25px;}

li.value {
	margin-bottom: 5px;
}

/**************************************/


div.buttonR {float:right;}
div.buttonL {float:left;}
div.buttonC {margin-left: 40%; margin-right: 60%;}
/*
div.button a:hover {background:url(../img/donateNowOver.gif);}
*/
.partner {
	font-size: larger;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #fd993e;
	padding: 2px 5px;
	margin: 5px 5px 5px 0;
}
.headerHome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	height: 98px;
	background:url(../img/homeHeader.png) center no-repeat;
}

div p.newsletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	margin:0 0 20px 0;
	
}

.pDonate {
	text-align: left;
}

/* for IE */
* html .headerHome {
	b\ackground-image:url(../img/homeHeader.gif);
	background-image:url(../img/homeHeader.gif);
}
/*******************/
/*   side bar      */
/*******************/
#sidebar dl {margin: 0; padding: 0;  text-align:left;}
#sidebar dt {margin:10px 0 0 10px; font-size: 1.2em; color: #b7160e; text-decoration:underline;}
#sidebar dd {margin:15px 0px 15px 0px; padding-left:15px; font-size: .9em; color: #b7160e; text-align:left; font-weight:normal;}
#sidebar .selected {background-image:url(../img/sidebarIndicator.gif); background-position:top-left; background-repeat:no-repeat;}
#sidebar dd.first {border-top:1px solid #444; background: #47a;}
#sidebar dd.last {border-bottom:1px solid #444; background: #47a}
#sidebar .idnt {margin-left:10px; line-height: 1.5em; color: #b7160e;}
