@charset "UTF-8";
body  {
	font: 1em Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



/*skip navigation for screen readers*/
#skipNav{
display:none;
}


 #container { 
	padding-top: 10px;
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*=HEADER.............................*/

 #header { 
	/*height:160px;*/
	margin:0;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:150px;
	height:160px;
	text-indent:-999px;
	font: 1em/120% Arial, Helvetica, sans-serif;
	float:left;
	overflow:hidden;
}

#header h1 a{
background:url(images/housing_rights_logo_v2.gif);
background-repeat:no-repeat;
margin:0;
padding:10px;
display:block;
width:150px;
height:160px;
}

#header h1 a:hover{
background:url(images/housing_rights_logo_v2_hover.gif) no-repeat top left;
}
/*=userType.........*/
#userType{
width:auto;
/*width:800px;*/
height:40px;
	padding:0 0 0 0;
	margin:0;
}


#userType .userNewArrivals h2 {
	padding:0;
	margin:0;
	width:150px;
	height:40px;
	background:url(images/new_arrivals.gif) no-repeat top left;
	float:left;
	text-indent:-999px;
	overflow:hidden;
}

#userType .userHousingAdvisors h2 {
	padding:0;
	margin:0; 
	width:200px;
	height:40px;
	background:url(images/housing_advisers.gif) no-repeat top left;
	float:left;
	text-indent:-999px;
	overflow:hidden;
}
 
 /*=#searchBox...............*/
 
 #userType .searchBox{
	padding:0 20px 0 0;
	margin:0;
	/*
	width:380px;
	height:40px;*/
	float:right;
}

/*=navBar_People..............*/

 #navBar_People .refugees a{
	background-image:url(images/square_80px_noCorner.gif);
	background-color:#adff1e;
}


 #navBar_People .indefiniteLeaveToRemain a{
	background-image:url(images/square_80px_noCorner.gif);
	background-color:#0ab1ff;
}


 #navBar_People .refugees a, #navBar_People .indefiniteLeaveToRemain a, #navBar_People .eeaWorkers a, #navBar_People .otherEeaNationals a, #navBar_People .eeaFamilyMembers a, #navBar_People .a8Nationals a, #navBar_People .bulgariansAndRomanians a, #navBar_People .workPermitHolders a, #navBar_People .womenFleeingViolence a, #navBar_People .peopleWithSocialNeeds a {
	background-image:url(images/square_80px_noCorner.gif);
}


 #navBar_People .refugees a:hover, #navBar_People .indefiniteLeaveToRemain a:hover, #navBar_People .eeaWorkers a:hover, #navBar_People .otherEeaNationals a:hover, #navBar_People .eeaFamilyMembers a:hover, #navBar_People .a8Nationals a:hover, #navBar_People .bulgariansAndRomanians a:hover, #navBar_People .workPermitHolders a:hover, #navBar_People .womenFleeingViolence a:hover, #navBar_People .peopleWithSocialNeeds a:hover {
background-image:none;
}

 #navBar_People .otherEeaNationals a{
	background-color:#ffa878;
}

 #navBar_People .eeaWorkers a{
	background-color:#999966;
}
 #navBar_People .eeaFamilyMembers a{
	background-color:#ff6699;
}

 #navBar_People .a8Nationals a{
	background-color:#cc3300;
}
 #navBar_People .bulgariansAndRomanians a{
	background-color:#ffccff;
}
 #navBar_People .workPermitHolders a{
	background-color:#66cc33;
}
 #navBar_People .womenFleeingViolence a{
	background-color:#cccc99;
}
 #navBar_People .peopleWithSocialNeeds a{
	background-color:#996633;
}

 #navBar_People ul{
	padding:0;
	margin:0;
	height:100px;
	background-color:#E2DAEB; /*this changes the colour of the bar under the people nav*/
	list-style-type:none;
	float:left;
}

 #navBar_People ul li{
	padding:0;
	margin:0;
	width:79px;
	height:80px;
	font: 0.8em/120%  Arial, Helvetica, sans-serif;
	border-right: solid 1px #CCCCCC;
	float:left;
}

 #navBar_People ul a{
 padding: 0 0 0 6px;
 margin:0;
	width:74px;
	height:100%;
	display:block;
	text-decoration:none;
	color:#000000;
}

/*=navBar_Legal...........*/
 #navBar_Legal ul{
	padding:0;
	margin:0;
	width:800px;
	height:20px;
	float:left;
}

 #navBar_Legal ul li{
	padding: 5px 10px 3px 0px;
	margin:0;
	font: 0.8em/120% Arial, Helvetica, sans-serif;
	color:#6e2abd;
	list-style-type:none;
	float:left;
}

#navBar_Legal ul a {
background:url(images/square_10px_noCorner.gif) center left no-repeat;
	text-indent: 15px;
