#topbox {
	border-bottom: solid 4px #d69e6b;
	text-align:center;
}

/* Logo Box */

#logobox {
	clear:both;
	padding:20px;
	height:148px;
	display:inline-block;
    box-sizing: border-box;
	vertical-align:middle;
}

#logo {
	height:108px;
	display:block;
	margin:0px auto;
	width:264px;
	border:0px;
}

/* Legistatus Box */

#legistatus_box {
	display:inline-block;
	padding:20px;
	height:148px;
    box-sizing: border-box;
	vertical-align:middle;
}

#legistatus .lsDiv {
	background:#edebec;
    box-sizing: border-box;
	font-family:adobe-garamond-pro,'Times New Roman',Times,serif;
	font-size:0.9em;
	height:2.4em;
	margin-top:1em;
	overflow:hidden;
	position:relative;
	width:627px;
}

#legistatus .lsDiv .branchBody {
    box-sizing: border-box;
	float:left;
	padding:0.7em;
}

#legistatus .lsDiv .branchLabel {
	border-right:solid 3px #d69e6b;
    box-sizing: border-box;
	font-weight:bold;
	float:left;
	height:100%;
	padding:0.7em;
}

#legistatus .lsDiv .branchLinks {
    box-sizing: border-box;
	position:absolute;
		right:0px;
		top:0px;
}

#legistatus .lsDiv .branchLinks a {
	background:#d69e6b;
	border:none;
	color:#fff;
	font-family:ff-basic-gothic-pro,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	line-height:3em;
	padding:0.7em;
	text-decoration:none;
}

#legistatus .lsDiv .branchLinks a + span + a {
	background:#2d689c;
}