@charset "utf-8";

body{
	background-image: url("/assets/shared/img/bg2.jpg");
}

/* Top Page Sections */
.topimage{
	margin-bottom: 14px;
}
.banner{
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	width: 294px;
}
.banner:last-child{
	float: right;
	margin-right: 0;
}

.aboutbox{
	border: 1px solid #ccc;
	border-radius: 7px;
	float: left;
	height: 98px;
	margin-bottom: 14px;
	overflow: hidden;
	width: 292px;
}
.aboutbox:hover{
	border: 1px solid #999;
	cursor: pointer;
}
.aboutbox:nth-child(even){
	float: right;
}
.aboutbox h2{
	font-size: 14px;
	line-height: 21px;
	padding: 7px 7px 0;
}
.aboutbox h2 a{
	color: #273238;
	text-decoration: none;
}
.aboutbox h2 a:hover{
	text-decoration: underline;
}
.aboutbox p{
	font-size: 12px;
	line-height: 18px;
	padding: 7px;
}
.groupinfo{
	clear: both;
	margin-bottom: 14px;
	width: 602px;
    padding-top: 20px;
}
.groupinfo h2{
	margin-bottom: 14px;
}
.groupinfo dd{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 14px;
}

/* Entry */
.page-content table.core{
	width: 98%;
}
.page-content table.core th{
	width: 40%;
}

/* Affiliated Companies */
.company{
	border-bottom: 1px solid #EF8335;
	margin: 0 0 14px 0;
}
.company h2{
	margin-bottom: 7px;
}
.company table{
	float: left;
	width: 448px;
}

table dl.positions dt{
	color: #000;
	display: block;
	float: left;
	font-weight: normal;
	width: 140px;
}
table dl.positions dd{
	color: #333;
	display: block;
	margin-left: 140px;
}

table table.positions{
border:0;
background:none;
padding:0;
margin:0;
}

table table.positions th,
table table.positions td{
vertical-align:top;
border:0;
padding:0;
font-weight:normal;
background:none;
}

table table.positions th{
padding-right:20px;
white-space:nowrap;
width:10%;
}

/* History */
.history{
/*	border-bottom: 1px solid #ccc;*/
	margin: 0 0 14px 0;
	overflow: hidden;
}
.history h2{
	float: left;
	width: 120px;
}
.history p{
	float: right;
	margin-bottom: 7px;
	width: 482px;
}
.history ul{
	float: right;
	width: 440px;
    margin-bottom:0;
}
.history ul li{
margin:0 0 10px 0;
}
.history p img{
	margin-left: 4px;
	vertical-align: middle;
}
.history h3{
	float: right;
	font-weight: bold;
	width: 470px;
    background:none;
    padding:0;
    margin-top:20px;
}
.history table{
	float: right;
	font-size: 12px;
	line-height: 18px;
	width: 470px;
}


/* Webkit and Mozilla ------------------------------------------ */
.aboutbox{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/* History */
div.history-02{
/*border-bottom: 1px solid #ccc;*/
margin: 0 0 50px 0;
overflow: hidden;
}

div.history-02 h2{
float: none;
width: 120px;
}

div.history-02 p{
float: right;
margin-bottom: 7px;
width: 482px;
}

div.history-02 ul{
float: none;
width: auto;
margin-bottom:0;
}

div.history-02 ul li{
margin:0 0 10px 0;
}

div.history-02 p img{
margin-left: 4px;
vertical-align: middle;
}

div.history-02 h3{
float: none;
font-weight: bold;
width: auto;
background:none;
padding:0;
margin-top:20px;
}

div.history-02 table{
float: none;
font-size: 12px;
line-height: 18px;
width: 100%;
margin-bottom:10px;
}

div#page-history div.history{
font-size:12px;
}

div#page-history div.project{
background-color:#f2f2f2;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
padding:12px;
}

div#page-history div.project h3{
margin:0;
}

div#page-history div.project table{
margin-bottom:0;
}

div#page-history div.project table,
div#page-history div.project table th,
div#page-history div.project table td{
border:0 none;
background:none;
}

div#page-history div.project table td.wide{
width:100%;
}
