@charset "utf-8";

/* leftContent_style
----------------------------------------------- */
div#leftContent div.content h2{
	margin-bottom:10px;
	background-image:url(../images/h2_text.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:326px;
	height:52px;
	text-indent:-9999px;
	font-size:xx-small;
}

div#leftContent div.content p.events{
	margin-bottom:10px;
	width:326px;
	height:32px;
	text-indent:-9999px;
	background-image:url(../images/title_events.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#leftContent div.content p.img{
	float:left;
	margin:0px 10px 5px 0px;
}

div#leftContent div.content p.more a{
	margin-top:10px;
	margin-left:277px;
	display:block;
	width:49px;
	height:16px;
	text-indent:-9999px;
	background-image:url(../images/btn_more.gif);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
}

/* rightContent_style
----------------------------------------------- */
div#rightContent div.content p.openings{
	margin-bottom:10px;
	width:326px;
	height:32px;
	text-indent:-9999px;
	background-image:url(../images/title_openings.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
div#rightContent div.content p.experiences{
	margin-bottom:10px;
	width:326px;
	height:32px;
	text-indent:-9999px;
	background-image:url(../images/title_experiences.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#rightContent div.content p.img{
	float:left;
	margin:0px 10px 5px 0px;
}

div#rightContent div.content p.more a{
	margin-top:10px;
	margin-left:277px;
	display:block;
	width:49px;
	height:16px;
	text-indent:-9999px;
	background-image:url(../images/btn_more.gif);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
}


/* newsContent_style
----------------------------------------------- */
div#newsContent{
	width:100%;
	height:auto;
	margin-bottom:10px;
	background-image:url(../images/title_news.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
div#newsContent div.line{
	height:1px;
	width:100%;
	background-image:url(../images/title_news_line.gif);
	clear:both;
}
div#newsContent dl{
	padding:34px 20px 10px 20px;
}
div#newsContent dl dt a{
	float:left;
	margin-right:20px;
	color:#996600;
	text-decoration:none;
}
div#newsContent dl dt a:hover{
	text-decoration:underline;
}
div#newsContent dl dd{
	font-weight:bold;
}
div#newsContent span.more a{
	margin-top:-15px;
	margin-left:604px;
	display:block;
	width:49px;
	height:16px;
	text-indent:-9999px;
	background-image:url(../images/btn_more.gif);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
}
