/* CSS Document */
html { overflow-y: scroll; }

body {
  color: #000000;
  font-size: .7em;
  margin: 0 0 25px 0;
  background-color: #3E465D;
  background-position: center
top;
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(images/bg_body.jpg);
}

a { color: #0000FF; }

h1, h2, h3, h4, p {  margin: 0 0 8px 0; }

h1 { font-size: 1.8em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; }

/* ---- class settings ------------------------ */

.a-img { border: 0; }

/* ---- layout settings ----------------------- */

#main_container {
  position: relative;
  margin: 0 auto;
  width: 935px;
  height: auto;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 935px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url(images/img_header.png);
}

#header_flash {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 338px;
  height: 91px;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 935px;
  height: auto;
}

#content_slideshow {
  position: relative;
  top: 0;
  left: 0;
  width: 863px;
  height: 417px;
  padding:13px 36px 21px 36px;
  background-repeat: no-repeat;
  background-image: url(images/bg_content-slideshow.png);
}

#content_main {
  position: relative;
  top: 0;
  left: 0;
  width: 863px;
  height: auto;
  padding:13px 36px 21px 36px;
  background-image: url(images/bg_content-main.png);
}

#content_main-sb {
  position: relative;
  top: 0;
  left: 0;
  width: 893px;
  height: auto;
  padding:13px 21px 21px 21px;
  background-image: url(images/bg_content-main-sb.png);
}

#main_left {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 193px;
  height: auto;
  padding:5px 15px 10px 15px;
}

#main_left a {
  color: #3E465D;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 0 0 5px;
  text-decoration: none;
  border-bottom: 1px solid #3E465D;
}

#main_left a:hover {
  color: #ECECEC;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #9F9F9F;
}

#main_right {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  width: 640px;
  height: auto;
  padding:5px 15px 10px 15px;
}

a.sub-nav {
  font-size: 14px !important;
  margin: 0 0 5px 10px !important;
}

#footer {
  position: relative;
  top: 0;
  left: 0;
  color: #FFF;
  width: 935px;
  height: 25px;
  clear: both;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* ---- start navigation settings -------------------------- */

#nav {
  position: relative;
  top: 0;
  left: 0;
  width: 793px;
  height: 31px;
  padding-left: 142px;
  background-repeat: no-repeat;
  background-image: url(images/bg_nav.png);
}

#nav a {
  position: relative;
  float: left;
  height: 31px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(images/nav.gif);
}

a#nav_01 {
  width: 113px;
  background-position: 0 0;
}

a:hover#nav_01, .active_01 {
  background-position: 0 -31px !important;
}

a#nav_02 {
  width: 120px;
  background-position: -113px 0;
}

a:hover#nav_02, .active_02 {
  background-position: -113px -31px !important;
}

a#nav_03 {
  width: 139px;
  background-position: -233px 0 ;
}

a:hover#nav_03, .active_03 {
  background-position: -233px -31px !important;
}

a#nav_04 {
  width: 124px;
  background-position: -372px 0 ;
}

a:hover#nav_04, .active_04 {
  background-position: -372px -31px !important;
}

a#nav_05 {
  width: 121px;
  background-position: -496px 0 ;
}

a:hover#nav_05, .active_05 {
  background-position: -496px -31px !important;
}

a#nav_06 {
  width: 146px;
  background-position: -617px 0 ;
}

a:hover#nav_06, .active_06 {
  background-position: -617px -31px !important;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1 {
  position: absolute;
  top: 31px !important;
  left: 265px !important;
  z-index: 100;
  width: 130px;
  visibility: hidden;
  background-color: #fff;
  border-left: 1px solid #B8BDC2;
  border-right: 1px solid #B8BDC2;
  border-bottom: 1px solid #B8BDC2;
}

.dropmenudiv2 {
  position: absolute;
  top: 31px !important;
  left: 385px !important;
  z-index: 100;
  width: 145px;
  visibility: hidden;
  background-color: #fff;
  border-left: 1px solid #B8BDC2;
  border-right: 1px solid #B8BDC2;
  border-bottom: 1px solid #B8BDC2;
}

.dropmenudiv3 {
  position: absolute;
  top: 31px !important;
  left: 525px !important;
  z-index: 100;
  width: 140px;
  visibility: hidden;
  background-color: #fff;
  border-left: 1px solid #B8BDC2;
  border-right: 1px solid #B8BDC2;
  border-bottom: 1px solid #B8BDC2;
}

.dropmenudiv1 a, .dropmenudiv2 a, .dropmenudiv3 a {
  display: block;
  padding: 5px;
  color: #34332e;
  font-size: 14px;
  text-decoration: none;
  float: none !important;
  background-color: #fff;
  height: auto !important;
  background-image: none !important;
}

* html .dropmenudiv a {
  width: 100%;
}

.dropmenudiv1 a:hover, .dropmenudiv2 a:hover, .dropmenudiv3 a:hover {
  color: #000064;
  background-color: #F0F0F0;
}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
