/* My Child Without Limits Master Styles 
    Author: Matt Radel on June 6, 2008 */

body {
	/*background-image: url(img/footer_bkg.jpg);*/
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #171717;
	line-height: 1.4em;
}
img {
	border: 0;
}

a:link {
	color: #005f7d;
	font-family: georgia, times, sans-serif;
}

a:visited {
	color: #666;
	font-family: georgia, times, sans-serif;
}

a:hover {
	color: #005f7d;
	font-family: georgia, times, sans-serif;
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Structure */

#wrapHome {
	background: url(img/bkg.jpg) repeat-x #fff;
}

	#mainContainer {
		width: 940px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
		#masthead {
			background: url(img/masthead_bkg.jpg) no-repeat;
			width: 940px;
			height: 133px;
			position: relative;
			z-index: 10;
		}
		
			#printLogo {
				display: none;
			}
		
			#logoWeb {
				background: url(img/logo.png) no-repeat;
				width: 314px;
				height: 122px;
				margin: 0;
				padding: 0;
				text-indent: -999em;
				overflow: hidden;
				position: absolute;
				top: 4px;
				left: 0;
			}
			
				#logoWeb a {
					display: block;
					width: 314px;
					height: 122px;
				}
		
		.login {
			position: absolute;
			top: 40px;
			left: 400px;
			z-index: 3;
			
		}
		
		#langSelect {
			position: absolute;
			top: 10px;
			right: 0px;
		}
		#langSelect a {
			text-decoration: none !important;
			display: inline-block;
		}
		#langSelect p {
			color: #005F7D;
			display: inline;
			font-size: 12px;
			margin-right: 4px;
		}
		#langSelect span {
			color: #005F7D;
		    font-size: 15px;
		    font-weight: normal;
		    margin: 0 1px;
		    position: relative;
		    top: -1px;
		}
				
		#search {
			position: relative;
			float: right;
			top: 38px;
			border: 1px solid #7fafbe;
			background-color: #fff;
			width: 340px;
			height: 29px;
		}
		
			#search input {
				position: absolute;
				top: 3px;
				left: 6px;
				border: 1px solid #fff;
				color: #005f7d;
				font-size: 14px;
				width: 240px;
			}
			
			/*
			#search button {
				position: absolute;
				right: 3px;
				top: 3px;
				border: 0;
				background: url(img/search_btn.png) no-repeat;
				width: 84px;
				height: 23px;
				cursor: pointer;
				cursor: hand;
				text-indent: -999em;
				overflow: hidden;
			}
			*/
			#en_searchButton {
				position: absolute;
				right: 3px;
				top: 3px;
				border: 0;
				background: url(img/search_btn.png) no-repeat;
				width: 84px;
				height: 23px;
				cursor: pointer;
				cursor: hand;
				text-indent: -999em;
				overflow: hidden;
			}
			
			#en_searchButton:hover {
				background: url(img/search_btn.png) no-repeat 0 -23px;
			}
			#es_searchButton {
				position: absolute;
				right: 3px;
				top: 3px;
				border: 0;
				background: url(img/es_search_btn.png) no-repeat;
				width: 84px;
				height: 23px;
				cursor: pointer;
				cursor: hand;
				text-indent: -999em;
				overflow: hidden;
			}
			
			#es_searchButton:hover {
				background: url(img/es_search_btn.png) no-repeat 0 -23px;
			}
			.usFlag {
				margin-right: 4px;
				/* for IE */
				filter:alpha(opacity=40);
				/* CSS3 standard */
				opacity:0.4;
			}
			.usFlag:hover, .usFlag.on {
				/* for IE */
				filter:alpha(opacity=100);
				/* CSS3 standard */
				opacity:1;
			}
			.esFlag {
				/* for IE */
				filter:alpha(opacity=40);
				/* CSS3 standard */
				opacity:0.4;
			}
			.esFlag:hover, .esFlag.on {
				/* for IE */
				filter:alpha(opacity=100);
				/* CSS3 standard */
				opacity:1;
			}
			
