@charset "UTF-8"; 
html {
    overflow-y: scroll;
}
body {
	background-color:#1b4070;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	background: url(images/backgrounds/bg_main.gif) repeat-y;
	color: #323250;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;

}
#head_nav {
	height: 228px;
	width: 800px;
	background-image: url(images/navigation/Roots_Header.gif);
	position: relative;
}
#head_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	height: 27px;
}
#head_nav a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 27px;
}

#home_nav {left: 161px; top: 132px; width: 80px;}
#staff_nav {left: 372px; top: 139px; width: 81px;}
#services_nav {left: 497px; top: 174px; width: 126px;}
#resources_nav {left: 632px; top: 151px; width: 144px;}
#contact_nav {left: 185px; top: 181px; width: 119px}

#home_nav a {height: 27px;}

#home_nav a:hover {background-image: url(images/navigation/Roots_Header.gif); background-position: -161px -232px;}
#staff_nav a:hover {background-image: url(images/navigation/Roots_Header.gif); background-position: -372px -239px;}
#services_nav a:hover {background-image: url(images/navigation/Roots_Header.gif); background-position: -497px -274px;}
#resources_nav a:hover {background-image: url(images/navigation/Roots_Header.gif); background-position: -632px -251px;}
#contact_nav a:hover {background-image: url(images/navigation/Roots_Header.gif); background-position: -185px -281px;}

#main {
	float: right;
	width: 65%;
	padding: 3% 5% 3% 5%;
}
#main li {
		padding-bottom: 5%;
}
.drop_cap {
	font-size: 1.2em;
	color: #003c70;
}
.drop_cap_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003c70;
	text-decoration:none;
}
.drop_cap_link a:hover {
	color: #00afcd;
}
#news {
	width:490px;
	background:url(images/backgrounds/acim-news-bg.jpg) repeat-y;
	padding:1%;
	padding-left:3%;	
}
#news li {
	padding-bottom: 1em;
}
#news-top {
	height:12px;
	background:url(images/backgrounds/acim-news-top.jpg) no-repeat;
}
#news-bottom {
	height:12px;
	background:url(images/backgrounds/acim-news-bottom.jpg) no-repeat;
}
#side_nav {
	float: left;
	width: 20%;
	padding: 5% 0 2% 3%;
}
#side_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003c70;
	text-decoration:none;
}
#side_nav a img {
	border:none;
}
#side_nav a:hover {
	color: #00afcd;
}

/* Services Section Styles*/
#main table {
	width: 100%;
}
#svc_list td {
	padding-bottom: 3%;
}
.svc_type {
	color: #003c70;
	font-size: 1.1em;
	width: 35%;
}
.svc_desc {
	width: 55%;
}

.providers {
	padding-left:15%;
	color: #003c70;
}
#2009_fees {
	padding-bottom: 2%;
}
.rate_cat {
	font-size: 1.1em;
}
.rate_type {
	color: #003c70;
	font-size: 1em;
	width: 45%;
}
.rate {
	padding-left: 15%;
}

/*Staff Section Styles */
#staff_gallery {
	font-size: .8em;
	text-align: center;
}
#staff_gallery a {
	color: #003c70;
	text-decoration:none;	
}
#staff_gallery a:hover {
	color: #00afcd;	
}
#double_pic div {
	width: 50%;
	float: left;
	margin-top: 3%;
}
#triple_pic div {
	width: 33%;
	float: left;
	margin-top: 4%;
}
#bio_pic {
	float: left;
	padding: 3%;
}
#bio_return {
	text-align: center;
}
#bio_return a {
	color: #003c70;
	text-decoration:none;	
}
#bio_return a:hover {
	color: #00afcd;	
}

/*Resources Section */
.resource {
	color: #003c70;
	font-size: 1.1em;
}

/* Does my child need ot Section */
.ot_needs_list {
	list-style: none;
	padding-left: 10%;
	color: #003c70;
}
.ot_needs_list li {
	padding-bottom: 2%;
}

/*Camp Section */
.camp_bold {
	color: #003c70;
	font-size: 1em;
}
/*.form_link {
	text-align:center;
}*/
.form_link a {
	color:#003c70;
	text-decoration:none;
}
.form_link a:hover {
	color:#00afcd;
}
.form_link a img {
	border:none;
}
.camp_sched {
	margin-left:5%;
	margin-right:5%;
}

/* Footer Styles */
#copywrite {
	padding-top: 5%;
	clear: both;
	text-align: center;
	font-size: .8em;
}
#copywrite a {
	color: #003c70;
	text-decoration: none;
}
#copywrite a:hover {
	color: #00afcd;	
	font-size: 1em;
}

#footer {
	width: 800px;
	margin: 0 auto;
	}
