﻿/*** HTML Elements ************************************************************************************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
}
a:active,a:link,a:visited
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #E672A9;
	
	
}
img 
{
	border: none;
}
label
{
	/*display: none;*/
}


/*** Button Elements ************************************************************************************/
#rightButtons div
{
	font-size: 1.1em;
	color: #ffffff;
	padding: 20px;
	width: 168px;
	height: 131px;
	position: absolute;
}
.arrowButton
{
	position: absolute;
	right: 0px;
	bottom: 19px;
	width: 46px;
	height: 32px;
}
.button1
{
	background: transparent url('/images/buttons/button1.png') no-repeat top left;
	left: 25px; /*10px*/
	top: 8px;
}
.button2
{
	background: transparent url('/images/buttons/employment.png') no-repeat top left;
	
	right: 5px; /*9px*/
	top: 8px; /* 0px */
}
.button3
{
	background: transparent url('/images/buttons/adopt.png') no-repeat top left;
	left: 25px; /*10px*/
	top: 166px;
}
.button4
{
	background: transparent url('/images/buttons/localauth.png') no-repeat top left;
	right: 5px; /*9px*/
	top: 166px; /*166px*/
}


/*** Left Navigation ************************************************************************************/
#leftNav ul
{
	list-style: none;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#leftNav ul li
{
	list-style-type: none;
	color: #E672A9;
	font-weight: bold;
	padding-bottom: 15px;
}
#leftNav ul li li
{
	padding-bottom: 0px;
}
#leftNav ul ul ul
{
	padding: 0px;
}
#leftNav ul ul li
{
	list-style-type: none;
	color: #666666;
	font-weight: normal;
}
#leftNav ul ul ul li
{
	list-style-type: none;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
}
#leftNav ul a
{
	text-decoration: none;
	color: #E672A9;
}
#leftNav a, #leftNav ul ul li a
{
	text-decoration: none;
	color: #666666;
}
#leftNav a.selected
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#leftNav a:hover
{
	text-decoration: underline;
	color: #E672A9;
}
#leftNav a.selected:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;

}


/*** Layout Elements ************************************************************************************/
#container
{
	width: 925px;
	margin: 0px auto;
}
#background
{
	width: 100%;
	height: 329px;
	background: #ffffff url('/images/bg1.jpg') no-repeat top left;
	margin-top: 5px;
	position: relative;
}
#backgroundInner
{
	width: 100%;
	height: 100%;
	z-index: 5;
}
#backgroundPage
{
	width: 100%;
	background: #ffffff url('/bgPage.jpg') no-repeat top left;
}
#leftNav
{
	float: left;
	width: 170px;
	padding: 5px 5px 0px 15px;
		font-size: 0.75em; 	
}
#contentWrap
{
	float: left;
	width: 735px;
	background: #ffffff url('/images/bg.jpg') no-repeat top left;
}
#contentHome
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 475px;
	background: #cccccc;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=60);
	opacity:60;
	-moz-opacity:60;
	-khtml-opacity:60;
	display: none;
	z-index: 10;
}
#content
{
	float: left;
	width: 515px;
	padding: 0px 25px 25px 25px;
	color: #666666;
}
#rightButtons
{
	position: absolute;
	width: 440px;
	right: 0px;
	top: 0px;
	z-index: 10;
}
#portraits
{
	float: left;
	width: 160px;	
	margin: 1em 0em 0em 0em;
	padding: 25px 0px 0px 0px;
	text-align: center;
}
#portraits p {
	margin: 0;
	padding: 0;
}
#portraits img
{
	display: block;
}
#logo
{
	float: left;
	margin-left: 15px;
}
#navigation
{
	margin: 5px 0px 0px 0px;
	text-align: left;
	height: 27px;
}
.rightContent
{
	float: left;
	position: relative;
	height: 100%;
	margin-left: 0px;
	width:700px;
	padding-left:10px;
}
.rightContentHead
{
	float: right;
	position: relative;
	height: 100%;
	margin-left: 0px;
}
#resizer
{
	text-align: left;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 0.7em;
}
#tagline
{
	position: absolute;
	right: 0px;
	top: 33px;
}
#phonenumber
{
	position: absolute;
	right: 0px;
	top: 30px;
	width:110px;
	color:#65676c;
	font-weight:bold;
}
#homelink
{
	position: absolute;
	right: 170px;
	bottom: 10px;
	width:150px;
	color:#65676c;
	font-size:1.0em;
	
}
#homelink a
{
	background: #ffffff url('/images/hometool.gif') no-repeat top left;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#65676c;
	font-size:1.0em;
	padding-left:25px;
	float:left;
}
#homelink a:hover
{
	color: #da599d;
	background: #ffffff url('/images/hometoolhover.gif') no-repeat top left;
}
#homelink label
{	
	float:right;
}
#header
{
	height: 81px;
	width: 100%;
	border-bottom: 3px #65676C solid;
}
#footer
{
	margin-top: 10px;
	position:relative;
}

#disclaimer-text
{
	text-align: left;
	font-size: 0.7em;
	color: #666666;
	padding-top: 8px;
	padding-right: 5px;
}
#mission
{
	/*background: #ffffff url('/images/mission.png') no-repeat top left;*/
	width: 924px;
	height: 54px;
	margin: 8px 0px 10px 1px;
	font-weight: normal;
	color: #65676C !important;
	font-size:1.1em;
	padding-left:10px;
}
#partners img
{
	padding: 5px;
	float: right;
}
#partners
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}



