/*Accordion*/

		.accordion_toggle {
			display: block;
			width: 230px;
			background: #fff;
			padding: 0 10px 0 10px;
			line-height: 18px;
			color: #c81e22;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #003b6d;
			/*border-bottom: 1px solid #FFFFFF;*/
			cursor: pointer;
			margin: 0 0 0 0;
			font-family: Tahoma;
			border-bottom: solid 3px #DDD;
			padding-bottom: 8px;
		}
		
		.accordion_toggle_active {
			background: #003b6d;
			color: #ffffff;
			border: solid 3px #DDD; /*605e55*/
			font-family: Tahoma;
			width: 230px;
		}
		
		.accordion_content {
			background-color: #fff;
			color: #333;
			width: 208px;
			overflow: hidden;
			padding: 20px;
			line-height: 14pt;
			font-family: Tahoma;
			border-bottom: solid 3px #DDD;
			border-left: solid 3px #DDD;
			border-right: solid 3px #DDD;
		}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
				font-family: Tahoma;
			}
			

.menu_list {	
	width: 230px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #fff;
			margin-bottom:  0px;
			line-height: 18px;
			color: #c81e22;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #003b6d;
			font-family: Tahoma;
			border-bottom: solid 2px #ccc;
			padding-bottom: 4px;
			padding-top: 3px;
}
.menu_body {
	display:none;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	padding: 20px;
	line-height: 14pt;
	font-family: Tahoma;
	border-bottom: solid 3px #ccc;
	border-left: solid 3px #ccc;
	border-right: solid 3px #ccc;
}


			
			
	#sm_1{
	width: 260px;
	text-align: left;
	float: left;
	position: relative;
	
	
}
#sm_2{
	width: 270px;
	margin-left: 40px;
	text-align: left;
	float: left;
	position: relative;
	
	
}
#sm_3{
	width: 270px;
	padding-top: 20px;
	margin-left: 40px;
	text-align: left;
	float: left;
	position: relative;
	
	
}

#sm_4{
	width: 265px;
	float: right;
	position:relative;
	margin-top: -327px;
	
	
}







/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	
	.threecol .colmid {
		right:33%;			/* width of the right column */
			/* center column background colour */
	}
	.threecol .colleft {
		right:34%;			/* width of the middle column */
		/* left column background colour */
	}
	.threecol .col1 {
		width:30%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:29%;			/* Width of right column content (column width minus padding on either side) */
		left:77%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
  			
		/*
