/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
background-image: url(main_images/Background_trees1.jpg); 
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

span {
font-weight: bold;
color: #000;
}

/*......Form on Contact Page.......*/
form {
font-size: 80%;
padding: 10px 0 10px 150px;
color: #FFF;
}

/*....colored text on Testimonial Page...*/
#copy p.testim {
color: #013581;
margin-bottom: 10px;
margin-top: 10px;
}

/*......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: #ff3399;
font-size: 100%;
}



/*///////////////////////////
......WRAPPER
///////////////////////////*/

#wrapper {
width: 850px;
text-align: left;
margin: 20px auto 0;
}

/*////////////////////////////
......HEADER
////////////////////////////*/

#header {
width: 850px;
height: 104px;
background-image: url(main_images/header.gif);
background-repeat: no-repeat;
background-color: #FFF;
}

/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
float: left;
width: 193px;
/*border:1px solid #990000;*/
padding-top: 20px;
padding-left: 10px;
border-top: 0;
font-size: 75%;
font-weight: bold;
}
#menu a {
display: block;
padding: 5px 5px 5px 13px;
width: 175px;
color: #FFF;
background-image: url(main_images/nav_bullet.gif);
background-repeat: no-repeat;
background-position: center left;
/*background-color: #CAA09F;*/
/*border-top: 1px solid #900;*/
text-decoration: none;
}
#menu a:hover {
/*background-color: #900;*/
color: #FCFFAE;
text-decoration: underline;
background-image: url(main_images/nav_bullet_h.gif);
background-repeat: no-repeat;
background-position: center left;
}

.submenu {

font-size: 80%;
/*margin-left: 30px;*/
}

/*/////////////////////////////
..........INNER
////////////////////////////*/
#inner {
background-image: url(main_images/l_col_and_body_bg.gif);
background-repeat: repeat-y;

}


/*///////////////////////////
.....COPY
///////////////////////////*/

.montage {
width: 646px;
height: 162px;
background-image: url(main_images/montage.jpg);
background-repeat: no-repeat;
}

#copy {
float: right;
width: 646px;
/*background-color: #CCFF99;*/

}
#text {
padding: 10px;
border-bottom: 1px dotted #FFF;
}
#text p {
color: #D9C9A7;
font-size: 80%;
line-height: 1.3em;

}

#text h4 {
color: #5C8330;
border-bottom: 1px dotted #FFF;
padding: 10px 0 10px 0;
}

#text h5 {
color: #5C8330;
padding: 10px 0 10px 0;
}
#text h5 {
color: #5C8330;
padding: 10px 0 10px 0;
}
#text a {
color: #FCFFAE;
}
div img {
float: right;
padding: 5px 5px 5px 10px;
}
div img.noFloat {
float: none;
padding: 0;
}

/*//////////////////////////
....Normal Bulleted List
//////////////////////////*/

ul.bullet {
list-style-type: none;
color: #FFF;
font-weight: normal;
font-size: 80%;
padding: 10px 0 10px 30px;
}

ul.bullet li {
background-image: url(main_images/ul_bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 20px;
}

/*//////////////////////////////
.....FAQ UL
///////////////////////////////*/

ul.faq {
list-style-type: none;
font-size: 75%;
color: #D9C9A7;
}
/*//////////////////////
.....CLIENT LIST
//////////////////////*/
#clientleft {
width: 300px;
float: left;
}
#clientright {
width: 300px;
float: right;
}
/*//////////////////////
.....ASSESSMENT TABLE
//////////////////////*/
#assess {
color: #fff;
font-size: 80%;
}

/*//////////////////////
.....CLEARONE
//////////////////////*/
#clearone {
clear: both;
height: 1px;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-image: url(main_images/l_col_and_body_bg.gif);
background-repeat: repeat-y;
background-color: #6699FF;
text-align: left; 
}

#footer p {
padding: 5px 0 5px 214px;
font-size: 65%;
color: #fff;
}

#footer a {
color: #777;

} 