/* Banner Area */

		#bannerArea {
			height: 262px;
			width: 940px;
			margin-top: 11px;
		}
		
			#billboard {
				float: left;
				margin-top: 6px;
				background: url(img/billboard_bkg.png) no-repeat;
				width: 584px;
				height: 248px;
			}
			
			#banner {
				position: relative;
				z-index: 1;
				margin: 3px 0 0 4px
			}
			
				#banner ul {
					display: none;
				}
			
				#banner a {
					display: inline;
					width: 576px;
					height: 240px;
				}
			
			#quickLinks {
				float: right;
				margin-top: 6px;
				background: url(img/quick_links_bkg.png) no-repeat;
				width: 344px;
				height: 248px;
			}
			
				#quickLinks h2 {
					margin: 8px 0 0 15px;
					padding: 0;
					color: #005f7d;
					font-size: 14px;
					font-weight: normal;
				}
				
				#quickLinks p {
					margin: 0;
					padding: 0;
				}
				
				#links {
					width: 308px;
					height: 190px;
					overflow: auto;
					margin:10px 0 0 16px;
				}
				
				#links p {
					/*display: inline !important;
					margin: 0 !important;
					padding: 0 !important;*/
				}
				
					#links a {
						/*display: block;
						background: url(img/quick_link_bkg.png) no-repeat #f6f2e7 right center;
						border: 1px solid #ead9b2;
						font-family: arial, helvetica, sans-serif;
						color: #3a9d44;
						font-weight: bold;
						font-style: normal;
						text-decoration: none;
						font-size: 14px;
						padding: 7px 30px 7px 10px;
						margin-bottom: 7px*/
						color: #005f7d;
						font-family: georgia, times, sans-serif;
					}
					
					#links a:hover {
						/*background: url(img/quick_link_bkg_hover.png) no-repeat #fff right center;
						color: #0e7919;*/
						color: #005f7d;
						font-family: georgia, times, sans-serif;
						text-decoration: none;
					}
					
				#topFunctions {
					float: right;
					margin: 7px 14px 0 0;
				}
				
					#topFunctions a {
						color: #663300;
					}
				
					#topFunctions .print {
						float: left; 
						display: block;
						padding: 0 15px 0 20px;
						background: url(img/print_brown.png) no-repeat left center;
						margin-bottom: 8px;
					}
					
					#topFunctions .email {
						float: left;
						display: block;
						padding: 0 20px;
						background: url(img/email_brown.gif) no-repeat left center;
					}
		
/* Home Content */

		#homeContent {
			padding-bottom: 20px;
			margin-top: 9px;
		}
		
			#homeLeft {
				float: left;
				width: 580px;
				overflow: hidden;
			}
		
				#welcome {
					padding: 12px 0 10px 0;
					border-bottom: 1px solid #bfd7de;
					font-size: 15px;
					line-height: 1.6em
				}
				
				.infoColPad {
					float: left;
					padding-top: 12px;
					width: 179px;
					font-size: 12px;
					margin-right: 21px;
					overflow: hidden;
				}
				
				.infoCol {
					float: left;
					padding-top: 12px;
					width: 179px;
					font-size: 12px;
					overflow: hidden;
				}
				
			#homeRight {
				float: right;
			}
			
				.sideCol {
					background: url(img/col_bkg.jpg) no-repeat #f9f5ed;
					width: 340px;
					border-right: 1px solid #d7c7b3;
					border-bottom: 1px solid #d7c7b3;
					border-left: 1px solid #d7c7b3;
					padding: 7px 18px;
					voice-family: "\"}\""; 
					voice-family:inherit;
					width: 304px;
					overflow: hidden;
				}
				
/* Interior Styles */

#wrapInner {
	background: url(img/bkg_interior.jpg) repeat-x #fff;
}

	#innerContent {
		padding-bottom: 20px;
		margin-top: 9px;
	}
	
		#subNav {
			float: left;
			width: 246px;
			background: url(img/nav/subnav/cap.png) no-repeat;
			margin-top: 3px;
		}
		
		#innerCol {
			float: right;
			width: 671px;
		}
		
		#innerCol #topFunctions {
			float: right;
			margin: 24px 0 0 0;
			width: 210px;
			font-size: 12px;
		}
		
			#breadcrumbs {
				width: 671px;
				height: 20px;
				overflow: hidden;
				color: #663300;
				font-size: 10px;
			}
			
				#breadcrumbs a {
					color: #663300;
				}
				
			#oneColContent {
				padding: 20px 15px 20px 0;
			}
			
/* Two Column Template */

		#leftColContent {
			padding: 20px 15px 20px 0;
			width: 450px;
			voice-family: "\"}\""; 
			voice-family:inherit;
			width: 435px;
		}
		
			#innerCol .sideCol {
				float: right;
				background: url(img/col_bkg.jpg) no-repeat #f9f5ed;
				width: 210px;
				border: 1px solid #d7c7b3;
				padding: 7px 15px;
				margin-top: 15px;
				voice-family: "\"}\""; 
				voice-family:inherit;
				width: 180px;
				overflow: hidden;
			}
			
				#innerCol .sideCol p {
					font-size: 13px;
				}
				
				#innerCol .sideCol ul {
					font-size: 13px;
				}
			
		#rightColContent {
			float: right;
			width: 210px;
		}
			

