* {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, Verdana, sans-serif;
}
body {
    font-size:12px;
    line-height:16px;
    background-color:#FFF;
}
img {
    border-style:none;
}
.pngfix { 
    behavior: url(/system/resources/stylesheets/iepngfix.htc) 
}
#page {
    width:1016px;
    margin:0 auto;
    position:relative;
}
#top_header {
    background-image:url(../images/top_header.png);
    height:70px;
}
#header {
    background-image:url(../images/header.png);
    height:254px;
    width:1016px;
    position:relative;
}
div.header_image {
    width:995px;
    height:195px;
    top:10px;
    left:9px;
    position:absolute;
}
#content {
    margin-top:20px;
    min-height: 550px;
}
#left {
    padding-left:20px;
    padding-top:5px;
    width:400px;
    float:left;
}
#right {
    width:555px;
    float:right;
    padding-right:17px;
    padding-top:8px;
}
#footer {
    border-top:1px solid #CCC;
    margin-bottom:30px;
}
#footernavigation {
    
}
#tv {
    width:555px;
    height:320px;
    background-image:url(../images/tv_landscape.png);
    position:absolute;
    top:0;
    left:0;
}
#selections {
    padding:0;
    margin-bottom:10px;
}
.symbol {
    width:18px;
    height:18px;
    float:left;
    background-image:url(../images/symbol_empty.png);
}
input, textarea {
    background-color:#FFF;
    border:1px solid #CCC;
    padding:2px;
}
#selections h1 {
    font-size:16px;
    line-height:24px;
    vertical-align: top;
    padding-bottom:0;
    margin-left:25px;
}
#selections h2 {
    font-size:12px;
    line-height:16px;
    margin-left:18px;
    padding:0 10px 0 10px;
}
#selections p {
    margin-left:18px;
    padding:0 10px 10px 10px;
}
#selections ul, #selections ol {
    margin-left:18px;
    padding:0 10px 10px 28px;
}
#selections table {
    margin-left:18px;
    padding:15px 10px 10px 10px;
    list-style-type:none;
}
#selections table td {
    padding:2px;
}
#selections div.selection {
    padding:5px;
}
#selections div.active {
    /*background-color:#CCC;*/
}
#selections div.hover {
    cursor: pointer;
    background-color:#EEE;
}
.green .accordion-toggle-active .symbol {
    background-image:url(../images/symbol_green.png);
}
.black .accordion-toggle-active .symbol{
    background-image:url(../images/symbol_black.png);
}
.blue .accordion-toggle-active .symbol{
    background-image:url(../images/symbol_blue.png);
}
.cyan .accordion-toggle-active .symbol{
    background-image:url(../images/symbol_cyan.png);
}
.gray .accordion-toggle-active .symbol{
    background-image:url(../images/symbol_gray.png);
}
.orange .accordion-toggle-active .symbol{
    background-image:url(../images/symbol_orange.png);
}
#navigation {
    list-style:none;
    position:absolute;
    top:186px;
    left:25px;
}
#navigation li {
    float:left;
    padding-right:25px;
}
#navigation a {
    color:#666;
    text-decoration:none;
    display:block;
}
#navigation img {
    vertical-align:-5px;
    margin-right:2px;
}
#navigation a:hover {
    color:#111;
}
#subnavigation {
    position:absolute;
    top:222px;
    left:25px;
}
.subnavigation a {
    color:#666;
    text-decoration:none;
    padding:0 2px;
}
.subnavigation a:hover {
    color:#111;
}
#mininavigation {
    position:absolute;
    top:222px;
    right:155px;
}
#mininavigation a {
    color:#666;
    text-decoration:none;
    padding:0 2px;
}
#mininavigation a:hover {
    color:#111;
}
#search {
    position:absolute;
    top:221px;
    right:20px;
}
#search input {
    width:100px;
    display:inline-block;
    margin-right:2px;
    padding:0 4px;
    height:16px;
    font-size:12px;
    line-height:16px;
}
input.text {
    background-color:#FFF;
    border:1px solid #999;
}
.clear {
    clear:both;
}
a.more {
    color:#576399;
    text-decoration: none;
}
#dummytv {
    position:relative;
    width:555px;
    height:320px;
}
#bottomnavigation {
    float:left;
    margin-left:25px;
}
#bottomnavigation a {
    color:#666;
    text-decoration:none;
}
#bottomnavigation a:hover {
    color:#333;
    text-decoration:none;
}
#copytext {
    color:#999;
    float:right;
    margin-right:25px;
}
/* Accordion */
div.accordion {
    position: relative; /* required for bounding */
}
.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;        /* required for effect */
    display:block;
    padding:5px;
    color:#000;
}

