/*---
COLORS:
-Tan: #E6E4BD
-Light Tan: #FFFCD3
-Maroon: #790026
-Blue: #1B1464
-Light Gray: #AAA
-Black
-White
---*/
/*------------------------ Page Elements ------------------------*/
* {
    padding: 0;
    margin: 0;
}
body {
    font-size: 100%; /*Font resize issue fix for IE*/
    font-family: Arial, Verdana, sans-serif;
}
h1 { /* Page Title */
    color: white;
    background-color: #1B1464;
    border-bottom: 2px solid #AAA;
    border-top: 2px solid #AAA;
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    padding: 2px 8px;
}
h2 { /* Article Title */
    font-size: 1em;
    font-style: italic;
    background-image: url(../images/articleTitleBG.jpg);
    background-repeat: repeat-y;
    color: white;
    letter-spacing: .09em;
    margin-top: 10px;
    padding: 0 .5em .1em;
}
h3 { /* Menu Titles */
    font-size: 1.2em;
    font-variant: small-caps;
    font-style: italic;
    color: black;
    background-image: url(../images/menuTitleBG.jpg);
    background-repeat: repeat-y;
    letter-spacing: .05em;
    border-bottom: 3px double; /*3px for proper display in IE*/
    padding: .1em;
}
p {
    font-family: Georgia, Palatino, serif;
    padding: .5em;
    text-align: justify;
    border-left: 1px solid #AAA;
}
p.last {
    border-bottom: 1px solid #AAA;
    margin-bottom: 10px;
}
a:link, a:visited {
    color: black;
    text-decoration: underline;
}
a:hover {
    color: #790026;
    text-decoration: underline;
}
a:active {
    color: #790026;
    text-decoration: underline;
}
a.no_effects {
    color: black;
    text-decoration: none;
}
img {
    border: 0;
}
img.article {
    padding-left: .5em;
    border-left: 1px solid #AAA;
}
ul.info_list {
    border-left: 1px solid #AAA;
    font-family: Georgia, Palatino, serif;
    list-style-type: none;
    padding-top: .5em;
}
ul.info_list li {
    border-bottom: 1px dotted black;
    padding: .25em 0 .25em .5em;
    max-width: 960px;
    min-width: 300px;
}
ul.info_list li:first-child {
    border-top: 1px dotted black;
}
ul.info_list li.altr {
    background-color: #E5E5E5;
}
#page_area {
    min-width: 800px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    background-color: white;
}
#header, #menu, #content, #content_left, #content_right {
    overflow: hidden;
}

/*------------------------ Header Elements ------------------------*/
#header_area {
    height: 183px; /* Set to height of banner + 4 */
}
#header {
    height: 179px; /* Set to height of banner */
    background-image: url(../banners/swoda_main.jpg);
}

/*------------------------ Menu Elements ------------------------*/
#menu_area {
    width: 225px;
    float: left;
    margin-bottom: 10px;
    position: absolute;
    top: 215px;
}
.menu {
    padding: 0 0 30px 0;
    margin-top: 10px;
    background-color: #D8D6B3;
    border: 1px solid black;
}
.menu ul {
    font-size: .9em;
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: .03em;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 3px double; /*3px for proper display in IE*/
    background-color: #E6E4BD;
}
.menu ul a:link, .menu ul a:visited {
    display: block;
}
.menu li {
    border-top: 1px solid white;
}
.menu li:first-child {
    border-top: none;
}
.menu li a:link, .menu li a:active, .menu li a:visited {
    padding: .4em .8em;
    text-decoration: none;
}
.menu li a:hover {
    background-color: #FFFCD3;
    color: #790026;
}
#aaa #page_area #menu_area .menu .aaa, #casemgt #page_area #menu_area .menu .casemgt, #e911 #page_area #menu_area .menu .e911, #gismap #page_area #menu_area .menu .gismap, #grantmgt #page_area #menu_area .menu .grantmgt, #planning #page_area #menu_area .menu .planning, #rfd #page_area #menu_area .menu .rfd, #spaceport #page_area #menu_area .menu .spaceport, #workforce #page_area #menu_area .menu .workforce {
    background-color: #FFFCD3;
    color: #790026;
    cursor: default;
}

/*------------------------ Content Elements ------------------------*/
.clear {
    clear: both;
}
#content_area {
    margin-left: 225px;
    padding: 10px;
}
.content_top_spacer {
    height: 28px;
    border: 1px solid black;
    background-color: #E6E4BD;
    background-image: url(../images/spacerFade.jpg);
    background-repeat: no-repeat;
}
#top_link, #no_styles {
    color: #AAA;
    padding: .5em;
    font-size: .7em;
    text-align: right;
}
#gis_img {
    border-left: 1px solid #AAA;
    padding-left: .5em;
}