/* Footer */

	#footer {
		background: url(img/footer_shadow.png) repeat-x;
		font-family: georgia, times, serif;
		font-size: 12px;
		color: #fff;
		font-style: italic;
	}
	
		#footerContent {
			width: 940px;
			padding: 6px 0;
			margin: 0 auto;
		}
		
			#footerContent span {
				float: right;
			}
		
			#footerContent p {
				margin: 0;
				font-size: 12px;
			}
			
			#footerContent a {
				color: #fff;
				font-size: 12px;
			}
			
			#footerContent a:hover {
				color: #fff;
				text-decoration: none;
			}
			
				.designedby {
					float: right;
					padding-top: 2px;
				}
				
				#copyright {
					padding-top: 10px;
					color: #666;
					text-align: center;
				}
				
					#copyright a {
						color: #666;
					}
					
					#copyright a:hover {
						color: #666;
					}
				
				.logofooter {
					margin: 20px 0 20px 0;
					text-align: center;
				}
				
				#functions {
					padding-bottom: 10px;
				}
				
					.print {
						float: left; 
						display: block;
						padding: 0 20px;
						line-height: 1.7em;
						background: url(img/print_blue.png) no-repeat left center;
						margin-bottom: 8px;
					}
					
					.email {
						float: left;
						display: block;
						padding: 0 20px;
						line-height: 1.7em;
						background: url(img/email_blue.gif) no-repeat left center;
					}
					
					#map {
						float: left;
						display: block;
						padding: 0 20px;
						line-height: 1.7em;
						background: url(img/site_map.gif) no-repeat left center;
					}
					
					#top {
						float: left;
						display: block;
						padding: 0 24px;
						line-height: 1.7em;
						background: url(img/top_arrow.png) no-repeat left center;
					}
					
					.clearleft {
						clear: left;
					}
					
					#largerfont {
						float: left;
						display: block;
						padding: 0 24px;
						line-height: 1.7em;
						background: url(img/largerfont.gif) no-repeat left center;
					}
					
					#smallerfont {
						float: left;
						display: block;
						padding: 0 24px;
						line-height: 1.7em;
						background: url(img/smallerfont.gif) no-repeat left center;
					}
					
/* Form Styles */
	
	.red {
		color: #005f7d;
		font-size: 17px;
	}
	
	form {
		display: inline;
	}
	
	label {
		display: block;
		width: 175px;
		float: left;
		margin-bottom: 6px;
		text-align: right;
		padding-right: 6px;
		font-size: 14px;
		line-height: 1.8em;
	}
	
	label.required {
		font-weight: bold;
		color: #005f7d;
		font-style: italic;
	}
	
	form br {
		clear: left;
	}
	
	input {
		color: #000;
		font-size: 14px;
	}
	
	select {
		font-size: 14px;
	}
	
	textarea {
		color: #000;
		font-size: 14px;
	}
					
/* Site Map Styles */

#siteMap {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	#siteMap li a {
		display: block;
		font-style: normal;
		font-size: 17px;
		border-bottom: 1px solid #ccc;
		text-decoration: none;
		padding: 6px 0;
	}
	
	#siteMap li a:hover {
		color: #3a9d44;
	}

	#siteMap ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#siteMap ul ul {
			margin: 0 0 0 15px;
		}
		
		#siteMap ul ul li a {
			display: block;
			font-size: 14px;
			font-style: italic;
			border-bottom: none;
			text-decoration: underline;
			padding: 4px 0 0 0;
		}
		
		#siteMap ul ul li a:hover {
			text-decoration: none;
			color: #005f7d
		}

/* Search Results */

.notice {
	background-color: #FFF1AF;
	padding: 8px 12px;
	border: 3px solid #FFE87F;
	margin-top: 20px;
}

ol#results {
	font-size: 15px;
}

	ol#results li {
		padding: 6px;
		border-bottom: 1px solid #ccc;
	}
			
/* Resource Locator Results */
th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	background-color: #EEE;
	border-bottom: 1px #DDD solid;
}

.contentdark {
	background-color: #e8f1f3;
	padding: 3px;
	border-bottom: 1px solid #7ab1c8;
}

.contentlight {
	background-color: #FFF;
	padding: 3px;
	border-bottom: 1px solid #7ab1c8;
}

.pagination {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	.pagination li {
		display: block;
		float: left;
		padding: 10px;
		margin: 0;
		list-style-type: none;
		font-size: 14px;
		font-weight: bold;
	}
	
		.pagination li a {
			display: block;
			font-size: 14px;
			font-weight: bold;
		}
