body 
{
    background-color: #ECEBDF;
    /*background-image: url(../images/bg.png);
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;    
}

#primaryNavAreaGrayForPrinting {
	display: none;
}

#contentContainer {
    width: 759px;
    border-left: 1px solid #827461;
    border-right: 1px solid #827461;
    float: left;
    /*background-image: url(../images/fauxColumnsBg.jpg);*/
    background-repeat: repeat-x;
}

#left {
    width: 556px;
    float: left;
    margin-right: 0px;
   
}

#flash {
    border-right: 1px solid #827461;
    /* width: 556px; --this is the right home page snal image width for IE7+ */
    width: 555px;
    height: 172px;
    display: block;
}

#right {
    width: 200px;
    float: right;
    height:172px;
}

#calloutContainer {
    float: left;
    width: 200px;
    height:172px;
}

#primaryContent {
    float: left;
    width: 639px;
	padding: 30px 60px 0px 60px; 
	background-image: url(../images/shadBack_white.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

#left1 {
    width: 758px;
    float: left;
    margin-right: 0px;
    background-color: white;
   background-image: url(../images/shadBack_white.jpg);
   background-repeat: repeat-x;
}
/*begins new stuff for new home page 05/2009*/
div#right div#calloutContainer h4{
    font-weight: 300;
    margin: 5px;
}
div#right div#calloutContainer ul.noStyle{
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
div#right div#calloutContainer ul.noStyle li{
    margin: 0;
    padding-left: 5px;
}
div#homeContent{
    text-align: center;
    width: 713px;
    background-color: white;
    padding: 0px 0px 0px 45px;
}
br.clearFloat{
    clear: left;
    height: 1px;
    margin-top: -1px;
}
div.boxThird{
    float: left;
    margin: 20px 0 20px 15px;
    position: relative;
    text-align: left;
    width: 200px;
}
h1.thirdHeader{
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom:-5px;
    

}
h1.thirdHeader a{
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom:-5px;
    text-decoration: none;

}div#Outer{
    background-image: url(../images/shadBack_white_long150px.jpg);
    background-repeat: repeat-x;
}
div#forensicsBox{
    border: 1px solid #83011D;
}
div#forensicsBox .thirdHeader{
    background: #83011D;
}
div#outsourcingBox{
    border: 1px solid #581F48;
}
div#outsourcingBox .thirdHeader{background: #581F48;}
div#surveyBox{
    border: 1px solid #00788B;
}
div#surveyBox .thirdHeader{background: #00788B;}
.boxThird .innerThird{
    margin: 5px;
}
.boxThird .innerThird ul{
    line-height: 150%;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 30px 20px;
    padding: 0;
}
.boxThird .innerThird ul li{
    margin: 0;
    padding: 0;
}
a.viewAllRight{
    bottom: 5px;
    color: #000;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 1.5em;
    position: absolute;
    right: 5px;
    text-align: right;
    text-decoration: none;
    width: 100%;
}
a.viewAllRight:hover{
    color: #e97700;
    text-decoration: underline;
}