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


body {
   background-color: #caced1;
   margin: 0px;
   padding: 40px 0 0 0;
   font-family:Arial;
   background: url('images/body.jpg') repeat top #7a8805;
   }
#wrapper {
   margin: 0 auto;
   width: 681px;
   height: 580px;
   min-height: 580px;
   height: auto;
   background: url('images/bck.gif') repeat-y bottom;
   }
#header {
   float: left;
   width: 681px;
   height: 146px;
   margin: 0px;
   padding: 0px;
   background: url('images/header.gif');
}
.dotted {

   background: url('images/dotted.gif') repeat-y top left;
      border: 0px solid #FF0000;

   }
#topmenu {
   float: left;
   margin: 0 0 0 1px;
   padding: 0px;
   width: 678px;
   height: 40px;
   /*background: url('images/menu-new.gif') no-repeat left;*/
   background: url('images/menu-bck.gif') repeat-x left;
   border: 0px solid #000;
   }  
#topmenu ul{
   
   margin: 0px;
   padding: 0 15px 6px 15px;
   list-style: none;
}
#topmenu li{
   float: left;
}
#topmenu a {
   float: left;
   border: none;
   display: block;
   text-decoration: none;
   padding: 0 10px 9px 10px;
   color: #fff; 
   font-size: 12px;
   font-weight: bold;
   height: 20px;
   line-height: 41px;
    border: 0px solid #fff;
   } 
#topmenu a:hover {
   color: #B2B2B2;
    /*border-bottom: 2px solid #fff;*/
	
} 
#topmenu img {
   border: none;
 } 
  
#content {
   float: left;
   width: 677px;
   height: 360px;
   min-height: 360px;
   height: auto;
   margin: 0 0 0 5px;
   border: 0px solid blue;
   }
   
#innercontent {
      padding: 10px 20px 20px 20px;
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  text-align: left;
	  color: #000066;	  
}
h1 {
   font-size: 16px;
   color: #334E83;
   font-weight: bold;
   border-bottom: 0px solid #000;
   width: 300px;
   text-align:left;
   margin-bottom: 3px;
}   
#footer {
   float: left;
   width: 681px;
   height: 50px;
   background: url('images/footer.gif') no-repeat ;
   margin: 0px;
   padding: 0px 0 3px 0;
   border: 0px solid red;
   }

#foot-inner {
   margin: 8px 0 0 0;
   font-size: 12px;
   color:#CCCCCC;
   }
#logo {
   color: #fff;
   font-size: 10px;
   padding-top: 4px;
   margin: 0px;
}
#logo img, #logo a{
   text-decoration:none;
   color:#fff;
   border: none;
}
#left {
   float: left;
   width: 300px;
   margin: 0px 0 5px 0;
   padding: 0px;
   color: #000;

}
#right {
   float: right;
   width: 300px;
   margin: 0px;
   padding: 0 0 0 10px;
}
#right img {
   margin-bottom: 10px;
}
#left ul{
   margin-left: 15px;
   padding: 0px;
}
  /*--- menu -----*/
  
         /*   .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 621px;
            /*background: url("bg.gif") no-repeat top;
            padding: 6px;
            margin: 0 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava3.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava3.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 17px; /* 7px is the width of the rounded shape 
                        }
                    .lavaLampWithImage li a {
                        font: normal 12px arial;
                        text-decoration: none;
                        color: #fff;
						font-weight: bold;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
						line-height: 16px; 
                    }
				 .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							
                        }*/

/*--------------------form-----------------*/

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
	
	
	
