﻿table, tr, td, thead, tbody, th {
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-variant: inherit;
color: inherit;
}

.Title1{
  COLOR: #de1e0a;
  FONT: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.contentProduct, .cTable{
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    width: 750px;
    border: 1px solid;
    border-color: #fff; 
}

.contentarea {
	margin-top:30px;
}



#Title1 {
  position: absolute;
  top: 225px;
  left: 50%;
  margin-left: 160px;
  width: 350px;
  text-align: right;
  border: 0px solid;
  border-color: #000; 
}

#slogan{
  position: absolute;
  top: 225px;
  width: 350px;
  left: 50%;
  margin-left: -445px;
  height: 25px;
  text-align: left;
  COLOR: #de1e0a;
  FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
  border: 0px solid;
    border-color: #000; 
}

#mission{
  position: absolute;
  top: 12px;
  left: 75%;
  margin-left: 25px;
  width: 200px;
  border: 0px solid #fff; 
  padding: 5px;
  background-color: #fff; 
}

#MainContainer {
    position: absolute;
    top: -130px;
    left: 50%;
    margin-left: -480px;
    border: 1px solid #fff;    
    background-color: #fff; 
    width: 970px;    
    text-align: left;    
    background-position: 0px 0px;
    padding: 5px;
}

#main {
    position: absolute;
    top: -375px;
    left: 50%;
    margin-left: -505px;
    border: 0px solid #fff;    
    width: 950px;
    height: 240px;
    text-align: center;
    z-index: 200;
    overflow: visible;
}

#logo{
    position: absolute;
    top: 83px;
    left: 50%;
    margin-left: -446px;
    height: 200px;
    width: 200px;

}

#cNavi{
    position: absolute;
    top: 245px;
    width: 982px;
    left: 50%;
    margin-left: -450px;
    height: 22px;
    BACKGROUND-COLOR: #567da6;
    z-index: 9000;
}

#bgImage{
    position: absolute;
    top: -315px;
    left: 50%;
    margin-left: -480px;
    border: 0px solid #b4f4fe;    
    width: 985px;    
    height: 850px;
    BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/splash-spec1062.jpg); 
    overflow: hidden;
    BACKGROUND-REPEAT: no-repeat;
}

BODY {    
        margin:0px; 
        padding: 0; 
        border-width: 0;
        BACKGROUND-color: #567da6;
        BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/bg6000846.gif); 
        BACKGROUND-REPEAT: repeat-x;
}

.mainBG {
       BACKGROUND: #fff;
}

.securityButton{

    BACKGROUND-COLOR: #f4f2e5;
    FONT-WEIGHT: normal; 
    FONT-SIZE: 11px; 
    COLOR: #000; 
    FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
    width: 130px;
    height: 26px;
    cursor: pointer;
    
}

#bgMain{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 865px;

}



.cTable{

BACKGROUND-COLOR: transparent;

}

.tdRow{
BACKGROUND-COLOR: transparent;
}

.bgTabs a{
COLOR: #4455EE;
TEXT-DECORATION: underline;
}

a{
COLOR: #820220;
TEXT-DECORATION: underline;
}


.bgTabMain{
BACKGROUND-IMAGE: none;

}

.corner_tab_right{
BACKGROUND-IMAGE: none;
BACKGROUND-COLOR: #000;
}

.corner_tab_left{
BACKGROUND-IMAGE: none;
BACKGROUND-COLOR: #000;

}


.cButtonSection{

background: #888888;

}

#horizon {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    background-color: transparent;
    text-align: center;
}

.loginTable {

    BACKGROUND-COLOR: #FFF;

}

.content, .loginTable {

    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;

}
#wrapper{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -444px;
   width:886px;

}

.MainContentT{
    FONT: BOLD  13px Verdana, Arial, helvetica, sans-serif; vertical-align: middle;
    COLOR: #567da6;

}

#horizon {
    position: absolute;
    top: 315px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    background-color: transparent;
    text-align: center;
}

/******* NAvigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 z-index: 10000;
list-style: none;

}


/* main menu */
.menulist ul li {
 text-align: left; 

}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
height: 33px;
list-style: none;

}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border-right: 0px solid #cccccc;
 margin-right: 2px;
}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 10px;
 left: 155px;
 width: 150px;
 border: 0px solid #c7c9c9;
 
}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 BACKGROUND: #fff;
 border: 0px solid #c7c9c9;
 margin-bottom: 0px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 
BACKGROUND: #698baf;


}


.menulist  a.highlighted {
 color: #FFF;
}

.icon_on{
   
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* main menu */
.menulist li {
 
 padding-right: 4px;
 padding-left: 4px;
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


.contentBox{

    padding: 10px;
    FONT:  11px Verdana, Arial, helvetica, sans-serif; vertical-align: middle;
    COLOR: #0e293b;


}


/******* NAvigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index: 1000;
}


/* main menu */
.menulist ul li {
 text-align: left; 

}


#footer {

    position: absolute;
    top: 415px;
    left: 50%;
    margin-left: -440px;
    border: 0px;    
    width: 900px;
    height: 50px;
    text-align: left;
    
}


.copyright {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #555555; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.tdRow {text-align:left;}  .scrollContainer {  overflow:hidden;  }
