@charset "utf-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;
}
li {
list-style-type: none;
background-image:url(../img/bullet.gif);
background-position: 0px 5px;
background-repeat:no-repeat;
padding-left: 20px;
margin-left:10px;
}
li.menu
{
list-style-type: none;
background-image:none;
margin: 0px;
padding: 0px;
}
.clear {
clear: both;
}

h1 {
font-size: 23px;
color: #006a4f;
font-weight: normal;
padding-bottom: 15px;
letter-spacing: -1px;
}
p {	
padding-bottom: 15px;
line-height: 17px;
}
.listStyle1 {
padding-bottom: 15px;
}
.listStyle1 li {
line-height: 17px;
}
.listStyle2 li {
line-height: 17px;
}
.textGreen {
color: #006a4f;
}
.text14 {
font-size: 14px;
padding-bottom: 0px;
}

a, a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
background: #d9d9d9 url(../img/main-bg.jpg) repeat-x;
}
#wrapper {
width: 798px;
margin: 10px auto;
background-color: #fff;
border: 1px solid #fff;
}

#header {
width: 798px;
float: left;
}
#headerTop {
width: 798px;
background-color: #fff;
}

#headerTop a{
	color: red;
}

a.logo { 
width: 215px;
height: 89px;
display: block;
background: url(../img/logo.gif) no-repeat;
float: left;
}
a.logo span { 
display: none;
}
.imgTel { 
width: 221px;
height: 29px;
display: block;
float: right;
margin: 50px -220px 0 0;
background: url(../img/img-tel.gif) no-repeat;
}
#headerBottom {
width: 798px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: #006a4f;
}
#navigation {
width: 215px;
float: left;
background-color: #006a4f;
padding: 5px 0;
border-right: 1px solid #fff;
}
#navigation ul {
border-top: 1px solid #fff;
}
#navigation li {
border-bottom: 1px solid #fff;
}
#navigation a, #navigation a:visited {
background: #006a4f url(../img/btn-arrow.gif) no-repeat 8px 5px;
display: block;
padding: 3px 0 0px 20px;
font-size: 9px;
color: #fff;
text-decoration: none;
height: 14px;
}
#navigation a:hover {
background: #b01f35 url(../img/btn-arrow-select.gif) no-repeat 8px 5px;
}
#headerImg {
width: 582px;
float: left;
padding: 5px 0;
background-color: #006a4f;
}
#headerImg img {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#content {
width: 798px;
float: left;
background: url(../img/content-bg.jpg) no-repeat;
background-color:#FFFFFF;
}
#mainContent {
width: 563px;
float: right;
padding: 20px 5px 0 15px;
margin: 5px 0;
border-left: 1px solid #cccccc;
}

#bottomLogo {
border-top: 1px solid #ccc;
}

.boxFront {
width: 110px;
height: 105px;
float: left;
padding: 0 15px 0 0;
border-right: 1px solid #ccc;
margin-bottom: 15px;
}
.boxMid {
width: 110px;
height: 105px;
float: left;
padding: 0 15px;
border-right: 1px solid #ccc;
margin-bottom: 15px;
}
.boxEnd {
width: 120px;
height: 105px;
float: left;
padding: 0 0 0 15px;
margin-bottom: 15px;
}

#footer {
width: 798px;
clear: both;
background-color: #006a4f;
position: relative;
}

#footer p {
color: #fff;
font-size: 11px;
font-weight:bold;
text-align: center;
padding: 3px 5px;
}
#footer a, #footer a:visited {
color: #FFFFFF;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

#footer p.isoText {
position: absolute;
top: -30px;
left: 27px;
color: #666565;
font-size: 12px;
}