/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
/*background-color: #B8d8E6;*/
/*background-color: #FFE7E2;*/
/*background-color: #Cff6Df;*/
background-color: #f2faf7;
text-align: center;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

span {
font-weight: bold;
color: #5D2683;
}

#hr {
border-bottom: 5px dotted #BBECCF; 
margin: 10px 0 10px 0;
}

/*......Form on Contact Page.......*/
form {
font-size: 80%;
margin-left: 40px;
margin-top: 10px;
}

/*....colored text on Testimonial Page...*/
#copy p.testim {
color: #013581;
margin-bottom: 10px;
margin-top: 10px;
}
#copy a {
color: #5D2683;
}
#copy a:hover {
text-decoration: none;
}

/*......address on Contact Page......*/
#copy p.addy {
margin-left: 190px;
margin-bottom: 10px;
margin-top: 10px;
}

/*...colored text on Index/Services Page....*/
#copy p.spesh {
color: #5D2683;
font-size: 130%;
text-align: center;
width: 450px;
padding: 10px 0 10px 100px;
font-style: italic;

}

p.telno {
float: right;
color: #5D2683;
font-size: 125%;
padding: 50px 20px 0 0;
}

/*///////////////////////////
......WRAPPER
///////////////////////////*/

#wrapper {
width: 900px;
text-align: left;
margin: 0 auto 0;
background-color: #FFF;
}

/*////////////////////////////
......HEADER
////////////////////////////*/

#header {
width: 900px;
height: 102px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #BBECCF;
}

/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
float: left;
width: 191px;
display: inline;
font-size: 85%;
}


#menu ul {
list-style-type: none;
}


#menu li a {
background-image: url(images/pale_bttn.jpg);
width: 170px;
height: 20px;
color: #5D2683;
text-decoration: none;
padding: 4px 0 0 20px;
display: block;
border-bottom: 2px solid #FFF;
}
#menu li a:hover {
color: #A1DEB5;
}

#menu li a.main {
background-image: url(images/green_bttn.jpg);
background-repeat: no-repeat;
color: #FFF;
width: 150px;
height: 24px;
padding: 4px 0 0 40px;
display: block;
border-bottom: 2px solid #FFF;
font-weight: bold;
}

#menu li a.main:hover {
background-image: url(images/green_bttn.jpg);
background-repeat: no-repeat;
color: #5D2683;
width: 150px;
height: 24px;
padding: 4px 0 0 40px;
display: block;
border-bottom: 2px solid #FFF;
}


#menu li.blank {
background-image: url(images/green_bttn.jpg);
background-repeat: no-repeat;
color: #FFF;
width: 154px;
height: 24px;
padding: 4px 0 0 40px;
display: block;
border-bottom: 2px solid #FFF;
font-weight: bold;
}




/*/////////////////////////////
..........INNER
////////////////////////////*/
#inner {
background-image: url(images/col_bg.gif);
background-repeat: repeat-y;

}


/*///////////////////////////
.....COPY
///////////////////////////*/

#copy {
float: right;
width: 690px;
/*height: 570px;*/
background-image: url(images/home_BG.jpg);
background-repeat: no-repeat;
background-position: right top;
padding: 0 0 0 0;
/*background-color: #CCFF99;*/
}

#copy p {
font-size: 80%;
line-height: 1.5em;
color: #5D2683;
}
#copy h1 {
color: #a8e3c1;
padding: 30px 0 20px 0;
border-bottom: 5px dotted #BBECCF; 
}
#copy h4 {
color: #5D2683;
padding: 10px 0 5px 0;
}
#copy h5 {
color: #5D2683;
padding: 5px 0 5px 0;
}

#expander {
height: 150px;
/*background-color: #00FF66;*/
}
#expander_less {
height: 90px;
}

/*//////////////////////
.....CLEARONE
//////////////////////*/
#clearone {
clear: both;
height: 1px;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-color: #5D2683;
text-align: center; 
}

#footer p {
padding: 5px 0 5px 0;
font-size: 75%;
color: #FFF;
}

#footer a {
color: #BBECCF;
text-decoration: none;
} 

/*//////////////////////////////////
.............TABLES
/////////////////////////////////*/

table {
width: 100%;
/*border: 1px solid #000;*/
margin: 12px 0 12px 0;
}
table p {
color: #5D2683; 
}
td {
vertical-align: top;
padding: 5px 8px 5px 8px;
}
td.cent {
vertical-align: middle;
padding: 5px 0 5px 5px;
}
td.cent2 {
padding: 5px 0 5px 5px;
}
/*td.bord {
border-bottom: 1px solid #5D2683;
}*/
