/* CSS Document */

/* ================================================== MASTER STYLES ========== */

body {
	font:0.875em Georgia, "Times New Roman", Times, serif;
	background-image:url(../index/pinstripe.gif);
	background-repeat:repeat;
	color:#333;
	line-height:1.35em;
	text-align:justify;
	}
a {
	color:#ffa800;
	text-decoration:none;
	}

h1 {
	font-size:1.65em;
	text-align:center;
	}

h2 {
	font-weight:normal;
	}

/* HORIZONTAL LINE */
.horiz, .horiztherapist {
	border-bottom:double #000 3px;
	padding-bottom:15px;
	}
	.horiztherapist {
		min-height:250px;
		}
	* html .horiztherapist { /* IE min heigh workaround for therapist floated images */
		height:250px;
		}

hr {
	border:double #000 3px;
	margin:15px 0;
	}


/* ================================================== INDEX ========== */

/* CONTAINER */
#container {
	margin:auto;
	padding:15px;
	width:800px;
	background-color:#091932; /* navy blue */
	}

/* HEADER */
.header {
	background-color:#091932;
	padding:25px 10px;
	border-bottom:double 3px #FFA800; /* orange */
	margin-bottom:15px;
	}

/* CONTENT */
.content {
	position:relative;
	padding: 20px 15px 0 15px;
	min-height:400px;
	}
	* html .content { /* IE min-height workaround */
		height:400px;
		}

/* FOOTER */
.footer {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.785em;
	text-align:center;
	padding-top:15px;
	clear:both;
	}

/* ================================================== THERAPISTS ========== */

/* IMAGE/TEXT FLOATING */
.floater-content {
	position:relative;
	display:block;
	clear:both;
	margin-bottom:15px;
	}
	.floater-content img {
		float:left;
		display:inline;
		margin:0px;
		}

.floater-large {
		min-height:400px;
		}
		
.floater-text {
	margin-left:215px;
	min-height:250px;
	}
	
	
/* ================================================== CONTACT ========== */

.box-l {
	position:relative;
	float:left;
	}

.box-r {
	position:relative;
	float:left;
	margin-left:5em;
	}
.map {
	margin:15px 0;
	width:100%;
	height:400px;
	overflow:hidden;
	}