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

body {
	background: url(../img/bg_grad.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5;
	
}

ul, li, h1, h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
	list-style:none;
}

h3 {
	font-size:100%;
	padding-bottom:5px;
}

a {
	color:#0076c0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p span {
	font-size:116.67%;
	color:#0076c0;
}

.container {
		margin:0px auto 30px;
		width:900px;
		background:url(../img/main_bg.jpg) repeat-x;
		border:1px solid #009fd3;
		border-top:none;
}

.header {
	display:block;
	float:left;
	clear:both;
	width:100%;
}


.logo {
	padding:40px 640px 10px 20px;
	float:left;
	clear:both;
}

.top_nav {
	clear:both;
	padding:0px; 
	margin:0px 18px;
	height:36px;
	background:url(../img/top_nav.jpg) no-repeat;
	background-position:0px 0px;
}


#ichild .top_nav {
	background-position: 0px -36px;
}

#nurse .top_nav {
	background-position: 0px -72px;
}

#school .top_nav {
		background-position: 0px -108px;
}

#nct .top_nav {
background-position: 0px -144px;
	
}

#contact .top_nav {
	background-position: 0px -180px;
}

.top_nav ul li, .top_nav ul li a {
	float: left;
	display:block;
	color:#FFF;
}

.top_nav ul li a {
		padding:5px 20px 0px 20px;
		white-space:nowrap;
		font-size:133.33%;
		
		}

.main_contents {
	clear:both;
	position:relative;
	padding:20px 0px;
	display:block;
	height:auto;
}
	
.col_left, .col_right {
	float:left;
	padding:0px 0px 20px 20px;
	width:594px;
	
}

.col_right {
	width:250px;
	padding:0px 20px 20px 15px;
	font-size:91.67%;
}

.col_right ul li h3 {
	font-weight:normal;
}

.col_right ul li a {
	display:block;
	background:url(../img/arrow.png) no-repeat 0px 5px;
	padding:0px 10px;
	margin:10px 0px 0px;
}

.col_right ul li h3 a {
		background:none;
		padding:0px;
		margin:0px;
		font-size:109.09%;
}

.col_right ul li {
	background: url(../img/dots.gif) repeat-x bottom left;
	padding: 10px 0px;
}

.col_right ul li.first {
	padding:0px 0px 10px;
}


.copy {
	padding-right:100px;
}

.copy ul li {
	background:url(../img/list_dot.gif) no-repeat 5px 7px;
	padding:0px 20px 5px;
}

.footer {
		clear:both;
		background:url(../img/footer.jpg) no-repeat 18px 0px;
		padding:20px 20px 0px 20px;
		font-size:91.67%;
}

.footer p.first {
	margin:0px;
	padding:2px 50px 5px 0px;
	background:url(../img/Sq-Logo-Designs.jpg) no-repeat right;
}

