@charset "utf-8";
body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif; */
	background: url(../images/bkgrnd.jpg) repeat #dfd27a;
	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;
}
.main #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f1d6;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.main #colortop {
	background: url(../images/colortop.jpg) repeat-x;
	height: 25px;
} 
.main #colortop #star{
	background: url(../images/star.jpg) center no-repeat;
	height: 25px;
} 
.main #header { 
	background: url(../images/donate.jpg) top right no-repeat #f5f1d6; 
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;  /* 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. */
}
.main #header a{ 
	outline: none;
}
.main #header img{ 
	margin: 5px 0px 2px 5px;
}
.main #header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	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 */
}
.main #header h1 a{
	text-decoration:none;
	color: #000000;
}
.main #header .donatebutton{
	float: right;
	width: auto;
	margin:30px 60px 0px 0px;
}
.main #header .donatebutton a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ffffff;
}
.main #header .donatebutton a:hover{
	color: #ff0000;
}

.main #banner{
	background: url(../images/banner.jpg) top left no-repeat;
	height:180px;
	border-top: 1px solid #000000;
}


/*Left Ads beginning*/
.main #leftads {
	width: 295px; /* 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 */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin:0px;
	border-top: 2px solid #ffffff;
}

.main #leftads .right-ads{
	float: right; /* since this element is floated, a width must be given */
	width:293px;
	background: url(../images/adtop.jpg) repeat-x top #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #CC9;
	margin: 0px 0px 10px 0px;
}
.main #leftads .right-ads h3{
	color: #000000;
	padding-left:40px;
	margin: 0px;
	background: url(../images/leaf.gif) center left no-repeat;
}
.main #leftads .right-ads p{
	color: #000000;
	padding:5px;
	margin: 0px;
}
.main #leftads .right-ads a img{
	border: none;
	margin: 0px;
	padding: 0px;
}
.main #leftads .right-ads img{
	opacity: 1;
	margin-top: 2px;
	margin: 0px;
	padding: 0px;
}
.main #leftads .right-ads img:hover{
	opacity: .85;
	margin-top: 2px;
	margin: 0px;
	padding: 0px;
}

/* The News list */
.main #leftnews {
	width: 295px;
	border-right: 1px solid #CC9;
	padding: 0px;
}
.main #leftnews a{
	margin-left: 20px;
	text-decoration: none;
	color: #603;
}
.main #leftnews a:hover{
	color: #f00;
}
.main #leftnews .news{
	color: #000000;
	margin: 20px 20px 5px 20px;
	border-bottom: 1px solid #CC9;
}
.main #leftnews .news span.date{
	color: #000000;
	width: 50%;
	border-bottom: 1px solid #CC9;
}
.main #leftnews .news p{
	margin-top: 3px;
}
.main #leftnews .news h3{
	color: #000000;
	margin: 0px;
}
.main #leftnews .news a{
	text-decoration: none;
	color: #603;
	margin: 0px;
}
.main #leftnews .news  a:hover{
	color: #f00;
}


/*News Content*/
#newscontent{
	color: #000000;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	overflow: auto;
}

#newscontent h2{
	color: #000000;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
#newscontent h3{
	color: #bb0000;
	float: right;
	height:60px;
	width: 75px;
	background-color: #CCF;
	text-align:center;
	padding-top: 15px;
	border: 1px solid #000000;
	margin-left: 10px;
}
#newscontent h3:hover{
 	background-color: #96F;
}
#newscontent h3 a{
	text-decoration: none;
	display: block;
}
#newscontent h3 a:hover{
	color:#ffffff;
}
#newscontent div.date{
	width: 100%;
	color: #000000;
	padding: 0px;
	border-bottom: 2px solid #CC9;
}
#newscontent img{
	float: left;
	width: 200px;
	margin: 20px 10px 0px 0px;
	border: none;
}

/*Calendar styling*/
.main #calendar {
	width: 920px;
	height: 817px;
	margin: 0px 0px 20px 10px;
	border-left: 1px solid #000000;
}
.main #calendar ul{
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
.main #calendar .days {
	width: 130px;
	float: left;
	border-top: 1px solid #000000;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #FEF0CF;
}
.main #calendar .numbers{
	width: 130px;
	height: 130px;
	float: left;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.main #calendar .numbers span{
	float: left;
	width: auto;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FEF0CF;
}
.main #calendar .numbers p{
	padding: 5px;
}

/*Beginning of Maincontent*/
.main #mainContent { 
	float: right; /* since this element is floated, a width must be given */
	width: 699px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main .content { 
	width: 667px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../images/africa.jpg) left top no-repeat;
} 
.main .content p.firstpara:first-letter {
	float: left;
	width: auto;
	color: #000000;
	font-size: 42px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

.main #mainContentNoAd { background:url(../images/africa.jpg) center top no-repeat ;
	float: right; /* since this element is floated, a width must be given */
	width: auto;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main #noaddcontent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.main #noaddcontent .cont img{ 
	float: left;
	width: 200px;
	border: none;
	padding-right: 10px; 
	margin-top: 10px;
} 
.main #noaddcontent p.firstpara:first-letter {
	float: left;
	width: auto;
	color: #000000;
	font-size: 42px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.main #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.jpg) repeat-x #afa560;
	text-align: left;
	height: 54px;
} 
.main #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: 18px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #footer a {
	padding: 10px 10px 0px 0px;
	text-decoration:none;
	color: #000000;
	float: right;
	width: auto;
}
.main #footer a:hover {
	color: #ff0000;
}



