body {
color: #0a3323;
font-family: verdana, helvetica, sans-serif;
font-size: 85%;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
background: #ddeee8 url(images/pagebg.gif) top left repeat-x;
}

html {
margin: 0;
padding: 0;
height: 100%;
}

a {
color: #049b66;
text-decoration: underline;
font-size: 1em;
font-weight: normal;
}

a:visited {
color: #035b3c;
}

a:hover {
color: #035b3c;
}

a:active {
color: #035b3c;
}

a img, a:active img {
border: none;
outline: 0;
}

a.current {
color: #5f3117;
text-decoration: underline;
}  

a.button {
display: block;
text-align: right;
margin-right: 90px;
}

a:hover.button {
color: #5f3117;
}

h1 {
margin-bottom: 5px;
font-size: 1.5em;
font-weight: normal;
text-align: left;
}

h2 {
font-size: 1.3em;
font-weight: normal;
text-align: left;
}

h3 {font-size: 1.3em;
font-weight: normal;
text-align: left;
}

h4 {font-size: 1.1em;
font-weight: normal;
}

p {text-align: left;
line-height: 1.4em;
font-size: 1em;
}

/* text decoration */

.ital {
font-style: italic;
}

.bold {
font-weight: bold;
}

.small {
font-size: 0.9em;
}

.large {
margin-top: 0;
margin-right: 20px;
font-size: 1.1em;
}

.largeital {
margin-top: 0;
margin-right: 20px;
font-size: 1.1em;
font-style: italic;
font-weight: bold;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix { display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix { height: 1%;}

#container {
position: relative;
margin: 0 auto;
padding: 210px 0 0 0;
width: 950px;
min-height: 600px;
text-align: left;
background: url(images/banner2.gif) top left no-repeat;
}

img.logo {
    position: absolute;
    top: 92px;
    right: 0px;
    
}



ul#nav {
list-style: none;
margin: 0 0 0 10px;
padding: 0;
width: 555px;
height: 27px;
}

ul#nav li { float: left; height: 27px; }
ul#nav a { color: #000; display: block; font-size: 1em; text-align: center; position: relative; }
ul#nav span { background: url(images/sprite.gif) no-repeat; display: block; height: 27px; position: absolute; top: 0; left: 0; width: 100%; }

ul#nav li#web a { width: 90px; }
ul#nav li#web a:hover span, ul#nav li#web a.current span { background-position: 0 -27px; }

ul#nav li#print a { width: 131px; }
ul#nav li#print span { background-position: -90px 0; }
ul#nav li#print a:hover span, ul#nav li#print a.current span { background-position: -90px -27px; }

ul#nav li#services a { width: 186px; }
ul#nav li#services span { background-position: -221px 0; }
ul#nav li#services a:hover span, ul#nav li#services a.current span { background-position: -221px -27px; }

ul#nav li#contact a { width: 148px; }
ul#nav li#contact span { background-position: -407px 0; }
ul#nav li#contact a:hover span, ul#nav li#contact a.current span { background-position: -407px -27px; }

ul#nav li a, ul#nav li a:active {
    outline: 0;
}


#gallery {
    position: relative;
    margin: 0;
    padding: 0;
    width: 940px;
    
}

a#galnavleft {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}

a#galnavright {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
}

#carousel {
    margin: 0 auto 0 auto;
    padding: 54px 0 0 0;
    width: 854px;
    background: url(images/belttop.gif) top left repeat-x;
}

/*step carousel css*/
.stepcarousel{
position: relative; /*leave this value alone*/

width: 854px; /*Width of Carousel Viewer itself*/
min-height: 517px; /*Height should enough to fit largest content's height*/
               
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
background: url(images/beltbottom.gif) bottom left repeat-x;
min-height: 581px;

}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 32px 10px; /*margin around each panel*/
padding: 50px 30px 40px 35px;
width: 772px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background: url(images/panelbg.gif) bottom left no-repeat;
}

.panel img {
    float: left;
}

.panel .text {
    float: right;
    width: 200px;
    margin-right: 20px;
}

.stepcarousel .ppanel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 32px 10px; /*margin around each panel*/
padding: 30px 30px;
width: 772px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.ppanel img {
    float: left;
}

.ppanel .text {
    float: right;
    width: 140px;
    margin-top: 70px;
}

.copy {
    float: left;
    margin: 0 10px 0 10px;
    padding: 20px 20px;
    width: 250px;
}

div.copy ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    color: #049b66;
    font-size: 1.05em;
}

div.copy ul li {
    margin: 9px 0 0 0;
    padding: 0;
}

div.copy ul li ul {
    margin: 0;
    padding: 0;
}

div.copy ul li ul li {
    margin: 0;
    padding: 0;
	font-size: 0.9em;
}


div.contact {
    margin: 20px auto;
    padding: 0;
    width: 600px;
}

#footer {
    
clear: both;
text-align: center;
margin: 40px 0;
padding: 0;
font-size: 0.85em;
}


