/*DiversityCare.co.uk*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 15px;
}

p {
	padding: 12px;
	font-family:helvetica;
}

p.email{
	float: left;
}

html,body {
	height: 100%;	
	background-color: #f2f058;/*#FFFF4B;*/;/*background-color: #f2f058*/
}

#header {
	margin: 10px;
	margin-left:15px;
	background: white;
	border: solid maroon 1px;
	padding-top:5px;
/*	border-bottom: 3px solid maroon;*/
}

#container {
	min-height: 100%;
	width: 1100px;
	margin: 0 auto;
}

#content {
	padding-left: 160px;
	padding-top: 14px;	
}

* html #container {
	height: 100%;
}

#footer {
	color: white;
	text-align: right;
	background: #B90504;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	margin: -50px auto 0 auto;
}

#clearfooter {
	height: 50px;
	padding-top: 10px;
}

#rightPara {
	float: right;
}

/*********************************************************/
/*	Naviagation					 						 */
/*********************************************************/
ul#navigation
{
	float: left;
	/*font-weight: bold;*/
	text-align: center;
	padding-left: 0;
	padding: 15px;
	list-style-type: none;
	text-decoration: none;
	width: 120px;
	font-size: 70%;
/*	border: solid black 1px;*/
}
ul#navigation a
{
	display: block;
	text-decoration: none;
	background: #B90504; /*#036;*/
	color: white;/*#fff;*/
	padding: .2em .5em;
	border-bottom: 1px solid white;/*#D1d1d1;*/
}
ul#navigation a:hover
{
	background-color: maroon;/*#69c;*/
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff; 
	text-decoration: underline;
	position: relative;
}
ul#navigation a:focus
{
	background-color: maroon;/*#69c;*/
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff;
}
ul#navigation a:active
{
	background-color: maroon;/*#69c;*/
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff; 	
}
ul#navigation li
{
	/*font-size: small;
	color: navy;
	display: inline;*/
}

/*********************************************************/
/*	Header												 */
/*********************************************************/
h1
{
	margin-left: 15px;
	margin-right: 15px;
	color: #B90504;
	font-family: helvetica;
	border-bottom: 3px solid maroon;
}
h2
{
	font-family: helvetica;
	color: #B90504;
	font-size: 20px;
	border-bottom:1px solid maroon;
}
h3
{
	font-family: helvetica;
	color: #B90504;	
	padding-left:12px;
	text-decoration: none;
}
h4
{
	font-family: helvetica;
	font-weight: bold;
	padding: 0;
	/*font-size: small;*/
	text-decoration: none;	
}
em
{
	/*margin-left: 10px;*/
	color: navy;	
}
img.staff
{
/*	border: 1px solid #fff;*/
}
img.headerImage{
	display: block;
	margin-left:auto;
	margin-right:auto;
}
/******************************************************************************
- * Anchors
 *****************************************************************************/
a 
{
	font-size: 15px;
	text-decoration: none;
	color : black;
	font-family: helvetica;
	
}
a:visited 
{
	text-decoration: none; 
	color : black;
}
a:hover 
{
	text-decoration: underline;
	color: red;
}
a.menu 
{
	padding-left: 5px;
}
a.menu:hover 
{
	text-decoration: underline;
}
a.contents
{
	font-size:15px;
	text-decoration: underline;
	font-family: helvetica;
}
ul.lista
{	
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	float: left;
}

li.list
{
	list-style-type: none;
	padding-left: 12px;
	font-family: helvetica;
}
td
{
	padding-left: 12px;
	font-family: helvetica;
}
a.mail
{
	padding-left: 12px;		
}
table.staff
{
}
.photo
{
margin:30px;
position:relative;
}
.photo span
{	
/*background:url(images/cut-corner.png)no-repeat;*/
position:absolute;
display:block;
width:320px;
height:240px;
top:-5px;
left:-10px;
}
.photo span p
{
color:red;
padding-left:18px;
padding-bottom:15px;
}
.yv{
padding-left:51px;
}