body  {
    background: #FFFFFF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    color: #000000;
}

    /*  #container is inside this to allow IE to center the container allowing the container to have text align left  */
.GDS #wrapper {
    position:relative;
    width: 900px;
    margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */

}

.GDS #container {
    float:left;
    background:#ffffff url('../images/common/leftcol_bg.gif') left top repeat-y;
} 


/*  ================================================================================================ */
/*  --------------------------------------------- MAST STYLES -------------------------------------- */

.GDS #header {
    position:relative;
    float:left;
    width:898px;
    background-image: url(../images/common/mast_bkgd.png);
    border:1px solid #003768;
}

.GDS #mast_chrest {
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
} 
.GDS #mast_chrest a img{
    text-decoration: none;
	border: 0 none;

}

.GDS #mast_title {
    float:right;
}


/*  ========================================================================================================================================================== */
/*  ------------------------------------------------------------------------------------------------------ MAIN NAV STYLES ---------------------------------- */


.GDS #navigation {
    clear:both;
    float: left;
    width:196px;
    padding: 25px 0;  /*top and bottom padding create visual space within this div */
}

.GDS #navigation #innerNavContainer {
    background-image:url(../images/common/nav_bkgd.png);
}
    /*  =============================================================================  ADDRESS IN NAV BAR  ==================  */
.GDS #navigation #address {
    color:#000000;
    font-family:arial;
    font-weight:bold;
    font-size:12px;
    line-height:16px; 
    margin:10px 0 100px 0;   
    padding-left:12px;
}




/*  ============================================================================================================================================================== */
/*  ----------------------------------------------------------------------------------------------------------- MENU STYLES ---------------------------------- */

/* *****************************************************************************************************************************************************************/


    /*  BACKGROUND COLOR CHANGE WHEN MOUSEOVER ANY LINK */
.GDS_menu li a:hover{
        background-color: #56a2d6;
        cursor:pointer;
}


/* ---------------------------------------------------------------------------------------------------------------- MAIN MENU   ----------------------------------*/
    /*  SETS PROPERTIES ON MAIN MENU BOX */
.GDS_menu, .GDS_menu li ul{
        list-style-type: none;
        margin: 0;
        padding: 0px;                    /* REMOVES THE PADDING THAT THE BULLETS USUALLY CAUSE -- THIS AFFECTS BOTH MENUS  */
        padding-top:5px;                /* ADDS PADDING FROM TOP OF BOX TO TOP OF FIRST WORD IN MENU */
        width: 194px;                     /*WIDTH OF MAIN MENU ITEMS*/
        background-color:none;
}

    /*  SETS POSITION FOR MAIN MENU BOX  */
.GDS_menu li{
        position: relative;
}

    /* SETS THE DEFAULT MAIN MENU BOX TEXT LINK PROPERTIES */
.GDS_menu li a{
        font: bold 13px Arial;
        color: #ffffff;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;        /* SETS THE LEFT MARGIN ON LINKS AT 15 px */
        text-decoration: none;
}

    /* SETS THE DEFAULT MAIN MENU BOX TEXT VISITED AND ACTIVE PROPERTIES */
.GDS_menu li a:visited, .GDS_menu li a:active{
        color: #ffffff; /* CAUSES TEXT TO BE WHITE AFTER VISITED AND WHILE PRESSED  */
}



/* -----------------------------------------------------------------------------------------------------------------  SUB MENU  ------------------------------------- */
    /*SUB MENU STYLE*/
.GDS_menu li ul{ 
        position: absolute;
        width: 180px;                     /*WIDTH OF SUB MENU ITEMS*/
        left: 0;
        top: 0;
        display: none;
        background-color:#ffffff;
        border: 2px solid #56a2d6;
        z-index:100;
}


    /*  BACKGROUND AREA BEHIND 2ND MENU  */
.GDS_menu li ul li{
        float: left;
}

    /*  WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
.GDS_menu li ul a{
        color:#000000;
        width: 167px;
        font-family:arial;
        font-size:11px;
        font-weight:normal;
        line-height:10px;
        
}



    /*  STYLES FOR SUBNAV VISITED AND ACTIVE TEXT  */
.GDS_menu li ul a:visited, .GDS_menu li ul a:active {
        color: #000000;
}


    /*  STYLES FOR SUBNAV TEXT IS IN ROLLOVER STATE  */
.GDS_menu li ul a:hover {
        color: #ffffff;
        text-decoration:underline;

}



/*  ============================================================================================================================================================== */
/*  ----------------------------------------------------------------------------------------------------------- PICTURE AND IMAGE STYLES ---------------------------------- */

