@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFE6;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
blockquote {
	font-size: 15px;
	line-height: 1.5em;
	color: #333333;
	margin-left: 30px;
	font-weight: bold;
}
ul {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8EC0F5 url(../images/container-back.jpg) repeat-x top;
	margin: 0 auto; /*the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	/*float:left;*/
	display:inline
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container h1, h2, h3, h4 {
	color: #000000;
	line-height: normal;
}
 #header {
	background: #DDDDDD;
	background-image: url(../images/header1.jpg)   /* 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: 162px;
	width: 900px;
}
 #header h1 {
	margin: 0 0 0  130px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	top: 97px;
	text-align:left;	
	font-size: 18px;
	font-style: italic;
}
 #mainContent {
	padding: 0 20px;
	background-color: #8EC0F5;
}
div#navbar {
	height: 22px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #FFFFBB;
	overflow: hidden;
}
div#navbar ul {
	width: 850px;
	margin: 2px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-align:left;
	white-space: nowrap;
	position: relative;
	left: 33px;
}
div#navbar li {
	list-style-type: none;
	display: inline;
	padding: 0px 6px 0px 8px;
}
div#navbar li a {
text-decoration: none;
color: #000000;
}
div#navbar li a:link {
 color: #000000:
}
div#navbar li a:visited {
 color: #000000;
}
div#navbar li a:hover {
	font-weight: bold;
	color: #8EC0F5;
	background-color: #003366;
}
#footer {
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003366;
	font-size: 16px;
	color: #FFFFFF;
}
#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 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, a:visited, a:active {
	color: #B3D0E2;
	text-decoration: underline;
}
#footer a:visited {
	color: #B3D0E2;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #B3D0E2;	
}
#mainContent a:link, a:visited, a:active, a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.holder520 {
	width: 490px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	background-color: #F4F8FD;
	line-height: normal;
	margin-bottom: 20px;
	text-align:left;
}
.holder-full {
	width: 690px;
	/*float: left;*/
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	background-color: #F4F8FD;
	line-height: normal;
	margin:auto;
	margin-bottom: 20px;
	border: 2px solid #999999;
}
.holder-office {
	width: 800px;
	height: 100%;
	/*float: left;*/
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #F4F8FD;
	line-height: normal;
	margin:20px auto;
}

.holder321 {
	width: 291px;
	float: right;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	background-color: #F4F8FD;
	margin-bottom: 20px;
}

.holder321 img {
	display: block;
	margin: auto;
	padding-top: 27px;
}
.footerholder {
	padding-left: 24px;
	padding-right: 24px;
	margin-right: 20px;
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	width: auto;
	float: left;
	background-color: #666666;
}
.bigred
{
	font-size: 22px;
	color: #9A0F19;
	line-height: normal;
	font-weight: bold;
}
.blue
{
	font-size: 14px;
	color: #084268;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
}
.blue-2
{
	margin: 8px 50px 12px;
	font-size: 14px;
	color: #084268;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
}
.bigblue
{
	font-size: 24px;
	color: #084268;
	line-height: 10px;
	font-weight: bold;
	vertical-align: 5%;

}
.clear {
	clear:both;
}
.floatleft {
	float: left;
	padding-right: 15px;
}
.floatright {
	float: right;
	padding-left: 15px;	
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #084268;
}
.openingp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}

li {
	line-height: 18px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size:20px;
	/*color: #084268;*/
	line-height: 1.1 em;
}
h5 {
	color: #084268;
	font-size:14px;
}
form {
	background-color: #E7F3F8;
	border: 2px solid #CCD3D9;
	padding: 10px;
	width: auto;
}
textarea {
	margin-top: -12px;
	border: 1px solid; 
	border-bottom-color: #CCCCCC; 
	border-top-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #CCCCCC; 
}
.formtext {
	padding-left: 6px;
	font-size: 16px;
	color: #666666;
}
fieldset {
	margin: 12px;
	padding: 12px;
	border:solid 1px;
	border-color:#CCCCCC;	
}
label {
	padding-left: 14px;
}
.testimonial {
	font-size: 16px;
	font-style: italic;
	background-color: #E7F3F8;
	padding: 12px;
	width: 85%;
	margin: auto;
	border: 2px solid #CCD3D9;
}
.bio {
	font-size: 14px;
	/*font-style: italic;*/
	background-color: #E7F3F8;
	padding: 12px;
	width: 95%;
	margin: auto;
	border: 2px solid #CCD3D9;
}
.bio ul li {
	font-size: 12px;
}
.bio h3
{
	margin-bottom: -12px;
}
.lftmarg25 {
	margin-left: 25px;
}
.specialbox {
	font-size: 12px;
	background-color: #E7F3F8;
	padding: 4px;
	width: 80%;
	margin: auto;
	border: 2px solid #CCD3D9;
}	
#kid-header {
	position: relative; width:750px; height:75px; padding:0; overflow:hidden; margin:auto; padding-top:8px; padding-bottom:4px;
 	font-size:20px;
	/*color: #084268;*/
	line-height: 1.1 em;
}
#kid-header span {
	position:absolute; width:750px; height:75px; left:0; top:0; margin:0;
    background-image:url(../images/kid-header.gif); background-repeat:no-repeat;  
}
.center {
	text-align: center;
}
.h1b {
	font-size: 24px; margin-bottom:8px; margin-top:8px; font-weight:bold;
}
.inline {
	display: inline; 
}
.phonebox {
	background-color: #FFFFBB;
	padding: 12px;
	margin-top: 24px;
	border: 1px solid #333333;
	margin-bottom: 24px;
}
