/* CSS - www.home-carers.co.uk */

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;	
	background: #333333 url(images/tile.gif) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #080808;
	line-height: 140%;
}

h2 {
	font-size: 150%;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: -10px;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	margin-bottom: 5px;
	color: #666666;
}

h4 {
	font-size: 110%;
	color: #333333;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #000;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url(images/back.jpg) repeat top left;
}

#header 
{
	margin-left: 20px;
	margin-bottom: 10px;
	height: 61px;
	width: 208px;
}

#header img.logo 
{
	margin-top: 15px;
}

#banner {
	height: 200px;
	background: url(images/banner.jpg) no-repeat left top;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0px;
}

#about #banner {
	height: 200px;
	background: url(images/banner_about.jpg) no-repeat left top;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0px;
}

#services #banner {
	height: 200px;
	background: url(images/banner_services.jpg) no-repeat left top;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0px;
}

#jobs #banner {
	height: 200px;
	background: url(images/banner_jobs.jpg) no-repeat left top;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0px;
}

#training #banner {
	height: 200px;
	background: url(images/banner_training.jpg) no-repeat left top;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 0px;
}

#nav-main	{
	height: 35px;
	margin: 0px;
	padding: 0px;
	background: url(images/nav_back.jpg) repeat-x left top;
}

#nav-main ul#nav-list	{
	height: 35px;
	background: transparent url(images/nav.jpg) top left no-repeat;
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

#nav-main ul#nav-list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}
	
ul#menu li, ul#nav-list a {
	height: 35px;
	display: block;
}
	
#nav-main ul#nav-list li a {
	text-indent: -9999px;
	text-decoration: none;
}
	
#nav_about {left: 0px; width: 63px;}
#nav_services {left: 77px; width: 59px;}
#nav_jobs {left: 150px; width: 84px;}
#nav_training {left: 248px; width: 57px;}
#nav_news {left: 319px; width: 43px;}
#nav_faq {left: 376px; width: 45px;}
#nav_links {left: 434px; width: 41px;}
#nav_contact {left: 489px; width: 73px;}

#nav_about a:hover {background: transparent url(images/nav.jpg) 0px -36px no-repeat;}
#nav_services a:hover {background: transparent url(images/nav.jpg) -77px -36px no-repeat;}
#nav_jobs a:hover {background: transparent url(images/nav.jpg) -150px -36px no-repeat;}
#nav_training a:hover {background: transparent url(images/nav.jpg) -248px -36px no-repeat;}
#nav_news a:hover {background: transparent url(images/nav.jpg) -319px -36px no-repeat;}
#nav_faq a:hover {background: transparent url(images/nav.jpg) -376px -36px no-repeat;}
#nav_links a:hover {background: transparent url(images/nav.jpg) -434px -36px no-repeat;}
#nav_contact a:hover {background: transparent url(images/nav.jpg) -489px -36px no-repeat;}

#about #nav_about a {background: transparent url(images/nav.jpg) 0px -72px no-repeat;}
#services #nav_services a {background: transparent url(images/nav.jpg) -77px -72px no-repeat;}
#jobs #nav_jobs a {background: transparent url(images/nav.jpg) -150px -72px no-repeat;}
#training #nav_training a {background: transparent url(images/nav.jpg) -248px -72px no-repeat;}
#news #nav_news a {background: transparent url(images/nav.jpg) -319px -72px no-repeat;}
#faq #nav_faq a {background: transparent url(images/nav.jpg) -376px -72px no-repeat;}
#links #nav_links a {background: transparent url(images/nav.jpg) -434px -72px no-repeat;}
#contact #nav_contact a {background: transparent url(images/nav.jpg) -489px -72px no-repeat;}

#content-main {
	float: left;
	width: 420px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 0px;
	margin: 0px;
	background: url(images/squares.jpg) no-repeat top left;
}

#content-main h2{
	margin-top: 20px;
}

#content-main p {
	padding-left: 10px;
}

#content-main h4 {
	padding-left: 10px;
	margin-bottom: -8px;
}

#content-main li {
	list-style: circle;
}

#content-right {
	font-size: 88%;
	float: right;
	width: 240px;
	background: #fff;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#content-right p {
	padding-left: 20px;
	padding-right: 20px;
}

#content-right em {
	color: #666666;
}

#content-right ul {
	list-style: none;
	margin: 0px; 
	padding-left: 20px;
	padding-bottom: 20px;
}

#content-right li {
	padding-right: 20px;
}

#nav-main ul#nav-list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}

#content-right h4 {
	background: #333333 url(images/tile.gif) repeat top left;
	color: #fff;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}

#footer {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 85%;
	background: #333333 url(images/tile.gif) repeat top left;
	color: #fff;
}

#footer p {
	padding-bottom: 10px;
	font-size: 90%;
}

#footer p.right {
	float: right;	
	margin-top: -60px;
	padding-right: 20px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
}

.hide 
{
	display: none;
}

ul.sitemap li
{
	margin-bottom: 10px;
}

img {
	border: 0px;
}

.formfieldset {
	border: 0px solid #ccc;
	margin-bottom: 10px;
}

.formfieldset label {
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 40%;
}

p.news {
	background: url(images/news_icon.png) left no-repeat;
	margin-bottom: -10px;
	margin-left: 10px;
	font-weight: bold;
	color:#555;
	text-indent: 5px;
}