 
/*
Colors:
    Blue - #007EC1
    Green - #6EB53D
*/
/* resets */
body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 12px 0;
    font-weight: normal;
}
a img {
    border: 0;
}
a {
    outline: none;
}

/* cms styles */
#main .photoset {
    padding: 1px 5px;
    margin: 12px 0;
}
#main .photoset img {
    float: left;
    margin: 6px 15px 9px 0;
}

/* styles */
body {
    background: #fff;
}
#body {
    background: url(/images/bodybg.jpg) no-repeat top center;
    font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #333;
/*  font-weight: bold;*/
}
#wrapper {
    background: url(/images/wrapperbg.jpg) no-repeat top center;
    width: 960px;
    margin: 0 auto;
}
#header {
    height: 100px;
    position: relative;
}
#logo {
    position: absolute;
    top: 0;
    left: 55px;
    width: 269px;
    height: 84px;
}
ol#nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 625px;
    height: 84px;
}
ol#nav li {
    display: block;
    float: left;
    margin: 30px 0;
    padding: 0 12px 0 23px;
    background: url(/images/navbg.gif) no-repeat left center;
}
ol#nav li.first {
    background: none;
}
ol#nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    font: 16px "Trebuchet MS", sans-serif;
    text-transform: uppercase;
}
ol#nav a:hover, ol#nav a.active {
    color: #74b7f9;
}
#main {
    margin-top: 75px;
    margin-left: 50px;
}
#sidebar {
    width: 221px;
    float: left;
    background: url(/images/sidebarbg-top.jpg) no-repeat top left #6eb43f;
}
#sidebar_inside {
    min-height: 300px;
    background: url(/images/sidebarbg-bottom.jpg) no-repeat bottom left;
    padding: 25px 10px;
}
#sidebar ol#subnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar ol#subnav li {
    margin: 0;
    padding: 5px 0px;
    padding-left: 5px;
}
#sidebar ol#subnav li span {
    font-size: 22px;
    height: 8px;
}
#sidebar ol#subnav li a {
    text-decoration: none;
    color: #fff;
    padding-left: 15px;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
#sidebar ol#subnav li a:hover, #sidebar ol#subnav li a.active {
    color: #4e802b;
    background: url(/images/subnavbg.gif) no-repeat left 5px;
}
#sidebar ol#subsubnav {
    margin: 0;
    padding: 0px 15px;
    list-style-type: none;
    color: #fff;
}
#sidebar ol#subsubnav li {
    margin: 0;
    padding: 4px 0;
}
#sidebar ol#subsubnav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: url(/images/subsubnavbg.gif) no-repeat left center;
}
#sidebar ol#subsubnav li a:hover, #sidebar ol#subsubnav li a.active {
    color: #4e802b;
    background: url(/images/subsubnavbg.gif) no-repeat left center;
}
#sidebar #below {
    background: #fff;
    padding: 5px 10px;
}
#sidebar #below .side_head {
    margin: 9px 0;
    color: #006ec8;
    font: 16px Arial, Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#goto-glossary {
    margin-top: 12px;
}
#page_title {
    padding: 0 35px;
}
#breadcrumb {
    padding: 0 35px;
}
#content {
    min-height: 400px;
    width: 689px;
    float: left;
}
#content_text {
    padding: 6px 30px;
}


#footer {
    padding: 20px 30px;
}
#footer #footer_text {
    font-size: 10px;

}
#footer a {
    color: #666;
}
#footer #footer_text h3 {
    font-size: 18px;
    color: #007EC1;
}
#footer #signup {
    width: 30%;
    padding-right: 25px;
}
#footer #signup input#t1 {
    width: 220px;
}
#footer #news {
    width: 65%;
}
#footer #news a {
    color: #007EC1;
}
#footer #news p {
    color: #666;
    font-size: 14px;
    margin-top: 0;
}
#footer #news h4 {
    font-size: 16px;
    color: #6EB53D;
    margin-bottom: 2px;
}
#footer #news div.date {
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}
#footer #footer_text #bottom_nav {
    list-style-type: none;
    padding: 0 20px;
    padding-top: 15px;
    margin: 0;
    color: #666;
}
#footer #footer_text #bottom_nav li {
    float: left;
    padding-left: 10px;
    padding-right: 5px;
    background: url(/images/bottomnavbg.gif) no-repeat left center;
}
#footer #footer_text #bottom_nav li a {
    text-transform: uppercase;
    color: #007EC1;
    text-decoration: none;
    line-height: 24px;
}
#footer #footer_text #bottom_nav li.first {
    background: none;
}
#footer #footer_text #line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#footer #footer_text #copyright {
    background: url(/images/propeller.gif) no-repeat left center;
    padding-left: 30px;
    min-height: 27px;
    text-transform: uppercase;
    color: #666;
}
#social_media_links {
    float: right;
}
#social_media_links a {
    margin-left: 5px;
}

/* styles */

#main h1 {
    margin: 0;
    color: #007EC1;
}
#main h1 span {
    margin-left: 5px;
    padding-left: 40px;
    background: url(/images/propeller.jpg) no-repeat center left;
    color: #6EB53D;
}
#main h2 {
/*    margin: 9px 0;
    color: #006ec8;
    font: 19px Arial, Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;*/
    color: #6EB53D;
    font-size: 15px;
    font-style: oblique;
    font-family: Helvetica;
    font-weight: bold;
    margin: 9px 0;
}
#main h3 {
    color: #6EB53D;
    font-weight: bold;
}
#main h3.plain {
    font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
#main h4 {
    color: #999;
    font-style: italic;
}
#main a {
    color: #006ec8;
}
#main a:hover {
    color: #6EB53D;
}

