/* Copyright 2006 Neil MacLeod www.web-studio.co.uk */


body {
		text-align:center;
        font-family: "Trebuchet MS", Times, serif;
        padding:0;
        margin:0;
 		font-size:80% ;
        color:#000;
        background-color: #a6bf79;

}

	#wrap {
        position:relative;
		width:760px;
       	margin-top:4px;
        margin-left:auto;
        margin-right:auto;
		padding:0px;
		text-align:left;
        border:1px double #a6bf79;
        color:#000;
        background-color:#fff;


}

#content {
	 	width:500px;
        height: auto;
	    background:#fff;
	    color:#000;
        margin: 299px 0px 0px 0px;
        padding:10px;
        text-align:justify;
        border-right:1px dotted #a6bf79;
}

#right{
        position:absolute;
        top:309px;
        right:8px;
	    width:220px;

	}
.contact{
  font-size:2em;
  color:#FF0033;
  border:3px double #A6BF79;

  padding:5px;
  font-family: Impact, sans-serif
}

form{
clear:both;
padding-left:50px;
  background-image: url(../images/online.jpg);
  background-position: top left;
  background-repeat: no-repeat
}
.phone{
font-weight:bold;
 padding-left:50px;
 height:50px;
  background-image: url(../images/phone.jpg);
  background-position: top left;
  background-repeat: no-repeat
}
.post{
width:200px;
 padding-left:50px;
  float:left;
  background-image: url(../images/post.jpg);
  background-position: top left;
  background-repeat: no-repeat
}

#footer{
        margin-top:10px;
        padding-top:10px;
        height:90px;;
        text-align:center;
        font-size:0.8em;
        border-top:1px dotted #a6bf79;
  background-image: url(../images/footer.jpg);
  background-position: top center;
  background-repeat: no-repeat
}

h1{
    position:absolute;
    top:123px;
    left:26px;
    z-index:20;
font-size:2em;

        color:#360;


    }
h2,h3,h4,h5,h6 {
  line-height:1em;
  font-size:1.5em;
  border-bottom:1px dotted #A6BF79;
   color:#360;
}

p{
        padding-left:10px;
        padding-right:10px;
}
img{
        border:none;
}


.imgright{
        float:right;
        margin:5px;
}

.divider{
font-weight:bold;
text-align:center;
font-size:1.3em;
padding:10px;
border:3px double #A6BF79;

}
    .free ul{
      margin:0px;

    }

    .free li{  padding-left:40px;
        font-size: 2em;
        list-style:none;font-weight:bold;
      }
      .lred{
        color:#CC0033;

      }
    #nav {
     position:absolute;
     top:259px;
      float:left;
      width:100%;

      font-size:12px;
      line-height:normal;
      z-index:30;
      }

    #nav ul{
        margin:0;
        padding:10px 10px 0 13px;
        list-style:none;
      }


    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      float:left;
      background: url(../images/tableftC.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav a span {
      float:left;
      display:block;
      background:url(../images/tabrightC.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#FFF;
      }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
      }

        #nav #active a {
                background-position:0% -42px;
        }
        #nav #active a span {
                background-position:100% -42px;
        }

.header{
  position:absolute;
  left:0px;
  top:0px;
  z-index:10;
}

.myform{
  width:150px;
  float:left;
}
.myfield{

}

.small{
 text-align:center;
  font-size:0.8em;
}

 .fillheight{
   padding-bottom:100px;
 }
.breadcrumbs{
  position:absolute;
  top:294px;
  right:5px;
  font-size:0.8em;
  z-index:50;
}
.breadcrumbs a{
text-decoration:none;
}
.top{
  text-align:right;
}
.sub{
  margin-left:50px;
}


