@charset "utf-8";
/* CSS Document */

/**
 * Common
 */

* {
  outline: none;
  position: static;
}
body, table, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, script, td {
  margin: 0;
  padding: 0;
}
input[type="button"], input[type="submit"], input[type="file"] {
  padding: 0;
}
ul {
  padding-left: 15px;
}
ol {
  padding-left: 20px;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
div.clear {
  clear: both;
}
div.clear_left {
  clear: left;
}
div.clear_right {
  clear: right;
}
div.global {
  width: 1000px;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
  background: #ffffff;
}
div.seperate {
  height: 22px;
  overflow: hidden;
}
/**
 * Common
 */

h4.strap {
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c00;
}
ul.list {
  list-style: none;
}
div.list {
  display: inline-block;
}
ul.list li {
  padding: 3px 0 5px 8px;
  background: #fff url(../imgv2/backgrounds/list_dot.gif) no-repeat 0em 6px;
  line-height: 1px;
}
a:link, a:visited {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #004D76;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
ul.list li a:link, ul.list li a:visited {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
ul.list li a:hover, ul.list li a:focus {
}

/**
 * header
 */

div.header {
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	height: 76px;
}

div.header div.left_hand_side {
	width: 650px;
	float: left;
}

div.header div.right_hand_side {
	float: right;
}

h3.brother_site {
	margin: 10px 0 11px 0;
	text-align: right;
}

h3.brother_site a:link, h3.brother_site a:visited {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #C00;
	text-decoration: underline;
}
div.logo {
	margin: 10px 0 10px 0;
}
h3.brother_site a:hover, h3.brother_site a:focus {
	color: #00C;
}
h1.base_line {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
div.header_newsletter {
	background: url("../imgv2/backgrounds/nl_sub.jpg") no-repeat center center;
	width: 338px;
	height: 28px;
}

input.nl {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	height: 20px;
	width: 162px;
	margin: 7px 6px 0 150px;
	padding: 0;
	background: transparent;
}
div.header_newsletter a.confirm img {
	vertical-align: top;
	margin-top: 8px;
}

/**
 * menu
 */

div._menu {
	position: absolute;
	z-index: +1;
	visibility: hidden;
}
div.menu {
	background: url("../imgv2/backgrounds/menu_bg.jpg") repeat-x center top;
	height: 29px;
	overflow: hidden;
}

div.menu ul {
	list-style-type: none;
}
div.menu ul.level_1 li {
	display: inline;
	font: normal 10px Arial, Helvetica, sans-serif;
	background: url("../imgv2/backgrounds/menu_level_1_out.jpg") no-repeat right top;
	float: left;
	height: 29px;
}
div.menu ul.level_1 li a:link, div.menu ul.level_1 li a:visited {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 8px 18px 8px 18px;
}
div.menu ul.level_1 li a:hover, div.menu ul.level_1 li a:focus {
	color: #F00;
}
div.menu ul.level_2_off {
	display: none;
}
div.menu ul.level_2_on {
}
div.menu ul.level_2 li {
	display: block;
	margin: 0 28px 0 28px;
	font: normal 10pt Arial, Helvetica, sans-serif;
}

div.menu ul.level_1 li.search {
	background: url("../imgv2/backgrounds/search_bg.jpg") no-repeat 17px 4px;
	height: 29px;
}
div.menu ul.level_1 li.search input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	height: 20px;
	background: transparent;
	margin: 6px 0 0 44px;
	padding: 0;
	width: 150px;
}
div.menu ul.level_1 li.search a.confirm {
	display: inline;
}
div.menu ul.level_1 li.search a.confirm img {
	margin-top:8px;
	vertical-align:top;
}



/**
 * footer
 */

div.footer {
	clear: both;
}
div.footer div.copyright {
	border: solid 1px #fff;
	margin: 14px 10px 10px 10px;
}
div.footer div.copyright p {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}
div.footer div.copyright p a img {
	margin-left: 5px;
}

div.footer div.box {
	margin: 0px;
	padding: 10px;
	background: none;
}

/**
 * body
 */

div.body {
	clear: both;
	background: #ffffff;
}
div.body_left {
	width: 140px;
	float: left;
	display: inline;
	padding: 0 0 0 10px;
}
div.body_center {
	float: left;
	display: inline;
	padding: 0 10px 0 10px;
}
div.body_right {
	width: 336px; 
	float: right;
	display: inline;
	padding: 0 10px 0 0px;
}
div.center_1 {
	width: 484px;
}
div.center_2 {
	width: 634px;
}
div.center_3 {
	width: 980px;
}
div.end_body {
	background: #DBDBDB;
}
div.end_body div.lhs {
	background: url("../imgv2/backgrounds/bottom_lhs.jpg") no-repeat bottom left;
}
div.end_body div.rhs {
	background: url("../imgv2/backgrounds/bottom_rhs.jpg") no-repeat bottom right;
}
div.end_body div.empty_content {
	height: 10px;
}

/**
 * boxes
 */

div.box {
	margin: 10px 0 0 0;
	background: #fff;
}
div.box_ths {
  background: url("../imgv2/boxes/pix.gif") repeat-x center top;
}
div.box_bhs {
  background: url("../imgv2/boxes/pix.gif") repeat-x center bottom;
}
div.box_lhs {
  background: url("../imgv2/boxes/pix.gif") repeat-y left center;
}
div.box_rhs {
  background: url("../imgv2/boxes/pix.gif") repeat-y right center;
}
div.box_1 {
	background: #fff;
}
div.box_2 {
	background: #999;
}
div.box_3 {
	background: #666;
}
div.box1_tlhs {
	background: url("../imgv2/boxes/box1_tlhs.gif") no-repeat left top;
}
div.box1_trhs {
	background: url("../imgv2/boxes/box1_trhs.gif") no-repeat right top;
}
div.box1_blhs {
	background: url("../imgv2/boxes/box1_blhs.gif") no-repeat left bottom;
}
div.box1_brhs {
	background: url("../imgv2/boxes/box1_brhs.gif") no-repeat right bottom;
}
div.box2_tlhs {
	background: url("../imgv2/boxes/box2_tlhs.gif") no-repeat left top;
}
div.box2_trhs {
	background: url("../imgv2/boxes/box2_trhs.gif") no-repeat right top;
}
div.box3_tlhs {
	background: url("../imgv2/boxes/box3_tlhs.gif") no-repeat left top;
}
div.box3_trhs {
	background: url("../imgv2/boxes/box3_trhs.gif") no-repeat right top;
}
div.box_trhs {
	background: url("../imgv2/boxes/box_trhs.gif") no-repeat right top;
}
div.box_tlhs {
	background: url("../imgv2/boxes/box_tlhs.gif") no-repeat left top;
}
div.box_brhs {
	background: url("../imgv2/boxes/box_brhs.gif") no-repeat right bottom;
}
div.box_blhs {
	background: url("../imgv2/boxes/box_blhs.gif") no-repeat left bottom;
}
div.line_tlhs {
	background: url("../imgv2/boxes/line_tlhs.gif") no-repeat left top;
	height: 5px;
	overflow: hidden;
}
div.line_trhs {
	background: url("../imgv2/boxes/line_trhs.gif") no-repeat right top;
	height: 5px;
	overflow: hidden;
}
div.line_brhs {
	background: url("../imgv2/boxes/line_brhs.gif") no-repeat right top;
	height: 5px;
	overflow: hidden;
}
div.line_blhs {
	background: url("../imgv2/boxes/line_blhs.gif") no-repeat left top;
	height: 5px;
	overflow: hidden;
}
div.box_border_center {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}
h2.title {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px;
  text-transform: uppercase;
}
div.box h2.top_headlines {
  width: 350px;
}
div.box h3.date {
  float: right;
	font: normal 14px Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 7px 5px 0 0;
}
div.box_pad {
	padding: 10px;
}

div.box_pad_line {
	padding: 5px 10px 5px 10px;
}
div.box_pad_top {
	padding: 10px 10px 0 10px;
}
div.fix {
	display: inline-block;
}
div.space {
  margin-bottom: 10px;
}

/**
 * Advertise section
 */


div.advertise {
}
div.leaderboard {
	margin: 10px 0 10px 0;
  height: 90px;
  width: 1000px;
  background: #DBDBDB url("../imgv2/backgrounds/advertisement.gif") repeat-x center center;
  text-align: center;
}
div.rectangle {
  height: 280px;
  width: 336px;
	margin: 10px 0 0 0;
  background: url("../imgv2/backgrounds/rectangle.gif") no-repeat center center;
}

/**
 * News section
 */

div.body_news_view_line {
}
div.body_news_view_line h1 a.headline_video {
  background: #fff url(../imgv2/icon_news_videos.gif) no-repeat 0 6px;
}
div.body_news_view_line h2 a.headline_video {
  background: #fff url(../imgv2/icon_news_videos.gif) no-repeat 0 4px;
}
div.body_news_view_line h1 a.headline_video, div.body_news_view_line h2 a.headline_video {
  padding: 0 0 0 1.3em; 
}
div.body_news_view_line h1 a.headline_audio {
  background: #fff url(../imgv2/icon_news_audios.gif) no-repeat 0 5px;
}
div.body_news_view_line h2 a.headline_audio {
  background: #fff url(../imgv2/icon_news_audios.gif) no-repeat 0 2px;
}
div.body_news_view_line h1 a.headline_audio, div.body_news_view_line h2 a.headline_audio {
  padding: 0 0 0 0.8em; 
}
div.body_news_view_line h1 {
  margin-bottom: 10px;
}
div.body_news_view_line h1 a:link, div.body_news_view_line h1 a:visited {
  font: bold 19px Verdana, Arial, Helvetica, sans-serif;
}
div.body_news_view_line h1 a:focus, div.body_news_view_line h1 a:hover {
}
div.body_news_view_line h2 a:link, div.body_news_view_line h2 a:visited {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
div.body_news_view_line h2 a:focus, div.body_news_view_line h2 a:hover {
}
div.body_news_view_line h6 {
  font: normal 11px Arial, Helvetica, sans-serif;
  color: #c33;
}
div.body_news_view_line p {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
}
div.body_news_view_line p.first {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}
div.body_news_view_line span.attribute-date {
  font: normal 9px Verdana, Arial, Helvetica, sans-serif; 
  color: #333;
}
div.body_news_view_line span.attribute-short p {
  display: inline;
}

/**
 * Boxes section
 */

div.first_headline {
  margin-bottom: 10px;
}
div.first_headline div.first_headline_image {
}
div.first_headline img {
  float: left;
  margin-right: 10px;
}
div.first_headline td {
  vertical-align: top;
}
div.first_headline h4.strap {
  margin-top: 10px;
}
table.top_headlines tr.body td {
  vertical-align: top;
}
table.top_headlines tr.head td.left {
  background: url("../imgv2/boxes/tab_left_line_head.gif") no-repeat center top;
  height: 5px;
  width: 440px;
}
table.top_headlines tr.foot td.left {
  background: url("../imgv2/boxes/tab_left_line_foot.gif") no-repeat center top;
  height: 5px;
  width: 440px;
}
table.top_headlines tr.body td.left {
  background: url("../imgv2/boxes/tab_left_line_body.gif") repeat-y center center;
  width: 440px;
}
table.top_headlines tr.head td.right {
  background: url("../imgv2/boxes/tab_right_line_head.gif") no-repeat center top;
  height: 5px;
  width: 172px;
}
table.top_headlines tr.foot td.right {
  background: url("../imgv2/boxes/tab_right_line_foot.gif") no-repeat center top;
  height: 5px;
  width: 172px;
}
table.top_headlines tr.body td.right {
  background: url("../imgv2/boxes/tab_right_line_body.gif") repeat-y center center;
  width: 172px;
}


h3.newsletter_subscription {
	font: bold 14px Verdana,Arial,Helvetica,sans-serif;
	margin: 0px 0px 10px 10px;
}
h4.newsletter_subscription {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

