/* CSS Document */
* {
padding: 0;
margin: 0;
}

body {
background-color: #02645A;
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%;
margin: 10px 0 10px 70px;
}


#map a {
color: #006633;

}
#map img {
border: none;
}

/*....colored text on Testimonial Page...*/

#copy p.testim {
color: #013581;
margin: 10px 0 10px 0;
}

/*......address on Contact Page......*/

#copy p.addy {
margin: 10px 0 10px 250px;
}

/*...Colored Larger Text....*/

#copy p.spesh {
	
}

#hr {
border-bottom: 1px solid #0D4F41;
width: 830px;
height: 1px;
margin-left: 65px;
margin-bottom: 10px; 
}

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

#wrapper {
width: 950px;
text-align: left;
margin: 20px auto 0;
background-color: #C2E3B4;
}

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

#header {
width: 950px;
height: 156px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #158401;
}

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

#menu {
height: 29px;
background-color: #0D4F41;
font-size: 100%;
font-weight: bold;
padding-left: 250px;
border-bottom: 1px #FFF solid;
border-top: 1px #FFF solid;
}

#menu a {
display: block;
float: left;
padding: 5px 30px 5px 30px;
background-color: #0D4F41;
color: #FFF;
text-decoration: none;
}

#menu a:hover {
background-color: #158401;
}

/*/////////////////////////////
..........INNER
////////////////////////////*/

#inner {
}

/*...Inner Variation...*/

#inner_2 {
}

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

#copy {
float: left;
width: 950px;
color: #0D4F41;
/*background-color: #CCFF99;*/
}

#copy p{
font-size: 80%;
line-height: 1.5em;
padding: 0 70px 10px 70px;
}

#copy h4 {
padding: 10px 0 5px 70px;
color: #0D4F41;
}

#copy a {
color: #0D4F41;
font-weight: bold;
}

/*....For Gallery/Services Pages...*/

#copy_full_width {
}

/*///////////////////////////
.....FLASH
///////////////////////////*/
#flash {
width: 600px;
height: 169px;
background-color: #158401;
margin-left: 185px;
margin-bottom: 10px;
}





/*///////////////////////////
.....GALL TABLE
///////////////////////////*/

table.gall {
width: 90%;
/*border: 1px solid #000;*/
font-size: 55%;
margin-left: 45px;

}

table.gall td {
text-align: center;
vertical-align: top;
}


table.gall img {
border: 1px solid #0D4F41;
}









/*//////////////////////
.....CLEARONE
//////////////////////*/

#clearone {
clear: both;
height: 1%;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
background-image: url(images/footer.jpg);
height: 31px;
background-repeat: no-repeat;
background-color: #158401;
text-align: center; 
border-top: 1px solid #FFF;
}

#footer p {
padding: 10px 0 5px 0;
font-size: 75%;
color: #fff;
font-weight: bold;
}

#footer a {
color: #FFF;
} 
