#leftmenu_area {/*Container for left menu, minicontent, and services menu*/
background-image: url('pics/jmclellan/703/topnav_ul.jpg');
width: 0px;/*Define width of container, usually ~20% of page width*/
float: left;/*Required, positions container to the left of page*/
position: fixed;/*Required*/
z-index: 2;/*Required*/
padding-left: 0px;/*Required, moves container out of side shadow*/
height:0px;
background-repeat:repeat-y;
margin:0px;
padding:0px;
top:0px;
left:0;
display:none;
}

#header_area {/*Container for header contents, specify total header height here*/
background-image: url('pics/jmclellan/701/Header.jpg');/*Define bg image for header area*/
background-repeat: no-repeat;/*Repeat bg image, usually no-repeat*/
width: 0px;/*Define width of header area, usually 100%*/
height: 0px;/*Define height of header area, usually height of bg image*/
/*following lines are experimental, may need to be taken out*/
position:fixed;
top:0px;
left:0;
z-index: 50;
}
#header_name {/*Area for header text, also area for flash header*/
font-size: 32px;/*Define base font size of header text, usually 28px*/
text-align: center;/*Define text alignment of header text, usually left*/
color: #24384a;/*Define text color of header text*/
float: left;/*Required for this design, use instead of large padding/margin to move text far to the right*/
width: 0px;/*Required, aligns text within design area*/
height: 0px;/*Required, aligns text within design area*/
font-weight:bolder;
padding-top:9px;
}

#rightmenu_area{
display:none;

}

body { /*Actual body of document*/
background-color:#38618d;
margin: 0px;/*Define body margin, usually 0px*/
padding: 0px;/*Define body padding, usually 0px*/
}

#footer_area {/*Container for footer links*/
#background-image: url('pics/jmclellan/708/Footer.jpg');/*Define bg image of footer*/
#background-repeat: no-repeat;/*Repeat footer image, usually no-repeat*/
clear: both;/*Required, place footer below all other floated content*/
width: 0px;/*Define width of footer area, usually 100%*/
height: 0px;/*Define height of footer area, usually height of bg image*/
margin-left: 0px;
text-align:center;

display:none;
}

#splash {
    width : 844px;
    position : relative;
    margin-bottom : 10px;
    margin : 0 auto;
    text-align : center;
}



#splash .heading {
    font-size : 1.2em;
    color: #000979;
    position : absolute;
    top : 0.5em;
    left : 10px;
    width : 428px;
    margin-top : 86px;
    margin-left : 0px;
    line-height : 125%;
    padding : 2px 21Px 1px 8Px;
    font-weight : bold;
}



#splash .title {
    font-size : 1em;
    color: #000979;
    position : absolute;
    top : 0.5em;
    left : 0px;
    width : 374px;
    margin-top : 480px;
    margin-left : 0px
    line-height : 75%;
    padding : 0px 0Px 0px 0Px;
    font-weight : bold;
}