/*** Content Styles ************************************************************************************/
#content 
{
	font-size: 0.75em;
	line-height: 1.4em;
}

#content h1
{
	/*color: #E672A9;*/
	color: #da599d;
	font-size: 1.6em;
	padding: 22px 0em 0em 0em;
	margin: 0px 0em 1em 0em;
}

#content h2
{
	/*color: #E672A9;*/
	color: #da599d;
	font-size: 1.6em;
	padding: 1em 0em 0em 0em;
	margin: 0px 0em 1em 0em;
}

#content h2{ font-size: 1.2em;}
#content h3{
	font-size: 1em;
	color: #666;
}

#content li {
	list-style-position: inside;
}

#content p
{
	padding: 0em 0em 1em 0em;
	margin: 0em;
}
.pink-text
{
	color: #E672A9;
}

#content a{
	color: #da599d;
}
#content a:visited{
	color: #666;
}


/*** Top Navigation ************************************************************************************/

/*** NEW Top Navigation ************************************************************************************/
#new_navigation
{
	
	margin: 5px 0px 0px 0px;
	text-align: left;
	height: 27px;
}
#new_navigation ul
{
	list-style: none;
	list-style-type: none;
	margin:0px 0 0 15px;
	width: 925px;
	padding: 0px;
}
#new_navigation ul li a
{
	text-decoration:none;
	color: #65676C !important;
}
#new_navigation ul li a:hover
{
	color: #da599d !important;
}
#container #new_navigation ul li a.selected
{
	/* color: #da599d; */
	color: #da599d !important;
}
#new_navigation ul li
{
	list-style-type: none;
	display: block;
	float: left;
	font-weight: bold;
	color: #65676C !important;
	font-size:1.0em;
	margin-right:25px;
	margin-top:3px;
}
#new_navigation ul a:link, #navigation ul li a:visited
{
	display: block;
	
}


/*#tabHome2 a  			{ width: 86px; }
#tabFostering2 a  		{ width: 109px; }
#tabAdoption2 a  		{ width: 108px; }
#tabChildrenLawUK2 a  	{ width: 154px; }
#tabAuthorities2 a  		{ width: 157px; }
#tabCampaignsAndMedia2 a	{ width: 174px; }
#tabYoungPeople2 a  		{ width: 137px;  }*/
/*** NEW Top Navigation ************************************************************************************/




#navigation ul
{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	letter-spacing: 0.05em;
	width: 925px;
	padding: 0px;
}
#navigation ul li
{
	list-style-type: none;
	display: block;
	float: left;
	font-weight: bold;
	color: #666666;
}
#navigation ul a:link, #navigation ul li a:visited
{
	display: block;
	overflow: hidden;
	padding-top: 27px;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win only */
}
#navigation ul a:hover
{
	background-position: 0 -27px;
}
#navigation ul a:active, #navigation ul li a.selected:link, #navigation ul li a.selected:active, 
#navigation ul li a.selected:hover, #navigation ul li a.selected:visited
{
	background-position: 0 -54px;
}

#tabHome a  			{ width: 86px; background: url('/images/nav/home.png') top left no-repeat; }
#tabFostering a  		{ width: 109px; background: url('/images/nav/fostering.png') top left no-repeat; }
#tabAdoption a  		{ width: 108px; background: url('/images/nav/adoption.png') top left no-repeat; }
#tabChildrenLawUK a  	{ width: 154px; background: url('/images/nav/childrenlawuk.png') top left no-repeat; }
#tabAuthorities a  		{ width: 157px; background: url('/images/nav/localauthorities.png') top left no-repeat; }
#tabCampaignsAndMedia a	{ width: 174px; background: url('/images/nav/campaignsandmedia.png') top left no-repeat; }
#tabYoungPeople a  		{ width: 137px; background: url('/images/nav/youngpeople.png') top left no-repeat; }






/*** Search Box ************************************************************************************/
#searchBox
{
	position: absolute;
	right: 0px;
	bottom: 10px;	
	width: 160px;
	height: 20px;
	background: #ffffff url('/images/searchbox.png') no-repeat top left;
}
#searchBox input
{
	position: absolute;
	left: 5px;
	top: 1px;
	border: none;
	color: #666666;
	font-style: italic;
	width: 125px;
	height: 20px;
	background-color: transparent;
	font-size: 0.75em;
}
#searchBox input.button
{
	position: absolute;
	left: 132px;
	top: 1px;
	border: none;
	color: #65676C;
	font-weight: bold;
	font-size: 1.0em;
	width: 26px;
	height: 20px;
	background-color: transparent;
	cursor: hand;
}


/*** BUG FIXES **************************************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Fat Beehive */
#searchResults dl {
	margin: 10px 0 20px 0;
}

#searchResults dl dt, #searchResults dl dd {
	margin-left: 0px;
}

#searchResults .info {
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#donation{
	float: right;
	margin: 10px 10px 10px 10px;	
}

#content div.resource a:hover{
	color: #d00064;
}

#content div.resource h2{
	margin-bottom: 1em;
}

#facebook-link {
	background: transparent url('/images/icons/facebook.png') no-repeat 0 0; 
	padding: 2px 5px 2px 20px;
}

#twitter-link {
	background: transparent url('/images/icons/twitter.png') no-repeat 0 0; 
	padding: 2px 5px 2px 20px;
}
a.splashLink:link, a.splashLink:visited {color:#da5997;}
a.splashLink:hover {color:#666666;}
