* {margin:0;padding:0;}

body {
    background:url(../images/light_noise_diagonal.png);
    
}
a, img{
    text-decoration: none;
    border: none;
    outline:none;
}
html,body{height:100%;}

/*=== Float Containment and Bug Fixes (Do Not Alter These!) ===*/
body:before {/*Opera min-height 100% Fix*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/*eliminate need for inner non clearing element*/
}
#wrapper:after, /*#wrapper:after for IE8 min-height:100% Fix*/
#content:after {/*#content:after for Float Containment*/
    clear:both;
    content:"";
    display:block;
    height:1%;/*fix IE8 min-height:100% bug*/
    font-size:0;
}

/*===  Begin Layout Structure ===*/
#wrapper {
    font-family: "Times New Roman", Times, serif;
    max-width:800px;
    margin:auto;
    min-height:100%;
    margin-top:-71px;/*reclaim footer height and pull the wrapper through top of viewport*/
} 
#header {
    width:100%;
    padding:121px 0 10px;/*give top padding to clear fixed header*/
}
#content_wrapper {
    -webkit-box-shadow:  3px 3px 3px 2px rgba(0,0,0,.3);   
    box-shadow:  3px 3px 3px 2px rgba(0,0,0,.3);
    /*-webkit-border-radius: 70px 0px 0px 0px;
    border-radius: 70px 0px 0px 0px;*/
    width:100%;
    background:rgba(250,250,250,.85);
}
#logo{
    float:left;
    width:520px;
    height:135px;
    position:relative;/*(IE6 needs this with negative margins) and establish stacking context*/ 
    z-index:2;
    margin:-45px 0px 20px -15px;
}
#logo a {
    text-decoration: none;
}
#info{
    padding-top: 30px;
    color: #11447C;
    font-size: 1.1em;
}
#navigation{
    -webkit-box-shadow:  3px 3px 3px 2px rgba(0,0,0,.3);   
    box-shadow:  3px 3px 3px 2px rgba(0,0,0,.3);
    float:left;
    width:520px;
    height:37px;
    position:relative;/*(IE6 needs this with negative margins) and establish stacking context*/ 
    z-index:2;
    margin:30px -10px -80px -10px;
    background: rgba(17,68,124,1);
    background-image: url(../images/tileBold.png);
}
#navigation ul{
    list-style: none;
}
#navigation ul li a{
    text-decoration: none;
    clear: right;
    float: left;
}
#navigation ul li a:link{
    font-size: 1.1em;
    padding:10px 10px 10px 10px;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,.6);
    filter: dropshadow(color=rgba(0,0,0,.6), offx=1, offy=1);*/
    color: #FFF;
}
#navigation ul li a:visited{
    color: #FFF;
    text-decoration: none;
}
#navigation ul li a:hover{
    background:rgba(255,255,255,.25);
    font-size: 1.1em;
    padding:10px 10px 7px 10px;
}
#navigation ul li span{
    border-bottom: 3px solid #FFF;
    background:rgba(0,0,0,.25);
    text-decoration: none;
    font-size: 1.1em;
    clear: right;
    float: left;
    padding:10px 10px 4px 10px;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,.6);
    filter: dropshadow(color=rgba(0,0,0,.6), offx=1, offy=1);*/
    color: #eee;
}
#navigation:before {
    position:absolute;
    bottom:-15px;
    left:0px;
    content:".";
    text-indent:-999px;
    overflow:hidden;
    display:block;
    width:0;
    height:0;
    border-bottom:15px solid transparent;
    border-right:10px solid #6B6B6A;
}
#content_area{
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
}
#banner_area{
    height: auto;
    text-align:justify;
    font-size: 1.1em;
    color: #999;
}
#pageText_area{
    height: auto;
    text-align:left;
    font-size: 1em;
    color: #333;

}
#pageText_area h2{
    -webkit-text-shadow:  2px 2px 2px #CCC;   
    text-shadow: 2px 2px 2px #CCC;
    font-size: 1.8em;
    line-height: 2.3em;
}
#pageText_area hr{
    margin:5px 0px 15px 0px;
}
#text_area{
    margin:250px 0px 0px 455px;
    position: absolute;
    width: 335px;
    background: rgba(17,68,124,1);
    padding: 0px 10px 10px 10px;
    height: auto;
    text-align:left;
    font-size: 1em;
    line-height: 1.2em;
    color: #EEE;
    background-image: url(../images/tileBold.png);
    font-weight: 300;
}
#text_area:after {
    position:absolute;
    bottom:-15px;
    right:0px;
    content:".";
    text-indent:-999px;
    overflow:hidden;
    display:block;
    width:0;
    height:0;
    border-top:15px solid #6B6B6A;
    border-right:10px solid transparent;
}
#text_area h2{

    text-align:left;
    line-height: 1.4em;
    font-size: 2em;
    font-weight: 400;
    color: #FFF;

}
#footer {
    height:50px; 
    width:100%;
    margin:auto;
    color:#FFF;
    background:#333;
    background-image: url(../images/tile.png);
    text-align:center;
}
#footer p {
    border-top: solid 1px #999;
    line-height:50px;
    padding:0px;
    font-size: 1em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    filter: dropshadow(color=#000000, offx=1, offy=1);
}
#footer a {
    color:#c9e2fc;
}
::-webkit-scrollbar {
width:0.8em;
}

::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
background:rgba(0,0,0,.25);
}

::-webkit-scrollbar-thumb:hover {
background:rgba(17,68,124,1);
}