/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #A9CF9C;
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	background-image:url(http://www.parentsfirstchoice.com/images/header.png);
	height: 109px;
	background-repeat: no-repeat;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/container.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 715px;
	padding: 0 50px 10px 25px;
	}
	
#bodycontent {
	float: left;
	width: 715px;
	padding: 0 50px 10px 25px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 250px;
	margin: 0 40px 0 0;
	padding: 10px 10px 10px 10px;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 41px;
	background: #A9CE9B;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #A9CE9B;
	border-right: 2px solid #A9CE9B;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	background: #86BA72;
	
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #86BA72;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

#heading {
	font: small Verdana, Sans-serif;
	color: #444444;
	padding-left: 10px;
	}

/* ----- Links ----- */

a {
	color: #6CAB54;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #422100;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

	
/* ------ Quiz Boxes ----- */


#boxcontent {
	text-align : left;
	float: left;
	padding: 0 70px 0px 70px;
	background-image:url(../images/mid.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: scroll;
	}
	
#boxtop {
	padding: 0 145px 0px 70px;
	background-image:url(../images/top.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	width: 500px;
	height: 32px;	
	}
	
#boxbottom {
	text-align : left;
	float: left;
	padding: 0 143px 0px 70px;
	background-image:url(../images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 500px;
	height: 32px;
	}

/* ------ Testimonial Boxes ----- */


#testimonialcontent {
	text-align : left;
	float: left;
	padding: 0 70px 0px 64px;
	background-image:url(../images/mid.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-attachment: scroll;
	}
	
#testimonialtop {
	padding: 0 145px 0px 70px;
	background-image:url(../images/top.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	width: 500px;
	height: 32px;	
	}
	
#testimonialbottom {
	text-align : left;
	float: left;
	padding: 0 143px 0px 70px;
	background-image:url(../images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 500px;
	height: 32px;
	}