* {
	padding:0;
	margin:0;
	font-family:Arial,Sans-Serif;
	font-size:11pt;
	font-weight:normal;
	color:#5f5f5f; /* Grey */
}

body {
	background-color:#eddce5;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

p {
	margin-bottom:11px;
}

em {
	font-style:italic;
	font-size:8pt;
}

a.em {
	font-style:italic;
	font-size:8pt;
	text-decoration:none;
}

div.block-text {
	font-style:italic;
	font-size:8pt;
	text-align:justify;
}

img {
	border:none;
}

img.color-border {
	border:1px solid #ed037c;
	padding:3px;
}

h1 {
	display:block;
	font-size:20pt;
	font-weight:bold;
	color:#5fcbe7;
	margin-bottom:11px;
}

h2 {
	display:block;
	font-size:16pt;
	font-style:italic;
	color:#faa723;
	margin-bottom:7px;
}

a.h1 {
	display:block;
	font-size:20pt;
	font-weight:bold;
	color:#5fcbe7;
	margin-bottom:11px;
	text-decoration:none;
}

a.h2 {
	display:block;
	font-size:16pt;
	font-style:italic;
	color:#faa723;
	margin-bottom:7px;
	text-decoration:none;
}

a.h2:hover {
	color:#5ecce7;
}

h1.pink {
	color:#ed037c;
}

h1.starred-item {
	background-image:url(../img/small-star.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:26px;
}

h2.camera {
	font-weight:bold;
	font-size:18pt;
	margin-bottom:7px;
	color:#ef317b;
	padding-left:34px;
	padding-bottom:4px;
	background:url(../img/camera-icon.png) no-repeat;
}

h3 {
	display:block;
	font-size:14pt;
	font-style:italic;
	color:#5f5f5f;
	margin-bottom:7px;
}

.err-text {
	font-weight:bold;
	font-size:14pt;
	color:red;
	margin-bottom:11px;
}

.msg-text {
	font-weight:bold;
	font-size:14pt;
	color:blue;
	margin-bottom:11px;
}

#outer-container {
	width:1000px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #5fcbe7;
	border-right:1px solid #5fcbe7;
	border-bottom:1px solid #5fcbe7;
	border-top:none;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:20px;
}

#header {
	width:1000px;
	height:145px;
	border:none;
	padding-top:10px;
	padding-left:20px;
	margin-bottom:20px;
}

#header-logo {
	float:left;
}

#header-catch-phrase {
	float:right;
	margin-right:37px;
	margin-top:-20px;
}

#menu-container {
	border:none;
	width:1000px;
	height:39px;
	background-image:url(../img/menu-background.png);
	background-repeat:repeat-x;
}

ul.menu {
	list-style:none;
	padding:0;
	padding-top:9px;
	margin-left:20px;
	width:1000px;
}

ul.menu li {
	float:left;
	margin-right:35px;
}

ul.menu li a {
	text-decoration:none;
	color:#5ecce7;
	text-indent:-9999px;
}

ul.menu li a.selected {
	text-decoration:none;
	color:#5ecce7;
	border-bottom:3px solid #5ecce7;
	text-indent:-9999px;
}

ul.menu li a.selected:hover {
	color:#faa723;
	border-bottom:3px solid #faa723;
}

ul.menu li a:hover {
	color:#faa723;
}

#content {
	width:100%;
	margin:0;
	padding:0;
}

div.top-container {
	width:100%;
	clear:both;
	padding-bottom:20px;
}

div.left-col {
	float:left;
	width:330px;
}

div.right-col {
	float:right;
	width:650px;
}

h1.location {
	font-weight:bold;
	font-size:12pt;
	font-style:italic;
	margin-bottom:7px;
	color:#6badff;
}

h1.phone {
	font-weight:bold;
	font-size:12pt;
	font-style:normal;
	margin-bottom:3px;
	color:#5f5f5f;
}

h1.addr {
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	margin-bottom:3px;
	color:#5f5f5f;
}

div.camera-map-Eagle {
	width:466px;
	height:317px;
	background-image:url(../img/eagle-map.jpg);
}

ul.camera {
	list-style:none;
	width:466px;
	height:317px;
	padding:0;
	margin:0;
}

ul.camera li {
	position:relative;
	list-style:none;
	display:block;
	width:32px;
	height:32px;
	background:url(../img/camera-icon.png) no-repeat;
}

ul.camera li a {
	display:block;
	height:32px;
	width:32px;
	overflow:hidden;
	text-indent:-9999px;
}

ul.camera li.room-8 { /* Eagle - Caterpillars */ top:60px;left:370px; }
ul.camera li.room-9 { /* Eagle  - Dragonflys */ top:1px;left:260px; }
ul.camera li.room-10 { /* Eagle - Butterflys */ top:110px;left:370px; }
ul.camera li.room-11 { /* Eagle - Tweetlebugs */ top:25px;left:170px; }
ul.camera li.room-12 { /* Eagle - Inchworms */ top:30px;left:125px; }
ul.camera li.room-13 { /* Eagle - Ladybugs */ top:200px;left:125px; }
ul.camera li.room-16 { /* Eagle - Playground 1 */ top:5px;left:30px; }
ul.camera li.room-28 { /* Eagle - Playground 2 */ top:50px;left:30px; }

a.small-pdf-link {
	background:url(../img/pdf-ico.gif) no-repeat 0 50%;
	padding-left:18px;
}

a.pdf-link {
	background:url(../img/ico-pdf.png) no-repeat 0 50%;
	text-decoration:none;
	font-size:12pt;
	padding:3px 2px 3px 30px;
	margin-right:8px;
}

a.word-doc-link {
	background:url(../img/ico-doc.png) no-repeat 0 50%;
	text-decoration:none;
	font-size:12pt;
	padding:3px 2px 3px 30px;
	margin-right:8px;
}

ul.col-menu {
	list-style:none;
	margin-left:-20px;
}

ul.col-menu li {
	height:127px;
	padding-left:200px;
	margin-bottom:7px;
}

ul.col-menu li a {
	text-decoration:none;
	color:#faa723;
	font-size:16pt;
	font-style:italic;
}

ul.col-menu li a:hover {
	color:#5ecce7;
}

ul.col-menu li a.selected {
	text-decoration:none;
	color:#faa723;
	border-bottom:3px solid #faa723;
}

ul.col-menu li a.selected:hover {
	color:#5ecce7;
	border-bottom:3px solid #5ecce7;
}

ul.col-menu li.infant {
	background:url(../img/curriculum-infant-sm.jpg) no-repeat 0 50%;
}

ul.col-menu li.toddler1 {
	background:url(../img/curriculum-toddler1-sm.jpg) no-repeat 0 50%;
}

ul.col-menu li.toddler2 {
	background:url(../img/curriculum-toddler2-sm.jpg) no-repeat 0 50%;
}

ul.col-menu li.pre-school {
	background:url(../img/curriculum-pre-school-sm.jpg) no-repeat 0 50%;
}

ul.col-menu li.pre-k {
	background:url(../img/curriculum-school-age-sm.jpg) no-repeat 0 50%;
}

ul.col-menu li.school-age {
	background:url(../img/curriculum-school-age-sm.jpg) no-repeat 0 50%;
}

#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:120px;
	border:none;
	text-align:center;
}

a.tiny-tgt {
	background:url(../img/tgt-tiny.png) no-repeat 100% 50%;
	text-decoration:none;
	font-size:10pt;
	padding-right:35px;
	font-style:normal;
}

