/* CSS Document */
/* Start Globals */

* { 
	margin:0;
	padding:0; 
}

body {
	background-color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:9px;
	color:#666666;
}

img {
	border:0px;
}

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

a:hover {
	text-decoration:underline;
}


/* Start Layout & Layers */

#header {
	position:relative;
	background-color:#919076;
	height:auto !important; 
	min-height:265px;
	height:265px;
	width:800px;
	background-image:url(../images/fdc_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	
}

#header_fdc {
	position:relative;
	background-color:#919076;
	height:auto !important; 
	min-height:265px;
	height:265px;
	width:800px;
	background-image:url(../images/fdc_sub.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


#header_dlc {
	position:relative;
	background-color:#919076;
	height:auto !important; 
	min-height:265px;
	height:265px;
	width:800px;
	background-image:url(../images/dlc_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#header_nn {
	position:relative;
	background-color:#919076;
	height:auto !important; 
	min-height:265px;
	height:265px;
	width:800px;
	background-image:url(../images/newborn_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#header_cn {
	position:relative;
	background-color:#919076;
	height:auto !important; 
	min-height:265px;
	height:265px;
	width:800px;
	background-image:url(../images/childcare_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}



#header_links {
	position:absolute;
	top:250px;
	left:0px;
	width:800px;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	line-height:10px;
}

#main {
	position:relative;
	background-color:#FFFFFF;
	height:auto !important; 
	min-height:130px;
	height:130px;
	width:800px;
	background-image:url(../images/dlc_logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


#sub_sites {
	position:relative;
	background-color:#FFFFFF;
	width:800px;
	margin:0px; 
	padding:0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


#sub_left {
	width:266px;
	height:auto !important; 
	min-height:300px;
	height:300px;
	float:left;
	padding-top:16px;
}

#sub_center {
	width:266px;
	height:auto !important; 
	min-height:300px;
	height:300px;
	float:left;
	padding-top:16px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#sub_right {
	width:266px;
	height:auto !important; 
	min-height:300px;
	height:300px;
	float:right;
	padding-top:16px;
}

#sub_lt_col {
	width:266px;
	float:left;
	
}


#sub_rt_col {
	width:500px;
	height:auto !important; 
	min-height:435px;
	height:435px;
	border-left:1px solid #CCCCCC;
	float:right;
	padding:16px;
	text-align:left;
	
}

#sub_spacer {
	width:800px;
	height:auto !important; 
	min-height:24px;
	height:24px;
	border-bottom:1px solid #CCCCCC;
	
}

#downloads, #links, #special {
	padding:16px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

#contact {
	text-align:left;
}

#footer {
	position:relative;
	background-color:#FFFFFF;
	width:802px;
	border-top:1px solid #CCCCCC;
	padding-top:8px;
}

/* Start Layer Specific Globals */

#header_links ul {
	margin-left:0px;
	padding-left:0px;
	margin-right:20px;
	list-style-type: none;
}

#header_links li {
	color:#FFFFFF;
	display:inline;
	padding-left:2px;	
}

#header_links li a:link, #header_links li a:visited {
	color:#FFFFFF;
	font-weight:600;
	text-decoration:none;
}	

#header_links li a:hover {
	text-decoration:underline;
}

#main ul {
	margin-right:50px;
	padding-top:54px;
	list-style-type: none;
	text-align:right;
}

#main li {
	display:inline;
}

#main p {
	width:480px;
	color:#000066;
	padding-left:294px;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	text-align:left;
}

#downloads ul, #links ul, #special ul {
	margin-top:8px;
	list-style-type:none;
	padding:0px;
}

#sub_rt_col ul {
	margin-bottom:16px;
	margin-left:16px;
	padding:0px;
}

#sub_rt_col li, #downloads li, #links li, #special li {
	padding:2px;
}

#sub_rt_col ul ul {
	margin-bottom:0px;
	margin-left:16px;
}

#contact blockquote {
	padding-left:16px;
	font-size:10px;
}


/* Start General Classes */

p.sub {
	width:235px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

.no_list {
	margin-left:-16px;
	list-style-type:none;
}

.title {
	font-size:16px;
	font-weight:bold;
}

.section_title {
	float:left;
	font-size:16px;
	font-weight:bold;
}


.section_links {
	float:right;
	font-size:10px;
	color:#000000;
}


.add_margin {
	line-height:16px;
}

a.pilot:link, a.pilot:visited {
	color:#666666;
	text-decoration:none;
}

a.pilot:hover {
	text-decoration:underline;
}

input {
 background-color:#FFFFA0;
  border:1px solid #CCCCCC;
  color:#000000;
}

textarea {
 background-color:#FFFFA0;
  border:1px solid #CCCCCC;
  color:#000000;
}

input.button {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  color:#000000;
  margin-top:2px;
  margin-bottom:2px;
  
}

input.button:hover {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  color:#00006A;
  
}
