@charset "UTF-8";
body  {
	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: #757575;
	font-family: 'Palatino', 'Georgia', serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/miracle-baby-feet.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	height:120px;
	background-color: #e6e2cf;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
.twoColFixRtHdr #header h1 {
	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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0 0 80px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 310px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e6e2cf; 
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

.twoColFixRtHdr #footer a {
	color: #757575;
	text-decoration:none;
}

.twoColFixRtHdr #footer a:visited {
	color: #757575;
	text-decoration:none;
}
.twoColFixRtHdr #footer a:hover {
	color: #000;
	text-decoration:none;
}

.twoColFixRtHdr #footer .links {
	font-size:12px;
}


#footercontainer {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 50px 0;
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	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;
}

#mainimg {
	padding-top:50px;
}

.textlarge {
	font-size:18px;
	line-height:24px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 14px;
	line-height:20px;
}

li {
	font-size: 14px;
}


.textcallout {
	font-size:24px;
	line-height:30px;
	color: #4e4e4e;
}

.textcallout a {
	color: #369;
	text-decoration:none;
}

.textcallout a:visited {
	color: #369;
	text-decoration:none;
}
.textcallout a:hover {
	color: #659822;
	text-decoration:none;
}

#mainContent a {
	color: #369;
	text-decoration:none;
}

#mainContent a:visited {
	color: #369;
	text-decoration:none;
}
#mainContent a:hover {
	color: #659822;
	text-decoration:none;
}


.logo {
	float:left;
}
#navcontainer {
	float:right;
}
#navlist {
	padding: 0;
	margin: 87px 0 0 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}
#navlist li.last {
	padding-right:0;
}

#navlist li a {
	color: #555555;
	text-decoration:none;
}
#navlist li a:visited {
	color: #555555;
	text-decoration:none;
}
#navlist li a:hover {
	color: #FFF;
	text-decoration:none;
}

#navlist li.active a {
	color: #fff;
}

/* Donate Button */


a#testbutton, a#testbutton:visited {
	display:block;
	width: 230px;
	padding:30px 0;
	text-align:center;
	border:1px solid #608925;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	font-weight:bold;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	text-decoration: none;
	opacity:.85;
	background-image: url(../images/simple_button.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

a#testbutton:hover {
border-color:#49671d;
background-position:  0 -200px;
}

a#testbutton:active {
background-position:  0 -200px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}


/* End Donate Button */

h1 {
	font-size:30px;
	font-weight:normal;
	margin: 0;
	padding: 0 0 20px 0;
}

p + h1 {
	padding-top: 30px;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

.floatimage {
	float:right;
	padding: 0 0 0 20px;
}
