/* GENERAL */
html, body {
	height:100%;
	min-width: 960px !important;
}

body {
	background: #fff url(../graphics/content-bg.jpg) 0 190px repeat-x;
	text-align: center;
	font: normal 100% Verdana, Geneva, Tahoma, sans-serif;
	line-height: 150%;
	color: #7d7d7d;
	}

#wrap {min-height: 100%; width:100%;}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
}

a, a:link, a:visited{
	color: #146897;
	text-decoration: none;
}

a:hover, a:active {
	color: #1f3140;
}


/* HEADER */

#header {
	width: 100%;
	height: 190px;
	background: #c1f0f7 url(../graphics/header_bg.jpg) 50% 0 no-repeat;
	}

#header .container {
	position: relative;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 23px;
	left: 14px;
}

#links1 li#donate-today, #primary-nav  {
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
}

#links1 .collection_item_label {
display:inline;
}

#links1 ul li {
display:inline;
text-transform:uppercase;
font-size:.7em;
padding:5px 5px 0px 15px;
font-weight:bold;
}

#links1 .content_image_box {
background:transparent;
border:0px solid #959595;
margin:0;
padding:0;
}

#links1 .content_image img {
border:0 none;
margin:0 8px -5px 0;
padding:0;
}

#links1 ul {
float:right;
padding-right:190px;
padding-top:5px;
}

#links1 ul li div.content_image_box, #links1 ul li div.content_image_box p.content_image {
display:inline;
}


#links1 ul#donate_button {
padding-right:0px;
}

#become-a-member a, #calendar a, #donate-today a, #child-care-e-search a, #l1-fingerprinting a, #training-calendar a{
	position: absolute;
}

#become-a-member a{
	top: 10px;
	left: 500px;
	height: 16px;
	width: 137px;
	background: transparent url(../graphics/become-a-member.gif) 0 0 no-repeat;
}

#calendar a{
	top: 10px;
	left: 670px;
	height: 16px;
	width: 89px;
	background: transparent url(../graphics/calendar.gif) 0 0 no-repeat;
}

#donate-today a{
	top: 0;
	right: 0;
	height: 53px;
	width: 181px;
	background: transparent url(../graphics/donate-today.gif) 0 0 no-repeat;
}

#links2 li a:link, #links2 li a:visited {
	text-transform:uppercase;
	color:#e17126;
	font-weight:bold;
	font-size:80%;
	}

#links2 li {
float:left;
padding:8px 12px;
background:url(../graphics/sec_nav_sep.gif) bottom right no-repeat;
}

#links2 li:last-child {
background:transparent;
}

#links2 li a:hover, #links2 li a:active {
	color:#d45407;
}

#links2 {
position:absolute;
left:387px;
top:92px;
}

#child-care-e-search a{
	top: 110px;
	left: 400px;
	height: 12px;
	width: 165px;
	background: transparent url(../graphics/child-care-e-search.gif) 0 0 no-repeat;
}

#l1-fingerprinting a{
	top: 110px;
	left: 595px;
	height: 12px;
	width: 143px;
	background: transparent url(../graphics/l1-fingerprinting.gif) 0 0 no-repeat;
}

#training-calendar a{
	top: 110px;
	left: 770px;
	height: 12px;
	width: 165px;
	background: transparent url(../graphics/training-calendar.gif) 0 0 no-repeat;
}

#child-care-e-search a:hover, #l1-fingerprinting a:hover, #training-calendar a:hover{
	background-position: 0 -12px;
}

#menu {
	position: absolute;
	top: 134px;
	left: 1px;
	height: 56px;
	z-index: 100;
}

/* all lists */
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	width: 670px;
	height: 56px;
}

/* all list items */
#nav li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	display:inline;
}

#nav li.about {
	margin: 0;
}

#nav li {
	height:56px;
	background:transparent url(../graphics/nav_sep.gif) no-repeat scroll right 12px;
}

