/* easy-clearing styles documented here: http://www.positioniseverything.net/easyclearing.html */
.fix:after{content:".";display:block;height:0;clear:both;visibility: hidden;}/*for firefox,safari etc*/
* html .fix {height: 1%;}/*for ie*/
/*fixes issue where widths set in html push content out in ie 5 */
.ie5overflowfix {width:100%;overflow: hidden;}/*for ie*/
html>body .ie5overflowfix {overflow:visible;}/*for firefox,safari etc*/


 body {
      background: #DDD9CA url(images/page-bg.png) no-repeat scroll 50% 0pt;
      font-family: Arial;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
  }

  #frame {
      background:#CFCBBF none repeat scroll 0 0;
      margin:0 auto;
      text-align:left;
      width:900px;
      border-bottom: solid #CFCBBF 5px;
      }
  .head {
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-image: url(images/top3.png);
      background-repeat: no-repeat;
      height: 248px;
      width: 895px;
      z-index: 1;
      border-right: solid #CFCBBF 5px;

}
 .head1 {
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-image: url(images/tophome.png);
      background-repeat: no-repeat;
      height: 248px;
      width: 895px;
      z-index: 1;
      border-right: solid #CFCBBF 5px;

}
   .headapt {
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-image: url(images/topapt.png);
      background-repeat: no-repeat;
      height: 248px;
      width: 895px;
      z-index: 1;
      border-right: solid #CFCBBF 5px;

}
  #textarea {
        float: left;
        width:895px;
        overflow: hidden;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-image: url(images/home-main-content-bg.png);
      border-right: solid #CFCBBF 5px;

  }
      #textarea ul li {
      clear: both;
      margin: 0px 0px 0px -15px;
       text-decoration: none;
       list-style: none;
       color: #FFFFFF
        }



  #lefttext {
      float: left;
      width: 291px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;

   }
   #lefttext p {
       margin: 0px 0px 0px 25px;
       color: #FFFFFF;
   }

    #righttext {
        background:#24247C none no-repeat scroll 0 0;
        color:#FFFFFF;
        line-height:normal;
        margin:5px 0px 0px 2px;
        background-image: url(images/pathWay-cnr-0b5194.png);
        background-repeat: no-repeat;
        float:right;
        width: 600px;
        overflow: hidden
         }
     #righttext ul {
      list-style: url(images/bullet.gif);
     }
     #rightinner {
      margin: 20px 0px -10px 10px;
      padding: 0px 0px 5px 0px ;
      background-color: #24247C;
    }
      #rightinner ul li {
      list-style: url(images/bullet.gif);
      }
      #rightinner h2 {
        margin: 2px 0px 0px 0px
      }
      #rightinner a, a:link {
        color: red;
        text-decoration: none;
      }
      #rightinner a:visited {
      color: #F3C209;
      }
     #rightindex {
       background:#24247C none no-repeat scroll 0 0;
        color:#FFFFFF;
        line-height:normal;
        margin:5px 0px 10px 0px;
        background-image: url(images/pathWay-cnr-0b5194.png);
        background-repeat: no-repeat;
        float:right;
        width: 900px;
        height: 300px;
        overflow: hidden
     }
      #rightindex p {
        position: relative;
        left: 610px;
        top: -220px;
        width: 250px;
        padding: 0px 0px 10px 0px;
      }


    .menu {
       float: left;
       width:895px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      background-image: url(images/nav-bg.png);
      z-index: 20;
      border-right: solid #CFCBBF 5px;
  }
    .menu ul{
      float: left;
      /*   color: #ffffff;  */
        z-index:10;
       padding: 0px 0px 0px 0px;
       margin: 0px 0px 0px 0px;

      }

   .menu ul li {
       display: inline;
       text-decoration: none;
       line-height: 29px;
       width: 100px;


     }
     .menu ul li a {
       color: #ffffff;
       border-right: 1px #7473aa solid;
       font-size: 20px;
       font-weight: bold;
       padding:0 12px;
       text-decoration: none;
     }
      .menu ul li a:link {
       color: #ffffff;

      }
      .menu ul li a:hover {
       color: red;
       text-decoration: none;
     }
      #current{
       color: #F3C209;
       text-decoration: none;
       }

        label{
        float: left;
        width: 120px;
        font-weight: bold;
        }

      input, textarea{
        width: 180px;
        margin-bottom: 5px;
        }

        textarea{
        width: 250px;
        height: 150px;
        }

        .boxes{
        width: 1em;
        }

        #submitbutton{
        margin-left: 120px;
        margin-top: 5px;
        width: 90px;
        }

        br{
        clear: left;
        }


