/*Style sheet for GDN Site (Site Created by Travis J Bristow)*/
/*Body defaults - div styles for layout and formatting*/
body
{
    font-family: Calibri;
    font-size: large;
    margin: 0px;
	background-color: White;
	color: #000080;
}
/*Top Logo Ribbon*/
#logoRibbon
{
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
	background-color: White;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 80px;
}
/*Menu Bar*/
#menuBar
{
    background-color: #4485D3;
    font-family: Calibri;
    font-size: 16pt;
    font-weight: bold;
    height: 30px;
    padding: 0px;
    text-align: center;
    word-spacing: -1px;
}
#menuBar h
{
    margin: 0px;
    padding: 0px;
}
/*Non IE CSS*/
#menuBar a
{
    font-family: Calibri;
    text-shadow: #000080 1.5px 1.5px 1.5px;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #EEEEEE;
}
#menuBar p
{
    font-family: Calibri;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #EEEEEE;
}
#menuBar a1
{
    font-family: Calibri;
    text-shadow: #666666 1.5px 1.5px 1.5px;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #EEEEEE;
}
/*IE CSS*/
body.ie9 #menuBar a
{    
    text-decoration: none;
    color: #000080;
    font-size: 85%;
    background-color: #4E88CD;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Chroma(color=#4E88CD),
    progid:DXImageTransform.Microsoft.Blur(pixelradius=5);
}
body.ie9 #menuBar a:before
{
    color: #EEEEEE;
    position:absolute;
    content: attr(data-innertext);
    margin-top: 2.5px;
    margin-left: -1px;
}
body.ie9 #menuBar a1
{
    color: #666666;
    font-size: 85%;
    background-color: #4E88CD;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Chroma(color=#4E88CD),
    progid:DXImageTransform.Microsoft.Blur(pixelradius=5);
}
body.ie9 #menuBar a1:before
{
    color: #EEEEEE;
    position:absolute;
    content: attr(data-innertext);
    margin-top: 2.5px;
    margin-left: -1px;
}
/*Hover*/
#menuBar a:Hover
{
    text-shadow: #000080 .5px .5px .5px;    
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #EEEEEE;
}
body.ie9 #menuBar a:Hover
{
    color: #000080;
    background-color: #4E88CD;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Chroma(color=#4E88CD),
    progid:DXImageTransform.Microsoft.Blur(pixelradius=3);
}
body.ie9 #menuBar a:Hover:before
{
    color: #EEEEEE;
    position:absolute;
    content: attr(data-innertext);
    margin-top: 3.5px;
    margin-left: -.5px;
}
/*Content*/
#leftSide
{
    background-position: right;
    position: fixed;
    top: 130px;
    left: 0%;
    right: 90%;
    bottom: 0px;
    background-image: url('../image/LeftShadow.png');
    background-repeat: repeat-y;
}
#rightSide
{
    background-position: left;
    position: fixed;
    top: 130px;
    right: 0%;
    left: 90%;
    bottom: 0px;
    background-image: url('../image/RightShadow.png');
    background-repeat: repeat-y;
}
#content
{
    position: fixed;
    top: 130px;
    bottom: 0%;
    left: 10%;
    right: 10%;
    background-color: #EEEEEE;
}
#topLeftBox
{    
    left: 5%;
    width: 60%;
    padding: 1%;
    text-align: justify;
    font-size: small;
}
#topRightBox
{
    position: absolute;
    right: 5%;
    top: 5%;
    width: 30%;
}

