/************* START ABOUT SECTION STYLES ****************/

.about_row{
	display:inline;
	width:100%;

}

	.about_row p{
		padding:0px;
		margin:0px;
		text-align:justify;
	}

.about_row_left{
	width: 15%;
	float:left;
	text-align:right;
	color: #cc6600;
	padding: 0px 4px 0px 0px
}

.about_row_right{
	width: 84%;
	float:left;
	text-align:left;
}

	.about_row_right p{
		padding:0px;
		margin:0px;
		text-align:justify;
	}

		.about_row .about_row_right .container{
			float:left;
			width: 98%;
			border: 1px dashed #dfdfdf;
			padding:4px;
		}

		.about_row .about_row_right .container table{
			width: 100%;
		}

		.about_row .about_row_right .container .showstate{ /*Definition for state toggling image */
			cursor:hand;
			cursor:pointer;
			float: right;
			margin-top: 2px;
			margin-right: 3px;
		}

		.about_row .about_row_right .container .headers{
			font-size: x-small;
			font-weight: bold;
			border: 0px solid black;
			background-color: #ffffff;
		}

		.about_row .about_row_right .container .switchcontent{
			font-size: x-small;
			border: 0px solid black;
			border-top-width: 0;
			text-align:justify;
		}

.about_midcol_row{
	width:654px;
}

.about_midcol_left{
	float:left;
	width:354px;
}

.about_midcol_right{
	float:right;
	width:300px;
	overflow:hidden;
}

.about_2col_wrap{
	float:right;
	width:280px;
	margin:5px;
	padding:5px;
	display:block;
	border: #909090 solid 1px;
}

.about_2col_row{
	width:100%;
	display:inline;
}

.about_2col_header_left{
	width:50%;
	float:left;
	font-weight:bold;
	border-bottom: #909090 solid 1px;
}

.about_2col_left {
	width:50%;
	float:left;
}

.about_2col_header_right{
	width:50%;
	float:left;
	font-weight:bold;
	border-bottom: #909090 solid 1px;
}

.about_2col_right {
	width:50%;
	float:left;
}

/************* END ABOUT SECTION STYLES ****************/
