		/*
			Vertical Accordions
		*/
		
	.accordion_toggle {
	display: block;
	height:30px;
	width: 950px;
	line-height: 30px;		
	text-decoration: none;
	outline: none;
	font-size: 14px;
	float:left;
	/*border-left:solid 1px #CCC;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;*/
	border-radius:5px;
	background: url(../images/share-image01.png) center  left no-repeat  ;  
	cursor: pointer;
	margin-bottom:10px !important;
	
	padding:5px 5px 5px 5px !important;
	color:#555555; text-transform:none;font-size:1.2em;font-family:"LinotypeBreweryW01-Regu",Helvetica,sans-serif;font-style:normal;font-weight:normal;
	background:#DBDDD9;
		}
		

		
	.accordion_toggle_active {
	color: #555555;
	font-weight:normal;
	background:#DBDDD9;
	background-repeat: no-repeat;
/*	border-left:solid 1px #CCC;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;*/
		text-transform:none;font-size:1.2em;font-family:"LinotypeBreweryW01-Regu",Helvetica,sans-serif;font-style:normal;font-weight:normal;
		}
		
	.accordion_content {
	background-color:#EFEFEF;
	color: #444444;
	overflow: hidden;
	width:950px;
	line-height:30px;
	float:left;
	color:#555555; text-transform:none;font-size:1.2em;font-family:"LinotypeBreweryW01-Regu",Helvetica,sans-serif;font-style:normal;font-weight:normal;
	padding:10px 5px 5px 5px;
	 outline: none;
	font-size: 14px;
	float:left;
	border-radius:5px;
	margin-bottom:10px;
    }
	
.accordion_content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-image: url(../images/bulet3.jpg);
	margin: 0px;
	list-style-position: outside;
		
}
.accordion_content li {
	list-style-type: circle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}

			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
		/*	.accordion_content p {
	line-height: 22px;
	text-align: justify;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	
			}*/
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

		/*	.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}*/
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
			
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
	width: 680px;
	height: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
	
	.total-border{
       border:solid 1px #cccccc;
	
       }
	   .total-border p{
       padding:0 0 0 10px;
       }
       .left-botom{
       border-left:solid 1px #FF6800;
       border-bottom:solid 1px #FF6800;
       }
	    .left-botom1{
       border-bottom:solid 1px #FF6800;
       }
       .botom-only{
       border-bottom:solid 1px #cccccc;
       }
       .left-only{
       border-left:solid 1px #FF6800;
       }
	   .visio_bg{
	   background:url(../image/vision_bg.png) no-repeat top left;
	   }
	   .color{
	   color:#FFFFFF;
	   }
	   

