@charset "utf-8";
/* CSS Document */

#header{
	border-bottom:#CCCCCC solid 1px;
	padding:0 0 10px 0;
}

#header h1 a{
	background:url(../img/logo2.gif) no-repeat 0 0;
	width:202px;
	height:38px;
	display:inline;
	text-indent:-9999px;
	margin:0 0 0 20px;
	float:left;
	overflow:hidden;
}

#header p.back{
	float:right;
	width:500px;
	text-align:right;
}

#header p.contact{
	float:right;
	background:url(../img/mail.gif) no-repeat 0 4px;
	padding:0 0 0 22px;
	margin:7px 0 0 0;
}	

#maincontent{
	float:right;
	width:580px;
	border-left:#CCCCCC solid 1px;
	padding:20px 0 0 20px;
	margin:0 0 20px 0;
}

#maincontent #presscontent h2{
	font-size:130%;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 10px 0;
	color:#0A5596;
}

#maincontent #presscontent h3{
	font-size:110%;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 20px 0;
}

#maincontent #presscontent p{
	line-height:1.5em;
	margin:0 0 20px 0;
}

#maincontent #presscontent p.centerImg{
	text-align: center;
}

#maincontent #presscontent h4{
	font-size:110%;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 2px 0;
	color:#0A5596;
}

#maincontent .companyprofile{
	margin:0 0 20px 0;
}

#maincontent .companyprofile h3{
	font-size:110%;
	font-weight:bold;
	margin:0 0 5px 0;
}

#maincontent .companyprofile h3 span{
	font-size:100%;
	line-height:1.2em;
	margin:0 0 0 10px;
}

#maincontent .companyprofile dl{
	clear:both;
	border-bottom:#CCCCCC solid 1px;
	padding:3px 0 3px 0;
	display:inline-block;
	font-size:100%;
}

#maincontent .companyprofile dl{
	display:block;
}

#maincontent .companyprofile dl.first{
	border-top:#CCCCCC solid 1px;
}

#maincontent .companyprofile dl:after{
	clear:both;
	content:"";
	display:block;
}

#maincontent .companyprofile dl dt{
	float:left;
	width:150px;
}

#maincontent .companyprofile dl dd{
	float:left;
	width:400px;
}

#subcontent{
	float:left;
	width:230px;
}

#subcontent dl{
	border-bottom:#CCCCCC solid 1px;
	padding:10px 0
}

#subcontent dl.last{
	border-bottom:none;
}
#subcontent dl.last dd{
	margin: 0 0 12px 0;
}