@charset "utf-8";

/* ----------------------------------------------------
	Body Default
	----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

a, a:visited {
	text-decoration: underline;
	color: #A3A60F;
}

a:hover {
	color: #A3A60F;
	text-decoration: none;
}

img {
	border: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	
}

li a{
	text-decoration: none;
}


.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
/*.clear { float: left !important; clear: both !important; width: 100% !important; }*/

.clear {
	clear: both;
}

.h10 {
	height:10px;
}

.h15 {
	height:15px;
}

.h20 {
	height:20px;
}

img.padImage {
	margin:10px;
}

body {
	font: normal 12px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	color: #CFCFCF;
	background-color: #5E6E66;
	position:relative;
}

/* ----------------------------------------------------
	Headings 
	----------------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}

#backStrips {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff url(../images/stripes_gold.png) repeat;
	height:468px;
	z-index:0;
}

	#backStrips .grayBottom {
		background:#fff url(../images/stripes_grey.png) repeat;
		width:100%;
		position:absolute;
		bottom:0;
		height:35px;
	}

#wrapper {
	width: 953px;
	position:relative;
	margin: 0px auto;
}

#header {
	height:145px;
	background:url(../images/header_bg.jpg) repeat-y;
	width:100%;

}

	#header #logo img {
		margin: 33px auto auto 62px;
	}
	
	#header #nav {
		background:url(../images/main_menu.png) no-repeat;
		width:600px;
		position:absolute;
		top:30px;
		right:0;
		height:118px;
	}
	
	#header #nav ul {
		margin-top:28px;
		list-style: none;	
	}
	
		#header #nav ul li {
			float:left;
			background-image: url(../images/nav_dot.png);
			background-repeat: no-repeat;
			background-position: right top;
			height:90px;
		}
		
			#header #nav ul li a {
				height:90px;
				display:block;
			}
			
				#header #nav ul li a.selected, #header #nav ul li a:active {
					background-image:url(../images/navArrow_over_home.png);
					background-repeat: no-repeat;
					background-position: center 20px;
				}
				
				#header #nav ul li a:hover {
					background-image: url(../images/navArrow_home.png);
					background-repeat: no-repeat;
					background-position: center 20px;
				}
		
		#header #nav ul li img {
			margin:0 8px 0 3px;
		}
		
		#header #nav ul li.last {
			background-image:none;
		}

#banner {
	height:288px;
	overflow:hidden;
	position:relative;	
	z-index:3;
}

	#banner #backStripsInner {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		background:url(../images/stripes_gold.png) repeat;
		height:32px;
		z-index:7;
	}

	#banner #leftSide {
		background:url(../images/mom_child_photo.jpg) top left;
		height:288px;
		width:548px;
		float:left;
		position:relative;
		z-index:4;
	}
	
		#banner #bannerNav {
			position:absolute;
			left:0;
			height:35px;
			z-index:10;
		}
	
			#banner #leftSide #bannerNav img {
				position:relative;
				
			}
	
	#banner #rightSide {
		float:right;
		position:relative;
	}

#bar {
	background-color:#77867f;
	width:100%;
	height:35px;
	position:relative;
}

	#bar img {
		margin-top:12px;
		margin-left:12px;
	}

#content {
	background-color:#536059;
	padding:18px 25px 15px 25px;
	overflow:hidden;
}

	#content h1 {
		clear:both;
	}

	#content .homeNewsBox {
		width:225px;
		float:left;
		padding-left:50px;
		margin-right:25px;
	}
	
	#content .homeNewsBox a.photo {
		text-decoration:none; 
		display:block; 
		width:206px; 
		height:89px;
	}
	
	#content .homeNewsBox .clear {
		clear:both;
		margin-left:5px;
	}
	
	#content .homeNewsBox h1 {
		text-transform:uppercase;
		font-size:17px;
		font-weight:bold;
	}
	
	#content .homeNewsBox p {
		line-height:18px;
		font-size:12px;
	}
	
	#content .one {
		background:url(../images/num_1.png) no-repeat;
	}
	
	#content .two {
		background:url(../images/num_2.png) no-repeat;
	}
	
	#content .three {
		background:url(../images/num_3.png) no-repeat;
	}
	
	#content .donateButton {
		width:100%;
		background:url(../images/stripes_gold.png);
		height:46px;
		margin-left:50px;
	}


#footer {

}

	#footer img {
		margin:1px 0 0 -1px;	
	}

