


/* Main scaffolding */

.body_bg
{
  background: url(images/body_bg.jpg) no-repeat center top;
}

div.main_top
{
  position: relative;
  height: 194px;
  width: 800px;
  margin: 0px auto 0px auto;
}

div.main_bottom
{
  height: 100px;
}

div.main_middle
{
  width: 784px;
  padding: 0px 8px 8px 8px;
  margin: 0px auto;
  background-color: #ffffff;
}

div.main_middle.page
{
  padding-top: 50px;
  padding-bottom: 20px;
  background: url(images/menu_top_bottom.jpg) no-repeat center top #ffffff;
}

div.main_middle.home
{
  min-height: 760px;
  background: url(images/home_bg.jpg) no-repeat;
}

td.col_top
{
  vertical-align:top;
}

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

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

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

div.relative
{
  position : relative;
}



/* Forms */

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

.form_box td
{
  background-color: #e40070;
}

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

.contact_input1
{
  width: 120px;
}

.contact_input2
{
  width: 280px;
}

.contact_textarea
{
  width: 440px;
}

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

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



/* Header */

div.main_top .logo
{
  position: absolute;
  top: 34px;
  left: 18px;
  display: block;
  width: 190px;
  height: 118px;
}



/* Footer */

div.footer
{
  position: relative;
  width: 800px;
  margin: 0px auto;
  color: #fff;
  line-height: normal;
  font-size: 11px;
}

div.footer a
{
  color: #fff;
}

div.footer a:hover
{
  color: #a2a2a2;
  text-decoration: none;
}

div.footer .left
{
  position: absolute;
  top: 20px;
}

div.footer .facebook
{
  display: block;
  position: absolute;
  top: 21px;
  left: 563px;
  width: 150px;
  height: 60px;
  padding: 14px 0px 0px 78px;
  background: url(images/footer_facebook_off.jpg) no-repeat;
  line-height: 17px;
  font-size: 14px;
}

div.footer .facebook:hover
{
  background: url(images/footer_facebook_on.jpg) no-repeat;
}



/* Top menu */

