/* General CSS */

* { padding: 0;}

body {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background: #B6B089;
	font-size: 1em;
}

h1 {
	font-size: 85%;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background: #B6B089;
	padding: 0.4em 1em;
}

h2 {
	text-align: center;
	font-size: 95%;
	font-style: oblique;
	text-decoration: underline;
}

h3 {
	text-align: center;
}

h4 {
	font-size: 75%;
	font-style: oblique;
	color: #214132;
	text-align: center;
}

h5 { 
	text-align: right;
	padding-right: 30px;
}

label {
	font-style: oblique;
}

q {
	color: #B6B089;
	text-decoration: none;
	quotes: none;
}

form {
	font-size: 75%;
	padding-top: 23px;
}

td {
	padding-top: 15px;
	padding-right: 7px;
}

.lasttable {
	padding-left: 20px;
}

object {
	margin-left: 290px;
}

.pdf {
	text-align: center;
	font-weight: bold;
}

.pdf a:link, .pdf a:visited{
	text-decoration: none;
	color: #213132;
}

div#content .rmt {
	margin-left: 145px;
}

.supplements {
	margin: 5px;
	border: 8px solid #b6b098;
	line-height: 16pt;
	font-size: 10pt;
	padding: 5px;
}

.supplements p {
	margin-left: 10px;
	margin-right: 10px;
}

/* Wrapper and Content */

div#wrapper {
	width: 1000px;
	background: #ffffff;
	margin: 0 auto;
	padding-top: .5em;
	padding-bottom: 1em;
}

div#header {
	height: 92px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0 auto;
	padding-bottom: 10px;
}

div#header p {
	padding-top: 100px;
	font-size: 80%;
	text-align: center;
}

#caption {
	text-align: center;
}

div#content p {
	font-size: 9pt;
	margin: 10px 30px;
	line-height: 1.5em; 
}

div#content .ccsb1 {
	margin: 0 auto;
	text-align: center;
	width: 550px;
	font-style: oblique;
	padding-top: 10px;
	border-top: 2px #214132 solid;
}

div#content .ccsb {
	margin: 0 auto;
	text-align: center;
	width: 550px;
	font-style: oblique;
}

#content .locationtext {
	text-align: center;
	font-size: 125%;
}

#content .direction {
	margin-left: 60px;
}

#content .contact {
	margin-left: 60px;
	text-align: center;
	font-size: 90%;
}

#content .sheets {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#content .quote {
	padding-top: 20px;
	text-align: center;
	font-size: 100%;
	color: #214132;
	font-weight: bold;
}

div#resource {
	text-align: center;
	font-size: 23px;
	margin-bottom: 100px;
}

div#resource ul {
	margin-top: 50px;
}

div#resource li {
	display: inline;
}

div#resource a:link, div#resource a:visited {
	text-decoration: none;
	color: white;
}

div#resource .red {
	background-color: red;
	list-style: none;
	padding: 10px;
	height: 100px;
	border: 8px solid #B6B098;
}

div#resource .blue {
	background-color: blue;
	list-style: none;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
	height: 100px;
	border: 8px solid #B6B098;
}

div#resource .green {
	background-color: green;
	list-style: none;
	padding: 10px;
	height: 100px;
	border: 8px solid #B6B098;
}

div#resource .purple {
	background-color: purple;
	list-style: none;
	padding: 10px;
	height: 100px;
	border: 8px solid #B6B098;
}

div#resource .orange {
	background-color: #f98006;
	list-style: none;
	padding: 10px;
	height: 100px;
	border: 8px solid #B6B098;
}

div#resource .brown {
	background-color: #663300;
	list-style: none;
	padding: 10px;
	height: 100px;
	border: 8px solid #B6B098;
}

/* Navigation */

div#nav {
	font-size: 75%;
	width: 875px;
	margin: 0 auto;
	text-align: center;
	padding-top: 1em;
	padding-bottom: .5em;
}

div#nav ul {
	list-style: none;
	margin, padding: 0;
}

div#nav li {
	display: inline;
}

div#nav a:link, div#nav a:visited { 
	padding: 0.2em 0.6em 0.2em 0.6em;
	color: #ffffff;
	background-color: #214132;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #214132;
}

div#nav a:hover {
	color: #214132;
	background-color: #ffffff;
	font-weight: bold;
	border: 1px solid #214132;
}

/* Images on Homepage */

.firstimages {
	margin-left: 92.5px; 
}

.images {
	padding-top: 20px;
}

.piclinks {
	padding-left: 30px; 
}

.piclinks li {
	font-size: 70%;
	display: inline;
	list-style: none;
	margin-left: 80px;
	list-style-position: inside;
}

