/* Base styles */
html, body {
  height: 100%;
  background-color: #FFFFFF;
}
body {
  width: 982px;
  margin: 0px auto;
  border: none;
  font-family: Arial, Tahoma, Helvetica;
  font-size: 12px;
  padding: 0px;
}
div {
  margin: 0px auto;
  padding: 0px;
  border: none;
  display: block;
  float: left;
}
table {
  float: left;
  display: block;
}
img {
  border: 0;
  display: block;
}
a img {
  border: none;
  text-decoration: none;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
table.center {
  margin-left: auto; 
  margin-right:auto;
}
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
legend {
  font-family: Arial, Tahoma, Helvetica;
  font-size: 11px;
  color: #000000;
}
a {
  color: #326696;
}
.red {
  color: #DD0302;
}
.red_bold {
  color: #DD0302;
  font-weight: bold;
}
.orange_bold {
  color: #FE8500;
  font-weight: bold;
}
h1 {
  color: #205BAE;
  font-size: 18px;
  font-weight: normal;
}
h2 {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
}
h4 {
  color: #205BAE;
  font-size: 14px;
  font-weight: normal;
}
.sm_title {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
}
/* Layout styles */
div #container {
  background-position: center;
  width: 982px;
}
div #header_container {
  width: 982px;
}
div #header_left_logo {
  width: 283px;
  height: 107px;
  background-image: url('../images/template/header_left_logo.jpg');
  background-repeat: no-repeat;
}
div #header_right {
  width: 699px;
  height: 107px;
  background-image: url('../images/template/header_right_bg.jpg');
  background-repeat: no-repeat;
  background-position: right;
}
div #header_footer {
  width: 982px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #88B5DF;
  border-bottom: 1px solid #B0C8E2;
}
div #header_footer_inner {
  width: 982px;
  height: 20px;
  line-height: 18px;
  background-image: url('../images/template/header-grey-bar.jpg');
  background-repeat: repeat-x;
}
div #header_footer_text {
  width: 850px;
  padding-left: 10px;
  height: 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px;
}
div #header_footer_logo {
  width: 122px;
  height: 20px;
  background-image: url('../images/template/header_footer_logo.jpg');
  background-repeat: no-repeat;
}
div #footer_hoz_line {
  width: 982px;
  height: 1px;
  background-image: url('../images/template/footer_hoz_line.jpg');
  background-repeat: no-repeat;
}
div #footer_links {
  width: 982px;
  height: 39px;
  color: #6D6C6C;
  text-align: center;
}
div #footer_links a {
  color: #6D6C6C;
  text-decoration: none;
}
div #footer_links a:hover {
  color: #0066D8;
  text-decoration: none;
}
div #footer_body {
  width: 982px;
  height: 75px;
  background-image: url('../images/template/footer_body.jpg');
  background-repeat: repeat-x;
}
div #footer_body_left {
  width: 113px;
  height: 64px;
  padding-left: 9px;
  padding-top: 11px;
}
div #footer_body_body {
  width: 781px;
  height: 75px;
  color: #000000;
  padding-top: 10px;
  padding-left: 5px;
  line-height: 18px;
}
div #footer_body_right {
  width: 74px;
  height: 64px;
  padding-top: 11px;
}
div #content_container {
  width: 982px;
  padding-top: 1px;
}
div #content_container_inner {
  width: 982px;
  padding-top: 21px;
  background-image: url('../images/template/content-background.jpg');
  background-repeat: repeat-x;
}
div #back_to_top {
  width: 558px;
  padding-top: 12px;
}
div #back_to_top_inner {
  width: 558px;
  padding-top: 12px;
  border-top: 1px solid #EDEDED; 
}
div #left_column_container {
  width: 192px;
  background-image: url('../images/template/left_column.jpg');
  background-repeat: no-repeat;
}
div #left_column {
  width: 190px;
  border-top: 1px solid #D9D6D6;
  padding-left: 1px;
}
div #left_column_height {
  width: 1px;
  height: 600px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden; 
}
div #left_menu {
  width: 190px;
  padding-top: 1px;
  background-color: #FFFFFF;
}
div #left_menu .menu_item {
  width: 190px;
  height: 26px;
  overflow: hidden;
  background-image: url('../images/template/left_menu.jpg');
  background-repeat: repeat-x;
}
div #left_menu .menu_item_active {
  width: 190px;
  height: 26px;
  background-image: url('../images/template/left_menu_active.jpg');
  background-repeat: repeat-x;
}
div #left_menu .menu_item_spacer {
  width: 190px;
  height: 1px;
  background-color: #D9D6D6;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  line-height: 1px;
}
div #left_menu .menu_item_bullet {
  width: 12px;
  height: 18px;
  padding-top: 8px;
  padding-left: 6px;
}
div #left_menu .menu_item_bullet img {
  display: block;
}
div .menu_item_text {
  width: 166px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  padding-left: 6px;
}
div #left_menu .menu_item_text_active {
  color: #E00000;
  width: 166px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  padding-left: 6px;
  cursor: pointer;
}
div #left_menu .menu_item_text_current {
  color: #000000;
  width: 166px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  padding-left: 6px;
  cursor: pointer;
}
div #left_menu .menu_item_text a {
  color: #000000; 
  text-decoration: none;
}
div #left_menu .menu_item_text a:hover {
  color: #E00000;
  text-decoration: underline;
}
div #left_menu .menu_item_text_active a {
  color: #E00000;
  text-decoration: underline;
}
div #left_menu .menu_item_text_active a:hover {
  color: #E00000;
  text-decoration: underline;
}
div #left_menu .menu_item_text_current a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
div #left_menu .menu_item_text_current a:hover {
  color: #E00000;
  text-decoration: underline;
  font-weight: bold;
}
div #left_menu .left_submenu {
  width: 174px;
  padding-left: 16px;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}
