
/* CSS Document */

* {padding: 0; margin: 0;}

a, a img { border: 0; }

body   
{
    background-color: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr h1
{
    font: 200% Arial, sans-serif;
    font-weight: bold;
}

.thrColFixHdr h2
{
    font: 160% Arial, sans-serif;
    font-weight: bold;
}
.thrColFixHdr h3
{
    font: 140% Arial, sans-serif;
    font-weight: bold;
}

.thrColFixHdr #container  
{
    /* this is the outermost container that holds all webpage content */
	width: 780px;  /* using 20px+ less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 440px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #FFF;
	padding: 0;

}
.thrColFixHdr #header
{
    width: 780px;
    height: 140px;
    background-color: #999;
    margin: 10px auto 0 auto;
}
.thrColFixHdr #header img
{
    border: none;
    text-align: center;
}

.thrColFixHdr #botfooter 
{
    background-color: #FFF;
    width: 780px;
    height: 10px;
    margin: 0 auto 0 auto;
    text-align: center;   
}
.thrColFixHdr #botfooter p
{
    font-size: 9px;
    font-family: Arial, Verdana, Serif;
    font-weight: normal;
    color: #777;
}

.thrColFixHdr #botline
{
width: 780px;
height: 10px;
background-image: url("../images/botline.jpg");
margin: 0 auto 0 auto;
}

.thrColFixHdr #container #leftSidebar
{
position: relative;
top: 0px;
left: 10px;
width: 180px;
height: 430px;
background-color: #999;
}
.thrColFixHdr #container #leftSidebar #top
{
height: 10px;
background-image: url("../images/lsb-top.jpg");
}
.thrColFixHdr #container #leftSidebar #left
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 8px;
    height: 410px;
    background-image: url("../images/lsb-left.jpg");
}
.thrColFixHdr #container #leftSidebar #right
{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 8px;
    height: 410px;
    background-image: url("../images/lsb-right.jpg");
}
.thrColFixHdr #container #leftSidebar #bottom
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 10px;
    width: 180px;
    background-image: url("../images/lsb-bottom.jpg");
}
.thrColFixHdr #container #leftSidebar #content
{
    margin-top: 20px;
    margin-left: 12px;
    width: 158px;
    height: 400px;
    line-height: 30px;
    overflow: visible;
}
.thrColFixHdr #container #leftSidebar #content a
{
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Serif;
    text-decoration: none;
    color: #FFF;
    height: 30px;
    
}
.thrColFixHdr #container #leftSidebar #content a:hover
{
    color: #1c3667;
}
.thrColFixHdr #container #mainContent
{
width: 590px;
position: absolute;
top: 20px;
left: 190px;
margin: 0;
padding: 15px 0 10px 0;
background-color: #EAEAFF;
height: 335px;
overflow: auto;

}
.thrColFixHdr #container #flyOuts
{
width: 1px;
position: absolute;
top: 20px;
left: 190px;
margin: 0;
padding: 0;
background-color: #EAEAFF;
height: 335px;
overflow: visible;
z-index:5;
}
.thrColFixHdr #container #flyOuts #infoSteering,.thrColFixHdr #container #flyOuts #infoEDOs,.thrColFixHdr #container #flyOuts #infoCompanies,.thrColFixHdr #container #flyOuts #infoSolutions 
{
    font-size: 11px;
    font-family: Arial, Verdana, Serif;
    font-weight: bold;
}
.thrColFixHdr #container #flyOuts #infoSteering a,.thrColFixHdr #container #flyOuts #infoEDOs a,.thrColFixHdr #container #flyOuts #infoCompanies a,.thrColFixHdr #container #flyOuts #infoSolutions a
{
    font-weight: bold;
}
.thrColFixHdr #container #flyOuts p
{
    font-size: 80%;
    font-family: Arial, Verdana, Serif;
    margin: 10px 20px 0px 20px;
}
.thrColFixHdr #container #flyOuts a
{
    font-family: Arial, Verdana, Serif;
    text-decoration: none;
    color: #0077ff;
}
.thrColFixHdr #container #flyOuts a:visited
{
    color: #1c3667;
}
.thrColFixHdr #container #flyOuts a:hover
{
    text-decoration: underline;
}
.thrColFixHdr #container #mainContent p
{
    font-size: 80%;
    font-family: Arial, Verdana, Serif;
    margin: 10px 20px 0px 20px;
}
.thrColFixHdr #container #mainContent a
{
    font-family: Arial, Verdana, Serif;
    text-decoration: none;
    color: #0077ff;
}
.thrColFixHdr #container #mainContent a:visited
{
    color: #1c3667;
}
.thrColFixHdr #container #mainContent a:hover
{
    text-decoration: underline;
}
.thrColFixHdr #container #mainContent ul
{
    color: #1c3667;
    margin: 0 0 0 10px;
    padding-left: 10px;
}

.thrColFixHdr #container #mainContent ul li a
{
    font-size: 80%;
    font-family: Arial, Verdana, Serif;
    text-decoration: none;
    color: #0077ff;
}
.thrColFixHdr #container #mainContent ul li a:visited
{
    color: #1c3667;
}
.thrColFixHdr #container #mainContent ul li a:hover
{
    text-decoration: underline;
}
.thrColFixHdr #container #footerText 
{
    background-color: #FFF;
    width: 590px;
    height: 15px;
    position: absolute;
    top: 380px;
    left: 190px;
    text-align: center;   
}
.thrColFixHdr #container #footerText p
{
    font-size: 10px;
    font-family: Arial, Verdana, Serif;
    font-weight: bold;
}


.thrColFixHdr #container #footerImages 
{
    background-color: #FFF;
    width: 590px;
    position: absolute;
    top: 395px;
    left: 190px;
    text-align: right;
}
.thrColFixHdr #container #footerImages img
{
    margin-right: 15px;
    border: none;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
}
.imgfloatright 
{
    float: right;
    margin: 5px 20px 5px 5px;
    padding: 0;
    border: 2px solid #666;
}
.floatright 
{
    float: right;
    padding: 0;
}
.Label
{
    font-family: Arial, Serif;
    font-size: 9px;
    font-weight: bold;
    color: White;
    vertical-align: middle;
}
.txtWatermark 
{
 background-color: #FFAEAE;
    color: #636563;
}

.imgpanel
{
    background-color: #666;
    width: 140px;
    text-align: center;
}
.imgpanelsjc
{
    background-color: #666;
    width: 285px;
    text-align: center;
}
.linkpanel
{
    background-color: #BBB;
    width: 520px;
    text-align: left;
}
.heading
{
    font-size: 110%;
    font-family: Arial, Verdana, Serif;
    margin: 10px 20px 0px 20px;
    color: #1c3667;
    font-variant: small-caps;
    font-weight: bold;
}
.pnlLogin
{
    width: 330px;
}
.txtBox 
{
    display: inline;
    width: 100px;
    text-align: left;
    margin-left: 5px;
}
.txtBoxTxt
{
    display: inline;
    width: 210px;
    text-align: right;
    margin-right: 5px;
    font-family: Arial, Verdana, Serif;
    font-size: 90%;
}