#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:15px 28px;
	height:25px;
	display:block;
	font-size:93%;

}

#nav li ul li {
background:transparent;
font-weight:normal;
display:block;
}



#nav li.about a.top:link,
#nav li.about a.top:visited {
	width: 126px;
}

#nav li.services a.top:link,
#nav li.services a.top:visited {
	width: 152px;
}

#nav li.get-involved a.top:link,
#nav li.get-involved a.top:visited {
	width: 184px;
}

#nav li.news-events a.top:link,
#nav li.news-events a.top:visited {
	width: 202px;
}

/* This hover effect is placed on the list item rather than the link
so as to the keep effect intact as the user mouses over the submenus */
#nav li:hover a.top:link,
#nav li:hover a.top:visited,
#nav li.sfhover a.top:link,
#nav li.sfhover a.top:visited {
	background: transparent url(../graphics/dropdown.png) 50% 45px no-repeat;
	border: 0;
}

/* This triggers the dropdown effect. */
#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
}

/* second-level lists */
#nav li ul {
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	z-index: 100;
	top: 56px;
	width: 250px;
	margin: 0;
	padding: 0;
	border-bottom: 6px solid #37666d;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #50939c;
}

#nav li ul li {
	float: none;
	border-top: 1px solid #417980;
	border-bottom: 1px solid #86b4bb;
	margin: 0;
	height:auto;
}

#nav li ul li.first {
	border-top: 0;
}

#nav li ul li:hover,
#nav li ul li.sfhover {
	background-color: #223546;
}
	
#nav li ul a:link,
#nav li ul a:visited {
	width: 200px;
	color: #fff;
	text-decoration: none;
	padding:8px 28px;
	height:auto;
}
	
#nav li ul a:hover,
#nav li ul a:active {
	color: #fff;
	border: 0;
}

/* third-and-above-level lists */
#nav li ul ul {
	margin: -1em 0 0 250px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	top: 0;
	left: -9999em;
	padding: 0;
	background-color: #7ab9c1;
}

/* Keepts lists nested under hovered list items hidden until their parent item is moused over */
#nav li li:hover ul,
#nav li li.sfhover ul {
	left: 0;
	margin: 0 0 0 250px;
}

div.translation {
	position: absolute;
	top: 133px;
	left: 710px;
	padding: 2px 30px 5px 30px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #6a7f91;
	background: none;
}

.goog-te-gadget {
	color:#FFF568 !important;
}

.translation a, .translation a:link, .translation a:visited {
	font: italic 14px Georgia, Times, �Times New Roman�, serif;
	color: #fff568;
}

.translation a:hover, .translation a:active {
	color: #fff;
}


/* SPOTLIGHT */

#spotlight {
	height: 375px;
	background: transparent url(../graphics/spotlight-bg.jpg) 50% 0 no-repeat;
}

#spotlight .container {
	position: relative;
	z-index: 1;
}

#spotlight graphics {
	padding-left: 1px;
}

#spotlight h2 {
	margin-top: 25px;
	text-indent: -9999px;
	font-size: 1px;
	height: 20px;
	line-height: 1px;
}

#spotlight p {
	padding: 0 30px 0 66px;
	font: italic 12px/18px Georgia, Times, �Times New Roman�, serif;
	color: #fff;
}

#quick_links2 {
width:340px;
position:absolute;
left:617px;
top:15px;
}

#quick_links2 ul {
	width:330px;
}

#quick_links2 .align_image_left {
float:left;
margin:0 5px 5px 0;
}

#quick_links2 p {
padding:0px;
}

#quick_links2 ul li {
display:block;
width:330px;
height:109px;
}

#quick_links2 .content_image_box {
background:transparent;
border:0px solid #959595;
}

#quick_links2 .collection_item_label {
font-weight:bold;
font-size:.9em;
}

