/******************************************************************/
/********************** Standard Page Styles **********************/
/******************************************************************/

body { font-family: Arial, Helvetica, sans-serif; color: #666666; }
.clear { clear: both; }
strong { font-weight: bold; color: #333333; }
.right { float: right; padding: 7px; }

html {overflow-y: scroll;}

 #wrapper {
	width: 980px;
	margin: 60px auto 0 auto;
	background-image: url(../images1/wrapper_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	
}

a { text-decoration: none; }

A:link {text-decoration: none; color: #0280c4;}
A:visited {text-decoration: none;color: #015f93;}
A:active {text-decoration: none; color: #d33480;}
A:hover {text-decoration: underline; color: #50c9c0;}



/******************************************************************/
/****************** Global Navigation, Top Right ******************/
/******************************************************************/

 #globalNav {
	height: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	list-style-type: none;
	width: 200px;
	position: relative;
	top: -45px;
	left: 700px;
}
 #globalNav li {
	list-style-type: none;
	float: left;
	padding: 0 20px;
}
 #globalNav li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 5px;
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	list-style-type: none;
}
 #globalNav li a:hover {
	text-decoration: underline;
}



/******************************************************************/
/***************************** Header *****************************/
/******************************************************************/


 #header {
	float: left;
	height: 183px;
	margin-top: -40px;
	width: 980px;
	background-image: url(../images1/header.jpg);
	background-repeat: no-repeat;
}
 #header  #logo a {
	display: block;
	height: 150px;
	width: 250px;
	position: relative;
	left: 10px;
	top: 10px;
}
 #header #girl {
	background-image: url(../images1/skippingGirl.png);
	height: 152px;
	width: 169px;
	left: 140px;
	position: relative;
	top: -145px;
	left: 140px;
	z-index: 99;
}



/******************************************************************/
/*************************** Navigation ***************************/
/******************************************************************/

 #nav {
	position: relative;
	float: right;
	top: -40px;
	right: 90px;
	display: block;
	background-image: url(../images1/navLeftBg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 15px;
	z-index: 99;
}
#nav ul {
	background-image: url(../images1/navRightBg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	display: block;
	height: 22px;
}
#nav li {
	list-style-type: none;
	float: left;
	padding: 3px 20px;
	position: relative;
	background-image: url(../images1/navBg.jpg);
	background-repeat: repeat-x;
}
#nav li a {
	font-family: "Arial Rounded", Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
	position: relative;
	z-index: 101;
	color: #2529e0;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li ul { position: absolute; left: -9999em; padding: 0; margin: 0; }
#nav li:hover ul, #nav li.sfhover ul { left: -23px; height: auto; padding: 0 0 27px 0; background: url(../images1/dropDownCap.png) no-repeat 2px bottom; }
#nav li ul li { position: relative; padding: 0 10px; margin: 0; top: 4px; background: url(../images1/dropDownBg.png) repeat-y; }
#nav li ul li a { font-size: .8em; min-width: 200px; display: block; padding: 10px 20px; margin-left: 12px; }
#nav li:hover span.last ul { position: relative; left: -150px; }
.last:hover ul li { position: relative; left: -150px; border: 1px solid blue;  }

#nav li :hover ul#about { position: relative; left: -150px; }
#nav li:hover #about {
	left: -141px;
}


/******************************************************************/
/************************ Homepage Content ************************/
/******************************************************************/

 #content {
	position: relative;
	left: 25px;
	float: left;
	top: -10px;
	z-index: 1;
}
#content2 {
	float: left;
	left: 0px;
	width: 542px;
	top: -10px;
	margin-top: 0px;
}
 .leftContent {
	float: left;
	width: 580px;
	padding: 0 25px 0 10px;
	margin-bottom: 150px;
}

 .rightContent { float: left; width: 307px; margin-top: -31px; position: relative;}
 .rightContent2 { float: left; width: 276px; margin-top: 0px; top: -20px; position: relative;}
 