display:block;
text-decoration:none;
}


#navBar_Legal ul a:hover {

	color:#000000;
	background:url(images/square_10px_noCorner_dark.gif) center left no-repeat;
	text-indent: 15px;
	float:left;
}


/*=sidebar.................*/
/*
 Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.

<!--[if IE 5]>
Place css box model fixes for IE 5* in this conditional comment 
<style type="text/css"> 
#sidebar1 { width: 150px; }
</style>
<![endif]-->
*/


 #sidebar1 {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	height:2600px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:87px 0 0 0; /* top and bottom padding create visual space within this div  */
	margin:0;
}

 #sidebar1 h4 {
	padding:0 0 10px 0;
	font: bold 0.9em/120% Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	background:url(images/triangle_6px_dkgrey.gif) no-repeat top left;
	text-indent:12px;
	}

 #sidebar1 p {
	margin:0;
	padding:0 0 10px 0;
	font: 0.9em/120% Arial, Helvetica, sans-serif;
	margin:0 10px 10px 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	background:url(images/triangle_6px_midpurple.gif) no-repeat top left;
	text-indent:12px;
}

#sidebar1 a{
	text-decoration:none;
	color:#333333;
}

#sidebar1 a:hover{
	text-decoration:underline;
	color:#333333;
}



/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

#mainContent {
	float:left;
	width:810px;
	height:100%;
	padding: 35px 0 0 0;
	margin:0;
	}
	
 #mainContent h2 {
	font: bold 2.2em Arial, Helvetica, sans-serif;
	padding:0 0 20px 20px;
	margin: 0;
	}
	
 #mainContent h3 {
	font: bold 0.95em/120% Arial, Helvetica, sans-serif;
	padding:10px 0 30px 20px;
	margin: 0;
	}	

 #mainContent h4 {
	font: bold 0.95em/120% Arial, Helvetica, sans-serif;
	padding:40px 0 0 160px;
	margin: 0;
	}	
	
 #mainContent p { 

	font: 0.95em/140%  Arial, Helvetica, sans-serif;
	padding:0 170px 0 20px;
	margin:0 0 20px 0;
	 /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page.*/
} 

#mainContent ul{
	font: 0.95em/130%  Arial, Helvetica, sans-serif;
	padding:0 120px 10px 40px;
	margin:0;
}
#mainContent ol{
	list-style-type:square;
	font: 0.95em/130%  Arial, Helvetica, sans-serif;
	padding:10px 110px 0px 40px;
}
#mainContent li{
	padding:0 0px 10px 0;
	margin:0;
}

.ha #mainContent h2, .na #mainContent h2{
font: bold 2.2em Arial, Helvetica, sans-serif;
	padding:0 0 20px 20px;
	margin: 0;
}




#mainContent a {
text-decoration:none;
color:#6E2ADB;
}
#mainContent a:hover {
text-decoration:underline;
color:#666666;
}

a:active{
  outline: none;
}


/*=NAorHA box................. */
#HAtoNAbox, #NAtoHAbox {

font: 0.9em Arial, Helvetica, sans-serif;
line-height:1.4em;
float:right;
}

#HAtoNAbox a, #NAtoHAbox a {

display:block;
margin:56px 0 0 40px;
padding:20px;
width:120px;
height:auto;
color:#ffffff;

background:#E2DAEB;
color:#7a777e;
}

#HAtoNAbox a:hover, #NAtoHAbox a:hover{
background:url(images/bigSquare_noCorner.gif) no-repeat bottom right #E2DAEB;
text-decoration:none;
/*background:#c6b8d5;*/
}


/*=footer................. */

#footer{
padding:0;
width:522px;
margin:60px 20px;
border-top: dotted 1px #999999;
} 
 #footer p {
color:#999999;
	font: 0.85em/120% Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 #footer a{
 text-decoration:none;
 color:#999999;
 }
 
  #footer a:hover{
 text-decoration:underline;
 color:#666666;
 }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*=PAGE SPECIFIC.......................*/



/*=navBar_Legal ul*/

.naHousingEx #navBar_Legal ul .housingExplained,/**/ .naHousingEl #navBar_Legal ul .theLawOnEligibility,/**/ .naHow #navBar_Legal ul .howToApply,/**/ .naDiscrim #navBar_Legal ul .discrimination,/**/ .naHb #navBar_Legal ul .theLawOnHousingBenefit,/**/ .naLinks #navBar_Legal ul .usefulLinks {
	background:url(images/square_10px_noCorner_dark.gif) center left no-repeat;
	
}

