/* CSS for the Landlord Development Manual
 *
 *
 */


div#rla_landlord_manual {}

	/* Text styles specific to the guide */
	p.paraHeading {color:#00007C; font-style:italic}

 
	/* Main Page */
 	div#rla_landlord_manual #intro {width: 614px;
									height: 510px;
									margin: 20px auto 20px auto;
									padding:0;
									text-align:center;
									background-image:url(/graphics/landlord_manual/manualIntroBg.gif);
									background-position:top left;
									background-repeat:no-repeat}
									
				#intro #intro_container {padding: 30px}
				
				#intro #intro_container img {padding: 10px}
				
				#intro #chapter_listing {text-align:left;
										 margin: 20px 0 10px 20px;
										 border-top: 1px solid #000000;
										 border-bottom: 1px solid #000000}


	/* Content Pages */
    /* Navigation Menu */
	div#rla_landlord_manual #contents {float: left;
									   width: 220px;
									   padding: 3px}
			
			
			#contents #title {height: 25px;
							  background-image: url(/graphics/landlord_manual/manualContents.gif);
							  background-position: bottom left;
							  background-repeat: no-repeat}
			
			
			#contents #menu {border-left: 1px solid #666666;
							 border-bottom: 1px solid #666666;
							 border-right: 1px solid #666666}
			
			#contents #menu ul {}
			
			#contents #menu ul li {margin-top: 0px; margin-bottom:0px;
									padding-top:1px; padding-bottom:1px} /* tightens up in IE */
			
			#contents #menu ul span {font-weight: bold}
			
				/* Level 1 */
				#contents #menu ul.level1 {margin-left: 0; padding-left:0;
										   list-style:none;
										   margin-top: 0px; margin-bottom:3px}
				
				  a.level1 {display: block; padding: 2px 0 2px 0}
				  a.level1:link, a.level1:visited {background-color: #024E87; color:#FFFFFF; text-decoration:none}
				  a.level1:hover, a.level1:active {background-color: #1B5F93; color:#FFFFFF; text-decoration:none}
					/**/
				
				
				/* Level 2 */
				#contents #menu ul.level2 {margin-left: 0; padding-left:0;
											list-style: none;
											margin-top: 0px; margin-bottom:0px}
				
				#contents #menu ul.level2 li {font-size:10px}
				
				  #contents #menu ul.level2 a {background-color:#EEEEEE;
											   display:block}
				
				/* Level 3 */
				#contents #menu ul.level3 {list-style:square;
											margin-left: 1em; padding-left:1em;
											margin-top: 0px; margin-bottom:0px} /* Decrease default indent */
				
				#contents #menu ul.level3 li  {font-size:10px}
				
				  #contents #menu ul.level3 a {background-color:#FFFFFF;
											   display:block}			
	
				/* Appendix */
				#contents #menu ul.appendix {margin-left: 0; padding-left:0;
											list-style: none;
											margin-top: 0px; margin-bottom:3px}
	
	
	/* Copy */
	div#rla_landlord_manual #copy {margin-left: 235px;
									background-image: url(../../graphics/landlord_manual/bookbind.gif);
									background-position: left;
									background-repeat:repeat-y}
	
				#copy #text {margin-left: 45px}
	
				#copy #chapter {border-bottom: 1px solid #000000;
								border-top: 1px solid #000000;
								padding: 4px 0 4px 0}
								
				#copy #chapter .printer_friendly {float:right;
												  font-size: 10px}				
				
				                .useful_contact {padding: 10px 0 10px 0;
												border-bottom: 2px dashed #CCCCCC;}
												
								
								.useful_contact p {margin: 2px}
								.useful_contact p.heading {color: #00007C; font-weight:bold}								
	
				#copy #source {text-align: center;
								border-top: 1px solid #000000}
	
	/* Printer - Friendly Copy */
	/* defined styles for how SOME of the elements above should be displayed on printer friendly sheet */
	div#rla_landlord_manual #print_copy {}
	
				#print_intro {text-align: center;
											padding: 20px} /*only on printable copy*/
				
				#print_intro p {margin:10px}
				
				#print_copy #chapter {border-bottom: 1px solid #000000;
								border-top: 1px solid #000000;
								padding: 4px 0 4px 0}
								
								/* emphasise links in printed copy */
				#print_copy a, #print_copy a:link {text-decoration: underline}  				
								
				#print_copy #chapter .printer_friendly {display:none}	
				
				#print_source {text-align: center;
								border-top: 1px solid #000000}
								
													 
				