/************************** Homepage Standard Styles *************************/
 .leftContent h1 { font-size: 1em; color: #2f34de; margin: 5px 0; }
 .leftContent h2 { font-size: .9em; color: #333333; margin: 5px 0; font-weight: bold; }
 .leftContent p { font-size: .85em; margin: 8px 0 10px 0; line-height: 1.3em; }
 .leftContent ul { margin-top: 20px; }
 
 
 /************************** Homepage Icon/Button Styles *************************/
#homepageIcons { height: 101px; text-align: center; margin-left: 16px; }
#homepageIcons li { width: 171px; height: 101px; float: left; margin-right: 15px; }
#homepageIcons li a {  }
#child a, #family a, #support a {  display: block; width: 171px; height: 101px; float: left; text-indent: -9999999px; }
#child a { background: url(../images1/homepageIcons.jpg) 0 0 no-repeat; }
#family a { background: url(../images1/homepageIcons.jpg) -171px 0 no-repeat; }
#support a { background: url(../images1/homepageIcons.jpg) -347px 0 no-repeat; }
#child a:hover { background: url(../images1/homepageIcons.jpg) 0 -100px no-repeat; }
#family a:hover { background: url(../images1/homepageIcons.jpg) -171px -100px no-repeat; }
#support a:hover { background: url(../images1/homepageIcons.jpg) -347px -100px no-repeat; }

 
/************************** Events Slider *************************/
 .rightContent #eventsContainer { margin-top: 20px; }
 .rightContent #eventsContainer h2 { font-size: 1em; color: #2f34de; margin: 5px 0; width: 250px; float: left; }
 .rightContent #eventsContainer h3 { font-size: .9em; font-weight: bold; color: #333333; margin: 5px 0; }
 .rightContent #eventsContainer p { font-size: .8em; margin: 9px 0; }
 .rightContent img { border: 1px solid #666666; }
 
.line {
	display: block;
	height: 2px;
	width: 305px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
}

a.prev { float: left; width: 15px; height: 17px; background-image: url(../images1/arrows.jpg); background-position: 15px 17px; display: block;  text-indent: -99999px; margin-right: 10px; }
a:hover.prev { float: left; width: 15px; height: 17px; background-image: url(../images1/arrows.jpg); background-position: -4px 17px; display: block;  text-indent: -99999px; margin-right: 10px; }

a.next { float: left; width: 15px; height: 17px; background-image: url(../images1/arrows.jpg); background-position: 15px 0; display: block;  text-indent: -99999px; }
a:hover.next { float: left; width: 15px; height: 17px; background-image: url(../images1/arrows.jpg); background-position: -4px 0; display: block;  text-indent: -99999px; }

.events { clear: both; }




/******************************************************************/
/*********************** Secondary Content ************************/
/******************************************************************/


/*********************** Bread Crumbs ****************************/
ul#breadCrumbs { margin-left: 5px; margin-top: -18px; display: block; height: 15px;  }
ul#breadCrumbs li a {
	display: block;
	font-size: .6em;
	text-decoration: none;
	color: #666666;
	float: left;
	padding: 3px 30px 3px 5px;
	background: url(../images1/breadCrumbBg.jpg) right no-repeat;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
ul#breadCrumbs li a:hover {
	text-decoration: underline;
}



/*************** Secondary Content Headlines ********************/
#contentTop { margin-left: -5px; }
#contentTop h1 {
	width: 529px;
	height: 25px;
	color: #2528d7;
	font-size: 1.3em;
	clear: both;
	letter-spacing: .05em;
	font-weight: bold;
	padding: 15px 10px 0 15px;
	float: left;
	}


/*************** Small Buttons  ********************/
#childSmall {
	background-image: url(../images1/childCareSmall.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 59px;
	display: block;
	text-indent: -9999999px;
	float: left;
	padding-right: 10px;
}

#familySmall {
	background-image: url(../images1/familyYouthSmall.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 59px;
	display: block;
	text-indent: -9999999px;
	float: left;
	padding-right: 10px;
}
#supportSmall {
	background-image: url(../images1/supportCabinetSmall.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 59px;
	display: block;
	text-indent: -9999999px;
	float: left;
	padding-right: 10px;

}
#subNav {
	width: 500px;
	height: 20px;
}
#subNav li a {
	color: #127eba;
	font-size: .9em;
	float: left;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	margin-top: -15px;
}
#subNav li span.active a {
	border: 2px solid #127eba;
	padding: 8px 13px;
}
#subNav li a:hover {
	border: 2px solid #127eba;
	padding: 8px 13px;
}

