@charset "utf-8";
/* CSS Document */
body {
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	padding: 0; 
}

.clearboth {
clear:both;
height: 0px;
margin: 0;
}
#footer_clear {
clear:both;
}
#container {
	position: relative;
	width: 776px;
	height: 100%;
	z-index: 1;
	margin: 0 auto;
}
#logo {
	width: 200px;
	height: 85px;
	margin-bottom: 15px;
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	float: left;
	}
#strapline {
	width: 310px;
	margin-right: 8px;
	background-image: url(assets/strapline.jpg);
	float: right;
	height: 100px;
	margin-top: 0px;
	}
	
#content_top {
	width: 756px;
	_width: 776px;
	background-image: url(assets/content_top.jpg);
	height: 9px;
	padding-left: 10px;
	padding-right: 10px;
	
	
	}
#content {
	width: 756px;
	_width: 776px;
	background-image: url(assets/content_bg.jpg);
	padding-left: 10px;
	padding-right: 10px;
}
#content_left {
	width: 306px;
	float: left;
	margin-right: 20px;
	}
#content_right {
	width: 430px;
	float: right;
	}
	
#footer {
	width: 776px;
	margin-top: 0px;
	background-image: url(assets/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: left;
height:60px;
	
	}
	#footer p {

margin-top: 0px;

}
#nav_container {
	width: 768px;
	_width: 776px;
	height: 25px;
	padding-left:8px;	
	}	
#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
     list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -25px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -25px;
	}
#home a  {
	width: 100px;
	background: url(assets/nav_home.jpg) top left no-repeat;
	}
#families a  {
	width: 100px;
	/*background: url(families.jpg) top left no-repeat;*/
	background: url(assets/nav_families.jpg) top left no-repeat;
	}
#nannies a  {
	width: 100px;
	/*background: url(nannies.jpg) top left no-repeat;*/
	background: url(assets/nav_nannies.jpg) top left no-repeat;
	}
#registration a  {
	width: 100px;
	/*background: url(registration.jpg) top left no-repeat;*/
	background: url(assets/nav_registration.jpg) top left no-repeat;
	}
#vacancies a  {
	width: 100px;
	/*background: url(vacancies.jpg) top left no-repeat;*/
	background: url(assets/nav_vacancies.jpg) top right no-repeat;
	}
#contact a  {
	width: 100px;
	/* background: url(contact.jpg) top left no-repeat; */
	background: url(assets/nav_contact.jpg) top right no-repeat;
	}
#links a  {
	width: 100px;
	/* background: url(contact.jpg) top left no-repeat; */
	background: url(assets/nav_links.jpg) top right no-repeat;
	}
	
/* Text Styles */

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 20px;
	margin-right: 40px;
	}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color: #ffca11;
	line-height: 40px;
	margin-right: 40px;
	margin-top: 40px;
	}
	.sub_header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #ffca11;
	line-height: 20px;
	margin-right: 40px;
	margin-top: 20px;
	}
	.divider {
	width: 400px;
	height:1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
.copyright {
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
	}
	
	.top_image {
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	.second_image {
	padding-left: 10px;
	padding-bottom: 20px;
	}
	
	#body_text a:link {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 20px;
	margin-right: 40px; }
#body_text a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 20px;
	margin-right: 40px;}
#body_text a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 20px;
	margin-right: 40px;}
#body_text a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 20px;
	margin-right: 40px;}
	