.accordion-toggle:link,.accordion-toggle:visited{
    color:#333;
    text-decoration:none;
}
.accordion-toggle:hover,.accordion-toggle:active{
    color:#333;
    background-color:#EEE;
    text-decoration:none;
}
.accordion-toggle-active:link,
.accordion-toggle-active:visited,
.accordion-toggle-active:hover,
.accordion-toggle-active:active {
    color:#333;
    text-decoration:none;
    background-color:transparent;
}
div.accordion-content{
    overflow: hidden;   /* required for effect */
}
#imageSlider div {
    position:absolute;
    top:0;
    background-repeat:no-repeat;
}
#dummytv {
    display:block;
    position:relative;
}
#tvzone {
    display:none;
}
#rightzone {
    width:500px;
    float:right;
}
#tvcontrols {
    text-align:center;
}
#imagepoints {
    display:inline;
    margin:0 2px;
}
#imagearrows {
    height:15px;
}
#imagecounter {
    color:#999;
    font-size:9px;
    line-height:9px;
    margin-bottom:5px;
}
#imagefullscreen {
    display:inline;
    vertical-align:-3px;
}
#legend {
    position:absolute;
    background-color:#FFF;
    background:url(../images/transparent_black.png);
    background-repeat: repeat;
    bottom:22px;
    left:20px;
    height:20px;
    z-index:11;
    opacity:1;
    display:inline-block;
}
#legend p {
    color:#FFF;
    font-size:12px;
    line-height:12px;
    padding:3px;
}
#slider {
    width:20px;
    height:458px;
    top:15px;
    left:15px;
    background-image:url(../images/slider_h.png);
    background-position:left;
    background-repeat:no-repeat;
}
div.mediaplayer {
    z-index:30;
    position:absolute;
    left:18px;
    top:18px;
    margin-top:18px;
    background-color:#FFF;
}
#iframe {
    z-index:30;
    position:absolute;
    left:16px;
    top:16px;
    margin-top:17px;
}
#iframe iframe {
    border:none;
}
#employeestable {
    margin-left:100px;
}
#minicontainer {
    position:absolute;
}
ol {
    margin-left:5px;
    padding-left:15px;
}

a, a:link, a:active, a:visited {
	color:					#666;
	text-decoration:		none;
	outline:				none;
}

a:hover {
	color:					#999;
	text-decoration:		underline;
	outline:				none;
}
#contactbox {
  background-image:url(../images/contact_box.png);
  width:480px;
  height:249px;
}
span.active {
    color:#000000;
}
a.navigationSelected {
    color:#000000;
}

table.sitemap {
    padding:0;
    margin:0;
    font-size:0;
    line-height:0;
}

table.sitemap tr {
    padding:0;
    margin:0;
    font-size:0;
    line-height:0;
}

table.sitemap td {
    padding:0;
    margin:0;
    font-size:0;
    line-height:0;
}

/* green #e4e687 */

td.box_green_ltop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_green_ltop.gif);
}

td.box_green_tlne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_green_tlne.gif);
    background-repeat: repeat-x;
}

td.box_green_rtop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_green_rtop.gif);
}

