body { 
	margin: 0;
	padding: 0;
	text-align: center;
	background: #c08520;
}
#wrapper {
	position: relative;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 900px;

}

/*------------------------------------ */
/*layout*/
/*------------------------------------ */

#content {
    width: 900px;
	padding: 0;
	background: url(../../images/content/background.jpg) repeat-y left top;
	}
	
body#home #content {
    width: 780px;
	padding: 0 60px;
	background: url(../../images/content/background.jpg) repeat-y left top;
	}
	
#content-home {
	width: 780px;
	background: url(../../images/content/home_background.jpg) repeat-y left top;

}

#content-pages {
	width: 780px;
	margin: 10px 0 0 0;
	background: url(../../images/content/content_background.gif) repeat-y left top;

}	
	
#home1 {
   width: 505px;
   float: left;
   padding: 0;
   margin: 10px 0 0 0;
   }
   
#home2 {
   width: 240px;
   float: left;
   padding: 20px 0 0 0;
   margin: 10px 0 0 30px;
   }
   

#main {
    width: 480px;
	margin: 0px 0 0 20px;
	padding: 0 10px 20px 10px;
	float: left;
	}
	
#sidebar {
    width: 230px;
	margin: 0px 0 20px 0;
	padding: 0 10px 20px 10px;
	float: left;

	}


.item {
    margin: 15px 0 10px 0;
	padding: 15px 0 5px 0;
	border-top: 1px solid #ccc;
	}
.item h2 {
    margin: 0 0 10px 0;
	}


/*------------------------------------ */
/*formatting*/
/*------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
    }
	p, ul, ol, li, dl, dt, dd, cite {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    }

h1 {
    font-family: Georgia, Verdana, sans-serif, "Lucida Grande";
	font-size: 26px;
	margin: 0 0 15px 0;
	color: #300d04;
    }
	
h2 {
    font-size: 12px;
    color: #5d5b30;
	font-weight: bold;
	margin: 0 0 5px 0;
    }
	
h3 {
    font-size: 16px;
	margin: 0 0 5px 0;
	}
h4 {
    font-size: 14px;
	margin: 20px 0 5px 0;
}


p {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin: .15em 0 1.25em 0;
    }
ul {
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style-type: none;
	}
li {
    margin: 0;
	padding: 2px 0;
	font-size: 12px;
	line-height: 16px;
	}
	
dl {
    margin: 10px 0 25px 0;
	padding: 0;
	}
	
dt {
    font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
	color: #222;
	}
	
dd {
    font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 3px 0 10px 0;
	padding: 0;
	}
	
dt span {
    font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 5px;
	}



div#main ul {
	margin: 10px 20px 10px 20px;
	padding: 0;
	list-style-type: disc;
	}
div#main li {
	font-size: 12px;
	line-height: 20px;
	color: #333;
    margin: 0;
	padding: 5px 0;
	
	}


/*
div#sidebar ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}
div#sidebar ul li {
    font-size: 11px;
	line-height: 14px;
    margin: 0;
	padding: 4px 0 4px 0;
	}
div#sidebar ul li span {
    color: #555;
	font-size: 9px;
	}
	*/
	

div#sidebar h1 {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #642605;
	font-weight: bold;
	
	    }
	
div#sidebar h2 {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 5px 0 10px 0;
	color: #642605;
	text-transform: uppercase;
	font-weight: bolder;
    }	

/*------------------------------------ */
/*linkage*/
/*------------------------------------ */

a:link {
	text-decoration: none;
	color: #924519;
    }
a:visited {
	text-decoration: none;
	color: #5d5b30;
    }
a:hover { 
    text-decoration: none;
	color: #fff;
	background: #924519;
	 }
	 
div#sidebar a:link {
	text-decoration: underline;
	color: #924519;
		background: none;

    }
div#sidebar a:visited {
	text-decoration: none;
	color: #5d5b30;
		background: none;

    }
div#sidebar a:hover { 
    text-decoration: none;
	color: #714d11;
	background: none;
	 }	

div#main a:link {
	text-decoration: underline;
	color: #924519;
		background: none;

    }
div#main a:visited {
	text-decoration: underline;
	color: #924519;
		background: none;

    }
div#main a:hover { 
    text-decoration: none;
	color: #714d11;
	background: none;
	 }	  
/*------------------------------------ */
/*navigation*/
/*------------------------------------ */


div#navigation { margin: 0; padding: 0; position:absolute; left:61px; top:44px; width:780px; z-index:99; text-align: left; }
#navigation ul { margin: 0; padding: 0; list-style-type: none; font-family: "Trebuchet MS", sans-serif }
#navigation ul li { font-size: 13px; display: inline; margin: 0; padding: 0; }
#navigation ul li a { display: block; float: right; margin: 0; padding: 10px 12px 20px 12px; border: none; }
#navigation ul li a:link { color: #e1decd; text-decoration: none; background: none; }
#navigation ul li a:visited { color: #e1decd; text-decoration: none; background: none; }
#navigation ul li a:hover { color: #fff; text-decoration: none; background: #c08520; }

#mission #navigation .mission a, 
#programs #navigation .programs a, 
#women #navigation .women a, 
#donate #navigation .donate a, 
#marketplace #navigation .marketplace a {background: #c08520; }

#navigation ul li a.here:link,
#navigation ul li a.here:visited { color: #fff; text-decoration: none; background: #932900; }
#navigation ul li a.here:hover { color: #C94B1B; }
body#home li#nav-home { display: none; }


