/* CSS Document */

*{
padding: 0;
margin: 0;
}

body {
background-color: #d5f5f9;
}

#wrapper {
width: 850px;
margin: 0 auto;
background-color: #bfe5ea;
}

#strap{
font-family: trebuchet MS;
text-align: center;
color: #d5f5f9;
width: 600px;
padding: 10px 0 0 140px;
}


#phone {
font-family: Arial, Helvetica, sans-serif;
color: #008579;
margin: 33px 122px 0px 0px;
text-align: right;
}

#name h1 {
font-family: Arial, Helvetica, sans-serif;
color: #008579;
}

#header {
background-image: url(images/header.gif);
height: 153px;
}

#menu {
font-family: trebuchet MS;
text-align: center;
font-size: 200%;
border-bottom: 1px solid #d5f5f9;
border-top: 1px solid #d5f5f9;
background-color: #a8dce3;

}
#menu a{
padding: 10px 54px 10px 54px;
text-decoration: none;
color: #008579;

}
#menu a:hover{
color: #44c5b9;
}

#inner {
background-image: url(images/inner_bg.gif);
background-repeat: no-repeat;
background-position: bottom;
}

#copy {
text-align: justify;
}

#left_img {
float: left;
background-image: url(images/left_img.gif);
width: 102px;
height: 450px;
}

.clear1 {
border-bottom: 1px solid #008579;
width: 608px;
margin: 0 0 0 121px;
}

#copy p {
padding: 0 123px 8px 123px;
font-family: trebuchet MS;
color: #008579;
font-size: 14px;
line-height: 1.5em;
}

#copy h3 {
padding: 20px 123px 10px 123px;
font-family: trebuchet MS;
color: #008579;
}

form {
font-family: trebuchet MS;
color: #008579;
padding: 20px 0 0 123px;
}

#footer {
background-color: #d5f5f9;
text-align: center;
}

#footer p {
padding: 6px 0 0 0;
font-family: trebuchet MS;
font-size: 70%;
color: #008579;
}

#footer a {
color: #008579;
text-decoration: underline;
}

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