/*Carousel styling*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	overflow: scroll; /*leave this value alone*/
	width: 695px; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
	padding:0px;
	margin: 0px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 1px;
	top: 0;	
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 699px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Mission Payment Form*/
#missionreg{
	padding: 0px 20px 20px 20px;
}
#missionreg p.missiondate{
	color: #ff0000;
	text-align: center;
	font-size: x-large;
	margin: 0px;
}
#missionreg .missionform {
	border: 1px solid #000000;	
	background-color:#fffbe3;
}
#missionreg .faire {
	float: left;
	width:33%;
	height:60px;
	margin-bottom: 10px;
}
#missionreg h2{
	text-align: center;
}
#missionreg h2.header{
	text-align: center;
	margin: 5px 20% 5px 20%;
}
#missionreg .missionform h3{
	padding:  5px;
}
#missionreg .missioninfo {
	border-left: 1px solid #000000;
	float: right;
	width:450px;
	padding-left: 25px;
	margin-top: 0px;
	background:url(../images/africa_info.jpg) no-repeat right top #fffbe3;
}
#missionreg .missionregform {
	margin: 20px;
}
#missionreg img {
	float: left;
	margin: 12px 20px 0px 0px;
}


/* Mission Payment Form*/
#returnvineyard{
	padding: 0px;

}
#returnvineyard p.missiondate{
	color: #ff0000;
	text-align: center;
	font-size: x-large;
	margin: 0px;
}
#returnvineyard .missionform {
	border: 1px solid #000000;	
	background-color:#fffbe3;
}
#returnvineyard .faire {
	float: left;
	width:33%;
	height:60px;
	margin-bottom: 10px;
}
#returnvineyard h2{
	text-align: center;
}
#returnvineyard h2.header{
	text-align: center;
	margin: 5px 20% 5px 20%;
}
#returnvineyard .missionform h3{
	padding:  5px;
}
#returnvineyard .missioninfo {
	border-left: 1px solid #000000;
	float: right;
	width:450px;
	padding-left: 25px;
	margin-top: 0px;
	background:url(../images/africa_info.jpg) no-repeat right top #fffbe3;
}
#returnvineyard .missionregform {
	margin: 20px;
}
.tree {
	display: inline-block;
	width: 100px;
}

/*Mission Africa Contact Styles*/
.contactform {
	background-color:#fffbe3;	
	padding: 0px 20px 0px 20px;
	border: 1px solid #000000;
}
.contactform h2{
	text-align: center;
}
.contactform .info {
	border-left: 1px solid #000000;
	float: right;
	width:420px;
	padding-left: 25px;
	margin-top: 0px;
	background-color:#fffbe3;
}
.contactform .contform {
	width:420px;
	margin-top: 0px;
	padding-right: 25px;
}

/* Archives styling*/
.archives img{
	float: right;
	padding: 0px 0px 0px 20px;
}
.archives a{
	text-decoration: none;
}
.archives h2{
	color: #000000;
	margin: 0px 20px 5px 0px;
}
.archives span.date{
	color: #000000;
	width: 50%;
}


/*MEDIA BOX STYLING*/
.mediabox {
	text-align: center;
	width: 320px;
	float: left;
	border: 1px solid #000000; 
	background-color: #fffbe3;
	padding: 20px 20px 0px 20px;
	margin: 0px 20px 20px 65px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

/*MEDIA BOX STYLING*/
.mediaboxaudio {
	text-align: center;
	width: 120px;
	height:200px;
	float: left;
	border: 1px solid #000000; 
	background-color: #fffbe3;
	padding: 10px 10px 0px 10px;
	margin: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

/*CONFERENCES BOX STYLING*/
.conferences img.confimg{
	float: right;
	margin: 10px 0px 0px 15px;	
	width: 200px;
}
.conferences h2{
	border-bottom: 1px solid #CC9;
	width: 76%;
	padding-bottom: 5px;
}
.conferences p{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}


/*CONFERENCES BOX STYLING*/
.books{
	margin-left: 75px;
}
.books img{
	float: left;	
	margin-right:30px;
}
.books .bookdesc{
	width: 775px;	
	text-align: left;
}


/* Popup bos Styling*/
#errorbox .error{
	color:#FF0000;
	text-align: center;
}
 /*#E7EFFE*/
#errorbox{
	background: #FFFFDD;
	border:2px solid #000000;
	width: 400px;
	padding: 0px 20px 20px 20px; 
	top: 20%; 
	left: 30%; 
	z-index: 6;
	position: fixed;
	text-align: center;
}
#errorbox p{	
	font-weight: normal;
}
#errorbox blockquote{	
	color: #ff0000;
	margin-left:0px;
}

img{
	border: none;
}
hr{
	border-color:#cc9
}
.fltrt { /* 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;
	width: auto;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: auto;
	margin-right: 8px;
}
.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;
}
