/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#333;
		}
	
	body {
		background: #443935;
		font: 62.5%/1.6em Times, "Times New Roman", Georgia, serif;
		}
	hr {
		margin: 5px auto;
		height: 1px;
		width: 90%;
		border-top: #333 dotted 1px; 
		color: #333;
		background-color: transparent;
		}
	input, textarea, checkbox, select, file {
		padding: 5px;
		border:1px solid #333;
		}
	p, span, ul li, ol li {
		font-size: 1.2em;
		}
	p, ul, ol {
		margin:0 25px 10px 25px;
		}
	em {
		font-style: italic;
		}
/* END GLOBAL */

/* STANDARD CLASSES */
	.common {
		margin:0 0 5px 0;
		width: 90%;
		}
	.alert {
		color:#ff0000;
		}
	
	.legal {
		font-size:1em;
		color:#c9c9c9;
		}
	.clear_float {
		clear: both;
		}
/* END STANDARD CLASSES */

/* STANDARD HEADER */
	h1, h2, h3, h4, h5, h6 {
		color:#941914;
		margin: 0 25px 5px 25px;
		padding: 25px 0 10px 0;
		font-weight: normal;
		}
	h1 {font-size:3.0em;}
	h2 {font-size:1.8em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
/* END STANDARD HEADER */

/* STANDARD LINKS */
	a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, strong a, a strong {
		text-decoration: underline;
		color: #570900;
		}
	a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, strong a:hover, a:hover strong {
		text-decoration: none;
		}
/* END STANDARD LINKS */

/* ALIGNMENTS */
	.cal {text-align:center;}
	.left {text-align:left;}
	.ral {text-align:right;}
	.tvert {vertical-align:top;}
	.mvert {vertical-align:middle;}
	.mcal {vertical-align:middle;text-align:center;}
	.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
/* END TABLE */

/* TD */
/* END TD */

/* DIV */
	#wrapper, #black_bar {
		margin: 0 auto;
		width: 966px;
		}
	#black_bar {
		height: 32px;
		background: #000;
		}
	#left_col, #nav, #wish_list, #contact_info {
		width: 313px;
		}
	#left_col {
		float: left;
		}
	#right_col, #donate_bar, #mission, #hm_content {
		width: 653px;
		}
	#right_col {
		float: right;
		}
	#nav {
		min-height: 251px;
		height: auto !important;
		height: 251px;
		border-bottom: 1px #fff solid;
		background: #941914 url(../images/bg_nav.jpg) repeat-x;
		}
	#wish_list {
		height: 165px;
		background: #443935 url(../images/bg_subnav.jpg) no-repeat;
		}
	#contact_info {
		min-height: 108px;
		height: auto !important;
		height: 108px
		}
	#donate_bar {
		height: 44px;
		background: #000;
		}
	#mission {
		min-height: 95px;
		height: auto !important;
		height: 95px;
		background: #6f5c47 url(../images/bg_mission.gif) repeat-x;
		}
	#hm_content {
		min-height: 450px;
		height: auto !important;
		height: 450px;
		background: #fff;
		}
	#wish_left, #wish_right {
		width: 100px;
		}
	#wish_left {
		margin-left: 34px;
		}
	#wish_right {
		float: right;
		margin-right: 75px;
		}
/* END DIV */

/* UL */
	#wish_left ul, #wish_right ul {
		margin: 10px 0 0 0;
		}

/* END UL */

/* LI */
	#wish_left li, #wish_right li {
		padding: 6px 5px 6px 25px;
		list-style: none;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #fff;
		}
	#wish_left li.food {
		background-image: url(../images/li_food.gif);
		background-repeat: no-repeat;
		background-position: 3px 5px;
		}
	#wish_left li.farm_tools {
		background-image: url(../images/li_farm_tools.gif);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		}
	#wish_left li.clothing {
		background-image: url(../images/li_clothes.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		}
	#wish_right li.facilities {
		background-image: url(../images/li_shelter.gif);
		background-repeat: no-repeat;
		background-position: 2px 5px;
		}
	#wish_right li.services {
		background-image: url(../images/li_facilities.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		}
	#wish_right li.donations {
		background-image: url(../images/li_donation.gif);
		background-repeat: no-repeat;
		background-position: 6px 5px;
		}
/* END LI */



/* TEXT */
	#contact_info p {
		margin-left: 34px;
		padding-top: 20px;
		color: #fff;
		line-height: 120%;
		font-size: 1em;
		}
	#mission p, #mission h1, #donate_bar h2 {
		color: #fff;
		}
	#mission p {
		margin-bottom: 0;
		}
	#hm_content p {
		line-height: 160%;
		}
/* TEXT END */

/* LINK */
	#contact_info p a {
		color: #fff;
		}
	a.btn_dontate {
		float: right;
		display: block;
		width: 123px;
		height: 23px;
		background: transparent url(../images/btn_donate.jpg) 0 0 no-repeat;
		text-indent: -3000px;
		}
	a:hover.btn_dontate {
		background-position: 0 -23px;
		}
	#wish_right ul li a, #wish_left ul li a {
		text-decoration: none;
		color: #fff;
		}
	#wish_right ul li a:hover, #wish_left ul li a:hover {
		text-decoration: underline;
		}
/* END LINK */

/* HEADING */
	#wish_list h1 {
		margin-left: 34px;
		padding: 15px 0 10px 0;
		font-size: 2.3em;
		color: #fff;
		}
	#donate_bar h2 {
		padding: 10px 0 0 0;
		}
	#mission h1 {
		padding: 20px 0 0 0
		}
/* END HEADING */

/* STRONG */
/* END STRONG */

/* SELECT */

/* END SELECT */

/* INPUT */
/* END INPUT */

/* IMG */
	.img_pmm {
		float: left;
		margin: 0 20px 0 0;
		padding-bottom: 20px;
		}
/* END IMG */

/* HR */
	#wish_list hr {
		margin: auto 0;
		width: 100%;
		border-color: #fff;
		}
/* END HR */

/* SUP */
/* END SUP */
