@import url("reset.css");

BODY {
    background-image: url(../images/background.gif);
    background-position: center top;
    background-color: #8F268D;
    background-repeat: repeat-x;
    font-family: arial;
    font-size: 95%;
    color: #ffffff;
    line-height:131%;
    text-align: center;
    
}
BODY, TD {
  
}

i{
    font-style: normal;
}
A {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.maincontent{
    background-color: #ffffff;
    height: 600px;
}

.wrapper{
    margin-top: 55px;
    width: 925px;
    margin-left:auto;
    margin-right: auto;
    text-align: left;    
}
.logo{
    width: 180px;
    height: 90px;
    text-indent: -1000px;
    background-image: url(../images/logo.gif);
    background-repeat:no-repeat;
    overflow: hidden;
    float: left;
}
.header{
    margin-left: 53px;
    margin-right: 53px;
    padding-top: 23px;
}
.menu{
    float: right;
    width: 237px;
    margin-top:76px;
}
.menu li a{
    width: 79px;
    height: 13px;
    display:block;  
}
.menu li{
    float: left;
    width: 79px;
    height: 13px;
}
.menu .home a{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/nav_home.gif);
    background-repeat:no-repeat;
}
.menu a:hover{
    background-position:0 -14;
}
.menu .selected{
    background-position:0 -14;
}
.menu .about a{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/nav_about.gif);
    background-repeat:no-repeat;
}
.menu .contact a{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/nav_contact.gif);
    background-repeat:no-repeat;
}
.pback{
    background-color: #490046;
}
.content{
    height: 383px;
    margin-left: 53px;
    margin-right: 53px;
    margin-top: 17px;
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 28px;
}
.contentslide{
    height: 400px;
    margin-left: 53px;
    margin-right: 53px;
    margin-top: 17px;
}
.clearfix{
    clear: both;
    height: 0px;
}
.abouth1{
overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/abouth1.gif);
    background-repeat:no-repeat; 
    height: 20px;
}
.contacth1{
overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/contacth1.gif);
    background-repeat:no-repeat; 
    height: 20px;
}
h1{
    margin-bottom: 20px;
}
.col{
    width: 370px;
    float: left;
    line-height: 142%;
    font-style: normal;
    letter-spacing: -0.3px;
}
.padr18{
    padding-right: 18px;
}
.contactname{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/contactname.gif);
    background-repeat:no-repeat; 
    height: 32px; 
}
.contacttel{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/contacttel.gif);
    background-repeat:no-repeat; 
    height: 20px; 
}
.contactemail a{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/contactemail.gif);
    background-repeat:no-repeat; 
    height: 20px;
    display:block; 
}
.contactweb a{
    overflow: hidden; 
    text-indent: -1000px; 
    background-image: url(../images/contactweb.gif);
    background-repeat:no-repeat; 
    height: 20px; 
    display:block;
}
.line{
    border-bottom: solid #ffffff 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.spacer{
    height: 36px;
}
.footer{
    font-style: normal;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 50px;
}
.purp{
    color: #490046;
}
.copyright{
    float: right;
}
.col .bold{
    font-weight: bold;
    font-style: italic;
    color: #c995c8;
}
.col .title{
   font-size: 125%; 
   color: #8F268D;
   font-weight: bold; 
   margin-bottom: 15px;
}
.col .list{    
   color: #a652a5;
   font-weight: bold;
   margin-bottom: 31px;
}
.list li{
    list-style-type:disc;
    list-style-position: outside;
    margin-left:17px;
}
.credits a{
    color: #A652A5;
}
.credits{
    clear: both;
    color: #A652A5;
    float: right;
}
input, textarea{
    font-family: arial;
    font-size: 15px;
}
.formitem input{
    width: 250px;
    height: 25px;
}
.formitem {
    margin-bottom: 17px;
}
.formitem textarea{
    width: 250px;
    height: 110px;
}
.formitem select{
    margin-right: 17px;
}
 label{
    width: 100px;
    float: left;
}
.formbutton{
    width: 350px;
    text-align: right;
}