#quick_links2 a:link, #quick_links2 a:visited, #quick_links2 a:hover, #quick_links2 a:active {
	color:#fff;
}

#families a, #child-care-pro a, #community a {
	position: absolute;
	left: 617px;
	width: 344px;
}

#families a {
	top: 0;
	height: 98px;
}

#families h2 {
	background: transparent url(../graphics/families.gif) 66px 0 no-repeat;	
}

#child-care-pro a {
	top: 99px;
	height: 104px;
}

#child-care-pro h2 {
	width: 300px;
	background: transparent url(../graphics/child-care-pro.gif) 66px 0 no-repeat;	
}

#community a {
	top: 206px;
	height: 117px;
}

#community h2 {
	width: 165px;
	background: transparent url(../graphics/community.gif) 66px 0 no-repeat;	
}


/* HOME CONTENT */

#content {
	overflow:auto;
	padding-bottom: 146px;  /* must be same height as the footer */

}

#content .container {
	background: #fff;
	}

#content p{
	padding-bottom: 12px;
}

#content p,  #content li{
	font: normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
}

#content p.section-description {
	font: italic 12px/20px Georgia, Times, �Times New Roman�, serif;
}

#content h5.form_title, div.form_row_submit {
background:#233647 none repeat scroll 0 0;
color:#fff;
}

#what-we-do, #getting-involved, #in-the-news {
	float: left;
	width: 300px;
}

#what-we-do, #getting-involved {
	margin-right: 30px; 
}

#what-we-do h3, #getting-involved h3, #in-the-news h3 {
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height: 20px;
}

#what-we-do h3 {
	width: 142px;
	background: transparent url(../graphics/what-we-do.gif) 0 0 no-repeat;
}

#getting-involved h3 {
	width: 235px;
	background: transparent url(../graphics/getting-involved.gif) 55px 0 no-repeat;
}

#in-the-news h3 {
	width: 183px;
	background: transparent url(../graphics/in-the-news.gif) 55px 0 no-repeat;
}

#getting-involved {
	background: transparent url(../graphics/icon-briefcase.jpg) 0 0 no-repeat;
}

#in-the-news {
	background: transparent url(../graphics/icon-newspaper.jpg) 0 0 no-repeat;
}

#getting-involved .section-description, #in-the-news .section-description {
	padding-left: 55px;
}

#getting-involved ul {
	margin-left: 15px;
	list-style: square;
	color: #d45407;
}

#getting-involved li a, #getting-involved li a:link, #getting-involved li a:visited {
	font: italic 12px/20px Georgia, Times, 'Times New Roman', serif;
	color: #d45407;
}

#getting-involved li a:hover, #getting-involved li a:active {
	font: italic 12px/20px Georgia, Times, �Times New Roman�, serif;
	color: #591b0a;
}

#in-the-news li {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-left: 1px solid #e1e7e8;
	border-bottom: 1px solid #e1e7e8;
}

div.news_archives {
	text-align:right;
	-x-system-font:none;
font-family:Verdana,Geneva,Tahoma,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
}

#content p.learn-more {
	width: 94px;
	padding: 4px 0 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dadada;
	background: #f3f3f3 url(../graphics/button-bg.jpg) 0 100% repeat-x;
}

.learn-more a, .learn-more a:link, .learn-more a:visited {
	color: #7d7d7d;
	padding-right: 20px;
	background: transparent url(../graphics/arrow.png) 100% 50% no-repeat;
}

.learn-more a:hover, .learn-more a:active {
	color: #333;
}

.archives {
	text-align: right;
}


/* INTERIOR CONTENT */

#content.interior {
	background: transparent url(../graphics/interior-bg.jpg) 50% 0 no-repeat;
}

#content.interior .container {
	background: #fff url(../graphics/interior-content.jpg) 0 0 no-repeat;
}

#content.interior h2 {
	padding-bottom: 50px;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

#content.interior p {
	margin-bottom: 10px;
}