.haNewArrivals #navBar_Legal ul .newArrivalsExplained,/**/ .haHousingEl #navBar_Legal ul .theLawOnEligibility,/**/ .haHousingBen #navBar_Legal ul .theLawOnHousingBenefit,/**/ .haDiscrim #navBar_Legal ul .discrimination,/**/ .haLinks #navBar_Legal ul .usefulLinks {
	background:url(images/square_10px_noCorner_dark.gif) center left no-repeat;
}
	
	
.naHousingEx #userType .userHousingAdvisors h2,/**/ .naHousingEl #userType .userHousingAdvisors h2,/**/ .naHow #userType .userHousingAdvisors h2,/**/ .naDiscrim #userType .userHousingAdvisors h2,/**/ .naHb #userType .userHousingAdvisors h2,/**/ .naLinks #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.haNewArrivals #userType .userNewArrivals h2,/**/ .haHousingEl #userType .userNewArrivals h2,/**/ .haHousingBen #userType .userNewArrivals h2,/**/ .haDiscrim #userType .userNewArrivals h2,/**/ .haLinks #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}

/*=
.naCouncilReg
.naHousingAs
.haHousingAdv
.haRslLa
.haRslNa*/

.naRefugees #navBar_People .refugees a{
	background-image:none;
	background-color:#adff1e;
}
.naRefugees #navBar_People ul{
	background:#adff1e;
}
.naRefugees #sidebar1{
	background:#ffffcc;
	height:2200px;
}
.naRefugees #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naWomen #navBar_People .womenFleeingViolence a{
	background-image:none;
	background-color:#cccc99;
}
.naWomen #navBar_People ul{
	background:#cccc99;;
}
.naWomen #sidebar1{
	background:#ebebd6;
	height:1600px;
	
}
.naWomen #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naPeople #navBar_People .peopleWithSocialNeeds a{
	background-image:none;
	background-color:#996633;
}
.naPeople #navBar_People ul{
	background:#996633;
}
.naPeople #sidebar1{
	background:#d6c2ad;
	height:1400px
}
.naPeople #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naIlr #navBar_People .indefiniteLeaveToRemain a{
	background-image:none;
	background-color:#0ab1ff;
}
.naIlr #navBar_People ul{
	background:#0ab1ff;
}
.naIlr #sidebar1{
	background:#9de0ff;
	height:1900px;
}
.naIlr #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naEea #navBar_People .eeaWorkers a{
	background-image:none;
	background-color:#999966;
}
.naEea #navBar_People ul{
	background:#999966;
}
.naEea #sidebar1{
	background:#d6d6c2;
	height:2600px;
}
.naEea #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naOtherEea #navBar_People .otherEeaNationals a{
	background-image:none;
	background-color:#ffa878;
}
.naOtherEea #navBar_People ul{
	background:#ffa878;
}
.naOtherEea #sidebar1{
	background:#ffdcc9;
	height:2900px
}
.naOtherEea #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naEeaFamily #navBar_People .eeaFamilyMembers a{
	background-image:none;
	background-color:#ff6699;
}
.naEeaFamily #navBar_People ul{
	background:#ff6699;
}
.naEeaFamily #sidebar1{
	background:#fdc9db;
	height:2400px;
}
.naEeaFamily #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naA8 #navBar_People .a8Nationals a{
	background-image:none;
	background-color:#cc3300;
}
.naA8 #navBar_People ul{
	background:#cc3300;
}
.naA8 #sidebar1{
	background:#ebad99;
	height:2600px;
}
.naA8 #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naBulgRom #navBar_People .bulgariansAndRomanians a{
	background-image:none;
	background-color:#ffccff;
}
.naBulgRom #navBar_People ul{
	background:#ffccff;
}
.naBulgRom #sidebar1{
	background:#ffebff;
	height:2600px;
}
.naBulgRom #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.naWorkPermit #navBar_People .workPermitHolders a{
	background-image:none;
	background-color:#66cc33;
}
.naWorkPermit #navBar_People ul{
	background:#66cc33;
}
.naWorkPermit #sidebar1{
	background:#c2ebad;
	height:2300px;
}
.naWorkPermit #userType .userHousingAdvisors h2 {
	background:url(images/housing_advisers_pale.gif) no-repeat top left;
}


