/* reset */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, ul, ol, strong, fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.1%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image:  url(../images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: none;
color:#333333;
}

a:hover {
text-decoration: underline
}

p {
line-height: 20px;
font-size: 13px;
margin: 0 0 1em 0;
}

stong {
font-weight: bold;
color:#660000
}

/* INPUTS  */

div.buttons {
background-image: url(../images/buttonGradientBG.png);
background-repeat: repeat-x;
margin-right: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #bfbfbf;
height: 15px;
line-height: 15px;
padding: .5em;
padding-left: 1em;
padding-right: 1em;
float: left;
color:#000033;
font-size: 14px;
}

.buttons img {
height: 12px;
}

/* 	MAIN STYLES */


#container {
width: 800px;
margin: 3em auto
}

#header {
/* clears area to use with floating elements */
overflow: hidden;
height: 100%; /*needed for IE 6*/
}

#header img {
float: left;
padding-left: 10px;
}

#header ul#nav  {
float: right;
font-size: 1em;
position: relative;/* needed to adjust the top sides or bottom you need to position the parent element  */
top: 11px;
}

#nav li {
display: inline;
padding-right: 1.58em;
}

#nav li a {
color:#383838;
}

#featured {
	background: url(../images/main.png);
	background-repeat: no-repeat;
	margin-top: 1em;
	padding-right: 1.51em;
	overflow: hidden;
	height: 17.8em;
}


#featured img.featuredImage {
float: left;
margin: 2em;
}

#featured h2 {
	color:#660000;
	font-size: 1.75em;
	margin-bottom: .7em;
	margin-top: 1.2em;
}

#featured p {
	color: #666666;
	margin-bottom: 1.2em;
	line-height: 1.35em;
	font-size: 1em;
}

#featured p#details {
color: #215379;
font-size: 1em;
}

#secondary {
	background: url(../images/p_kids_second_pages.png);
	background-repeat: no-repeat;
	position: relative;
	height: 796px;
	padding-right: 1.75em;
	margin-bottom: 70px;
	margin-top: 10px;
}

#secondary img.second_image {
float: left;
margin: 10px;
padding-top: 50px;
padding: 30px;
}


#secondary h2 {
	color:#660000;
	font-size: 1.75em;
	margin-bottom: .7em;
	padding-top: 60px;
}


#secondary p {
color:#333333;
line-height: 1.75em;
font-size: 1em;
margin-bottom: 50px;
}

#secondary p.smaller {
font-size: .75em;
}

#main {
position: relative;
}

#main #slogan {
color: white;
font-size: 1.27em;
line-height: 1.47em;
padding-top: 2em;
padding-bottom: 2em;
width: 770px;
text-decoration: none;
}

#slogan span {
color:#7F2515;
}

#main #mainGraphic {
position: absolute;
right: -150px;
top: 35px;
}

#main p {
font-size: 12px;
color: white;
line-height: 22px;
text-decoration: none;
}

#col1, #col2, #col3 {
float: left;
width: 237px;
margin-right: 40px;
}

#col1 h2, #col2 h2, #col3 h2 {
color:#2C3648;
font-size: 18px;
margin-bottom: 5px
}


#col3 {
margin-right: 0;
margin-bottom: 35px;
}

#col3 p.date{
color: #663300;
font-size: 10px;
font-style: oblique;
margin-bottom: 10px;
}

#col3 h5{
color: #330033;
font-size: 12px;
margin-top: .6em;
}


#footer {
clear: both;
background: url(../images/footer.png);
background-repeat: no-repeat;
height: 75px;
overflow: hidden;
margin-bottom: 10px;
}

#footer ul {
	float: left;
	margin-left: 30px;
	_margin-left: 10px;/* 	Needed for IE6. That browser will add margin left to float left doubling the amount.*/
	font-size: 11px;
	height: 90px;
	line-height: 60px;
	margin-top: 7px;
}


#footer a, #footer p {
color: #333333;
}

#footer p {
float: right;
font-size: 10px;
height: 100px;
line-height: 25px;
margin-right: 25px;
_margin-left: 10px;/* 	Needed for IE6 */
margin-top: 25px;
}

#footer ul li {
display: inline;
}