/* *****************************************************************************************************************************************************************/
/* ---------------------------------------------------------- AREA THAT HEADLINE PICTURES GOES INTO  -------------------*/
.GDS #mainContent #picture_right {
    margin:14px 0px 20px 15px;
    border:#003768 solid thin;
    position: relative;
    float:right;
    z-index:4;
    clear:none;
    left:5px;
}

/* ---------------------------------------------------------- AREA THAT HEADLINE PICTURES GOES INTO  -------------------*/
.GDS #mainContent #photo_link {
    border:#003768 solid thin;
    text-decoration:none;

}

.GDS #mainContent #picture_2 {
    border:#003768 solid thin;
}

.GDS #mainContent #picture_left {
    margin:14px 15px 20px 0px;    
    border:#003768 solid thin;
    position: relative;
    float:left;
    z-index:4;
    clear:none;
    left:5px;
}



/* ---------------------------------------------------------- CONTAINER THAT GALLERY THUMBS GO INTO  -------------------*/
.GDS #gallery_widget {
    width:660px;
    margin:20px 0px;
    padding:none;
}


.GDS #gallery_widget img {
    height:100px;
    width:100px;
    border:#003768 solid thin;
    
    margin:10px;
    float:left;
}






/*  ============================================================================================================================================================== */
/*  ----------------------------------------------------------------------------------------------------------- CONTENT STYLES ---------------------------------- */

/* *****************************************************************************************************************************************************************/

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/

.GDS #contentContainer {
    text-align:justify;
    padding:8px 18px 100px 10px;
    min-height:300px;
    background:#ffffff url('../images/common/content_bkgd_gradient.png') left top repeat-x;
}


.GDS #mainContent {
    float:left;
    width:701px;
    padding:0 3px 0 0;
    background:#ffffff url('../images/common/content_right_vert_gradient.png') left -300px repeat-x;
} 

/* ---------------------------------------------------------- STYLE FOR MAIN MENU   -------------------*/
.GDS #mainContent #menu_section_title {
    color:#000000;
    font-size:19px;
    font-family:arial;
}


/* ---------------------------------------------------------- STYLE FOR SUBMENU PAGE NAMES  -------------------*/
.GDS #mainContent #menu_page_title {
    color:#000000;
    font-size:13px;
    font-family:arial;
    font-weight:bold;
}

/* ------------------------------------------------------------------------ AREA THAT ALL THE ACTUAL TEXT CONTENT GOES INTO AND FONT STYLES -------------------*/
/* ************************************************************************************************************************************************************ */
.GDS #mainContent #textArea {

}

.GDS #mainContent p {
    color:#000000;
    font-size:11px;
    font-family:arial;
}

.GDS #mainContent p.italicized {
    font-style:italic;
}


.GDS #mainContent a {
    color:#56a1d5;
    font-size:11px;
    font-family:arial;
    font-weight:bold;
}

.GDS #mainContent  a img{
    text-decoration: none;
    border: 0 none;
    padding: 0px 5px;
}

.GDS #signature{
    color:#000000;
    font-size:13px;
    font-family:arial;
    font-weight:bold;
}

.GDS #redBold {
    color:#FF0000;
    font-size:11px;
    font-family:arial;
    font-weight:bold;
}


.GDS #bold_text{
    color:#000000;
    font-size:11px;
    font-family:arial;
    font-weight:bold;
}

.GDS #indent_text{
    text-indent:50px;
    color:#000000;
    font-size:11px;
    font-family:arial;
}

#reg_format ul{
    color:#000000;
    font-size:11px;
    font-family:arial;

}

#reg_format li{
    color:#000000;
    font-size:11px;
    font-family:arial;

}

/* ========================================================================================================================= TABLE STYLES =====================*/


.GDS #mainContent table {
    border:#cccccc solid 2px;
    
}

.GDS #mainContent table td {
    border:#eeeeee solid 1px;
    padding:5px;
}

.GDS #mainContent table td.bold_text {
    color:#000000;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding-left:5px;
    vertical-align:top;
}

.GDS #mainContent table td.regular_text {
    color:#000000;
    font-family:arial;
    font-size:11px;
    padding-left:5px;
    vertical-align:top;
}








/* ---------------------------------------------------------- CONTAINER THAT HOLD THUMBNAIL HINT  -------------------*/
.GDS #mainContent #hint_text {
    padding-top:8px;
    
    font-family:arial;
    font-size:12px;
    font-style:italic;
    font-weight:normal;
    color:#666666;

}