#content_text p {
    line-height: 18px;
}
#content_text .faq_listing {
    margin: 5px 5px 20px 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

#main img.page-image {
    float: right;
    margin: 6px 0 12px 12px;
    border: 2px solid #6EB53D;
}
#main img.page_image {
    float: right;
    margin: 6px 0 12px 12px;
    border: 2px solid #6EB53D;
}

#main div.tagline {
    color: #666;
    font-size: 15px;
    font-style: oblique;
    font-family: Helvetica;
    font-weight: bold;
    margin: 9px 0;
}

#content .main_header {
    float: left;
    font-size: 26px;
    font-weight: bold;
}
#content_text .element_image {
    margin: 6px 0 12px 12px;
    border: 2px solid #6EB53D;
}
#content_text .product {
    float: left;
    text-align: center;
    width: 170px;
    padding: 10px 8px;
}
#content_text .product a {
    color: #007EC1;
    font-size: 14px;
    text-decoration: none;
}
#content_text .product img {
    border: 2px solid #6EB53D;
}
#content_text #companies {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
}
#content_text #companies .company {
    float: left;
    padding: 10px;
    display: block;
}
#content_text #products .image {
    float: left;
    padding: 20px;
}
#content_text #products h3 {
    color: #333;
    font-size: 16px;
    font-family: "Arial Black", "Gadget", sans-serif;
    margin: 0 0 3px 0;
}
#content_text #products h4 {
    color: #666;
    font-size: 15px;
    font-style: oblique;
    font-family: Helvetica;
    font-weight: bold;
    margin: 0;
}

#content_text form label {
    float: left;
    width: 100px;
    padding-right: 20px;
    text-align: right;
}
#content_text form input.text {
    padding: 2px 5px;
    border: 1px solid #999;
    width: 200px;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#content_text form textarea {
    padding: 2px 5px;
    border: 1px solid #999;
    width: 300px;
    height: 150px;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#content_text .news {
    padding: 1px 5px;
    margin: 12px 0;
}
#content_text .news h3 {
    margin: 0 0 3px 0;
}
#content_text .news h4 {
    margin: 3px 0;
}
#content_text .news p {
    margin: 3px 0;
}

#content_text #left_side {
    float: left;
    width: 500px;
}
#content_text #right_side {
    float: left;
    width: 340px;
}
#body.contact_us #content, #body.glossary #content {
    width: 100%;
    float: none;
}

/* homepage styles */

#body.homepage {
    background-image: url(/images/bodybg-home.jpg);
}
#body.homepage #main {
    margin: 0;
}
#body.homepage #wrapper {
    background-image: url(/images/wrapperbg-home.jpg);
}
#body.homepage #sidebar {
    display: none;
}
#body.homepage #content {
    width: 100%;
    float: none;

}
#body.homepage #content_text {
    padding: 6px 60px;
}
#body.homepage #page_title{
    display: none;
}
#body.homepage #footer {
    padding: 0 60px 50px 70px;
}
#body.homepage h1 {
    font-family: "Arial Black", "Gadget", sans-serif;
    font-size: 21px;
    line-height: 30px;
    padding-top: 10px;
    padding-right: 20px;
}
#intro_text {
    color: #333;
    text-transform: none;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}

#tetraptych {
    margin: 24px 0;
}
#tetraptych .tetra {
    width: 400px;
    margin-bottom: 20px;
    float: left;
}
#tetra_1, #tetra_3 {
    margin-right: 40px;
}
#tetraptych .tetra h2 {
    margin: 9px 0;
    color: #333;
    text-transform: none;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}
#tetraptych .tetra ul {
    margin: 0 0 15px 0;
    padding: 0;
}
#tetraptych .tetra ul li {
    margin: 9px 0;
    list-style-type: none;
    background: url(/images/bullet.gif) no-repeat 0 3px;
    padding-left: 15px;

}
#tetraptych .tetra .col1 {
    width: 190px;
    float: left;
    margin-right: 20px;
}
#tetraptych .tetra .col2 {
    width: 190px;
    float: left;
}


#triptych {
    margin: 24px 0;
}
#triptych .tri {
    width: 252px;
    float: left;
}
#triptych .middle {
    margin: 0 40px;
}
#triptych .tri h2 {
    margin: 9px 0;
    color: #333;
    text-transform: none;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}
#triptych .tri ul {
    margin: 15px 0;
    padding: 0 10px;
}
#triptych .tri ul li {
    margin: 9px 0;
    list-style-type: none;
    background: url(/images/bullet.gif) no-repeat 0 3px;
    padding-left: 15px;

}


#banner img {
    display: block;
}

/* other styles */
.right {
    float: right;
}
.left {
    float: left;
}
.spacer {
    padding: 1px 5px;
}
.clear {
    clear:both;
}
.fakelink {
    color: #999;
    text-decoration: underline;
}

/* JQuery Cycle Styles */
#photo_tour_wrap {
    padding: 5px 5px 6px 5px;
    border-bottom: none;
}
#photo_tour {
    height: 373px; /* to account for border around image */
    margin: 5px auto;
    width: 500px; /* to account for border around image */
    background: none;
}
#photo_nav #pager {
    width: 440px;
}
#photo_nav #pager li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
#photo_nav #pager a {
    background: #ccc;
    margin: 5px 2px;
    display: block;
    height: 84px;
    width: 84px;
    border: 2px solid #fff;
    font-size:0;
    margin: 10px;
}
#photo_nav #pager a img {
    padding: 2px;
}
#photo_nav #pager a.activeSlide {
    background: #6EB53D;
    color: #6EB53D;
    text-decoration: none;
}
#photo_nav  a:focus {
    outline: none;
}                                                                                         