.container_12{
	margin-top: 20px;
}

.menu-title{
	color: gray;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
}

.menu ul {
	list-style: none;
}

.menu li{
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu a{
	display: block;
	color: black;
	text-decoration: none;
}

.menu a:hover{
	color: black;
	text-decoration: none;
	background-color: #eee;
}

.img_btn{
	color: silver;
}

.menu-active{
	color: black;
	text-decoration: none;
	background-color: silver;
}

.img_btn a{
	color: silver;
	text-decoration: none;
}

.img_btn a:hover{
	color: gray;
	text-decoration: none;
	background-color: #eee;
}


.contents {
	text-align: justify;	
	padding-top: 40px;
}

.contents h1{
	color: gray;
	line-height: 1.3em;

}

.contents ul{
	list-style-type: circle;
	list-style-position: outside;
}

.contents li{
	margin: 0 0 0 14px;
}

.contents a{
	text-decoration: none;
	color: gray;
}

.contents a:hover{
	text-decoration: none;
	background-color: #eee;
}

/* NOTE */


.note1{
	font-size: 10px;
	line-height: 16px;
}

.note1 strong{
	display: block;
	border-bottom: 1px solid silver;
	margin-bottom: -18px;
}

.note1 li{
	line-heightist-style-type: none;
    line-heightist-style-position: inside;
	padding-bottom: 8px;
}

/* LAWYER */

.lawyerlist h1{
	color: gray;
}

.lawyerlist ul{
	list-style-type: none;
	list-style-position: outside;
}

.lawyerlist li{
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;

}

.lawyerlist a{
	color: gray;
	text-decoration: none;
	display: block;
}

.lawyerlist-active, .lawyerlist-active a{
	color: black;
	text-decoration: none;
	background-color: silver;
}

.lawyerlist a:hover{
	color: black;
	text-decoration: none;
	background-color: #eee;
}

/* FOOTER */

.footer{
	display: block;
	padding-top: 10px;
	font-size: 9px;
	border-top: 1px solid silver;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* ACCORDION */

.accordion_toggle {
			display: block;
			height: 30px;
			background: white;
			padding: 0 0 0 0;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: #000000;
			cursor: pointer;
			margin: 0 0 0 0;
			
			text-transform: uppercase;
		}
		
		.accordion_toggle_active {
			color: #ffffff;
			border-bottom: 1px none #f68263;
		}
		
		.accordion_content {
			overflow: hidden;
			width: 460px;
		}
			
			.accordion_content h2 {
				color: black;
			}
			
			.accordion_content p {
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			background: #ededed;
			padding: 0 0 0 0;
			line-height: 30px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: silver;
			color: black;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: black;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
.PropertyAccordion_content{
	overflow: hidden;
}	
.PropertyAccordion_content{
	display: block;
}

.PropertyAccordion_toggle{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	cursor: pointer;
}

.PropertyAccordion_content ul{
	margin: 0 0 0 5px;
}	
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 460px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 460px;
    }
