@charset "utf-8";
/* CSS Document */

body
{

    background-image: url(images/background.png);
    margin: 0;
    text-align: center;
    font-size: 100%;
    font-family: Tahoma, Verdana, sans-serif;
    overflow: -moz-scrollbars-vertical;
}

table
{
    font-size: 1em !important;
    font-family: Tahoma, Verdana, sans-serif;
    border: none;
	
}

table input
{
    font-size:1em;
}
table select
{
    font-size:1em;
}

form
{
    margin: 0;
    padding: 0;
}
#content input, #content select
{
    font-size: 1em;
}
img
{
    border: none;
}
a:active, a:link, a:visited
{
    color: #d55f00;
    text-decoration: none;
}
a:hover
{
    color:#FFFFFF;
}

#wrapper
{
    width: 905px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 0.71em !important;
	background-color:#000000;
}


#header
{
    background-image:url(images/header.png);
    background-position:center;
    height: 276px;
    width: 905px;
	line-height: 3em;
    text-align: right;
    margin-bottom: 3px;
    float: left;
}
#bodyWrapper
{
    padding: 0;
    margin-bottom: 10px;
    height: auto;
    width: 905px;
    float: left;
    border: 1px solid #fff;
}

#leftWrap
{
    width: 190px;
    float: left;
    clear: both;
}

#content
{
   
    width: 855px;
	padding:20px 25px 0 25px;
    height: auto;
    background-color: #000;
	background-position:center;
    clear: none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#footer
{
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    color:#FFFFFF;
	font-size:12px;
    text-align: center;
}

#horizNav
{
    text-align: left;
    width: 905px;
    clear: left;
    height: 93px;
    background-image: url(nav_bg_2.png);
	background-position:center;	
    position: relative;
    z-index: 1;
}


#wrapperTop

{

	background-color:#000000;

	background-repeat:no-repeat;

	width:905px;

	height:10px;

}



#wrapperMid

{

	background-color:#000000;

	background-repeat:repeat-y;

	width:905px;

	height:auto;

	

}



#wrapperBottom

{

	background-image:url(images/wrapper_bottom.png);

	background-repeat:no-repeat;

	width:905px;

	height:223px;

}



/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

