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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
}
body a{
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	border: none;
	display: inline-block;
}
body a:hover{
	color: #252525;
}
ul, li{
	padding: 0px;
	margin: 0px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
.red{
	color: #990000;
}
.white{
	color: #FFFFFF;
}
.grey{
	font-weight: bold;
	color: #353535;
}
.bold{
	font-weight: bold;
	}
#page_wrapper{
	width: 800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	min-height: 1000px;
	padding: 0px 100px 0px 100px;

}
#page{
	min-width: 800px;
	
}
#header{
	width: 770px;
	padding: 5px 20px 5px 8px;
}
#header_logo{
	text-align: left;
}
#logo{
	float: left;
	}
#yes_you_can{
	float: right;
	margin-top: 10px;
}
#number{
	font-size: 18px;
	color: #ED1512;
}
#foundation_news{
	width: 758px;
	height: 1px;
	padding: 7px 20px 22px 20px;
	background-color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #999999;
}
#home_img{
	width: 798px;
}
#nav{
	width: 778px;
	padding: 3px 10px 18px 10px;
	height: 5px;
	font-size: 10px;
}
#nav ul{
	text-decoration: none;
	margin-left: 15px;
}
#nav ul li{
	display: inline;
	float: left;
}
#nav ul li a{
	display: block;
	color: #252525;
	margin-left: 12px;
	text-transform: uppercase;
	height: 15px;
	padding: 5px 7px 3px 7px;
	margin: 0px;
}
#nav ul li a:hover{
	color: #FFFFFF;
	background-color: #990000;
}
#nav ul li a:focus{
	outline: none;
}#border{
	border: solid 1px #252525;
}
#shadow{
	background: url(../../images/shadow.png) repeat-x;
	width: 800px;
	height: 20px;
}
#main_body{
	width: 800px;
}
#empowering{
	float: left;
	width: 510px;
	text-align: left;
	padding: 5px 20px 20px 20px;
}
#empower{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #ED1512;
	margin: 0px;
	padding: 0px;
}
#newsletter_form{
	background-color: #9D9D9D;
	width: 220px;
	height: 75px;
	float: right;
	margin-top: 10px;
	padding: 15px 10px 15px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
}
.newsletter{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
#newsletter_form input[type=text]{
	width: 160px;
	margin-top: 5px;
}
#newsletter_form input [type=submit]{
	margin-top: 5px;
}
#main_bottom{
	width: 800px;
}
.img{
	background: url(../../images/parent.png) no-repeat;
	width: 242px;
	height: 11px;
	padding: 6px 0px 10px 8px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
#main_bottom_left{
	width: 250px;
	float: left;
	text-align: left;
	border-right: dotted 1px #353535;
	padding-right: 12px;
	min-height: 300px;
}
#main_bottom_left #pix_pencil{
	background-image: url(../../images/pics_left.jpg);
	height: 105px;
}
#main_bottom_middle{
	width: 250px;
	float: left;
	margin-left: 12px;
	text-align: left;
	padding-right: 12px;
	border-right: dotted 1px #353535;
	min-height: 300px;
}
#main_bottom_middle #pix_children{
	background-image: url(../../images/pics_middle.jpg);
	height: 105px;
}
#main_bottom_right{
	width: 250px;
	float: right;
	text-align: left;
	margin-left: 12px;
	min-height: 300px;
}
#main_bottom_right #pix_education{
	background-image: url(../../images/education.jpg);
	height: 105px;
}
#main_bottom_right ul{
	list-style: square inside;
}
#footer{
	padding: 8px 0px 8px 10px;
	text-align: left;
	width: 790px;
	border-top: 1px #990000 dotted;
	margin-top: 30px;
}
.foot{
	color: #A21717;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
