@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('fonts/PTC75F-webfont.eot');
    src: url('fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC75F-webfont.woff') format('woff'),
         url('fonts/PTC75F-webfont.ttf') format('truetype'),
         url('fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('fonts/PTC55F-webfont.eot');
    src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC55F-webfont.woff') format('woff'),
         url('fonts/PTC55F-webfont.ttf') format('truetype'),
         url('fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('fonts/PTS76F-webfont.eot');
    src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS76F-webfont.woff') format('woff'),
         url('fonts/PTS76F-webfont.ttf') format('truetype'),
         url('fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: url("template/background.jpg") #FFF top repeat-x;
    font-family: "Segeo UI", Tahoma, Verdana, Arial;
    font-size: 12px;
    line-height: 150%;
    color: #999;
}

h1 {
    font-family: "PTSansBold", Tahoma, Verdana;
    color: #86c327;
}

h2 {
    color: #333;
}

a img {
    border: none;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -129px;
    width: 960px;
}

#header {
    margin-top: 25px;
    height: 96px;
    clear: both;
}

#header #logo {
    float: left;
}

#header #contact {
    float: right;
    font-size: 12px;
    text-align: right;
}

#header #contact strong {
    color: #86c327;
}

#header #contact ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header #contact li {
    list-style: none;
}

#navigation {
    height: 35px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-shadow: #6374AB 2px 2px;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
}

#navigation li {
    display: inline;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}

#navigation li a, #navigation li a:visited {
    padding: 8px;
    color: #FFF;
    text-decoration:  none;
}

#navigation li a:hover {
    color: #333;
    text-shadow: none;
}

#slider {
    height: 272px;
}

#slider img {
    
}

#container {
    margin-top: 20px;
}

#container #content {
    float: left;
    width: 600px;
}

#container #content  h1 {
    color: #729b33;
    margin: 0px;
}

#container #content  h2 {
    color: #666;
    border-bottom: 1px dotted #f9f9f9;
    font-size: 14px;
    margin-top: 6px;
}

#container #sidebar {
    background: #f5f5f7;
    border: 1px solid #ccc;
    float: right;
    width: 280px;
    padding: 10px;
}

#container #sidebar h3 {
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCC;
    font-size: 18px;
    margin: 0px;
}

#container #sidebar ul {
    padding: 0px;
    margin: 0px;
}

#container #sidebar li {
    list-style: none;
    padding-top: 10px;
}

#container #more {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
}

#container #more h3 {
    font-size: 14px;
    color: #333;
}

#container #more img {
    float: right;
}

#footer, #push {
    height: 129px;
}

#footer {
    background: url("template/footer.jpg") repeat-x #bebebe;
}

#footer #container {
    width: 920px;
    margin: 0 auto;
    padding-top: 50px;
}

#footer #container #left {
    float: left;
    margin-top: 10px;
}

#footer #container #right {
    float: right;
    text-align: right;
    color: #666;
}

#footer #container #right p {
    margin: 0px;
}

#footer #container #right a {
    text-decoration: none;
    color: #333;
}

.button {
    margin-top: 20px;
    font-family: "PTSansCaptionRegular",Tahoma, Verdana;
}

.button a {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url("template/button_bg_normal.jpg");
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #80b823;
}

.button a:hover {
    background: url("template/button_bg_hover.jpg");
    border: 1px solid #999;
}

.clear{ 
    clear: both;
}

#content .imgRight {
    float: right;
    margin-left: 10px;
}

#container #content .imgLeft, #container #more .imgLeft {
    float: left;
    margin-right: 10px;
}

.team,.service {
    background: #f0f0f0;
    padding: 10px;
    border: 2px solid #f9f9f9;
}

.service {
    height: 220px;
}

.team p {
    margin: 0px;
}

.divider {
    margin-top: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}


}