#content.interior h3 {
	font-size: 14px;
}

#content.interior h4 {
	font-size: 12px;
}

#content .content_image_box p {
padding:0px;
margin:0px;
}

#text {
	float: left;
	padding: 20px 0 0 50px;
	width: 520px;
}

#in-this-section{
	float: left;
	width: 262px;
	margin: 42px 0 0 80px;
}

#in-this-section h5{
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
	margin: 40px 0 20px;
	width: 148px;
	height: 20px;
	background: transparent url(../graphics/in-this-section.gif) 0 0 no-repeat;
}

#in-this-section li{
	padding: 5px 0;
	border-bottom: 1px solid #eaeeef;
}

#in-this-section li ul li {
	padding:3px 15px;
	border-bottom:0px;
	font-size:1em;
}

#in-this-section li ul li a:link , #in-this-section li ul li a:visited {
	color:#d45407;
}

#in-this-section li ul li a:hover, #in-this-section li ul li a:active, #in-this-section li ul li a.current_page {
color:#146897;
}

#in-this-section a:hover, #in-this-section a:active, #in-this-section a.current_page {
	color: #1f3140;
}

graphics.left {
	float: left;
	margin: 10px 20px 20px 0;
	border: 1px solid #ccc;
}

graphics.right {
	float: right;
	margin: 10px 0 20px 10px;
	border: 1px solid #ccc;
}


/* FOOTER */

#footer {
	width: 100%;
	height: 146px;
	font: normal 11px/18px Verdana, Geneva, Tahoma, sans-serif;
	color: #fff;
	background: #fff url(../graphics/footer-bg.jpg) bottom center repeat-x;
	margin-top: -146px; /* negative value of footer height */
	clear:both;
}

#footer .container {
	height: 146px;
	background: transparent url(../graphics/footer-rule.png) 0 75px no-repeat;
}

#contact-info{
	float: left;
	width: 600px;
	margin-top: 90px;
	text-transform: uppercase;
	font-weight: bold;
}

#links-copyright {
	float: right;
	width: 340px;
	margin-top: 90px;
	text-align: right;
}

#footer a {
	color: #fff;
}

#links-copyright a {
	font-weight: bold;
}

#links-copyright ul li, #links-copyright ul li div {
display:inline;
}


#links-copyright ul li {
padding:0px 5px;
border-right:1px solid #fff;
}

#links-copyright ul li:last-child {
border-right:0px;
padding-right:0px;
}


/* CLEAR */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block; /* IE 7 */
}

.clear {
	display: block;
}

* html .clear {
	height: 1px; /* IE < 7 */
}

#in-the-news h3.content_news_article_headline {
width:auto;
background:none;
line-height:inherit;
font-size:inherit;
text-indent:0px;
height:auto;
}

/* Styles for all 3 columns on hompage to have the same News as In The News section */

#what-we-do h3.content_news_article_headline, #getting-involved h3.content_news_article_headline {
width: auto;
background: none;
line-height: inherit;
font-size: inherit;
text-indent: 0px;
height: auto;
}

#what-we-do h3.content_news_article_headline a, #getting-involved h3.content_news_article_headline a {
color: #146897; 
font-style: normal; 
font-weight: bold;
font-size: inherit;
font-family: Verdana, Geneva, Tahoma, sans-serif;
 }


#what-we-do li.news_article, #getting-involved li.news_article {
margin-bottom: 10px;
padding: 0 0 10px 10px;
border-left: 1px solid #E1E7E8;
border-bottom: 1px solid #E1E7E8;
}


#what-we-do .content_news_article_by_line, #getting-involved .content_news_article_by_line {color: #7D7D7D;}

#getting-involved ul {padding-bottom: 20px;}


/* --- Styles from FDP Header ---- 
 
 */

#footer {
height: 163px;
margin-top: -163px;
}

li.fdpc_spotlight {
height: 324px;
width: 617px;
}
