﻿html
{
    min-height: 101%;
}

body
{
    background-color: #515151;
    background-image: url(/sitefiles/images/web/background.jpg);
    background-position: 0 0;
    background-attachment: fixed;
    background-repeat: repeat-x;
    color: #222222;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    z-index: 0px;
    margin-bottom: 10px;
}

h1
{
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #C0292A;
    margin: 0px;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-bottom: 3px;
    color: #C0292A;
}

h3
{
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-bottom: 1px;
    color: #C0292A;
}

h4
{
    font-size: 13px;
    margin: 5px 0 10px 0;
}

a
{
    text-decoration: none;
    color: #FF3F94;
}

a:hover
{
    text-decoration: underline;
    color: #FF3F94;
}

p
{
    line-height: 21px;
}

img
{
    border: none;
}

form
{
    margin: 0px;
}


/* start - table */
table
{
    width: auto;
    border: none;
}

th strong
{
    color: #222222;
}
th
{
    background: #E6E5E5;
    color: #222222;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}


tr
{
    color: #707070;
}

td
{
    color: #222222;
}


td strong
{
    font-weight: normal;
}



table.grid
{
    width: 500px;
    border: none;
}


table.grid th
{
    color: #222222;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    border: none;
    border-top: 5px solid #ADADAD;
}


table.grid tr
{
    color: #222222;
    border: none;
 
}

table.grid td
{

    padding: 6px;
    border: none;
   border-bottom: 1px dotted #ccc;
  
}

table.grid td a
{
    color: #222222;
    text-decoration: none;
}

table.grid td a:hover
{
    text-decoration: underline;
}

table.grid td strong
{
    font-weight: normal;
}


table.grid a.number
{
    color: #FF8B04;
    font-size: 1.6em;
}


    table.grid tr:hover
    {
        cursor:pointer;
        background-color:#efefef;

    }



/* end - table */

#content-wrapper
{
    overflow: hidden;
    margin-bottom: 20px;
    width:100%;
}

#content
{
  float:left;
    width: 720px;
    padding: 0px 10px 10px 10px;
}

#sidepanel
{
    float: right;
    width: 240px;
    margin-right: 10px;
}


#wrapper
{
    margin: 0px auto;
    width: 1000px;
    border: 7px solid #ffffff;
    border-top: none;
    overflow: hidden;
    background-color: #ffffff;
}


/********************************************
   LAYOUT
********************************************/

#admin
{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}



#header
{
    width: 860px;
    height: 190px;
    background-repeat: no-repeat;
    position: relative;
}

#header h3
{
    display: none;
}


#header h4
{
    display: none;
}


/*----------------------------
					 Footer
----------------------------*/


#footer
{
    clear: both;
    text-align: left;
    padding: 20px 0px 20px 0px;
    margin: 20px 0 0 0;
    background-color: #efefef;
    overflow: hidden;
    background-color: #515151;
    background-image: url(/sitefiles/images/web/background.jpg);
    background-position: -150px -150px;
}

#footer h5
{
    font-size: 16px;
    font-weight: normal;
    color: #444;
    padding: 0px;
    margin: 0px 0px 12px 35px;
}

#footer p
{
    line-height: 18px;
    margin: 0px 0px 0px 35px;
    padding: 0px;
    color: #E8E8E8;
}


.footer-col ul
{
    list-style: none;
    margin: 0 0 0px 35px;
    padding: 0;
    border-top: 1px dotted #444;
}

.footer-col li
{
    margin: 0px;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px dotted #444;
}

.footer-col li a
{
    padding: 12px 0 12px 0px;
    color: #E8E8E8;
    font-weight: normal;
}



.footer-col
{
    float: left;
    width: 33%;
}




#credits
{
    background-color: #111;
    padding: 8px;
    margin: 1px 0px 0px 0px;
}

#credits p
{
    color: #efefef;
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

#credits p a
{
    color: #efefef;
}







/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow
{
    overflow: hidden;
    background-color: #fff;
    margin: 0px;
}

#slideshow ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 1%; /* IE fix */
}

#slideshow ul:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides
{
    overflow: hidden;
}

#slideshow .slides ul
{
    /* total width of all slides - 960px multiplied by 3 in this case */
    width: 2160px;
    margin: 0px;
    padding: 0px;
}

#slideshow .slides li
{
    float: left;
    padding: 0px;
    margin: 0px;
}

#slideshow .slides li table
{
    width: 720px;
    margin: 0px;
    padding: 0px;
}

#slideshow .slides h2
{
    margin-top: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav
{
    background-color: #ddd;
}

#slideshow .slides-nav li
{
    float: left;
}

#slideshow .slides-nav li a
{
    display: block;
    padding: 15px 20px;
    outline: none;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
}


#slideshow .slides-nav li.on, #slideshow .slides-nav li.on a
{
    background-color: #ADADAD;
    color: #fff;
}

#slideshow .slides-nav li.on a
{
    position: relative;
}


.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a
{
    background-color: #ADADAD;
    color: #fff;
}

.js #slideshow .slides-nav li.on a
{
    position: relative;
}





/*----------------------------
						Menu
----------------------------*/




#menu ul
{
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #ae1417;
    color: White;
    float: left;
    width: 100%;
    border-top: 1px solid #ffffff;
    font-family: arial, helvetica, sans-serif;
}

#menu ul li
{
    display: inline;
}

#menu ul li a
{
    padding: 8px 15px 8px 15px;
    background-color: #ae1417;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#menu ul li a:hover
{
    background-color: #ba3235;
    color: #fff;
    text-decoration: underline;
}

#menu a.apmlfilter
{
    float: right;
    margin-right: 10px;
}

#menu ul li a.current
{
    background: black;
    color: #fff;
}

/* side panel classes */


#sidepanel h3
{
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
}


#sidepanel ul
{
    margin: 0px 5px 0px 5px;
    list-style: none;
    padding: 0px;
}


#sidepanel li
{
    margin: 0px;
    padding: 6px 0px 6px 0px;
    border-bottom: 1px dotted #ccc;
}



#subscribe p
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#subscribe input
{
    margin: 0px;
    width: 155px;
}

#subscribe input.button
{
    width: auto;
}

/* alignment classes */


img.float-right
{
    margin: 5px 0px 10px 10px;
}

img.float-left
{
    margin: 5px 10px 10px 0px;
}



.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}

/* clearing */
.clearer
{
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}
.clear
{
    display: inline-block;
}
.clear:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
