/* 

   Author: David Milnes
   (c) 12millionorphans.com 2009
   
   Modified by Max Clements (max@clements.za.net) to add defaults to remove inline
   stiles still in document, redundant DIV targeting and shorten and compact CSS for
   faster loading.
   
*/

body {
	background-image: url(/images/tile_bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	color: #666;
	background-color: #ffcb0b;
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	margin: 0px;
}
img, a {
	border:0;
}

/* Utility Classes */

.left{ float:left; }
.right{ float:right; }
.clearBoth{ clear:both; }

/* End Utility Classes */

#primary {
	display: block;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #fff;
	width: 800px;
	display: block;
	padding: 0px;
	position: relative;
	float: left;
	margin: 0px;
	height: auto;
}

/************* Logo **************/
#logo {
	height: 168px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float: left;
	position: relative;
	background-color: #FFF;
	display: block;
}

#middle {
	width: 800px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lefthandside {
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: block;
	float: left;
	height: auto;
}
h1 {
	color: #090;
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/* Top Navigation */
#Primary_Navigation {
	float: left;
	height: auto;
	width: 180px;
	display: block;
	padding: 0px;
	margin: 0px;
}



#Primary_Navigation #topnav {
	background-image: url(../images/topnav_top.jpg);
	height: 24px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
}
#Primary_Navigation #middlenav {
	background-image: url(../images/topnav_middle.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 180px;
	display: block;
}
#Primary_Navigation #middlenav ul{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#Primary_Navigation #middlenav li{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-indent: 15px;
}
#Primary_Navigation #middlenav a:link, #Primary_Navigation #middlenav a:visited, #Primary_Navigation #middlenav a:active {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}
#Primary_Navigation #middlenav a:hover {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}

#Primary_Navigation #bottomnav {
	background-image: url(../images/topnav_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 180px;
	display: block;
	background-position: right top;
}
#lefthandside #choir {
	display: block;
	float: left;
	width: 180px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_hand {
	color: #333;
	padding: 0px;
	float: left;
	width: 610px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.articles {
	color: #333;
	padding: 0px;
	width: 610px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	overflow:hidden; /* Just so it encapsulates floats... */
}


#footer, #footerlinks, #footerright {
	color:#fff;
}

#footer {
	background-color: #13a89e;
	height: auto;
	width: 790px;
	float: left;
	display: block;
	margin:10px 0 0 0;
	padding: 5px;
}

#footerlinks {
	margin: 0;
	padding: 0;
	list-style:none;
	display:inline;
}

#footerlinks li {
	float:left;
}

#footerlinks a {
	color: #fff;
	text-decoration: none;
	padding:0 10px;
	background:url(../images/menuDivider.png) no-repeat center right;
}
#footerlinks a.last {
	background:none;
}
#footerlinks a:hover {
	text-decoration:underline;
}

#footerright {
	margin: 0px;
	float: right;
	width: 270px;
	text-align: right;
	padding: 0 20px 0 0;
}

/* End Footer Styling */ 
#header_contact_us {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/contact_us_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	background-color: #CCC;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_donate {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/donate_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #ED008C;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_downloads {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/downloads_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #EA6F36;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_how_it_works {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/how_it_works_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #955E35;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_kids_corner {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/kids_corner_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	background-color: #FFCB09;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_the_facts {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/the_facts_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #15A89E;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_testimonials {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/testimonials_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #EA6F36;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#header_what_we_do {
	display: block;
	margin: 0px;
	float: right;
	height: 108px;
	width: 347px;
	background-image: url(../images/what_can_we_do_message.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	background-color: #FDCB08;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}


#donate {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	display: block;
}

legend {
	color:#fff;
	background-color:#E96E35;
	float: left;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: thin solid #FFF;
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}fieldset {
	border: thin solid #E96E35;
	width: 450px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#formpadding {
	display: block;
	width: 350px;
	text-align: right;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.articles blockquote {
	/*background:url(../images/leftQuote_28x22px.png) left top no-repeat;*/
	padding: 0 35px;
	margin:10px 0;
	text-align:right;
	overflow:hidden;
}
.articles blockquote p {
	text-align:left;
	clear:right;
}
.articles blockquote cite {
	font-size:90%;
	width:50%;
	float:right;
	text-align:right;
	font-style:italic;
}