#sidebar ul { margin: 0px 0px 30px 0px; padding: 0; list-style-type: none; font-family: "Trebuchet MS", sans-serif }
#sidebar ul li { font-size: 12px;  margin: 0; padding: 0;  }
#sidebar ul li a {color: #9e7735; display: block; margin: 0px 0px 0px 6px; padding: 8px 0px 0px 20px; background: url(../../images/interface/arrow_right.gif) no-repeat left top; border: none; text-decoration: underline; }
#sidebar ul li a:link { color: #9e7735; text-decoration: underline; background: url(../../images/interface/arrow_right.gif) no-repeat left top; border: none;}
#sidebar ul li a:visited { color: #9e7735; text-decoration: underline; background: url(../../images/interface/arrow_right.gif) no-repeat left top; border: none;}
#sidebar ul li a:hover { color: #714d11; text-decoration: none; background: url(../../images/interface/arrow_right.gif) no-repeat left top; border: none;}


/*------------------------------------ */
/*footer*/
/*------------------------------------ */
 #footer {
    width: 780px;
	background: url(../../images/content/footer.jpg) no-repeat left top;
	color: #000000;
    }  
body#home #footer {
    width: 780px;
	height: 30px;
	padding: 25px 60px;
	background: url(../../images/content/footer.jpg) no-repeat left top;
    }
#footer p {
    font-size: 11px;
	margin: 0;
	color: #E2D9D6;
	}
#footer p span {
    margin: 0 10px;
	color: #8A8076;
	}
#footer p a:link,
#footer p a:visited {
    color: #E2D9D6;
	background: none;
    }
#footer p a:hover {
    color: #fff;
	}
p.copyright {
    display: block;
	width: 780px;
    float: left;
	text-align: center;
	color: #000000;
		}
p.footerlinks {
    /* display: block; */
    /*float: right; */
	text-align: center;
	}
/*------------------------------------ */
/*special type*/
/*------------------------------------ */
p.prehead {
    font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	}
body#newsevents h2 {
    margin: 0;
	}
	
p.byline {
    margin: 5px 0 5px 0;
	font-size: 11px;
	}
	
p.caption {
    margin: 3px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	}
	
#home1 h2 {
    font-family: Georgia, Verdana, sans-serif, "Lucida Grande";
    color: #924519;
	font-size: 20px;
	line-height: 18px;
	margin: 3px 0 5px;
	}
	
#home1 p {
    font-size: 11px;
	line-height: 18px;
	margin: 0;
	}

#home2 h2, #home3 h2 {
    font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}

#home2 p, #home3 p {
    font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	}

#sidebar p {
    line-height: 18px;
	}
	
h2 span {
    font-size: 14px;
	color: #777;
	}
h3 span, h4 span {
    font-size: 13px;
	color: #777;
	}
p.pdf {
	margin: 3px 0;
	padding: 0 0 5px 23px;
	background: url(../images/layout/icon-pdf.gif) no-repeat 0% 30%;
	}
p.cork {
	margin: 3px 0;
	padding: 0 0 5px 23px;
	background: url(../images/layout/icon-bottle.gif) no-repeat 0% 30%;
	}
.bigtype {
	font-size: 18px;
	margin: 0;
	color: #924519;
	}
.fineprint {
    font-size: 10px;
	line-height: 14px;
	margin: 10px 0;
	}
p.email {
    margin: -5px 0 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/layout/icon-email.gif) no-repeat 0% 50%;
    }

body#ourstory div#sidebar p {
	font-size: 11px;
	line-height: 15px;
	font-family: Georgia, Verdana, sans-serif, "Lucida Grande";
	margin-left: 10px;
	}
p.footnote {
    margin: 20px 0 0 0;
	padding: 3px 0 0 0;
	border-top: 1px solid #ccc;
	}
big {
    font-size: 22px;
	}
p.score { margin: 10px 0 5px 0; }
p.score span { border: 1px solid #333; margin-right: 10px; padding: 3px; font-size: 16px; }
	
div.hr { height: 1px; border-top: 1px solid #ccc; margin: 25px 0 20px 0; }
/*------------------------------------ */
/*images*/
/*------------------------------------ */
img { display: block; margin: 0; }

p.photo {

	display: block;
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	width: 175px;
	float: left;
	font-size: 10px;
}

p.headshot {

	display: block;
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	width: 150px;
	float: left;
	font-size: 10px;
}

p.photo_right {

	display: block;
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	width: 175px;
	float: right;
	font-size: 10px;
}
p.photo_plain {

	display: block;
	margin: 0 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	width: 450px;
}	

.float-left {
    margin: 0 10px 5px 0;
	float: left;
	}
.float-right {
    margin: 0 0 5px 10px;
	float: right;
	}
img.border {
    padding: 4px;
	border: 1px solid #999;
	}
	
/*------------------------------------ */
/*forms*/
/*------------------------------------ */

input.signup-home {
    width: 150px;
	background: #e4e3cf;
	margin: 0 0 5px 0;
	}
input.signup {
    width: 200px;
	background: #e4e3cf;
	margin: 0 0 5px 0;
	}
input.directions {
    width: 220px;
	margin: 0 0 5px 0;
	}
/*------------------------------------ */
/*tables*/
/*------------------------------------ */
table.cake-table {}
table.cake-table td {
	vertical-align: top;
	padding: 10px 20px 10px 0;
}
table.cake-table td p {
    font-size: 11px;
	line-height: 14px;
	margin: 5px 0;
	}
table.cake-table td h2 {
    text-align: center;
	}
