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

body{background-image:url(../images/bg.jpg); background-position:center top; background-color:#000; background-repeat:no-repeat; font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#000}
.mainWrapper{ width:976px; /*height:860px;*/ background-repeat:no-repeat; margin:auto; padding-top:6px;  background-image: url(../images/centerImage.png)}
.mainWrapperInner{ width:976px; height:868px; margin:auto; padding-top:6px;  background-image: url(../images/menu.png); background-repeat:no-repeat}
/*.nav{ font-family:Tahoma, Geneva, sans-serif; font-size:16px; color:#FFF; width:850px; float:left} 
.nav ul{  margin:0px; margin-top:3px;}
.nav li {  display:inline; padding-right:16px; padding-left:16px; }
.nav li a{ color:#FFF; text-decoration:none}*/
.h1links{font-size:9px;}
.h1links h1 {padding:0px; margin:0px; font-size:9px; background-image:none; display:inline}


.h1linkstop{font-size:11px;}
.h1linkstop h1 {padding:0px; margin:0px; font-size:11px; background-image:none; display:inline}

.nav{ font-family:Tahoma, Geneva, sans-serif; font-size:16px; color:#FFF; width:800px; float:left;margin-left:15px;} 
.nav ul{  margin:0px;  margin-top:3px; display:inline;}
.nav li {float:left; width:90px; padding-left:10px;padding-right:10px;}
.nav li a{ color:#FFF; text-decoration:none;  text-align:center; padding-left:15px; display:block;}
.ndot{ float:right; width:100px; height:43px; margin:0px; padding:0px; right:43px; margin:0 6px 0 0;}
.ndot a { width:100px; height:43px; display:block}
.clear{ clear:both; height:5px}
.homeText{ width:470px; padding-left:165px; font-size:13px; float:left}
.homeText a{ color:#333333;}
.innetText p{ padding-left:10px; padding-right:10px;}
.innetText{ width:649px; padding-left:10px; margin-top:8px; font-size:13px; float:left; line-height:20px; }
.innetText A{ color:#008bc0; text-decoration:none}
.innetText A:hover{ text-decoration:underline}
h1{ background-image:url(../images/headingbg.png); background-repeat:no-repeat; color:#0058b2; font-size:13px; font-weight:bold; padding-left:10px; height:30px; padding-top:4px;}
.rightCol{ float:right; margin-top:6px; margin-bottom:16px; width:300px;  margin-right:2px; }
.taHead{ background-image:url(../images/tabHeadBg.png); background-repeat:no-repeat; height:34px; }
.taHeadText{  background-repeat:no-repeat; font-size:16px;  padding-left:10px; color:#FFF; padding-top:6px;}
.tabodyText{ background-image: url(../images/taBody.png);  background-repeat:no-repeat; padding-left:2px; padding-right:6px;color:#000000; padding-top:6px; height:150px; }
.anbodyText{ background-image: url(../images/anBody.png);  background-repeat:no-repeat; padding-left:5px; padding-right:4px; color:#000000; padding-top:6px; height:87px; overflow:hidden }
.pobodyText{ background-image: url(../images/poBody.png);  background-repeat:no-repeat; padding-left:10px; color:#000000; padding-top:6px; height:115px; }
.dpbodyText{ background-image: url(../images/dpBody.png);  background-repeat:no-repeat; padding-left:10px; color:#000000; padding-top:6px; height:38px; }
.PollORadio{ margin-top:1px; width:20px; float:left}
.PollRadiotxt{ margin-top:1px; width:150px; float:left}
.contactform{ padding-top:6px; }
.bluecolor{ color:#008bc0; font-size:12px}
.tagline{ color:#203f7c; font-size:18px;  font-weight:bold; float:right}
.contactform div{ padding-top:7px; }
.footer{ text-align:center; padding-top:5px; color:#999999}
.footer a{color:#999999; text-decoration:none}
.footer a:visited{color:#999999; text-decoration:none}
.footer a:link {color:#999999; text-decoration:none}      
.footer a:active {color:#999999; text-decoration:none}
.footer a:hover {color:#999999; text-decoration:underline}
/* Menu Css */
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;

}
    /* 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;*/
			/*background-color:#0FC;*/
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                /*background: url("lava.gif") no-repeat top left;*/
				background:url(../images/menubg.png);
				/*background-color:#336;*/
                height: 30px;
                margin-right: 35px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;

            height: 35px; top: 7px;
            z-index: 10; 
            float: left; display: block;
            margin: auto 10px;
        }

/* End of Menu Css */

