﻿*
{
    padding: 0em;
    margin: 0em;
}

body
{
    background: #838383;
    padding: 35px 0px 35px 0px;
}

body, td, th, input
{
    font-family: Arial;
    font-size: 11px;
    color: #C1C0C0;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
}

a
{
    color: #FF6600;
    text-decoration: underline;
}

ul
{
	margin-bottom: 1.0em;
	margin-left: 1.5em;
}

.darktext
{
    color: #000000;
}
.txt1
{
    color: #FF000A;
}
.txt2
{
    color: #C1C0C0;
}
.txt3
{
    color: #343333;
}
.txt4
{
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#outer
{
    z-index: 2;
    position: relative; /*
    The width value below controls the overall width of the design. By default it's set to 82%
    (so it'll take up 82% of the browser window's width). You can set it to a different percentage
    value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
    */
    width: 760px;
    border: solid 7px #4a4a4a;
    background-color: #fff;
    margin: 0 auto;
}

#header
{
    position: relative;
    width: 100%;
    height: 7.0em;
    background: #2B2B2B url('images/topbg.gif') repeat-x;
    margin-bottom: 2px;
}
#headercontent
{
    position: absolute;
    bottom: 0em;
    padding: 0em 2.0em 1.3em 2.0em;
}
#headercontent h1
{
    font-weight: normal;
    color: #fff;
    font-size: 2.5em;
}
#headercontent h1 sup
{
    color: #777;
}
#headercontent h2
{
    font-size: 1.0em;
    font-weight: normal;
    color: #aaa;
}

#header2
{
    background: #161616;
}
#header2 td
{
    border: 1px solid #3d3d3d;
    padding: 12px;
}
#header2 li
{
    list-style-image: url(images/arr.gif);
}

#menu
{
    position: relative;
    background: #FC8B00 url('images/menubg.png') repeat-x top left;
    height: 3.5em;
    padding: 0em 1.0em 0em 1.0em;
    margin-bottom: 2px;
}
#menu ul
{
    position: absolute;
    top: 1.1em;
}
#menu ul li
{
    position: relative;
    display: inline;
}
#menu ul li a
{
    font-weight: bold;
    padding: 0.5em 1.0em 0.9em 1.0em;
    color: #fff;
    text-decoration: none;
}
#menu ul li a:hover
{
    text-decoration: underline;
}
#menu ul li a.active
{
    background: #FC8B00 url('images/menuactive.png') repeat-x top left;
}
#menubottom
{
    background: #fff url('images/border1.gif') repeat-x;
    height: 14px;
    margin-bottom: 1.5em;
}

#footer
{
    background-color: #0d0d0d;
    border-top: 4px solid #666666;
    border-bottom: 4px solid #666666;
    text-align: center;
    padding: 1em 1em 0 1em;
}

#footer a
{
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}
#directions
{
    border-top: 2px solid #FF9900;
    margin-top: 2em;
    text-align: left;
    padding: 8px;
}
#directions h2
{
    text-align: center;
    font-size: 180%;
}
#directions a img
{
    border: none;
}

.maplocation
{
    font-weight: bold;
    font-size: 120%;
    color: #E6E6E6;
}

#classroom .map
{
    float: right;
}
#classroom .maptext
{
    text-align: left;
}

.range
{
    float: left;
}
.range .map
{
    float: left;
    width: 320px;
    margin: 1.5em 0;
}
.range .maptext
{
    margin: 1.5em 0;
    float: left;
    width: 300px;
    padding: 8px;
}

.important
{
    color: #FF6600;
    font-weight: bold;
}
.section
{
    border-top: 2px solid #FF9900;
    margin-top: 2em;
    text-align: left;
    padding: 1em 1em 0 1em;
}
#maincontent
{
    background: url(/images/botbg.png) top repeat-x #161616;
    padding: 1em 0;
}
