/* @override http://www.pedtherapy.com/pedtherapy_ee/stylesheets/master.css */

/*-----------------------------------------------------------------
PEDIATRIC THERAPY ASSOCIATES CSS Style Sheet

Master

version: 	1.0
author: 	Impressive Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2007	

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

/* Linked Stylesheets */
@import url("navigation.css");
@import url("miscellaneous.css");

/* ----------------- */
/* BEGIN STYLE SHEET */
/* ----------------- */
*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #939393;
	text-align: center;
}

.container {
	text-align: left;
	margin: 0 auto;
	overflow: auto;
	width: 840px;
}

/* HEADER
-------------------------------------------------------------------*/
#header{
	height: 175px;
	background: url(/pedtherapy_ee/images/backgrounds/clouds.jpg) repeat-x 0 0;
}

	#header h1{
		height: 80px;
		width: 360px;
		text-indent: -9999px;
		line-height: 0px;
		background: url(/pedtherapy_ee/images/logos/ped_therapy.gif) no-repeat 0 0;
		float: left;
	}
	
		#header h1 a{
			display: block;
			height: 100%;
			width: 100%;
		}

/* CONTENT
-------------------------------------------------------------------*/
#content{
	background: #fff url(/pedtherapy_ee/images/backgrounds/content-bottom_repeat.gif) repeat-x left bottom;
}

	#content .container{
		padding-bottom: 35px;
		background: #fff url(/pedtherapy_ee/images/backgrounds/content-bottom.gif) no-repeat left bottom;
	}
	
	#content_main{
		margin: 10px 0 30px 30px;
		margin-bottom: 35px;
		width: 508px;
		float: left;
	}
	
		#content_main .item{
		padding-bottom: 5px;
	float: left;
	width: 100%;
}
	
	#content_sub{
		margin: 10px 30px 30px 0px;
		padding-top: 0px;
		width: 250px;
		float: right;
	}
	
		#content_sub .item{
			padding: 15px 15px 40px;
			margin-bottom: 20px;
			background: #e5f0fb url(/pedtherapy_ee/images/backgrounds/side_box-bottom.gif) no-repeat left bottom;
		}
	
	#content .site_map{
		clear: both;
		margin-top: 40px;
		text-align: center;
		font: 11px Georgia, "Times New Roman", Times, serif;
}

.staff_image {
	padding: 2px;
	margin: 0 10px 10px 0;
	float: left;
}
	
/* FOOTER
-------------------------------------------------------------------*/
#footer{
	height: 85px;
	color: #fff;
	font-size: 10px;
	background: #939393 url(/pedtherapy_ee/images/backgrounds/footer_gradient.gif) repeat-x 0 0;
}

	#footer .copyright{
		margin: 5px 0 0 10px;
		float: left;
	}
	
	#footer .creator{
		float: right;
	}
	