/* ---------------------------------------------------------- CONTAINER THAT LEFT SIDE PICTURES AND CONTENT GOES INTO  -------------------*/
.GDS #picture_widget {
    height:100px;
    width:680px;
    padding:10px 0px;
    clear:both;
    
    color:#000000;
    font-family:arial;
    font-size:11px;
    font-weight:bold;


}


/* ---------------------------------------------------------- CONTAINER THAT HOLD LEFT SIDE PICTURES  -------------------*/
.GDS #mainContent #left_image {
    float:left;
}

/* ---------------------------------------------------------- CONTAINER THAT RIGHT SIDE TEXT GOES INTO  -------------------*/
.GDS #mainContent #right_text {
    float:left;
    padding:0 0 0 10px;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- STAFF DIRECTORY --------*/
.GDS #directory_widget {
    width:660px;
    margin:20px 0px;
    padding:none;
}

.GDS #directory_nav {
    width:660px;
    padding:none;
    padding-top:10px;
    margin-bottom:20px;
}

.GDS #directory_nav a {
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    color:#56a2d6;
    text-decoration:underline;
}

.GDS #directory_nav a:link a:hover a:visited {
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    color:#56a2d6;
    text-decoration:underline;
}

.GDS #directory_widget #directory_content {
    float:left;
    height:100px;
    width:250px;
    padding-left:10px;
    padding-bottom:40px;
    margin-top:-10px;
}


.GDS #directory_widget #directory_padding {
    width:100px;
    position:relative;
    clear:none;
    float:left;
}


.GDS #mainContent #directory_divider {
    background-image:url(../images/common/content_horz_divider_line_bkgd_tan.gif);
    height:2px;
    width:250px;
    margin-top:-5px;
    position: relative;
    float:left;
    clear:inherit;

}

.GDS #mainContent #directory_letter_box_container {
    width:660px;
    margin:20px 0px;
    padding:none;
    clear:both;
}


.GDS #mainContent #letter_box_blue{
    background-image:url(../images/about_GDS/directory_padding.gif);
    background-color:#013668;
    height:20px;
    width:660px;
    float:left;
    clear:both;
}

.GDS #mainContent #letter_box_brown{
    background-image:url(../images/about_GDS/directory_padding.gif);
    background-color:#d7c8ab;
    height:3px;
    width:660px;
    margin-bottom:15px;
    float:left;
    clear:inherit;

}

.GDS #mainContent #letter_box_header{
    padding:2px 0px 2px 10px;
    color:#FFFFFF;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
}

.GDS #mainContent #letter_box_header a {
    float:left;   
}

.GDS #mainContent #directory_name {
    color:#000000;
    font-size:13px;
    font-family:arial;
    font-weight:bold;

}

.GDS #mainContent #letter_box_header a {
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}


.GDS #mainContent #letter_box_header a:link a:hover a:visited {
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}

.GDS #mainContent #right{
    width:70px;
    margin-right:8px;
    float:right;
}

.GDS #mainContent #right a {
    font-family:arial;
    font-size:11px;
    font-weight:normal;
    
    color:#ffffff;
    text-decoration:underline;
}

GDS #mainContent #right a:link a:hover a:visited{
    font-family:arial;
    font-size:11px;
    font-weight:normal;
    
    color:#ffffff;
    text-decoration:underline;
}







.GDS #footer { 
    padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#003768;
    clear:left;
    width:196px;
    height:1px;
    line-height:1px;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.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;
}




/* ====================================================================  LIGHTBOX STYELS =========*/

/* ==================================== LIGHTBOX CONTAINER  ===========*/
#lightbox{
    background-color:#cccccc;
    padding: 15px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    
    color:#000000;
    font-family:arial;
    font-size:1em;
}
    
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}    
#lightboxCaption{
    float: left;
}

#keyboardMsg{
    float: right;
}

#closeButton{
    top: 5px;
    right: 5px;
}

#closeButton a:hover, a:visited, a:link {
    text-decoration:none;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
}

/* ========================================================== ACTUAL IMAGE =========*/
#lightbox img{
    border: none;
    clear: both;
    border:#ffffff solid 1px;
}
 
#overlay img{
    border: none;
}

#overlay{
background-image: url(../images/overlay.png);
}

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
    }
    
    


/* ---------------------------------------------------------------------------------------------------------------------------------------- STAFF DIRECTORY --------*/

/* ---------------------------------------------------------- CONTAINER THAT GALLERY THUMBS GO INTO  -------------------*/
.GDS #product_widget {
    width:150px;
    margin:10px 0px;
    padding:10px 20px 20px 20px;
	float:left;
}


.GDS #product_widget product_box {
    width:100px;
    border:#003768 solid thin;
    
    margin:10px;
    float:left;
	position:absolute;
}