div #left_menu .left_submenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0px;
  width: 174px;
}
div #left_menu .left_submenu ul li {
  margin: 0px;
  padding: 0px;
  width: 174px;
}
div #left_menu .left_submenu a {
  display: block;
  width: 158px;
  padding: 4px 0px 4px 16px;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  color: #000000;
  text-decoration: none;
}
div #left_menu .sub_exh a {
  background-image: url('../images/template/exhibition-menu-button.jpg');
}
div #left_menu .sub_rec a {
  background-image: url('../images/template/reception-menu-button.jpg');
}
div #left_menu .sub_shop a {
  background-image: url('../images/template/shop-menu-button.jpg');
}
div #left_menu .left_submenu a.subactive {
  background-image: url('../images/template/active-submenu-button.jpg');
  font-weight: 700;
}
div #left_menu .left_submenu a:hover {
  background-image: url('../images/template/active-submenu-button.jpg');
  color: #E00000;
  text-decoration: underline;
}
.sub_exh {
  background-image: url('../images/template/exhibition-menu-bg.jpg');
}
.sub_rec {
  background-image: url('../images/template/reception-menu-bg.jpg');
}
.sub_shop {
  background-image: url('../images/template/shop-menu-bg.jpg');
}
div #left_cta_bg {
  width: 190px;
  background-image: url('../images/template/left_cta_background.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}
div #left_cta {
  width: 185px;
  padding-top: 5px;
  padding-left: 5px;
}
div #content {
  width: 558px;
  padding: 0px 20px 15px 20px;
}
div #content a {
  color: #FE8500;
  text-decoration: underline;
}
div #content a img {
  color: #FE8500;
  text-decoration: none;
  border-bottom: none;
}
div #content a:hover {
  color: #FE8500;
  text-decoration: underline;
}
div #content ul {

}
div #content ul li {
  list-style-image:  url('../images/template/bullet.jpg');
  line-height: 16px;
  vertical-align: middle;
}
div #content .hr {
  width: 558px;
  height: 1px;
  line-height: 1px;
  border-bottom: 1px dotted #FF8300;
}
div .table_header {
  color: #FE8500;
  font-weight: bold;
  border-bottom: 1px dotted #FF8300;
}
div .cell_field {
  color: #1A5BB0;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
}
td .top_align {
  vertical-align: top;
}
div .bold_blue {
  color: #1A5BB0;
  font-weight: bold;
}
div .blue {
  color: #1A5BB0;
}
div .bold_orange {
  color: #FE8500;
  font-weight: bold;
}
/* Right Bar - Start */
div #right_column {
  width: 192px;
}
div #form_header {
  width: 192px;
  height: 26px;
  border-bottom: 1px solid #92BDDC;
}
div #form_header_left {
  width: 6px;
  height: 26px;
  background-image: url('../images/template/qc_form_header_left.jpg');
  background-repeat: no-repeat;
}
div #form_header_center {
  width: 184px;
  height: 26px;
  background-image: url('../images/template/qc_form_header_center.jpg');
  background-repeat: repeat-x;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
