﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

/***************************
 Clear Float Hack
***************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/***************************
 General Styles
***************************/

a {
    text-decoration: none;
	color: #117744;
}
a:hover {
    text-decoration: underline;
}


/***************************
 Layout
***************************/

.DivHeader {
    border-bottom:2px solid black;
}
.DivHeaderContainer {
    background: url('images/bg_header.jpg');
    width: 800px;
    height: 184px;
    margin-left: auto;
    margin-right: auto;
}
.DivHeaderText {
    border-left:2px solid #999999;
    padding:5px;
    width:190px;
    height:65px;
    position:relative;
    top:55px;
    left:520px;
    color:#666666;
    line-height:16px;
}

.DivBody {

}
.DivBodyContainer {
    background: url('images/bg_content.jpg');
    width: 800px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.DivMenu {
    padding-left: 350px;
}

.DivContent {
    padding: 0px 0px 0px 20px;
}

.DivTabs {
    float:left;
    width: 175px;
    padding-top:20px;
    height: 300px;
    background: url('images/tab_menu_bg.png') repeat-y;
}

.TabsUL {
    margin:0px 0px 0px 0px;
    padding:0px;
}
.TabsUL li{
    list-style-type:none;
    text-align:right;
    padding:10px 10px 10px 0px;
    margin: 0px;
}
.TabsUL li a{
    text-decoration: none;
    color: #999999;
    font-weight:bold;
}
.TabsUL li a:hover{
    text-decoration: none;
    color: #000000;
}

.TabsUL .SelectedTab {
    border-top: 2px solid #666666;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
}
.TabsUL .SelectedTab a{
    color: #003366;
    font-weight:bold;
}


.DivTabContent {
    float:left;
    margin-top:5px;
    padding-left:20px;
    padding-right:10px;
    width:555px;
    height:315px;
    overflow:auto;
}
.DivTabContent .TabContent {
    display:none;
}
.DivTabContent div h3{
    background:#EEEEEE;
    border-bottom: 2px solid #336699;
    padding:5px;
}

.DivVideo {
    margin: 20px 0px 0px 40px;
    width: 480px;
    height: 270px;
    background: url('images/video_Bg.jpg');
    cursor: pointer;
}

.DivFooter {
    border-top:2px solid black;
}
.DivFooterContainer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.DivConveyor {
    width:800px;
    height:76px;
    background: url('images/bg_logos.gif');
}

.MenuItemStyle {
    width: 86px;
    height: 18px;
    background: url('images/menu_bg.gif');
    text-align:center;
    float:left;
    padding-top:2px;
}
.MenuItemStyle:hover {
    background: url('images/menu_bg_hover.gif');
}
.MenuItemStyle:hover a {
    color: #339966;
    text-decoration: none;
    font-weight:bold;
}
.MenuItemStyle a{
    color: #FFFFFF;
}

.SelectedItemStyles {
    width: 86px;
    height: 18px;
    background: url('images/menu_bg.gif');
    text-align:center;
    float:left;
    padding-top:2px;
}
.SelectedItemStyles a{
    color: #339966;
    font-weight:bold;
}
.SelectedItemStyles a:hover{
    text-decoration: none;
}


.LeftTD {
    padding:2px;
    border:1px solid gainsboro;
    background-color:whitesmoke;
    text-align:right;
    width: 120px;
}
.RightTD {
    padding:2px;
}