﻿/* These "id=" styles can only be referenced by one <div id="#style"> tag in any given ASP page (.master, .aspx, or .ascx). See bottom of document for "class" styles. */
/* Note: Naming convention: the "S" suffix means that this is a div id that is used to control the structure of an asp page. If an asp page contains a div tag with an id that does not end in "S", then that div id SHOULD NOT be in the css. */

#containerDivS 
{
    margin: 0 auto;
    width: 800px;
     /* float: left;
    border: solid 1px red;*/
}

#frameDivS
{
    float: left;
    clear: both;
	width: 800px;
	background-color: #fff;
	/* border: solid 1px blue; */
}



/*#headerDivS
{
    float: left;
    width: 100%;
    height: 82px;
}*/

#headerLogoDivS 
{   
    float: left;
    height: 136px;
    width: 150px;
    background-color: #6c3a77; /* purple */ 
}

/*#taglineDivS
{
    float: left;
    height: 82px;
}

#headerSpacerDivS 
{
    float: left;
    height: 3px;
    width: 100%;
    border: 1px solid black;
} */

#encloseCenterLeftRightDivS
{
    float: left;
    width: 800px;
    background-color: #fff;
    margin-top: 0px;
    /* border: 1px solid black; */
}

#leftColumnDivS
{
    float: left;
    width: 150px;
    /*height: 670px;  GRH:10/2/07 was 600 */
    /* background-color: #6c3a77;  purple */
    padding-top: 0px;
}

#leftColumnNavDivS
{
    float: left;
    width: 100%;
}

#navTopSpacerDivS
{
    float: left;
    width: 125px;
    height: 56px;
    background-color: #8c932b;
    padding-top: 15px;
    padding-left: 12px;
}

#belowNavCBDivS
{
    float: left;
    width: 100%;
}

#centerContentDivS
{
    float: left;
    width: 650px;
    /* background-color: Lime; */
}

/* This class is used by ctrlCb1MnuMdl */
.interior2Column
{
  float: left;
  width: 95%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;		
}

/* This class is used by ctrlCb1MnuMdl */
.centerFullTopWithPaddingBottom
{
  float: left;
  width: 98%;
  padding-left: 0px; /* grh test*/
  padding-bottom: 5px;
}

#footerDivS
{
    float: left;
    width: 630px;
    padding: 0 10px 0 10px;
    /* background-color: Gray; */
}