/******************************************************************/
/***************************** Footer *****************************/
/******************************************************************/

/************** Homepage Only **************/
#footerHome  {
	background: url(../images1/footerHome.jpg) no-repeat;
	width: 980px;
	height: 250px;
	display: block;
	margin: 0 auto;
	top: -150px; 
	z-index: 0;
	position: relative;
}
.clear { clear: both; }

/************** All Secondary Pages **************/
#footer  {
	background: url(../images1/footer.jpg) 0 bottom no-repeat;
	width: 980px;
	height: 187px;
	display: block;
	clear: both;
	margin: 0 auto;
}

#footerHome .footerText { font-size: .7em; width: 956px; text-align: center; position: relative; top: 230px; height: 30px; }
#footer .footerText { font-size: .7em; width: 956px; text-align: center; position: relative; top: 175px; height: 30px; }
#footer .footerText a, #footerHome .footerText a { text-decoration: none; }
#footer .footerText a:hover, #footerHome .footerText a:hover { text-decoration: underline; }

/***************** New Sidebar ********************/
#sideNavTopCap { display: block; width: 300px; height: 25px; background-image: url(../images1/sidenavTop.jpg); background-repeat: no-repeat; }
#sideNav { background-image: url(../images1/sidenavBg.jpg); background-repeat: repeat-y; width: 300px; margin: 0; padding: 0; display: block;  }
	#sideNav li { display: block; margin-left: 35px; list-style-type: none; border: 0;  }
	#sideNav li a { font-size: 1em; color: #2528d7; border-bottom: 1px solid #AAAAAA; width: 225px; display: block; padding-bottom: 2px; }
		#sideNav li ul { display: block; margin: 0 0 0 -35px; padding: 5px 0 0 0; }
		#sideNav li ul li { display: block;}
		#sideNav li ul li a {color: #666666; font-size: .85em; margin: 6px 0 0 0; padding: 0 0 0 20px; width: 215px; background-image: url(../images1/sideNavBullet.gif); background-position: center left; background-repeat: no-repeat; border: 0; }
		#sideNav li ul li ul { }
		#sideNav li ul li a:hover {color: #2528d7; background-image: url(../images1/sideNavBulletOver.gif); }
			#sideNav li ul li ul li { width: 230px;}
			#sideNav li ul li ul li a { clear: both; padding: 5px 0 5px 15px; margin: 0 0 0 15px; font-size: .75em; width: 198px; }
#sideNavBottomCap { display: block; width: 300px; height: 40px; background-image: url(../images1/sidenavBottom.jpg); background-repeat: no-repeat; border: 0; }

#callOuts { list-style-type: none; width: 307px; display: block; height: 207px; margin: 0; padding: 0; }
#callOuts li a { display: block; height: 67px; width: 307px; }
a#pink { background-image: url(../images1/pinkCallOut.png); background-repeat: no-repeat; background-position: 5px; }
	a#pink:hover { background-image: url(../images1/pinkCallOutHover.png);}
a#blue { background-image: url(../images1/blueCallOut.png); background-repeat: no-repeat; background-position: 5px; }
	a#blue:hover { background-image: url(../images1/blueCallOutHover.png);}
a#green { background-image: url(../images1/greenCallOut.png); background-repeat: no-repeat; background-position: 5px; }
	a#green:hover { background-image: url(../images1/greenCallOutHover.png);}






<style type="text/css">
#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 3px solid white;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
float:left;
width:550px;
min-height: 400px;
border: 3px solid white;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
</style>
