@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#002d62; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}

.childcare {position:relative; top:15px; left:40px;}


/*************  NEW WINDOW   ************/
a[target ="_blank"].pdf 	{
   padding-right: 0px;
   background: transparent url(../images/adobe-pdf.gif) no-repeat center right;
   }
ul#pdf a[target ="_blank"] {background:none;}


table.images img	{padding:2px;background:#fff;border:1px solid #ccc;}


/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #002d62;
	background:#99dff5 url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:970px;
	height:auto;
	margin: 25px auto 0 auto;
	text-align:left;
	background: url(../images/wrapperbg-IE6.jpg) repeat-y;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

html>/**/body #wrapper 		{background: url(../images/wrapperbg.png) repeat-y;padding: 0 19px;} /*FF*/
*:first-child+html #wrapper {background: url(../images/wrapperbg.png) repeat-y;padding: 0 19px;} /*IE */

#header	{
	height:160px;
	margin:0 auto;
	background: url(../images/headerbg.jpg) repeat-y;
	}

#address2	{
	float:right;
	padding: 4px 50px 0 0;
	text-align:center;
	font:10px/11px Arial, Helvetica, sans-serif;
	}

#content	{
	width:740px;
	padding:0 10px;
	margin:0px;
	float:left;
	}

*html #content	{}
	

#yellow	{
	background:url(../images/yellowbg.jpg);
	width:760px;
	height:60px;
	}

html>/**/body #yellow	{float:left;}

#yellow h1	{
	color: #95005c;
	margin: 0 0 0 45px;
	font: 26px Arial, Helvetica, sans-serif;
	}


/******* FOOTER *******/
#footerbg	{
	background: url(../images/footerbg-IE6.jpg) no-repeat;
	width:970px;
	height:100px;
	margin:0px auto;
	}

html>/**/body #footerbg, *:first-child+html #footerbg 		{background: url(../images/footerbg.jpg) repeat-y;padding: 0 19px;} /*FF and IE7*/
	
#footer	{
	width:930px;
	height:70px;
	padding: 75px 19px 0px 19px;
	text-align:left;
	line-height:11px; 
	font:1.0em Verdana, Arial, Helvetica, sans-serif;
	}
#footer a	{
	text-decoration:none;
	}

#footer #credit				 {float:right;width:120px;}
#footer #credit a 	 		 {color:#519eb6;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}



/******* VERTICAL NAV MENU  ***********/
ul#vrtnav	{min-height:500px;}
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 207px; /*For KHTML*/
  list-style: none;
  float:left;
  position:relative;
  z-index:50;  
	}

html>/**/body ul#vrtnav, *:first-child+html ul#vrtnav 		{width: 210px; /*For KHTML*/ }

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  z-index:60;
	}

/* Root Menu */
ul#vrtnav a {
  border-bottom: 1px dotted #fff;	
  padding: 3px 23px;
  display: block;
  color: #002d62;
  font: 12px/23px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background:url(../images/navbg-hover.jpg) repeat-y;
  color: #96005c;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #bde0f2;
  color: #002d62;
  padding: 3px 6px;
  border-bottom: 1px solid #fff;	
  font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
  width:160px;
  }

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #e4f2f8;
  color: #96005c;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 208px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}






/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background:url(../images/formbg.jpg);
	border: 1px solid #98dcf3;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#96015d;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh { display:none; }

#nlh {line-height:normal;}
