﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height: 100%;
}

body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #FFF;
    _height: 100%;
}

a
{
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #F57A22;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0px;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    padding-top: 3px;
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 900px;
    padding: 10px;
    padding-top: 5px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#background
{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#main
{
    border: solid 2px #000;
    margin-top: 10px;
    color: black;
    background-color: #fff;
    height: 340px;
}

#main .templatecontainer
{
    padding: 20px;
}

#footer
{
    margin-top: 10px;
    border: solid 1px #000;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: .9em;
}

ul#list
{
    list-style-type: square;
    padding-left: 30px;
    padding-top: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

ul#list li a
{
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
}

ul#list li a:hover
{
    color: #F57A22;
}


/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    display: table;
    margin-top: 10px;
    width: 100%;
    z-index: 50;
}


ul#menu, ul#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 50;
}

ul#menu
{
    width: 100%;
    display: block;
    z-index: 50;
}

ul#menu li
{
    position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 12.27%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    z-index: 50;
}

ul#menu li .first
{
    border-left: none;
}

ul#menu li .last
{
    border-right: none;
}

#menucontainer li a
{
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: bolder;
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    z-index: 50;
}

#menucontainer li a .first
{
    border-left: none;
}

#menucontainer li a .last
{
    border-right: none;
}

#menucontainer li#specialitem a
{
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: bolder;
    background-color: #F57A22;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    z-index: 50;
}

#menucontainer li#specialitem a:hover
{
    color: #000;
    z-index: 50;
}

ul#menu li a:hover
{
    color: #F57A22;
    z-index: 50;
}

ul#menu li ul
{
    border-top: solid 1px transparent;
    position: absolute;
    float: left;
    left: 0%;
    width: 155px;
    z-index: 60;
    display: none;
}

ul#menu li ul li
{
    width: 155px;
    text-align: left;
    font-size: 0.9em;
    border-left: solid 1px #000;
    z-index: 50;
    display: block;
}

ul#menu li ul li a
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 50;
    display: block;
}

/* HEADER  
----------------------------------------------------------*/

#header
{
    margin-top: 10px;
}

#logo
{
    height: auto;
    width: auto;
    vertical-align: top;
}


/* SLIDESHOW  
----------------------------------------------------------*/

#slideshow
{
    position: relative;
    left: 50px;
}

#slideshow img
{
    position: absolute;
    width: 450px;
    height: 125px;
    top: 0;
    left: 0;
    z-index: 8;
    cursor: pointer;
}

#slideshow IMG.active
{
    z-index: 10;
}

#slideshow IMG.last-active
{
    z-index: 9;
}


/* MISC  
----------------------------------------------------------*/

#main #textcol
{
    width: 100%;
}

#main #text
{
    vertical-align: top;
    padding: 10px;
    text-align: justify;
    height: 250px;
    overflow: auto;
}

#main #title
{
    margin-left: 10px;
}

#main #listtext
{
    vertical-align: top;
    width: 155px;
    border-left: solid 2px #000;
}

#main #image
{
    vertical-align: top;
    width: 400px;
    height: 300px;
}

#main #image img
{
    vertical-align: top;
    width: 400px;
    height: 300px;
}

#main #bigimage
{
    width: 670px;
    height: 270px;
}

#main #bigimage img
{
    vertical-align: top;
    width: 670px;
    height: 270px;
}

#main #bigactionimage
{
    width: 670px;
    height: 300px;
}

#main #bigactionimage img
{
    vertical-align: top;
    width: 670px;
    height: 300px;
}
