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

/* start reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset.css */

/******** General Styles *********************************/
body {
	background:  url(images/headerGradientBG.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.center {
	text-align:center;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.alignCenter{
	margin:0 auto;
}
.alignRight{
	text-align:right;
}
.alignLeft{
	text-align:left;
}
#wrapper{
	width:900px;
	margin:0 auto 0 auto;

}
.clear_float {
	clear:both;
}
/******** Header Styles *********************************/
#header{
	width:900px;
	height:160px;
	margin:0 0 15px 0;
	
}
#header h1{
	display:block;
	float:left;
	width:300px;
	height:121px;
	margin:25px 0 0 15px;
}
#header h1 a{
	display:block;
	width:300px;
	height:121px;
	text-indent:-9999px;
	background: url(images/headerLogo.png) no-repeat;
}
#photoshow{
	width:400px;
	height:138px;
	float:right;
	margin:15px 15px 15px 0;
}
#header hr{
	border:none;
	border-bottom:solid 1px rgb(68,149,209);
	clear:both;
	width:870px;
	margin:0 15px;
}


/******** SideBar Styles *********************************/
#sidebar{
	width:221px;
	float:left;
	margin:15px 15px 15px 15px;
}
#navigation{
	margin-bottom:20px;
}
#sidebar ul.socialMediaIcons{
	margin:0 0 15px 0;
}
#sidebar ul.socialMediaIcons li{
	margin:0 0 5px 0;
}

#sidebar div#extraLogos a.boxTops{
	margin:0 0 0 65px;
	
}

/******** Navigation Styles *********************************/

#navigation a{
	display:block;
	width:221px;
	height:23px;
	margin-bottom:10px;
	color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	text-indent:30px;
	padding-top:4px;
}

#navigation li.purple a{
	background: url(images/navHandPurpleMute.png) no-repeat left center;
}
#navigation li.blue a{
	background: url(images/navHandBlueMute.png) no-repeat left center;
}
#navigation li.green a{
	background: url(images/navHandGreenMute.png) no-repeat left center;
}
#navigation li.yellow a{
	background: url(images/navHandYellowMute.png) no-repeat left center;
}
#navigation li.purple a:hover{
	background: url(images/navHandPurple.png) no-repeat left center;
	color:rgb(144,63,152);
}
#navigation li.blue a:hover{
	background: url(images/navHandBlue.png) no-repeat left center;
	color:rgb(68,149,209);
}
#navigation li.green a:hover{
	background: url(images/navHandGreen.png) no-repeat left center;
	color:rgb(13,177,75);
}
#navigation li.yellow a:hover{
	background: url(images/navHandYellow.png) no-repeat left center;
	color:rgb(250,166,26);
}

/* end navigation *********************************/

#testimonials{
	font-family:"Times New Roman", Times, serif;
	width:191px;
	padding:15px;
	background-color:rgb(255,227,190);
	color:#8F3F97;
}
#testimonials h4{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:.5em;
}
#testimonials p{
	font-style:italic;
}
#testimonials a{
	text-decoration:none;
	color:#8F3F97;
	text-align:center;
	font-weight:bold;
}
#testimonials a:hover{
	text-decoration:underline;
}
#recentTweet{
	padding:0 0 150px 0;
	background: url(images/twitterKidsBG.png) no-repeat bottom center;
}

#tweet{
	background-color: rgb(233,239,248);
	font-size:12px;
	line-height:16px;
	padding:10px;
	border:1px solid rgb(68, 149,209);
	-moz-border-radius: 25px;
	border-radius: 25px;
}

/******** Content Styles *********************************/
#content{
	width:600px;
	min-height:500px;
	float:right;
	margin: 15px 15px 15px 0;
	line-height:1.1em;
}
#content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#4695D1;
	font-weight:bold;
	margin:0 0 20px 0;
	line-height:1.2em;
}
#content h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#8F3F97;
	font-weight:bold;
	margin:0 0 .5em 0;
}
#content h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#8F3F97;
	font-weight:bold;
	margin:2em 0 -.5em 0;
	padding-top:.4em;
	border-top:solid 2px #999;
}
#content p{
	margin-bottom:1em;
	font-size:.8em;
}
#content a{
	color:rgb(68,149,209);
	text-decoration:none;
}
#content a:hover{
	color:rgb(13,177,75);
}

#content ul{
	list-style:circle;
	list-style:outside;
	margin:0 0 1em 30px;
	font-size: .8em;	
}
#content ol{
	list-style-type: decimal;
	margin:0 0 1em 30px;
	font-size: .8em;
	
}
#content ul li, #content ol li{
	padding:0 0 20px 0;
}
#content ul ul{
	font-size: 100%
}
#content ul.noBullet{
	list-style:none;

}
#content strong{
	font-weight:bold;
}
#content em{
	font-style:italic;
}
#content  ul.testimonial_question h3{
	margin-left:-1em;
}
#content hr{
	margin: 2em 0 0 0;
}
#content table {
	font-size:.8em;
}
#content ul.testimonial_question{
	list-style:none;
}
#content ul.testimonial_question li{
	
	margin-left:10px;
}
#content dl{
	font-size:.8em;
	margin:0 0 40px 0;
}

#content dl dt{
	font-weight:bold;
	margin:0 0 20px 0;
	clear:both;
}
#content dl dt span.time{
	display:block;
	width:180px;
	float:left;
}
#content dl dd{
	margin:-15px 0 20px 20px;
}
.staffPhoto {
	margin:0 10px 5px 0;
}
div.staffMember{
	width:410px;
	clear:right;
	float:right;
}
#content div.staffMember h4{
	color:#000;
	font-size: 16px;
	padding:0 0 15px 0;
	margin:0;
	line-height:20px;
	width:280px;
	float:left;
	border:none;
}
div.staffMember h4 span.staffTitle{
	color:#000;
	font-size:14px;
	font-weight: normal;
	font-style: italic;
}
#content img.linkedInBtn{
	margin:5px 20px 0 0;
	width:110px;
	float:right;
}

#content img.specialBanner{
	width:600px;
	height:102px;
	padding:0 0 15px 0;
}
#mariaphoto{
	float:left;
	margin: 0 15px 5px 0;
}
#content img.dailyEnrichment{
	float:right;
	margin:0 0 5px 15px;
	clear:left;
}

/******** Footer Styles *********************************/
#footer{
	height:45px;
	clear:both;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	font-size:.8em;
}
#innerFooter{
	width:900px;
	height:45px;
	margin:0 auto;
	text-align:center;
}
#footer h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:12px;
	font-size:.7em;
}
#footer p {
	padding:8px 0 0 0;
}
#footer a{
	text-decoration:none;
	color:#000;
}
#footer a:hover{
	text-decoration:underline;
}

#contact_form {
	width:550px;
	margin:auto;
	background-color:#FFE0B1;
	padding:20px 10px 10px 20px;
	height:430px;
	margin:0 0 40px 0;
}
#contact_form label{
	position:relative;
	padding-top:.2em;
	display:block;
	width:150px;
} 
#contact_form input {
	width:355px;
	position:absolute;
	left:175px;
}
#contact_form textarea {
	width:355px;
	position:absolute;
	margin-bottom:10px;
	left:175px;
	
}
#contact_form #submit{
	margin-top:70px;
	width:125px;
	left:175px;
}
#contact_left {
	float:left;
	margin-left:45px;
}
#contact_right {
	float:right;
	margin-right:45px;
}