div #form_header_right {
  width: 2px;
  height: 26px;
  background-image: url('../images/template/qc_form_header_right.jpg');
  background-repeat: repeat-x;
}
div #form_body_left {
  width: 6px;
  height: 252px;
  background-image: url('../images/template/qc_form_body_left.jpg');
  background-repeat: no-repeat;
}
div #form_body_center {
  width: 170px;
  height: 252px;
  background-image: url('../images/template/qc_form_body_center.jpg');
  background-repeat: repeat-x;
}
div #form_body_right {
  width: 6px;
  height: 252px;
  background-image: url('../images/template/qc_form_body_right.jpg');
  background-repeat: no-repeat;
}
div #right_column_bg {
  width: 182px;
  border-top: 1px solid #FFFFFF;
  padding: 5px 5px 0px 5px;
  background-image: url('../images/template/right_column_background.jpg');
  background-repeat: repeat-x;
}
div #right_column_spacer {
  width: 182px;
  height: 19px;
}
div #resource_container {
  width: 182px;
}
div #resource_header {
  width: 182px;
  height: 30px;
  background-image: url('../images/template/resource_header.jpg');
  background-repeat: no-repeat;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
div #resource_body {
  width: 182px;
  height: 156px;
  background-image: url('../images/template/resource_body.jpg');
  background-repeat: no-repeat;
}
div .resource_item {
  width: 170px;
  height: 31px;
  padding-left: 10px;
  line-height: 31px;
  vertical-align: middle;
}
div .resource_item a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
div .resource_item a:hover {
  color: #DF3004;
  font-weight: bold;;
}
div #resource_footer {
  width: 182px;
  height: 43px;
  background-image: url('../images/template/resource_footer.jpg');
  background-repeat: no-repeat;
}
/* Right Bar - End */

/* Accordian blocks - Start */
div .title_bar {
  width: 558px;
  height: 28px;
  color: #FFFFFF;
  }
div .bottom_bar {
  width: 558px;
  height: 5px;
  line-height: 5px;
  background-color: #D4D4D4;
  border-top: 1px solid #FFFFFF;
}
div .title_bar_left {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_left.jpg');
  background-repeat: no-repeat;
}
div .title_bar_left_orange {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_left_active.jpg');
  background-repeat: no-repeat;
}
div .title_bar_left_red {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_left_red.jpg');
  background-repeat: no-repeat;
}
div .title_bar_left_green {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_left_green.jpg');
  background-repeat: no-repeat;
}
div .title_bar_left_blue {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_left_blue.jpg');
  background-repeat: no-repeat;
}
div .title_bar_bullet {
  width: 20px;
  height: 19px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-image: url('../images/template/title_bar.jpg');
  background-repeat: repeat-x;
}
div .title_bar_bullet_orange {
  width: 20px;
  height: 19px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-image: url('../images/template/title_bar_active.jpg');
  background-repeat: repeat-x;
}
div .title_bar_bullet_red {
  width: 20px;
  height: 19px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-image: url('../images/template/title_bar_red.jpg');
  background-repeat: repeat-x;
}
div .title_bar_bullet_green {
  width: 20px;
  height: 19px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-image: url('../images/template/title_bar_green.jpg');
  background-repeat: repeat-x;
}
div .title_bar_bullet_blue {
  width: 20px;
  height: 19px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-image: url('../images/template/title_bar_blue.jpg');
  background-repeat: repeat-x;
}
div .title_bar_center {
  width: 526px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background-image: url('../images/template/title_bar.jpg');
  background-repeat: repeat-x;
  color: #000;
}
div .title_bar_center_orange {
  width: 526px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background-image: url('../images/template/title_bar_active.jpg');
  background-repeat: repeat-x;
}
div .title_bar_center_red {
  width: 526px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background-image: url('../images/template/title_bar_red.jpg');
  background-repeat: repeat-x;
}
div .title_bar_center_green {
  width: 526px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background-image: url('../images/template/title_bar_green.jpg');
  background-repeat: repeat-x;
}
div .title_bar_center_blue {
  width: 526px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  background-image: url('../images/template/title_bar_blue.jpg');
  background-repeat: repeat-x;
}
div .title_bar_center_left {
  width: 376px;
  height: 28px;
  text-indent: 5px;
}
div .title_bar_center_right {
  width: 145px;
  height: 28px;
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
}
div .title_bar_right {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_right.jpg');
  background-repeat: no-repeat;
}
div .title_bar_right_orange {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_right_active.jpg');
  background-repeat: no-repeat;
}
div .title_bar_right_red {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_right_red.jpg');
  background-repeat: no-repeat;
}
div .title_bar_right_green {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_right_green.jpg');
  background-repeat: no-repeat;
}
div .title_bar_right_blue {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_right_blue.jpg');
  background-repeat: no-repeat;
}
div .title_bar_left_active {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_left_active.jpg');
  background-repeat: no-repeat;
}
div .title_bar_bullet_active {
  width: 18px;
  height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url('../images/template/title_bar_active.jpg');
  background-repeat: repeat-x;
}
div .title_bar_center_active {
  width: 528px;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  color: #FFFFFF;
  background-image: url('../images/template/title_bar_active.jpg');
  background-repeat: repeat-x;
}
div .title_bar_right_active {
  width: 6px;
  height: 28px;
  background-image: url('../images/template/title_bar_right_active.jpg');
  background-repeat: no-repeat;
}
div .content_block {
  width: 558px;
  overflow: hidden;
 }
