/* colors
Gray: #5b5b5b
Teal: #02687b
pale yellow:#f6e7a5
*/

body {
	font: 100.1% Arial, Helvetica, sans-serif;
	background:url(../images/mesh-background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

img {
	border:none;
}

/*************************************************
			TYPOGRAPHY
*************************************************/
p {
	padding-top:0;
	padding-bottom:5px;
	font-size:.75em;
	line-height:1.12em;
	color:#333333;
}

a {
	color:#5b5b5b;
	text-decoration:underline;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.44em;
	color: #eccb3d;
	margin-top:0;
	font-weight:normal;
	letter-spacing:.1em;
	margin-bottom:0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color:#02687b;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
	letter-spacing:.1em;
}

/********************************************
			BOTH
*********************************************/
#container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/background-shadow.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
}

#header {
	padding: 0 12px 0 25px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:108px;
	background:url(../images/nav-top-bar.jpg) center bottom no-repeat;
	text-align:left;
}

#header h1 {
	display:none;
}

#yellowbox {
	float:right;
	height:94px;
	width:282px;
	background:url(../images/yellow-bar.jpg) right bottom no-repeat;
	color:#02687b;
	text-align:right;
	padding-right:10px;
	padding-top:9px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:272px;
	height:81px;
	
}

#yellowbox a {
	text-decoration:none;
	font-size:.82em;
	color:#02687b;
}

#yellowbox h3 {
	color:#A52601;
}

#yellowbox h4 {
	margin-top:3px;
	margin-bottom:0;
	font-weight:normal;
}

form#search {
	margin:0;
	padding:0;
	font-size:.88em;
}

#nav {
	height:42px;
	background:url(../images/nav-background.jpg) repeat-x;
	width:752px;
	margin:0 auto;
	text-align:center;
}

#nav ul {
	margin:0;
	padding:11px 0;
}

#nav li {
	list-style-type:none;
	display:inline;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .819em;
	color: #02687B;
	text-decoration:none;
	display: inline;
	padding: 13px 13px;
	font-weight:bold;
}

#nav a:hover {
	color:#ffffff;
	background:url(../images/nav-hover-background.jpg) repeat-x;
}

body#services a#servicesnav,
body#locations a#locationsnav,
body#about a#aboutnav,
body#training a#trainingnav,
body#resources a#resourcesnav,
body#contact a#contactnav {
	color:#ffffff;
	background:url(../images/nav-hover-background.jpg) repeat-x;
}


#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/nav-top-bar.jpg) center top no-repeat;
	clear:both;
	text-align:left;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	text-decoration:none;
	color:#333333;
}

#footer a:hover {
	text-decoration:underline;
}

.separatorInvisible {
	clear:both;
	height:0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/********************************************
			SPLASH DESIGN
*********************************************/
#padding {
	padding:0 25px;
}

#tagline_text_center {
	color:#02687b;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:.25em;
	text-align:center;
	font-size:1.25em;
}

#mainContent {
	padding: 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}

table.teal {
	padding:0;
	margin:0;
	width:411px;
	height:211px;
}

table#treatment {
	margin:5px auto;
}

td.teal_shadow {
	background:url(../images/teal-background.jpg) repeat-x;
	height:211px;
	width:385px;
	margin:0;
	padding:0;
	text-align:left;
}
.teal_shadow ul {
	margin:0;
	padding-left:15px;
	
}

.teal_shadow li {
	margin-left:0;
	padding-top:7px;
}
.teal_shadow li.top {
	padding-top:0;
}
.teal_shadow li, .teal_shadow p {
	color:#FFFFFF;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
}
.teal_shadow p {
margin-bottom:3px;
}

td.teal_tr {
	margin:0;
	padding:0;
	width:13px;
	height:13px;
	background:url(../images/teal-top-right.gif) no-repeat;
}

td.teal_tl {
	width:13px;
	height:13px;
	background:url(../images/teal-top-left.jpg) no-repeat;
	margin:0;
	padding:0;
}

td.teal_bl {
	width:13px;
	height:13px;
	background:url(../images/teal-bottom-left.jpg) no-repeat;
	margin:0;
	padding:0;
}

td.teal_br {
	margin:0;
	padding:0;
	width:13px;
	height:13px;
	background:url(../images/teal-bottom-right.gif) no-repeat;
}

td.teal_cl {
	height:179px;
	width:13px;
	background:url(../images/teal-center-left.jpg) repeat-y;
}

td.teal_cr {
	height:179px;
	width:13px;
	background:url(../images/teal-center-right.jpg) repeat-y;
}

.splash_image {
	width:311px;
}

#whitebackground {
	background:url(../images/white-background.jpg) no-repeat;
	margin:0 auto;
	padding:0;
	width:738px;
	height:221px;
}

#surround {
	margin:0 auto;
	width:732px;
	padding:0;
}

#parents {
	background:url(../images/parents.jpg) no-repeat;
	margin:0 0 0 12px;
	width:224px;
	height:149px;
	float:left;
}

#potential {
	float:left;
	background:url(../images/potential.jpg) no-repeat;
	margin:0 12px 0 12px;
	width:224px;
	height:149px;
}


#referral {
	float:left;
	background:url(../images/referrals.jpg) no-repeat;
	margin:0 12px 0 0;
	width:224px;
	height:149px;
}


#parents p, #potential p, #referral p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.12em;
	font-weight:normal;
	letter-spacing:.1em;
	text-align:right;
	margin-top:1px;
	margin-bottom:3px;
	padding-right:20px;
}

#parents a, #potential a, #referral a {
	color: #eccb3d;
	text-decoration:none;
}

#parents a:hover, #potential a:hover, #referral a:hover {
	text-decoration:underline;
}

a#credit {
	color:#5b5b5b;
	text-decoration:underline;
}

/********************************************
			INNER DESIGN
*********************************************/
#background {
	margin:0 auto;
	padding:0;
	width:752px;
	background:url(../images/inner/background.jpg) top repeat-y;
	text-align:center;
}

#titlebar {
	height:121px;
	background:url(../images/inner/sidebar-top.jpg) left bottom no-repeat #02687b;
	width:752px;
	margin:0 auto;
	text-align:left;
}

#title {
	width:150px;
	margin-left: 22px;
	padding-top:65px;
	text-align:center;
	font-size: 1.32em;
	color:#02687b;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#sidebar1 {
	float:left; /* since this element is floated, a width must be given */
	margin-left:15px;
	/*background:url(../images/inner/sidebar.jpg) repeat-y;*/
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:left;
}

#sidebar1 ul {
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
}

#sidebar1 li {
	list-style-type:none;
}

#sidebar1 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#02687b;
	text-decoration:none;
	font-size:0.828em;
	font-weight:bold;
	display:block;
	padding:6px 4px;
}

#sidebar1 a:hover {
	background:#f6e7a5;
}

#sidebar1 a.current {
	background:#f6e7a5;
}

#mainContent_inner {
	margin: 0 0 0 194px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#header_content{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
}
header_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
}
.header_content2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
}
.content_format {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	list-style-position: outside;
	list-style-type: disc;
}
.sitemap_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #5b5b5b;
	list-style-type: disc;
}

