@charset "utf-8";
body  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #344;
background: #5487FD;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
background-image: url(unjimages/imagesTofinoTextures/skybluebubblebackgrnd.jpg);
}

.gotofinolayout #keywords {
margin: 0 auto;
font-size: 10px;
color: #CCC;
text-align: center;
}

.gotofinolayout #bluetopbottom {
width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
margin: 0 auto;
height: 5px;
}

.gotofinolayout #container {
width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/* I left auto out and the container didn't center in Dreamweaver page. 
   Did in IE but not Dreamweaver and made designing difficult.  */
text-align: left; /* this overrides the text-align: center on the body element. */
border-right: 3px solid #CCC;
border-left: 3px solid #CCC;
}

.gotofinolayout #header {
background: #FFF;
font-size: 10px;
color: #CCC;
text-align: left;
padding: 0 10px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image: url(unjimages/imagesGoTofino/gotofinotopheaderplain.gif);
} 

.gotofinolayout #hometextheader {
background: #FFF;
font-size: 10px;
color: #CCC;
text-align: left;
padding: 0 10px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image: url(unjimages/imagesGoTofino/gotofinotopheaderplain.gif);
height: 120px;
} 

.gotofinolayout #header h2 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.gotofinolayout #menu {
font-size: 11px;
font-weight: bold;
color: #FFF;
text-align: center;
padding: 0pxc 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-color: #35AE17;
background-image: url(unjimages/imagesCommon/gradientgreen.gif);
width: 900px;
} 

.gotofinolayout #submenu {
font-size: 11px;
color: #FFF;
text-align: center;
padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
line-height: 20px;
} 

.gotofinolayout #pagetagline {
font-size: 11px;
color: #FFF;
text-align: center;
padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
line-height: 20px;
width: 900px;
} 

.gotofinolayout #bannerad {
text-align: center;
margin-top: 6px;
} 

.gotofinolayout #pagetitle {
font-size: 18px;
font-weight: bold;
line-height:30px;
color: #FFF;
text-align: center;
padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
}

.gotofinolayout #pagefeaturephoto{
font-size: 22px;
font-weight: bold;
color: #FFF;
text-align: center;
padding: 0px 0px 0px 0px;
line-height: 200px;
overflow: hidden;
background-color: #FFF;
}

.gotofinolayout #slideshowhome {
font-size: 11px;
text-align: center;
padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height: 300px;
width: 900px;
background-image: url(unjimages/imagesHomeBigTofino/tofinowinterphotopanorama.jpg); /* Change to match 1st photos of slideshow.*/
} 


.gotofinolayout #submenuhome2 {
font-size: 11px;
color: #FFF;
text-align: center;
padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
}

.gotofinolayout #mainContent {
margin: 14px 10px 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0 10px 0 30px;
text-align: left;
float: left;
width: 670px;
} 

.gotofinolayout #mainContentfullpg {
margin: 20px 0px 0px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0  0 0 0px;
text-align: center;
width: 880px;
} 

.gotofinolayout #sidebar1 {
float: right;
/* the background color will be displayed for the length of the content in the column, but no further */
text-align: center;
padding: 0px 0px 0px 0px;
margin: 56px 10px 0 0;
overflow: hidden;
width: 150px;
}

.gotofinolayout #footer {
padding: 30px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#FFF;
text-align: center;
} 

.gotofinolayout #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*  Miscellaneous CSS  */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gotofinolayout #blueline3 {
width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
margin: 0 auto;
height: 3px;
}

.gotofinolayout #bluelinerev5 {
width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image: url(unjimages/imagesCommon/gradient3designreverse.gif);
margin: 0 auto;
height: 5px;
}

.gotofinolayout #blueline5 {
width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background-image: url(unjimages/imagesCommon/gradient3design.gif);
margin: 0 auto;
height: 5px;
}

.gotofinolayout #p600 {
width: 600px;
text-align: left;
position: relative;
margin-left: auto;
margin-right: auto;
}

/*  Listing table width required or otherwise will run past maincontent*/
/*  Also need because tables have to be 99% width or else will be differenlty sized due to different text.*/
.gotofinolayout #listingwidth {
width: 640px;
text-align: left;
}

/* ---------------------Photo Pages CSS-------------------- */
/* Sets width to 550
   Sets photos to display inline 2x2 contrained by width
   Bottom Flash image float left with Contact Info beside */

.gotofinolayout #photopg550 {
width: 550px;
margin-left: 150px;
margin-right: 150px;
text-align: center; /* To center container */
}

/* GoTofino Photo Pages Images */
div.photopgimg
{
height: auto;
width: auto;
float: left;
text-align: center;
}

div.photopgimg img
{
display: inline;
margin: 6px 7px 6px 6px;
}

div.photopgimgwide
{
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.photopgimg img
{
display: inline;
}

/*  end of Photo Page CSS*/
