﻿
/*div.container#wrapper {*/
/*background-image: url('../img/ie/ie_wrapper_column_bg.gif')!important;*/ /* custom bg to create columns that extend to full height of page */
/*background-position: 100% 0%;*/
/*}*/

div.container#rightcol {
background: #FFFFFF;
}
    div.container#rightcol .rightheader h1, 
    div.container#rightcol .rightheader h2 {
    /*padding-left:26px;*/
    border-bottom:6px solid #577C93 !important;
	color:#577C93 !important;
	font-size:1.36em !important;
	padding-bottom:5px !important;
	padding-top:4px !important;
	text-align:left !important;
    }
    

div.container#pageheading {
background: transparent;
/*height: 26px;*/
margin-left:320px ! important; /* 276 + 12 */
margin-right:15px ! important;
margin-top:0px;
margin-bottom:20px;
padding-top:2px;
zoom:1; /* This has to read 'zoom:1', and NOT 'zoom:1px' */
}

    div.container#pageheading table,
    div.container#pageheading tbody {
    border-collapse:collapse;
    margin:0;
    padding:0;
    }
    
    /*div.container#pageheading h1,*/
    div.container#pageheading h2 {
    /*border-top: 1px solid #b4a19b;*/
    border-bottom: 0px none ! important;
    color: #fff;
    font-size: 1.18em;
    font-weight: normal;
    line-height: 24px;
    padding-left:15px;
    /*margin-top: 24px;*/
      /* border:0px none; */
    }
        div.container#pageheading h1 span,
        div.container#pageheading h2 span {
        display:block;
        background-color:#688ca7;
        background-image:url('../img/ie/ie_columns_header-bottom_left.gif');
        background-position:bottom right;
        background-repeat:no-repeat;
        height:25px;
        padding-left: 36px;
        width:251px; /* 250 + 36 */
          /* border:0px none; */
        }
