/* structural */

html, body { 
padding:0;
}

.bg1 {
background-image:url('images/bg_boats.jpg');
background-attachment:fixed;
}

.bg2 {
background-image:url('images/bg_sea.jpg');
background-attachment:fixed;
}

.bg3 {
background-image:url('images/bg_services.jpg');
background-attachment:fixed;
}

.bg4 {
background-image:url('images/bg_apples.jpg');
background-attachment:fixed;
}

.bg5 {
background-image:url('images/bg_wheat.jpg');
background-attachment:fixed;
}

.bg6 {
background-image:url('images/bg_tree.jpg');
background-attachment:fixed;
}

.bg7 {
background-image:url('images/bg_pebbles.jpg');
background-attachment:fixed;
}

#wrap {
margin: 0px auto; 
padding-top: 50px;
width:960px;
}

#topbanner {
clear:both;
background-image:url('images/bg_top.png');
background-repeat:no-repeat;
/* min-height hack for ie6 */
min-height: 160px;
height: auto !important;
height: 160px;
}

#logo {
float:left;
padding:0;
width:370px;
}

#nav {
padding:0 20px 0 0;
float:left;
width:570px;
font-family:Helvetica, sans-serif;
}

#banner {
padding:0 0 0 35px;
background-image:url('images/bg_middle.png');
background-repeat:repeat-y;
}

#masthead {
padding:20px 60px 0 20px;
background-image:url('images/bg_masthead.gif');
background-repeat:no-repeat;
min-height: 90px;
height: auto !important;
height: 90px;
}

#carousel {
padding:0;
background-image:url('images/bg_carousel.gif');
background-repeat:no-repeat;
/* min-height hack for ie6 */
min-height: 220px;
height: auto !important;
height: 220px;
}

#content_home {
padding:35px 0 50px 35px;
background-image:url('images/bg_middle.png');
background-repeat:repeat-y;
}

#content {
padding:15px 0 50px 35px;
background-image:url('images/bg_middle.png');
background-repeat:repeat-y;
}

#text {
float:left; 
width:470px; 
padding: 0 120px 0 0;
}

#rightcolumn {
float:left; 
width:250px; 
padding: 0;
}

#footer {
padding:0 0 0 35px;
color:#666;
clear:both;
background-image:url('images/bg-bottom.png');
background-repeat:no-repeat;
/* min-height hack for ie6 */
min-height: 330px;
height: auto !important;
height: 330px;
}


#clear {clear:both;}

#box1 {float:left; width:260px; padding: 0 40px 0 0;}
#box2 {float:left; width:260px; padding: 0 40px 0 0;}
#box3 {float:left; width:260px; padding: 0 20px 0 0;}

#left, #left_noborder {float:left; width:270px; padding: 0 0 20px 0;}
#right {float:left; width:180px; padding: 0 0 0 20px;}

#none {display:none;}




/* individual styles */

img {border:none;}

#left img {
border: 1px solid #999;
margin:0;
}

.red {
color:#E10B03;
}

p.top {
margin:0;
padding:0
}

#footer p {
padding:0;
margin:0;
font-size:0.8em;
color:#999;
}

#footer hr, #text hr {
border: none 0;
border-top: 1px dashed #999;
width: 95%;
height: 1px;
padding:0 0 20px 0;
margin:0;
} 

.small {
font-size: smaller;
}

.big {
font-size: large;
}

#rightcolumn ul { 
margin: 0;
padding: 0;
list-style: none;
} 

#rightcolumn ul li{
padding-left: 25px;
padding-bottom:2px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: top left;
}

#rightcolumn h4 {
font-size:1.4em;
}

p.backtotop {
padding: 20px 0;
}





/* link styles */

#text a:link, #text a:visited, #content_home a:link, #content_home a:visited{
color:#444;
font-weight:bold;
text-decoration:underline;
}

#text a:hover, #content_home a:hover {
color:#FFF;
background-color:#E10B03;
text-decoration:none;
}

#rightcolumn a:link, #rightcolumn a:visited{
color:#E10B03;
font-weight:lighter;
text-decoration:none;
}

#rightcolumn a:hover {
color:#666;
text-decoration:none;
}

#banner a:link, #banner a:visited{
color:#FFF;
text-decoration:underline;
}

#banner a:hover {
background-color:#FFF;
color:#444;
text-decoration:none;
}

#footer a:link, #footer a:visited{
color:#666;
text-decoration:none;
}

#footer a:hover {
color:#E10B03;
text-decoration:none;
}






/* nav styles */

#nav ul {
list-style-type: none;
margin: 0;
padding: 86px 0 0 0;
overflow: hidden;
z-index: 1;
width: 100%;
}

#nav li {
margin: 0;
padding: 0;
display: inline;
font-size: 1.143em;
z-index: 1;
}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active,
#nav li a:focus {
margin: 5px 5px 0 0;
display: block;
float: left;
background-color:#444;
color: white;
padding:0.6em 0.7em;
text-decoration: none;
font-weight: bold;
white-space: nowrap;
}


#nav li a:hover,
#nav li a:active,
#nav li a:focus {
background-color: black;
}

#nav li a.on:link,
#nav li a.on:visited,
#nav li a.on:hover,
#nav li a.on:active,
#nav li a.on:focus {
background-color: #E10B03;
background-image: none;
color: #FFF;
}







/* main fonts + headers */

body          { font-size: 80%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

body {
font-family: Arial, Verdana; margin: 0 0 1.5em 0;
line-height: 1.5; /* Unitless for correct inheritance */
color: #000;
}

h1,h2,h3 { 
clear: both;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 { 
font-size:1.4em;
color:#FFF;
margin: 0;
padding:0;
font-weight:bold;
}

h1.home { 
font-size:1.4em;
color:#666;
margin: 0 0 8px 0;
padding:0;
}

h2 {
color:#E10B03;
font-size:1.4em;
line-height:1.2em;
margin: 0 0 8px 0;
padding:0;
font-weight:bold;
}

h2.column {
color:#444;
font-size:1.4em;
line-height:1.2em;
margin: 0 0 8px 0;
padding:0;
font-weight:bold;
}

h3 {
color:#888;
font-size:1.2em;
margin: 8px 0 8px 0;
padding:0;
font-weight:bold;
}

h3.tel {
color:#888;
font-size:2.0em;
margin: 8px 0 8px 0;
padding:0;
font-weight:lighter;
}




/* Slideshow styles */

.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 830px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
}

.stepcarousel .panel img {
border: 10px solid #fff;
float:right;
margin:0;
}

#carouseltext {
float:left;
font-size: 1.7em;
font-weight:bold;
font-family: Helvetica, Arial, sans-serif;
color:#FFF;
margin: 50px 20px 0 30px;
width:450px;
}

#carouselimage {
width:320px;
float:left;
}

