@charset "utf-8";


#footerwrap{
position: relative;

}

h1{
	text-indent:0px;
	margin:30px 0px;
}
div#container p{
	padding: 0px 0px 20px 15px;
	line-height: 1.8em;
}
.tree-box {
	border:1px solid #e6e6e6;
	margin:0 0 30px;
	width:900px;
}

.tree-box .text-box {
	margin:30px;
}

.exp-table {
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	table-layout:fixed;
	width:902px;
}

.exp-table th {
	padding:20px 5px 20px 0;
	background:#FFF;
	text-align:left;
	vertical-align:middle;
	background:url(images/line_dotted.gif) bottom repeat-x;
	border:none;
}

.exp-table td {
	padding:20px 0;
	text-align:center;
	vertical-align:middle;
	background:url(images/line_dotted.gif) bottom repeat-x;
	width:137px;
	border:none;
}

.exp-table .gray {
	background:url(images/line_dotted.gif) bottom repeat-x #f2f2f2;
}

.exp-table .no-background {
	background-image:none;
}

.btn {
	text-align:center;
	margin:50px auto 0;
}

#cbidomain td{
	padding: 20px 10px 40px 15px;
	line-height: 1.8em;
	border-bottom-width: 0px;
}

#cbidomain th{
	border: 1px #D3D3D3 solid;
	padding: 8px 5px;
	text-align: left;
	background-color: #808080;
	color: #ffffff;
}