


/* Main scaffolding */

div.main_middle
{
  width: 960px;
  margin: 0px auto;
}

div.header, div.content, div.footer
{
  width: 960px;
}

div.footer
{
  width: 948px;
  margin: 0px auto 0px auto;
  padding: 4px 6px;
  background-color: #eee;
}

td.col_top
{
  vertical-align:top;
}

td.col_border
{
  border-right: dotted 1px #B2B2B2;
}

div.link, span.link
{
  cursor:pointer;
}

div.link:hover, span.link:hover
{
	text-decoration: underline;
}



/* Forms */

.form_box
{
  margin-bottom: 1px;
  padding: 15px;
  background-color: #9dd3cb;
}

.form_box td
{
  background-color: #9dd3cb;
}

.contact_input1, .contact_input2, .contact_textarea
{
  border: solid 1px #8f9092;
}

.contact_input1
{
  width: 120px;
}

.contact_input2
{
  width: 280px;
}

.contact_textarea
{
  width: 440px;
}

.form_bottom
{
  width: 100%;
  margin-top: 10px;
}

.form-error-msg
{
  color: #f00;
}



/* Home */

.home_col1_header, .home_col2_header, .home_col3_header
{
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}

.home_col1_header
{
  background: url(images/home_col1_bg.gif) repeat-x;
}

.home_col2_header
{
  background: url(images/home_col2_bg.gif) repeat-x;
}

.home_col3_header
{
  background: url(images/home_col3_bg.gif) repeat-x;
}



/* Header */

table.header_top
{
  width: 100%;
}

.extlink
{
  display: inline-block;
  height: 22px;
  padding: 0px 4px 0px 8px;
  background: url(images/extlink_bg_center.gif) repeat-x;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
}

img.lang_off
{
  margin-left: 8px;
  border: solid 1px #ffffff;
}

img.lang_on
{
  margin-left: 8px;
  border: solid 1px #8f9092;
}



/* Top menu */
div.menu_top
{
  margin-top: 8px;
  margin-bottom: 8px;
  background: url(images/menu_top_bg.gif) no-repeat;
}

table.menu_top
{
  height: 37px;
}

td.menu_top_item
{
  padding: 0px 25px;
  background-color: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

td.menu_top_item a.selected
{
  text-decoration: underline;
  color: #9dd3cb;
}

td.menu_top_sep
{
  width: 1px;
}



/* Small menu */

td.menu_small
{
  background-color: #F0A11B;
}



/* Left menu */

.menu_left_heading
{
  /*margin-bottom: 7px;*/
  height: 35px;
  padding-left: 4px;
  background: url(images/menu_left_heading_bg.gif) no-repeat;
  line-height: 35px;
}

.menu_left_lev2
{
  height: 28px;
  padding: 3px 0px 3px 4px;
  line-height: 16px;
}

.menu_left_lev2_bg
{
  background: url(images/menu_left_item_bg.gif) no-repeat bottom center;
}

.menu_left_levn
{
  padding: 0px 0px 8px 10px;
  margin-left: 16px;
  background: url(images/menu_left_bullet.gif) no-repeat 0px 4px;
  line-height: 13px;
}




/* breadcrumb */

.breadcrumb
{
  padding-left: 4px;
  background: url(images/breadcrumb_bg.gif) no-repeat;
}

.breadcrumb_item
{
  font-size: 11px;
  line-height: 18px;
}


/* News box */

.news_box
{
  border: solid 1px #B2B2B2;
}

.news_box_header
{
  width: 100%;
  height: 23px;
  background: url(images/newsbox_header_bg.gif) repeat-x;
  font-size: 12px;
  line-height: 12px;
}

.news_box_header_left
{
  padding-left: 6px;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
}

.news_box_header_right
{
  padding-right: 4px;
  text-align: right;
}

.news_box_border_middle
{
	height: 203px;
	position: relative; /* HACK: required by IE if there is an overflow: hidden */
	overflow: hidden;
}

.news_box_items
{
	position: relative;
	background-color: #F7F7F7; 
}

.news_box_item
{
	height: 67px;
	padding-left: 10px;
	background: url(images/newsbox_items_bg.jpg) no-repeat;
	border-bottom: solid 1px #B2B2B2;
}

.news_box_item_table
{
  height: 67px;
}

.news_box_item_top
{
	font-size: 11px;
}

.news_box_item_bottom
{
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}



/* Content */

td.content
{
  padding: 0px 0px 0px 20px;
}

div.summary, div.summary_image
{
  margin-bottom: 20px;
}



/* Slots */

div.summary_image_slot_item
{
  width: 300px;
  margin-bottom: 5px;
}

div.summary_image_slot_item input
{
  width: 200px;
}



/* Read more */

.read_more
{
  width: 200px;
  padding-left: 25px;
}

.read_more_sep
{
  width: 20px;
}



/* Send page */

#sendpage_form hr
{
  margin-top: 0px;
  margin-bottom: 22px;
}

#sendpage_form input
{
  width: 180px;
}