div .content_text_block {
  width: 542px;
  padding: 10px 8px 10px 8px;
  background-color: #EBE2D4;
  background-image: url('../images/template/text_block_background_gallery.jpg');
  background-repeat: repeat-x;
}
div .content_text_block_no_bg {
  width: 542px;
  padding: 10px 8px 10px 8px;
}
div .content_text_block .hr {
  width: 542px;
  height: 1px;
  line-height: 1px;
  border-bottom: 1px dotted #FF8300;
}
div .content_text_block_no_bg .hr {
  width: 542px;
  height: 1px;
  line-height: 1px;
  border-bottom: 1px dotted #FF8300;
}
/* Accordian blocks - End */

/* Gallery - Start */
div .gallery_image_bg {
  width: 550px;
  height: 412px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('../images/template/gallery_bg.jpg');
  background-repeat: repeat-x;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .gallery_image_bg_orange {
  width: 550px;
  height: 412px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('../images/template/gallery_bg.jpg');
  background-repeat: repeat-x;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .gallery_image_bg_blue {
  width: 550px;
  height: 412px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('../images/template/gallery_bg_blue.jpg');
  background-repeat: repeat-x;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .gallery_image_bg_green {
  width: 550px;
  height: 412px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('../images/template/gallery_bg_green.jpg');
  background-repeat: repeat-x;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
div .home_image_bg {
  width: 550px;
  height: 310px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('../images/template/gallery_bg.jpg');
  background-repeat: repeat-x;
  border-bottom: 10px solid #FFFFFF;
}
div #gallery_thumbnails {
  width: 558px;
  height: 76px;
}
div .no_scroll_left {
  width: 15px;
  height: 76px;
  background-image: url('../images/template/thumbnail_no_scroll.jpg');
  background-repeat: no-repeat;
  border-right: 1px solid #FFFFFF;
}
div .no_scroll_right {
  width: 15px;
  height: 76px;
  background-image: url('../images/template/thumbnail_no_scroll.jpg');
  background-repeat: no-repeat;
  border-left: 1px solid #FFFFFF;
}
div .scroll_left {
  width: 15px;
  height: 76px;
  background-image: url('../images/template/thumbnail_scroll_left.jpg');
  background-repeat: no-repeat;
  border-right: 1px solid #FFFFFF;
}
div .scroll_left_active {
  width: 15px;
  height: 76px;
  background-image: url('../images/template/thumbnail_scroll_left_active.jpg');
  background-repeat: no-repeat;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
}
div .scroll_right {
  width: 15px;
  height: 76px;
  background-image: url('../images/template/thumbnail_scroll_right.jpg');
  background-repeat: no-repeat;
  border-left: 1px solid #FFFFFF;
}
div .scroll_right_active {
  width: 15px;
  height: 76px;
  background-image: url('../images/template/thumbnail_scroll_right_active.jpg');
  background-repeat: no-repeat;
  border-left: 1px solid #FFFFFF;
  cursor: pointer;
}
div .gallery_thumbnails_bg {
  width: 510px;
  height: 67px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 9px;
  background-image: url('../images/template/thumbnail_background.jpg');
  background-repeat: repeat-x;
}
div .gallery_thumbnails_home {
  width: 558px;
  height: 67px;
  padding-top: 9px;
  background-image: url('../images/template/home-thumbnails.jpg');
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  background-position: bottom;
}
div .gallery_thumbnail {
  width: 85px;
  height: 67px;
  text-align: center;
}
.thumbnail_image {
  border-left: 1px solid #919598;
  border-right: 1px solid #919598;
  border-top: 1px solid #919598;
  border-bottom: 1px solid #919598;
}
.thumbnail_image_hover {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}
.thumbnail_image_active {
  border-left: 1px solid #FF8A14;
  border-right: 1px solid #FF8A14;
  border-top: 1px solid #FF8A14;
  border-bottom: 1px solid #FF8A14;
}
/* Gallery - End */

/* Form styling - Start */
.qc_spacer {
  width: 170px;
  line-height: 0px;
}
.qc_field {
  width: 53px;
  height: 19px;
  padding: 0px 2px 0px 0px;
  color:#3C749F;
  text-align: right;
  line-height: 16px;
  vertical-align: middle;
  font-size: 11px;
}
.qc_field_box {
  width: 115px;
  height: 19px;
  padding: 0px 0px 0px 0px;
}
.form_field {
  width: 146px;  
  font-size: 12px;
  padding: 2px;
  color: #1A5BB0;
  font-weight: bold;
}
.form_value {
  width: 408px;
}
.form_field_large {
  width: 246px;  
  font-size: 12px;
  padding: 2px;
  color: #1A5BB0;
  font-weight: bold;
}
.form_value_small {
  width: 298px;
  padding-left: 10px;
}
.req_field {
  color: #FE8500;
}
input {
  font-size: 12px;
  color: #3C749F;
  padding: 0;
  margin: 0;
  border-top: 1px solid #86B359;
  border-right: 1px solid #99CC66;
  border-bottom: 1px solid #A3D96C;
  border-left: 1px solid #99CC66;
}
select {
  font-size: 12px;
  color: #3C749F;
  padding: 0;
  margin: 0;
  border-top: 1px solid #86B359;
  border-right: 1px solid #99CC66;
  border-bottom: 1px solid #A3D96C;
  border-left: 1px solid #99CC66;
}
.checkbox {
  border-top: 1px solid #86B359;
  border-right: 1px solid #99CC66;
  border-bottom: 1px solid #A3D96C;
  border-left: 1px solid #99CC66;
}
.fullform {
  font-size: 12px;
  color: #3C749F;
  padding: 2px;
  margin: 0;
  border-top: 1px solid #86B359;
  border-right: 1px solid #99CC66;
  border-bottom: 1px solid #A3D96C;
  border-left: 1px solid #99CC66;
}
textarea {
  font-family: Arial, Tahoma, Helvetica;
  font-size: 12px;
  color: #3C749F;
  padding: 0;
  margin: 0;
  border-top: 1px solid #86B359;
  border-right: 1px solid #99CC66;
  border-bottom: 1px solid #A3D96C;
  border-left: 1px solid #99CC66;
}
.spacer {
  font-size: 0px;
}
/* Content removed when new site launched */
div.oldcontent {
  display: none;
}
/* Form styling - End */
/* LIGHTBOX STYLES */
#lightbox{ position: absolute; top: 0; left: 27.5%!important; padding-top: 60px; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 10px; clear: both;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 50%!important; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; clear: both; }

#imageData{ padding:0 10px 0 10px; color: #666; float: right!important; }
#imageData #imageDetails{ width: 70%; text-align: left; float: right!important; }  
#imageData #caption{ font-weight: bold;  }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }      
#imageData #bottomNavClose{ width: 66px; padding-bottom: 0.7em; outline: none; float: right!important; margin: 0 0 0 auto!important;}
#imageData img { float: right!important;  margin: 0 0 0 auto!important; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%!important; background-color: #000;}     

/*#lightbox{ position: fixed;left:100px; top:150px; width: 600px; z-index: 100; text-align: center; line-height: 0; margin: 0 auto; float: none;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover *//* display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%  ; }

#imageData{  padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;  }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }      
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}          */

/*#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; background-color: #000; float: none;}*/