.piclinks a:link, .piclinks a:visited { 
	padding: 0.2em 0.6em 0.2em 0.6em;
	color: #ffffff;
	background-color: #214132;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #214132;
}

.piclinks a:hover {
	color: #214132;
	background-color: #ffffff;
	font-weight: bold;
	border: 1px solid #214132;
}

.patient {
	margin-left: 20px;	
}

.segment {
	margin-left: -10px;
}

.award {
	margin-left: -20px;
}

.house {
	margin-left: 75px;
	width: 425px;
	height: 352px;
	border: 1px solid black;
}

/* Spine Images and Text */

.spine {
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: 32.5px;
}

.spinetxt {
	padding-left: 30px; 
}

.spinetxt li {
	font-size: 100%;
	display: inline;
	list-style: none;
	margin: 0 auto;
	margin-left: 50px;
	list-style-position: inside;
}

#phase1 {
	margin-left: 140px;
}

#phase2 {
	margin-left: 170px;
}

#phase3 {
	margin-left: 160px;
}

.sublux {
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: 41px;
}

#left {
	font-size: 85%;
	float: left;
	margin-left: 140px;
	line-height: 30px;
}

#right {
	font-size: 85%;
	float: left;
	margin-left: 130px;
	line-height: 30px;
}

.animation { 
	padding-left: 120px;
}

.research {
	clear: both;
}

/* Team page */

.team {
	margin-top: -15px;
	margin-bottom: -10px;	
	margin-left: 295px;
	width: 400px;
	height: 330px;
}

.rob {
	float: right;
	padding: 0px 15px 5px 10px;
}

.family {
	width: 318px;
	height: 235px;
	float: left;
	padding: 0px 10px 5px 30px;
}

.about {
	padding-top: 15px;
	border-top: 2px #214132 solid;
}

/* Andrea */

#andrearight p {
	text-align: center;
	clear: right;
}
	
#andrearight ul {
	text-align: center;
	list-style: none;
	font-size: 85%;
}

.andrea {
	width: 196px;
	height: 218px;
	padding-top: 10px;
	margin-left: 400px;
	border-top: 1px #214132 solid;
}

/* Shona */

#shonaleft p {
	text-align: center;
	padding-top: 10px;
}

#shonaleft ul {
	text-align: center;
	list-style: none;
	font-size: 85%;
}

.shona {
	width: 196px;
	height: 218px;
	padding-top: 10px;
	margin-left: 400px;
	border-top: 1px #214132 solid;
}

/* Award Page */

.awardgroup {
	width: 655px;
	margin-top: 30px;
	margin-left: 135px;
	padding: 30px 30px 10px 30px;
	border: 8px #B6B089 solid;
	text-align: center;
}

.awardinfo {
	width: 710px;
	text-align: center;
	padding-left: 115px;
}

/* Compassion Page */

.compassionpic {
	float: left;
	width: 203px;
	height: 266px;
	padding: 0px 10px 10px 27px;
}

.compassionkid {
	padding: 0px 25px 5px 5px;
	float: right;
	width: 211px;
	height: 162px;
}

/* Bottom of Page and Footer */

#quote {
	font-size: 90%;
	font-style: italic;
	height: 55px;
	width: 658px;
	margin: 0 auto;
	padding-left: 50px;
	background: transparent url('../images/quote.gif') no-repeat;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 70%;
}

/* Accordion */

.accordion {
	margin: 0 auto;
	width: 800px;
	border-bottom: solid 1px #c4c4c4;
	border-bottom-width:inherit;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion h3 {
	background: #e9e7e7;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-size: 75%;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	font-size: 78%;
	margin: 0;
	padding: 10px 15px 20px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/* Lunch and Learns */

#learns {
	margin: 0 auto;
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	font-size: 80%;
	background-color: #B6B089;
}

#worktable .brown2 {
	width: 475px;
	font-size: 70%;
	text-align: center;
	background-color: #B6B089;
	padding: 10px;
}

#worktable .green2 {
	width: 475px;
	font-size: 70%;
	text-align: center;
	background-color: #A5BD8C;
	padding: 10px;
}

/* Workshop */

#upcoming {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	font-size: 85%;
	background-color: #B6B089;
}

.workshop {
	font-size: 75%;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#worktable {
	width: 85%;
	margin: 0 auto;
}

#worktable .brown {
	width: 475px;
	font-size: 80%;
	text-align: center;
	background-color: #B6B089;
	padding: 10px;
}

#worktable .green {
	width: 475px;
	font-size: 80%;
	text-align: center;
	background-color: #A5BD8C;
	padding: 10px;
}