.haWomen #navBar_People .womenFleeingViolence a{
	background-image:none;
	background-color:#cccc99;
}
.haWomen #navBar_People ul{
	background:#cccc99;
}
.haWomen #sidebar1{
	background:#ebebd6;
	height:1600px;
}
.haWomen #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haPeople #navBar_People .peopleWithSocialNeeds a{
	background-image:none;
	background-color:#996633;
}
.haPeople #navBar_People ul{
	background:#996633;
}
.haPeople #sidebar1{
	background:#d6c2ad;
	height:1400px;
}
.haPeople #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haRefugees #navBar_People .refugees a{
	background-image:none;
	background-color:#adff1e;
}
.haRefugees #navBar_People ul{
	background:#adff1e;
}
.haRefugees #sidebar1{
	background:#deffa5;
	height:2400px;
}
.haRefugees #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haIlr #navBar_People .indefiniteLeaveToRemain a{
	background-image:none;
	background-color:#0ab1ff;
}
.haIlr #navBar_People ul{
	background:#0ab1ff;
}
.haIlr #sidebar1{
	background:#9de0ff;
	height:1900px;
}
.haIlr #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haEea #navBar_People .eeaWorkers a{
	background-image:none;
	background-color:#999966;
}
.haEea #navBar_People ul{
	background:#999966;
}
.haEea #sidebar1{
	background:#d6d6c2;
	height:2500px;
}
.haEea #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haOtherEea #navBar_People .otherEeaNationals a{
	background-image:none;
	background-color:#ffa878;
}
.haOtherEea #navBar_People ul{
	background:#ffa878;
}
.haOtherEea #sidebar1{
	background:#ffdcc9;
	height:2800px;
}
.haOtherEea #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haEeaFamily #navBar_People .eeaFamilyMembers a{
	background-image:none;
	background-color:#ff6699;
}
.haEeaFamily #navBar_People ul{
	background:#ff6699;
}
.haEeaFamily #sidebar1{
	background:#fdc9db;
	height:2500px;
}
.haEeaFamily #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haA8 #navBar_People .a8Nationals a{
	background-image:none;
	background-color:#cc3300;
}
.haA8 #navBar_People ul{
	background:#cc3300;
}
.haA8 #sidebar1{
	background:#ebad99;
	height:2700px;
}
.haA8 #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haBulgRom #navBar_People .bulgariansAndRomanians a{
	background-image:none;
	background-color:#ffccff;
}
.haBulgRom #navBar_People ul{
	background:#ffccff;
}
.haBulgRom #sidebar1{
	background:#ffebff;
	height:2500px;
}
.haBulgRom #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}


.haWorkPermit #navBar_People .workPermitHolders a{
	background-image:none;
	background-color:#66cc33;
}
.haWorkPermit #navBar_People ul{
	background:#66cc33;
}
.haWorkPermit #sidebar1{
	background:#c2ebad;
	height:2200px;
}
.haWorkPermit #userType .userNewArrivals h2 {
	background:url(images/new_arrivals_pale.gif) no-repeat top left;
}

/*=index page...............*/



.naha #mainContent{
width:750px;
padding: 35px 0 0 0 ;
margin:0;
}

.naha #sidebar1{
width:150px;

}

.naha #mainContent h2, .naha #mainContent h3 {
margin:0 0 0 0;
padding: 0 0 20px 20px;
}


.naha #mainContent ul li{
list-style:none;
}


.naha #refugees, .naha #ilr, .naha #eeaw, .naha #eean, .naha #eeaf, .naha #a8, .naha #bar, .naha #wph, .naha #wfv, .naha #pscn {
/*height:64px;*/
margin:0 0 0 10px;
padding:0 0 20px 0;
}

.naha #refugees p, .naha #ilr p, .naha #eeaw p, .naha #eean p, .naha #eeaf p, .naha #a8 p, .naha #bar p, .naha #wph p, .naha #wfv p, .naha #pscn p {
margin:0;
padding: 0 0 0 60px;
background:url(images/col_flag_bkground.gif) top left no-repeat;

}

.naha #refugees p{
background-color:#adff1e;}

.naha #ilr p{
background-color:#0ab1ff;}

.naha #eeaw p{
background-color:#999966; }

.naha #eean p{
background-color: #ffa878; }

.naha #eeaf p{
background-color: #ff6699; }

.naha #a8 p{
background-color:#cc3300; }

.naha #bar p{
background-color:#ffccff; }

.naha #wph p{
background-color: #66cc33; }

.naha #wfv p{
background-color:#cccc99; }

.naha #pscn p{
background-color:#996633; }

.naha # {
background-color:#E2DAEB;
height:2500px;}



.hidefromweb {display:none;}

/*=reference........colours

refugees
	#adff1e;
		#deffa5

indefiniteLeaveToRemain
	 #0ab1ff;
		#9de0ff
		
otherEeaNationals
	 #ffa878;
		#ffdcc9
		
eeaWorkers
	#999966;
		#d6d6c2
		
eeaFamilyMembers
	 #ff6699;
	 	#fdc9db

a8Nationals
	 #cc3300;
	 	#ebad99

bulgariansAndRomanians
	 #ffccff;
	 	#ffebff

workPermitHolders
	 #66cc33;
	 	#c2ebad

womenFleeingViolence
	#cccc99;
		#ebebd6

peopleWithSocialNeeds
	#996633;
		#996633
*/