@charset "utf-8";
/* CSS Document */

body { 
background-color:#666;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:13px;
margin:0px;
background-image:url(../images/orangebg.png);
background-attachment:scroll;
background-repeat:repeat-x;
background-position:0px 30px;
line-height:22px;
text-align:justify;
}

a:link {color: #ff9900; text-decoration:none; font-weight:bold; font-size:13px; }     /* unvisited link */
a:visited {color: #ff9900; text-decoration:none;font-weight:bold; font-size:13px; }  /* visited link */
a:hover {color: #ff9900; text-decoration:underline;font-weight:bold; font-size:13px; }   /* mouse over link */
a:active {color: #ff9900; text-decoration:none;font-weight:bold; font-size:13px; }   /* selected link */

table#container01 {
width:100%;
border:none; }

.ctopnav {
height:30px;
background-color:#333; }

.ttopnav {
font-size:14px; }

h3 {
margin-top:0px;
margin-bottom:3px;
text-transform: uppercase;
display: block;
letter-spacing: 0; }

.btext {
background-color:#f2f2f2; }

.pics {  
    height:  285px;  
    width:   800px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    border: none;  
    background-color: none;  
    width:   800px;
	height:  285px;  
    top:  0; 
    left: 0
} 


.lavaLampBottomStyle {
            position: relative;
            height: 20px;
            width: 800px;
            background-color: #333;
            padding: 15px;
            margin: 0px 0;
            overflow: hidden;
            border: none;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #FFF;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 3px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 800px;
}

ul#menu a {
font-weight:normal;
font-size:14px;
  display:block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
  
  font-weight:bold;
  display:block;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #333;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

.pad10 { background-color:#333; padding:10px; }