td.box_green_llne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_green_llne.gif);
    background-repeat: repeat-y;
}

td.box_green_rlne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_green_rlne.gif);
    background-repeat: repeat-y;
}

td.box_green_lbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_green_lbot.gif);
}

td.box_green_blne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_green_blne.gif);
    background-repeat: repeat-x;
}

td.box_green_rbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_green_rbot.gif);
}

/* black  #bfbfbf */

td.box_black_ltop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_black_ltop.gif);
}

td.box_black_tlne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_black_tlne.gif);
    background-repeat: repeat-x;
}

td.box_black_rtop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_black_rtop.gif);
}

td.box_black_llne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_black_llne.gif);
    background-repeat: repeat-y;
}

td.box_black_rlne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_black_rlne.gif);
    background-repeat: repeat-y;
}

td.box_black_lbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_black_lbot.gif);
}

td.box_black_blne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_black_blne.gif);
    background-repeat: repeat-x;
}

td.box_black_rbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_black_rbot.gif);
}
/* blue   #87b3d1 */

td.box_blue_ltop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_blue_ltop.gif);
}

td.box_blue_tlne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_blue_tlne.gif);
    background-repeat: repeat-x;
}

td.box_blue_rtop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_blue_rtop.gif);
}

td.box_blue_llne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_blue_llne.gif);
    background-repeat: repeat-y;
}

td.box_blue_rlne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_blue_rlne.gif);
    background-repeat: repeat-y;
}

td.box_blue_lbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_blue_lbot.gif);
}

td.box_blue_blne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_blue_blne.gif);
    background-repeat: repeat-x;
}

td.box_blue_rbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_blue_rbot.gif);
}

/* orange #f7c787 */

td.box_orange_ltop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_orange_ltop.gif);
}

td.box_orange_tlne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_orange_tlne.gif);
    background-repeat: repeat-x;
}

td.box_orange_rtop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_orange_rtop.gif);
}

td.box_orange_llne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_orange_llne.gif);
    background-repeat: repeat-y;
}

td.box_orange_rlne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_orange_rlne.gif);
    background-repeat: repeat-y;
}

td.box_orange_lbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_orange_lbot.gif);
}

td.box_orange_blne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_orange_blne.gif);
    background-repeat: repeat-x;
}

td.box_orange_rbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_orange_rbot.gif);
}

/* sky    #bde6f7 */

td.box_sky_ltop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_sky_ltop.gif);
}

td.box_sky_tlne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_sky_tlne.gif);
    background-repeat: repeat-x;
}

td.box_sky_rtop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_sky_rtop.gif);
}

td.box_sky_llne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_sky_llne.gif);
    background-repeat: repeat-y;
}

td.box_sky_rlne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_sky_rlne.gif);
    background-repeat: repeat-y;
}

td.box_sky_lbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_sky_lbot.gif);
}

td.box_sky_blne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_sky_blne.gif);
    background-repeat: repeat-x;
}

td.box_sky_rbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_sky_rbot.gif);
}

/* gray   #cbcbcb */

td.box_gray_ltop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_gray_ltop.gif);
}

td.box_gray_tlne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_gray_tlne.gif);
    background-repeat: repeat-x;
}

td.box_gray_rtop {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_gray_rtop.gif);
}

td.box_gray_llne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_gray_llne.gif);
    background-repeat: repeat-y;
}

td.box_gray_rlne {
    width:  12px;
    height: auto;
    background-image: url(../images/box_gray_rlne.gif);
    background-repeat: repeat-y;
}

td.box_gray_lbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_gray_lbot.gif);
}

td.box_gray_blne {
    width:  auto;
    height: 12px;
    background-image: url(../images/box_gray_blne.gif);
    background-repeat: repeat-x;
}

td.box_gray_rbot {
    width:  12px;
    height: 12px;
    background-image: url(../images/box_gray_rbot.gif);
}
