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

Styles for KidVentures Therapy Services
www.kidventurestherapy.com

Created: Dec 2007

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 175%;
	color: #4C4C4C;
	}
body, html {
	height: 100%;
	}
a {
	text-decoration: underline;
	color: #0093B5;
	font-weight: bold;
	}
img {
	border: none;
	}
a img {
	text-decoration: none;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	overflow: hidden;
	}
.clear {
	clear: both;
	}
#skip {
	position: absolute;
	top: -29999px;
	}



/* BASIC STRUCTURE
------------------------------------------------------------------------------------------ */

body {
	background: #4f4f4f url(/images/body-bg-blue.png) repeat-y 50% 0;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	_height: 100%;
	background: #fff url(/images/wrapper-bg-blue.png) repeat-y 0 0;
	}
#side {
	float: left;
	position: relative;
	padding: 66px 0 0 10px;
	width: 231px;
	background: #4f4f4f url(/images/side-bg.png) repeat-y 0 0;
	}
#content {
	float: right;
	margin-right: 19px;
	padding-bottom: 57px;
	width: 690px;
	}
#footer {
	position: absolute;
	width: 600px;
	left: 286px;
	bottom: 22px;
	font-size: 10px;
	line-height: 12px;
	color: #888;
	}



/* GENERAL STYLES
------------------------------------------------------------------------------------------ */

.img-left {
	float: left;
	margin: 0 15px 10px 0;
	}
.hr {
	margin: 0 0 21px 0;
	height: 1px;
	line-height: 1px;
	border: 1px solid #c5c5c5;
	border-width: 0 0 1px 0;
	}
#content ul li {
	list-style: none;
	padding-left: 12px;
	background: url(/images/bullet-orange.png) no-repeat 0 8px;
	}
	
	

/* SIDE
------------------------------------------------------------------------------------------ */

#kidventures .imgswap {
	height: 46px;
	width: 200px;
	background: url(/images/kidventures.png) no-repeat 0 0;
	}

/* NAV */

#nav {
	margin: 69px 0 50px 39px;
	list-style: none;
	}
	#nav .imgswap {
		margin: 0;
		width: 192px;
		height: 30px;
		background-position: -400px 0;
		background-repeat: no-repeat;
		}
	#nav-about.imgswap  {
		background-image: url(/images/nav-about.png);
		}
	#nav-services.imgswap  {
		background-image: url(/images/nav-services.png);
		}
	#nav-help.imgswap  {
		height: 43px;
		background-image: url(/images/nav-help.png);
		}
	#nav-resources.imgswap  {
		background-image: url(/images/nav-resources.png);
		}
	#nav-what.imgswap  {
		background-image: url(/images/nav-what.png);
		}
	#nav-about.imgswap:hover,
	.about #nav-about.imgswap,
	#nav-services.imgswap:hover,
	.services #nav-services.imgswap,
	#nav-help.imgswap:hover,
	.help #nav-help.imgswap,
	#nav-resources.imgswap:hover,
	.resources #nav-resources.imgswap,
	#nav-what.imgswap:hover,
	.what #nav-what.imgswap {
		background-position: -200px 0;
		}
		
		
/* SUBNAV */

		#subnav {
			margin: 8px 16px 16px 11px;
			list-style: none;
			}
			#subnav li {
				font-size: 11px;
				line-height: 16px;
				}
				#subnav li a {
					display: inline-block; /* For IE */
					}
				#subnav li a {
					display: block;
					margin: 0;
					padding: 0 0 5px 9px;
					font-weight: normal;
					text-decoration: none;
					outline: none;
					color: #73B2C0;
					background: url(/images/subnav-arrow-blue.png) no-repeat 0 6px;
					}
				#subnav li a:hover {
					color: #fff;
					background-position: 0 -144px;
					}

/* NEWSLETTER */

#newsletter {
	margin-bottom: 32px;
	padding: 0 20px 0 49px;
	height: 40px;
	}
	#newsletter p {
		margin-bottom: 4px;
		font: 12px/17px Georgia, "Times New Roman", Times, serif;
		color: #bfbfbf;
		}
	#newsletter .input-text {
		float: left;
		margin-right: 4px;
		padding: 2px 0 0 3px;
		*padding: 0 0 2px 3px;
		width: 95px;
		height: 17px;
		border: 1px solid #333;
		background: #fff url(/images/input-text-bg.png) no-repeat 0 0;
		font-size: 11px;
		color: #8c8c8c;
		}
	#newsletter .input-image {
		float: left;
		margin: 1px 0 0 0;
		cursor: pointer;
		}
		
/* SOCIAL */

#social {
	padding: 0 20px 23px 49px;
	}
	#social a {
		display: block;
		margin-bottom: 5px;
		font: 12px/15px Georgia, "Times New Roman", Times, serif;
		color: #bfbfbf;
		font-weight: bold;
		text-decoration: none;
		}
	#social a:hover {
		color: #fff;
		}
		
/* CONTACT INFO */

#contact {
	padding: 0 20px 23px 49px;
	}
	#contact h4 {
		margin-bottom: 5px;
		font: 12px/15px Georgia, "Times New Roman", Times, serif;
		color: #bfbfbf;
		font-weight: bold;
		}
	#contact p {
		font: 12px/17px Georgia, "Times New Roman", Times, serif;
		color: #bfbfbf;
		}