@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}

a {
	text-decoration: none;
}

body {
	background: none #eee;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#content {
	background: none transparent;
	width: 844px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/* border: solid thin red; */
}

#banner {
	margin-top: 25px;
	text-align: left;
	background: url("Images/Top_Banner.gif") top center no-repeat;
	height: 132px;
	width: 844px;
}

#main_menu {
	background: url("Images/Menu.gif") no-repeat center top;
	height: 30px;
	width: 844px;
	text-align: center;
}

#main_menu a {
	text-decoration: none;
}

#picture {
	padding-top: 20px;
	height: 109px;
	width: 844px;
	background: url("Images/all_kids.jpg") no-repeat center;
}

#main_body {
	position: relative;
	width: inherit;
	min-height: 400px;
	background: url("Images/Main_Side.gif") repeat-y top center;
	margin: 0;
}

#main_header {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: center;
}

#main_header h1 {
	font: bold .9em Arial, Arial, Helvetica, sans-serif;
	text-align: center;
}

#main_text_container {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	min-height: auto;
	position: relative;
	padding-top: 30px;
}

#main_home {
	height: auto;
	width: 475px;
	position: relative;
	padding-bottom: 30px;
	text-align: left;
	margin-left: 20px;
}

#main_home .spacing {
	margin-top: 30px;
}

#main_home h2, #side_menu h2 , #about_us h2, #main_mission h2, #main_contact h2, #main_donate h2 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 6px;
	background-color: #00B0EB;
	height: 24px;
	display: block;
	padding: 2.5px 0 0 10px;
	color: #fff;
}

#main_home p, #about_us p, #main_mission p, #main_donate p {
	font: normal .76em Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #000;
	text-align: justify;
	padding-right: 10px;
	padding-left: 20px;
}

#main_contact, #main_donate {
	margin-left: 20px;
	width: 500px;
	height: inherit;
	position: inherit;
	padding-bottom: 25px;
}

#main_contact p {
	margin-bottom: 0px;
	font: normal bold .76em Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.35em;
	color: #000;
	text-align: left;
}

#side_menu h3, #main_contact h3 {
	font: bold .95em Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.35em;
	margin-top: 20px;
}

#main_contact .phone {
	margin: 12px 0 12px 0;
}

#side_menu {
	width: 200px;
	height: 238px;
	float: right;
	position: relative;
	text-align: left;
}

#side_menu a {
	display: block;
	margin: 12px 0 0 9px;
}

#side_menu h3 {
	background-color: #CC0033;
	color: #FFF;
	margin-top: 3px;
	padding-left: 10px;
}

#about_us {
	width: 550px;
	height: inherit;
	position: relative;
	padding-top: 30px;
	padding-bottom: 25px;
	background-color: transparent;
}

#main_mission {
	width: 550px;
	height: inherit;
	position: relative;
	padding-right: 15px;
	background-color: transparent;
	margin-left: 20px;
	padding-bottom: 25px;
}

#main_gallery {
	position: relative;
	width: 90%;
	height: 650px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#main_donate .address {
	margin:20px 0 10px 20px;
	
	font: normal bold .76em Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 0;
	color: #000;
	text-align: left;
}

#.paypal {
	margin: 30px 0 0 20px;
}

#bottom {
	margin: 0;
	padding: 0;
	width: inherit;
	height: 25px;
	background: url("Images/Bottom.gif") no-repeat top center;
}


.cssform p {
width: 275px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
font-weight: bold;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*
	TechKnack "Pretty Forms" code
*/

.cssform input, .cssform textarea {
	border:#999 solid 1px;
	background:#FFF url("Images/formgrad.png") repeat-x top left;
}
.cssform input {
	padding:3px 5px;
}
.cssform textarea {
	padding:5px;
}
.cssform .submit {
	background:#FFF url("Images/formbg.gif") repeat-x top left;
	padding-bottom: 25px;
}
.cssform .reset {
	background:#FFF url("Images/formbg.gif") repeat-x top left;
}

