/* Copyright 2006 Neil MacLeod www.web-studio.co.uk */


body {
		text-align:center;
        font-family: Arial, sans-serif;
        padding:0;
        margin:0;
 		font-size:80% ;
        color:#000;
        background-color: #F4F9DB;

}

	#wrap {

		width:960px;
       	margin-left:auto;
        margin-right:auto;
		padding:0px;
		text-align:left;
        color:#000;
        background-color:#E2E6D5;
        background-image: url(../images/left.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
 table#contentwrap{
  width:960px;
}

td.left{
  width:81px;
   background-image: url(../images/left.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}
td.right{
  width:57px;
     background-image: url(../images/right.jpg);
  background-position: top ;
  background-repeat: repeat-y;
}
td.content{
width:822px;
}

#logo{
  background-image: url(../images/logo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height:164px;
}



#footer{
  
    }

h1,h2,h3,h4,h5,h6{

        font-size:1.6em;
        font-family:  "Book Antiqua", "Times New Roman", serif;
        color:#614825;
                text-transform: capitalize;
            padding-left:25px;
  background-image: url(../images/h1.jpg);
  background-repeat: no-repeat;
  text-align:left;
}
h2,h3,h4,h5,h6{
  font-size:1.3em;
}


p{
        padding-left:10px;
        padding-right:10px;
}
img{
        border:none;
}


.imgright{
        float:right;
        margin:5px;
}

#menu, .footcontact{
      text-align:center;
      border-bottom:2px solid #AD0015;
}


#nav ul{

        width:850px;
        }
#nav li{
        border-right:1px solid #AD0015;
        display:inline;
}


#nav li a:link,#nav li a:visited{
         text-decoration:none;
         color:#AD0015;
         font-size:1.2em;
         font-weight:bold;
         padding:0px 3px 0px 4px;
         margin:0px;
         line-height:1.2em;
       }


#nav li a:hover{
                color:#FB6600;
  }

ul.dload li {
list-style:none;
    	background: url(../images/arrow.png) 0 5px no-repeat;
        padding:5px 0px 5px 20px;
}
ul.bull li {
list-style:none;
    	background: url(../images/arrow.png) 0 3px no-repeat;
        padding:2px 0px 2px 20px;
}


.myform{
  width:150px;
  float:left;
}
.myfield{
  background-color:#fff;
  color:#063;
  font-size:0.9em;
  border:1px solid #7F9DB9;
  padding:3px;
}
#contentleft {
  float:left;
  width:600px;
}
#contentright {
position:relative;
  float:right;
  width:200px;

}

.lead,.lead2{
text-align:center;
  font-weight:bold;
}
.lead{
  font-size:1.2em;
}

.lead2{

  text-transform: uppercase;
}
.footcontact{
border-top:2px solid #AD0015;
  font-size:1.2em;
  text-align:center;
  clear:both;
  padding:10px;
}
#placeholder{
  position:relative;
  width:186px;
  height:100px;
  margin-bottom:5px;
}
.forward{
  float:right;
}
fieldset,legend{
  padding:10px;

}
legend{
  font-size:1.3em;
  font-weight:bold;
        font-family:  "Book Antiqua", "Times New Roman", serif;
        color:#614825;
}
.padl{

  padding-left:10px;
}

.cent{
  text-align:center;

}
blockquote.quotes {
display: block;
background: url(../images/quote-start.png) 0 5px no-repeat;
padding: 0px 20px 0 38px;
margin: 0px 0;
width: auto;
color: #000;
border: 0;
}
blockquote.quotes p {
padding: 0 38px 0 0;
margin-top: 0;
background: url(../images/quote-end.png) 100% 100% no-repeat;
font-style:italic;
}
blockquote.quotes p strong{
  font-style: normal;
  color:#666;

}
.homeBox{
  float:right;
  text-align:center;
  margin-left:10px;
  border:1px solid #D1D5C6;
  padding:3px;
  padding-top:40px;
  width:180px;
  background: url(../images/sun.jpg) no-repeat top right;
}



