@charset "UTF-8";
/* CSS Document */

#header {
	width: 950px;
	height: 88px;
	padding: 0px;
	margin: 0px;
}

#green_line {
	width: 100%;
	height: 10px;
	background: url(../img/header/bg_line_green.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	_margin-bottom: -2px;
	_margin-top: -8px;
}

#btn_area {
	width: 100%;
	height: 53px;
	background:url(../img/header/bg_btnarea.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.logo {
	font-size: 8px;
	line-height: 8px;
	text-indent: -9999px;
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 382px;
	height: 44px;
	margin:  20px 0px 0px 19px;
	_margin:  20px 0px 0px 9px;
	float: left;
}

.location{
	font-size: 11px;
	line-height: 15px;
	text-align:left;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	width: 514px;
	height: 57px;
	color: #a6b713;
	margin:  10px 0px 0px 19px;
	_margin: 10px 0px 0px 9px;
	float: right;
}

.logo_link {
	padding: 0px;
	margin: 0px;
}

.logo_link a {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 382px;
	height: 44px;
	margin:  20px 0px 0px 19px;
	_margin:  20px 0px 0px 18px;
	float: left;
}

.office {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 504px;
	height: 25px;
	margin:  38px 0px 0px 0px;
	float: right;
}

.main_btn {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 950px;
}

#btn_area .main_btn .topics { float: left; }
#btn_area .main_btn .overview { float: left; }
#btn_area .main_btn .work { float: left; }
#btn_area .main_btn .attorney { float: left; }
#btn_area .main_btn .seminar { float: left; }
#btn_area .main_btn .publications { float: right; }

.main_btn .topics a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/btn_topics_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 155px;
	height: 53px;
	margin-left: 19px;
	padding: 0px;
}
	
.main_btn .overview a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/btn_overview_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}

.main_btn .work a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/btn_work_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}
	
.main_btn .attorney a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/btn_attorney_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}
	
.main_btn .seminar a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/btn_seminar_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}

.main_btn .publications a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background-image: url(../img/header/btn_publications_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 156px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}

.main_btn .topics a:hover { background-image: url(../img/header/btn_topics_on.gif); }
.main_btn .overview a:hover { background-image: url(../img/header/btn_overview_on.gif); }
.main_btn .work a:hover { background-image: url(../img/header/btn_work_on.gif); }
.main_btn .attorney a:hover {	background-image: url(../img/header/btn_attorney_on.gif); }
.main_btn .seminar a:hover { background-image: url(../img/header/btn_seminar_on.gif); }
.main_btn .publications a:hover { background-image: url(../img/header/btn_publications_on.gif); }

#top_content {
	width: 100%;
	background-image: url(../img/header/bg_content.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 100%;
	background-image: url(../img/header/bg_content.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 38px 0px 0px 0px;
	margin: 0px;
	_margin-top: -22px;
}

#content_area { width: 950px; }