/* CSS Document */

* {margin:0; padding:0;} /*sets all margins and padding to zero*/
	
body {
	background-color:#96BBD6;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	border: 0;
} /*sets background color and main font under body tag*/

p { font-size:1em; color:#333333; margin-top:1.2em; }  /*sets font size and text color for paragraphs*/

ul, ol { font-size:1em; color:#333333; margin-left:4em; margin-top:1em;}  /*sets font size and text color for paragraphs, unordered and ordered lists and each line under the lists*/
	
h1 {color:#0086C0; margin-top:1em;} /*sets header 1 color*/
	
h2 {color:#00E639; margin-top:1.2em;} /*sets header 2 color*/
	
h3 {color:#EC6A4A; margin-top:1.2em;} /*sets header 3 color*/
	
h4 {color:#CD547E; margin-top:1.2em;} /*sets header 4 color*/

a {color:#00E639;text-decoration:none;} /*sets all link color with no text decoration*/

a:hover {color:#CD547E;text-decoration:none; } /*sets all link hover color and no text decoration*/

#nav a {color:#082545;	padding:5px 10px 5px 10px;	text-decoration:none; font-weight:bold;	} /*set link color with no text decoration and padding for navigation only*/
	
#nav a:hover { color:#33FF66; text-decoration:none;	padding:5px 10px 5px 10px;	font-weight:bold;} /*set hover link color with no text decoration and padding for navigation only*/	
	
.mission {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#EC6A4A; text-align:center; line-height:32px;} /*controls mission statement on home page*/
	
.lftpic {margin: 20px 20px 20px 0px;} /*picture on the left*/
.rtpic {margin: 20px 0px 20px 20px;}  /*picture on the right */

/*Asset header colors and background color*/	
.asset { padding:10px;}

.support {color:#60acff;}
.empower {color:#00a0ab;}
.boundary {color:#79b632;}
.time {color:#bace1f;}
.commit {color:#fe7300;}
.value {color:#bd2115;}
.social {color:#d9028b;}
.identity {color:#C5C2BC; }

.support_bg { background-color:#60acff; padding:5px}
.empower_bg {background-color:#00a0ab; padding:5px}
.boundary_bg {background-color:#79b632; padding:5px}
.time_bg {background-color:#bace1f; padding:5px}
.commit_bg {background-color:#fe7300; padding:5px}
.value_bg {background-color:#bd2115; padding:5px}
.social_bg {background-color:#d9028b; padding:5px}
.identity_bg {background-color:#dad9d5; padding:5px }


/*Containers*/
#mother{ height:100%; width: 840px; margin: 0 auto; padding:20px; } /*Holds all content into this container*/
#border { background: white; height:100%; width: 820px; margin: 0 auto; padding: 0px 10px 10px 10px;} /*Give the white border around the main content*/

#header { width: 840px; height: 200px; padding:0px; background-color:#ffffff; background-image:url(../images/kids_header4.jpg); background-repeat:no-repeat; } /*Identifies the header image*/
#nav {
	width: 798px;
	height:25px;
	padding:10px;
	background-color:#0086C0;
	border:1px;
	border-color:#0086C0;
	border-style:solid;
} /*Navigation*/
#content {
	width: 738px;
	min-height:400px;
	padding:40px;
	border:0px;
	border-color:#0485C6;
	border-style:solid;
} /*Holds the main content*/

#footer { width: 800px; font-size:10px; color:#333333; text-align:center; padding:10px;} /*controls footer*/

/*DROP MENU*/

#dropmenudiv{
position:absolute;
border:1px solid #0485C6;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0485C6;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#082545
}

#dropmenudiv a:hover{ background-color: #0485C6;color:#33FF66;}/*hover background color for dropdown menu in navigation*/

/*Calendar*/

.calendarLightColor { color:#ffffff;background-color:#0086C0; }
.calendarPinStripeColor {  border: 1px #0086C0 solid; background-color:#ffffff;}
.calendarCSS { color:#EC6A4A;background-color:#0086C0; font-weight:bold;}
.calendarDarkColor {color:#0086C0; background-color:#0086C0;}
.calendarHeader {color:#00E639; font-weight:bold;}

.calendarLightColor a { color:#EC6A4A;}
.calendarLightColor a:hover {color:#00E639;}