.menu_top
{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu_top ul
{
  list-style-type: none;
}

.menu_top li
{
  float: left;
  margin-left: 8px;
}

.menu_top div.left
{
  float: left;
  height: 42px;
  line-height: 42px;
  padding-left: 9px;
}

.menu_top li:hover div.left
{
  background: url(images/menu_top_left.gif) no-repeat;
}

.menu_top div.right
{
  float: left;
  height: 42px;
  width:9px;
}

.menu_top li:hover div.right
{
  background: url(images/menu_top_right.gif) no-repeat;
}

.menu_top a
{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.menu_top li:hover a, .menu_top a:hover
{
  color: #000;
  text-decoration: none;
}



/* Small menu */

td.menu_small
{
  background-color: #45A6DB;
}



/* Right menu */

.menu_right_lev2, .menu_right_lev2_selected
{
  width: 226px;
  padding: 4px 0px 4px 11px;
  background-repeat: no-repeat;
  background-position: 0px 10px;
  border-bottom: dotted 1px #6A6A6A;
}

.menu_right_lev2
{
  background-image: url(images/menu_right_lev2_off.gif);
}

.menu_right_lev2_selected
{
  background-image: url(images/menu_right_lev2_on.gif);
  font-weight: bold;
}

.menu_right_lev3, .menu_right_lev3_selected
{
  padding: 0px 0px 0px 31px;
  background-repeat: no-repeat;
  background-position: 20px 7px;
}

.menu_right_lev3
{
  background-image: url(images/menu_right_lev3_off.gif);
}

.menu_right_lev3_selected
{
  background-image: url(images/menu_right_lev3_on.gif);
  font-weight: bold;
}

.menu_right_lev3_bottom
{
  height:0px;
  line-height:0px;
  margin: 8px 0px 1px 0px;
  border-bottom: dotted 1px #6A6A6A;
}



/* Home */

.home_content .left
{
  width: 250px;
  padding-top: 145px;
}

.home_content .left .contact
{
  position: absolute;
  top: 476px;
  display: block;
  width: 250px;
  height: 128px;
  background: url(images/home_contact_off.jpg) no-repeat;
}

.home_content .left .contact:hover
{
  background: url(images/home_contact_on.jpg) no-repeat;
  text-decoration: none;
}

.home_content .right
{
  width: 550px;
}

.home_content .right .facebook
{
  display: block;
  width: 550px;
  height: 56px;
  background: url(images/home_facebook_off.png) no-repeat 17px top;
}

.home_content .right .facebook:hover
{
  background: url(images/home_facebook_on.png) no-repeat 17px top;
  text-decoration: none;
}

.home_content .right .home2_col1,
.home_content .right .home2_col2
{
  width: 275px;
}



/* 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 #6A6A6A;
}

.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 #6A6A6A;
}

.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_left
{
  width: 517px;
  padding: 0px 20px 0px 0px;
  border-right: dotted 1px #6A6A6A;
}

table.summary
{
  width: 507px;
}

td.content_right
{
  width: 226px;
  padding: 0px 0px 0px 20px;
}

#content_main
{
  padding: 0px 0px 15px 10px;
  border-bottom: dotted 1px #6A6A6A;
}

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

div.body
{
  margin-bottom: 20px;
}

.home_right_header
{
  width: 100%;
  background: url(images/page_right_header.gif) no-repeat;
}

.home_right_header td
{
  height: 18px;
  padding-left: 30px;
  line-height: 18px;
	vertical-align: middle;
  color: #ffff03;
  font-size: 12px;
  font-weight: bold;
}



/* Slots */

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

div.summary_image_slot_item input
{
  width: 200px;
}



/* Read more */

.read_more
{
}

.read_more_sep
{
  width: 20px;
}



/* Send page */

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

#sendpage_form input
{
  width: 180px;
}



/* site map */

.sitemap_lev1
{
  padding: 10px 20px 10px 0px;
  margin-bottom: 12px;
  border-bottom: dotted 1px #6A6A6A;
}

.sitemap_lev2_container
{
  padding-top: 15px;
}

.sitemap_lev3_container
{
  padding-bottom: 10px;
}

.sitemap_lev2
{
  padding: 0px 0px 0px 12px;
  background: url(images/bullet_col2.gif) no-repeat 0px 6px;
  font-weight: bold;
}

.sitemap_lev3
{
  padding: 0px 0px 0px 40px;
  background: url(images/sitemap_lev3_bullet.gif) no-repeat 29px 8px;
}



/* Vote */

.atdc_response
{
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.atdc_quote_1
{
  line-height: 13px;
  padding-right: 17px;
}

.male .atdc_quote_1
{
  background: url(images/vote/quote_1_male.gif) no-repeat;
}

.female .atdc_quote_1
{
  background: url(images/vote/quote_1_female.gif) no-repeat;
}

.atdc_quote_2
{
  line-height: 11px;
  padding-left: 11px;
  margin-right: 5px;
}

.male .atdc_quote_2
{
  background: url(images/vote/quote_2_male.gif) no-repeat center right;
}

.female .atdc_quote_2
{
  background: url(images/vote/quote_2_female.gif) no-repeat center right;
}

.male .atdc_user
{
  color: #2d93db;
}

.female .atdc_user
{
  color: #ea2785;
}

.atdc_vote
{
  padding: 2px 0px 0px 12px;
  font-size: 14px;
  font-style: normal;
}

.male .atdc_vote
{
  background: url(images/vote/arrow_male.gif) no-repeat 0px 6px;
}

.female .atdc_vote
{
  background: url(images/vote/arrow_female.gif) no-repeat 0px 6px;
}

.atdc_result
{
  padding: 2px 0px 0px 0px;
  font-size: 14px;
  font-style: normal;
}

.atdc_percent_bar
{
  float: left;
  height: 14px;
  margin-right: 12px;
}

.male .atdc_percent_bar
{
  background: url(images/vote/bar_male.gif) repeat-x bottom left;
}

.female .atdc_percent_bar
{
  background: url(images/vote/bar_female.gif) repeat-x bottom left;
}

