body {
    margin: 0px;
    padding: 0px;
    border: 0px; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    font-family: Helvetica,Verdana,Tahoma,Arial;
    font-size: 90%;
    background-image: url('/images/templateimages/gray_Gradient.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top; /**/
    color: Black;
    line-height: 1.5em;
}

/*############################*/
/* Page Wrapper */
/*############################*/
#wrapper {
    overflow: auto;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
}


/*############################*/
/* Amber Alert  
/*############################*/
#amberAlert, #covid19 {
    background-color: #FFCC00;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
}

    #amberAlert .row, #covid19 .row {
        clear: both;
        width: 99%;
        float: left;
        margin-bottom: 20px;
    }

    #amberAlert .col1, #covid19 .col1 {
        float: left;
        width: 40%;
        text-align: right;
    }

    #amberAlert .col2, #covid19 .col2 {
        float: left;
        text-align: left;
        padding-left: 20px;
    }

    #amberAlert .abducteeInfo {
        margin: 0;
        padding: 0;
    }

        #amberAlert img {
            border: solid 2px black;
        }

/*############################*/
/* Global Header */
/*############################*/
#globalHdr {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 0px solid #fff;
    background-color: #000 !important;
    margin: 0px auto;
    min-height: 33px;
}

#globalHdrContentContainer {
    width: 1000px; /*width of layout - remove line if not required */
    margin: 0px auto;
}
/*############################*/
/* Header */
/*############################*/
#header {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
    background-color: #D61F24;
    background-image: url('/images/templateimages/header_background.jpg?Status=Master') !important;
    background-repeat: repeat-x;
    background-position: center top; /**/
    position: relative;
}

/*############################*/
/* Search box (contained in header) */
/*############################*/
#search {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px auto;
    position: absolute;
}

#searchContentContainer {
    width: 1000px; /*width of layout - remove line if not required */
    margin: 0px auto;
    text-align: right;
    position: relative;
    top: -10px;
    padding-right: 10px;
}

/*############################*/
/* Menu */
/*############################*/
#menu {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #003C69;
    background-color: #003C69 !important;
    margin: 0px auto;
}

#menuContentContainer {
    width: 1000px; /*width of layout - remove line if not required */
    margin: 0px auto;
}


/*############################*/
/* Main */
/*############################*/
#main {
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /*width of whole page */ /*overflow: hidden;  This chops off any overhanging divs */
    margin: 0px auto;
    min-height: 100%;
}

#contentContainer {
    width: 1000px; /* width of layout - remove line if not required */
    margin: 0px auto;
    background-color: #fff;
    min-height: 100%;
    /*border-left: 1px solid #b6bcbf; 
	border-right: 1px solid #b6bcbf;*/ /*#b6bcbf;*/
}
/*############################*/
/* Rotator container  (in Main/ContentContainer) */
/* only in homepage_master template
/*############################*/
.rotatorContainer {
    padding: 0px 5px;
    /*position: relative;
	left: 57%;*/
}

/*############################*/
/* Columns (in Main/contentContainer) */
/*############################*/
.leftCol, .centerCol, .rightCol {
    min-height: 500px;
    float: left;
    /*padding: 5px;
	position: relative;
	left: 57%;*/
}

.leftCol {
    width: 18% !important;
    margin-right: 5px;
    padding: 5px 0px 5px 5px;
}

.centerCol {
    width: 57% !important; /*border-left: dotted 1px #B6BCBF;     border-right: dotted 1px #B6BCBF;*/
    padding: 5px 10px;
}

.rightCol {
    width: 21% !important; /*border-left: solid 1px #B6BCBF;*/
    padding: 5px 5px 5px 0px;
}

/*############################*/
/* Footer */
/*############################*/
#footer {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background-color: #003C69 !important; /**/
}

#footerContentContainer {
    max-width: 1000px; /*width of layout - remove line if not required */
    min-height: 135px;
    margin: 0px auto;
    padding: 10px 0px;
    color: #e7e9ea;
    background-color: #003C69 !important;
    /*background: url('/images/templateimages/AGKansasLogo_White_sm.png?Status=Master') no-repeat left top;
   border-left: 1px solid #003C69;
	border-right: 1px solid #003C69; */
}
