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


body {
   background-color: #caced1;
   margin: 0px;
   padding: 0;
   font-family:Arial;
	background: #EAE6A3;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
   }
#wrapper {
   margin: 0 auto;
   width: 700px;
   height: 580px;
   min-height: 580px;
   height: auto;
   }
   
#header {
   width: 700px;
   height: 140px;
   margin: 0px;
   padding: 0px;
   background: url('images/header.png');
}
.dotted {
	background: url('images/dotted.gif') repeat-y top left;
    border: 0px solid #FF0000;
}
	
#menu {
	width: 700px;
	height: 40px;
	padding: 0;
	background: url('images/bck.png') repeat-y bottom;
   margin: 0 auto;	
   text-align: center;
}
   
#topmenu {
   margin: 0 auto;	
   text-align: center;
   margin-left: 8px;
   float: left;
   padding: 0px;
   width: 680px;
   height: 40px;
   /*background: url('images/menu-new.gif') no-repeat left;*/
   background: url('images/menu-bck.png') repeat-x;

   }  
#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: 1px 10px 9px 10px;
   color: #FFF; 
   font-size: 12px;
   font-weight: bold;
   height: 20px;
   line-height: 41px;
   border: 0px solid #fff;
   } 
#topmenu a:hover {
   color: #aaa;
    /*border-bottom: 2px solid #fff;*/
	
} 
#topmenu img {
   border: none;
 } 
  
#content {
   float: left;
   width: 700px;
   height: 360px;
   min-height: 360px;
   height: auto;
   margin: 0px 0 0 0px;
   border: 0px solid blue;
   background: url('images/bck.png') repeat-y bottom;
   padding-bottom: 10px;
   }
   
#innercontent {
      padding: 10px 20px 20px 25px;
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  text-align: left;
	  color: #000000;	  
}
h1 {
   font-size: 16px;
   font-weight: bold;
   border-bottom: 0px solid #000;
   width: 300px;
   text-align:left;
   margin-bottom: 3px;
}   

h1,h2,h3,h4,strong {
	color: #656868;
}

#left table, #left td {
	margin: 0; 
	padding: 0;
}

#footer {
   float: right;
   width: 700px;
   height: 58px;
   background: url('images/footer.png') no-repeat ;
   margin: 0px;
   padding: 0px 0 3px 0;
   }

#foot-inner {
   font-size: 6px;
   padding-right: 28px;
   margin-top: -2px;
   }
#logo {
   font-size: 10px;
   padding: 0;
   margin: 0 10px 0px 0;
   float: right;
}
#logopic {
	display: inline;
}
#logotext {
	float: left;
	width: 108px;
	color:#aaa;
	display: inline;
	margin: 20px 0 0 0;
}

#logo img, #logo a{
   text-decoration:none;
   border: none;
}

#logo img {
   margin-top: 15px;
}
#logo span {
	padding-bottom: 105px;
}
#left {
   float: left;
   width: 340px;
   margin: 0px 0 5px 0;
   padding: 0 10px 0 0;
   color: #000;
}
#right {
   float: right;
   width: 270px;
   margin: 0px;
   padding: 0 0 0 12px;
}
#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 0px; position: relative; }
.buttons { background: #D3CF93; border: 1px solid #666; }
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; width: 210px; height: 90px;}
input {border: 1px solid #ccc; width: 210px; }
form {border: none;}
	