/***************** meyerweb.com reset v1.0 | 20080212 *****************/

.print-only { display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 100%;*/
  /*vertical-align: baseline;*/
  background: transparent;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img { border: 0; }


/************************* global stuff ***************************/

div.left { float: left; }
div.right { float: right; }
div.clear { clear: both; }
div.no-text { font-size: 1px; }
div.border { border: 1px solid #000; }
div.border-red { border: 1px solid red; }
div.border-blue { border: 1px solid blue; }
div.border-green { border: 1px solid green; }

img.image-left { float: left; margin-right: 15px; }

img.image-right { float: right; margin-left: 15px; }

.replace
{
  position: relative;
  display: block;
}

.replace span
{
  padding: 0;
  margin: 0;
  display:block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}


a, a:active, a:link, a:visited { color:#0e9fc7; text-decoration: none; }

a:hover { color:#16b5e1; text-decoration: none; }

hr { border: 0; height: 1px; background: #bbb; color: #bbb; }


/*********************************** global **********************/



html {
  background-color: #e3e3e3;
}

body {
  background: url("../layout-files/bg-body.png") #fff  repeat-x;
  font-size: 75%;
  font-family: verdana, arial, helvetica, sans serif;
  color: #555;
  /*background-color: #eb0001;*/
  padding: 0;
  margin: 0;
  
}

div#outer {
  background: url("../layout-files/bg-outer.png") top center no-repeat;
  }

#inner{
  width: 1100px;
  margin: 0px auto 0px auto;
  background: url("../layout-files/bg-outer.png") #ffffff top center no-repeat;
}

#header {
  width: 960px;
  height: 101px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  /*background: url(../images/coming-soon.gif) no-repeat 450px bottom;*/
    position: relative;
    background-color: #ddd;
}

div#last-updated
{
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 3;
  color: #888;
  font-size: 90%;
  /*padding: 18px 0 0 0;*/
}


#header-right {
  width: 362px;
  float: right;
  height: 101px;
    background: url("../layout-files/bg-header-right-02.png") no-repeat;
}

#main {
  width: 960px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 30px 0px;
    background-color: #fff;
  /*min-height:250px;
  height:auto !important;
  height:250px;*/
}


div#nav-outer
{
  height: 117px;
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 0 0 6px 0;
  z-index: 2;
}



h1#site-title 
{
  width: 598px;
  height: 101px;
  float: left;
  position: relative;
  display: block;
  color: #047fa1;
}

h1#site-title span
{
    background: url("../layout-files/bg-site-title.png") no-repeat;
}

/***************************** footer *****************************/


#footer-outer {
    background: url("../layout-files/bg-footer-outer.png") repeat-x;
    clear: both;
  
}

#footer-inner{
    background: url("../layout-files/bg-footer-outer.png") repeat-x;
  width: 1100px;
  margin: 0px auto 0px auto;
}


#footer {
  width: 960px;
  margin: 0 auto 0px auto;
  padding: 10px 0px 10px 0px;
    position: relative;

  min-height:201px;
  height:auto !important;
  height:201px;
    background: url("../layout-files/bg-footer-outer.png") repeat-x;
  
}

#footer a, #footer a:active, #footer a:link, #footer a:visited 
{ color:#047FA1; text-decoration: none; }
#footer a:hover { color:#0e9fc7; text-decoration: none; }

#footer .left {
    font-size: 90%;
}



#footer .left, #footer .right {
    padding: 0 0 20px 0;
}

#bottom
{
}

#footer-credits
{
   /* position: absolute;
    bottom: 10px;
    right: 10px;
    width: 200px;*/
    font-size: 90%;
    text-align: right;
  float: right;
  padding: 10px 0 15px 0;
}



#footer-credits a, #footer-credits a:active, #footer-credits a:link, #footer-credits a:visited 
{ color:#888; text-decoration: none; }
#footer-credits a:hover { color:#666; text-decoration: none; }

#footer h2
{
    color: #047fa1;

    font-size: 130%;

}


#footer-nav
{
    /*background-color: #037898;*/
    background-color: #015A72;
    height: 28px;
    clear:both;
    color: #888;
    padding: 12px 10px 0 14px;
}

#footer-nav a
{
    color: #fff !important;
}

#footer-nav a:hover
{
    color: #ddd !important;
}

#footer-weather
{
  font-size: 95%;
  line-height: 140%;
}

#footer-weather h2
{
  font-size: 110%;
  color: #444;
  /*border-bottom: 1px solid #ddd;*/
  padding: 0 0 4px 0;
}

/**************************** search ***********************/

div#search
{
  padding: 0px 0px 0px 0px;
  /*float: right;*/
  width: 166px;
  /*margin-top: 36px;*/
  margin-top: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
}

input#search-field
{
  height: 16px;
  border: 0;
  padding:2px 0 3px 5px;
    background: url("../layout-files/searchfield-bg.gif") #ffffff 0px 0px no-repeat;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
    width: 120px;
    color: #24517c;
}

input#search-button
{
  vertical-align:middle;
  padding: 0;
  margin: 0;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  /*border-top: 1px solid #212326;
  border-right: 1px solid #212326;
  border-bottom: 1px solid #212326;*/
}



/*********************** home page **********************/


div#home-content
{
    clear: both;
    padding: 6px 0 0 0;
}


div#home-left
{
    float: left;
    width: 375px;
}

div.home-feature-item
{
    font-size: 90%;
    background-color: #eeeeee;
    margin: 6px 0 0 0;
    clear: both;
    height: 103px;
    overflow: hidden;
}

div.home-welcome
{
    font-size: 90%;
    background-color: #eeeeee;
    margin: 0;
}


div.home-feature-item img.feature-image
{
    float: left;
}

div.home-feature-item div.home-feature-content
{
    float: right;
    width: 225px;
    height: 83px;
    padding: 8px 10px 0px 10px;
    font-size: 90%;
}

div.home-feature-item div.home-feature-content h2
{
    margin: 0;
    padding: 0 0 0px 0;
    color: #2590ae;
    font-size: 150%;
}

div.home-feature-item div.home-feature-content h3
{
    margin: 0;
    padding: 0 0 0 0;
    color: #2590ae;
    font-size: 110%;
}

div.home-feature-item div.home-feature-content p
{
    margin: 0;
    padding: 3px 0 0px 0;
}

div#home-left div.bl-hot:hover 
{
    background-color: #e8e8e8;
}


div#home-banner
{
    width: 714px;
    height: 270px;
    float: left;
  overflow: hidden;
}

div#home-right
{
    width: 240px;
    height: 270px;
    float: right;
}

div#sponsors
{
    padding: 21px 0 10px 0;
    clear: both;
}
 
a.home-button
{
    width: 102px;
    height: 56px;
    display: block;
    margin: 6px 0 0 0;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal !important;
    text-align: right;
    padding: 30px 8px 0 130px;
    font-size: 85%;
    line-height: 105%;
}
 
a.home-button:hover
{
    background-position: 0px -86px;
}
 
a.home-button-first
{
    margin: 0;
}

a.home-button-calendar
{
    background: url("../layout-files/button-calendar.jpg") no-repeat;
}

a.home-button-surfsports
{
    background: url("../layout-files/button-surfsports.jpg") no-repeat;
}

a.home-button-surfclub
{
    background: url("../layout-files/button-surfclub.jpg") no-repeat;
    padding: 37px 8px 0 130px;
    width: 102px;
    height: 49px;
}

a.home-button-lifesaving-blue
{
    background: url("../layout-files/button-lifesaving-blue.jpg") no-repeat;
}

a.home-button-lifesaving-yellow
{
    background: url("../layout-files/button-lifesaving-yellow.jpg") no-repeat;
}

div#news-home-outer
{
    float: right;
    width: 578px;
    position: relative;
}


div#news-home-inner
{
    background: url("../layout-files/bg-home-news-top.png") 0px 41px #efeded no-repeat;
}


div#news-home
{

    background: url("../layout-files/bg-home-news-bottom.png") no-repeat;
    background-position: bottom;
    min-height:377px;
    height:auto !important;
    height:377px;
  padding-bottom: 4px;
    
}

a#more-news-link
{
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 3;
}

h2.home-news-heading
{
    width: 578px;
    height: 41px;
    padding: 0 !important;
    margin: 0 0 0px 0 !important;
    display: block;
}

h2#home-news-heading span
{
    background: url("../layout-files/home-news-heading.png") no-repeat;
}

h2#home-news-heading-surfsports span
{
    background: url("../layout-files/home-news-heading-surfsports.png") no-repeat;
}

h2#home-news-heading-surfclub span
{
    background: url("../layout-files/home-news-heading-surfclub.png") no-repeat;
}

div.news-item-home
{
    padding: 9px 12px 5px 12px;
    font-size: 90%;
  border-top: 1px solid #fff;
}


div.news-item-home-first
{
  border-top: 0;
}

div.news-item-home h2 a
{
    color: #0e343f !important;
}

div.news-item-home h2
{
    color: #0e343f !important;
    padding: 0px 0 2px 0;
}

div.news-item-home p.item-date
{
    color: #7296a0 !important;
    font-weight: normal !important;
    padding: 0;
}


/*div.news-item-home:hover
{
     cursor: pointer;
}*/

div.news-item-home:hover h2 a
{
    color: #1f6a7f !important;
}

div.news-item-home:hover p a
{
    color: #666 !important;
}

div.news-item-home p a
{
    color: #444 !important;
    font-weight: normal !important;
}

div.news-item-home p a span.home-news-link
{
    color:#0e9fc7;
    font-weight:bold;
    text-decoration: none;
}

div.news-item-home:hover p a span.home-news-link
{
    color:#16b5e1;
    text-decoration: none;
}


/*********************** sub page ***********************/


div.news-item-list
{
    padding: 5px 0 9px 0;
}

p.news-date
{
    font-size: 90%;
    color: #888 !important;
    font-weight: normal !important;
    margin: -7px 0 0 0 !important;
    padding: 0 0 12px !important;
}

span.news-item-date a
{
    font-size: 90%;
    color: #888 !important;
    font-weight: normal !important;
}

div.news-item-list p
{
    font-size: 110%;
}

div.news-item-list h2
{
    font-size: 140%;
    padding: 2px 0 2px 0;
}

div#sub-content-outer
{
    padding: 10px 0 15px 0;
    
}

div#latest-news-heading
{
    padding: 6px 10px 6px 10px;
    background-color: #037594;
    /*border-bottom: 1px solid #fff;*/
}

div#sub-nav div#latest-news
{
  background-color: #015a72;
}

div#sub-nav h2
{
    color: #fff;
    font-size: 120%;
    padding: 0;
}

div#sub-nav h2 a, div#sub-nav h2 a:hover
{
    color: #fff;
}



div.news-item-sub
{
    padding: 6px 10px 6px 10px;
    border-top: 1px solid #bbb;
}

div.news-item-sub h3
{
    padding: 2px 0 2px 0;
    font-size: 110%;
    font-weight: normal;
}

div.news-item-sub h3 a
{
    font-size: 100%;
    font-weight: normal;
    color: #afd4de !important;
    font-weight: normal !important;
}

div.news-item-sub h3 a:hover
{
    color: #e0f1f6 !important;
}

div.news-item-sub p
{
    font-size: 90%;
    padding: 3px 0 3px 0;
}

div#side-content
{
    background-color: #eee;
  margin-top: 20px;
  color: #555;
  padding: 10px;
}

span.news-title-date
{
  font-size: 50%;
  font-weight: normal;
}
/************************* main nav *********************/



div#nav
{
  height: 49px;
  width: 960px;
    background: url("../layout-files/bg-nav.jpg") #015a72 0px 0px no-repeat;
  font-size: 13px;
  /*margin: 0 auto 0 auto;*/
  z-index: 2;
}

#nav, #nav-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav-ul {
  margin: 0px 0 0 0;
}

#nav-ul li a {
  display: block;
  width: 7em;
  color: #fff;
  padding: 13px 0px 6px 0px;
  text-decoration: none;
  text-align: center;
}

#nav-ul li a.top {
  height: 33px;
  padding: 16px 0px 0px 0px;
}

#nav-ul li {
  float: left;
  width: 7em;
  /*background-color: #333;*/
}

#nav-ul li.thinnest a, #nav-ul li.thinnest {
  width: 5.5em;
}

#nav-ul li.thin a, #nav-ul li.thin {
  width: 6.5em;
}

#nav-ul li.medium a, #nav-ul li.medium {
  width: 7.1em;
}

#nav-ul li.wide a, #nav-ul li.wide{
  width: 9.1em;
}

#nav-ul li.wider a, #nav-ul li.wider{
  width: 10em;
}

#nav-ul li.widest a, #nav-ul li.widest{
  width: 12em;
}

#nav-ul li.widest2 a, #nav-ul li.widest2{
  width: 13em;
}

#nav-ul li.widest3 a, #nav-ul li.widest3{
  width: 17em;
}

#nav-ul li.selected {
  background-color: #024c60;
    /*background: url("../layout-files/bg-nav-selected.jpg") -5px 0px no-repeat;*/
}

#nav-ul li li.selected {
  background-color: #024c60;
    /*background: url("../layout-files/bg-nav-selected1.jpg") #a60203 no-repeat;*/
}

#nav-ul li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 243px;
  /*w\idth: 13.9em;*/
  font-weight: normal;
  margin: 0;
  /*border-bottom: 1px solid #888;*/
  border-top: 1px solid #01303c;
  z-index: 200;
}

#nav-ul li ul li {
  /*padding-right: 1em;*/
  width: 243px;
  border-bottom: 1px solid #01303c;
  background-color: #023a49;
  font-size: 90%;
}

#nav-ul li ul li.dropdown a {
  width: 225px;
  /*w\idth: 175px*/
  /*height: 1.4em;*/
  padding: 8px 9px 8px 9px;
  text-align: left;
}


#nav-ul li:hover, #nav-ul li.sfhover {
  background-color: #023a49;
    /*background: url("../layout-files/bg-nav-over.jpg") #444 0px 0px repeat-y;*/
}

#nav-ul li:hover ul {
  left: auto;
}

#nav-ul li:hover ul, #nav-ul li.sfhover ul {
  left: auto;
}


#nav-ul li.dropdown:hover {
    background-color: #02475a;
    /*background: url("../layout-files/bg-header1.gif") #b80000 0px 0px no-repeat;*/
}


/***************************** sub nav ***************************************/

div#sub-nav
{
    width: 240px;
    /*background-color: #015a72;*/
    float: right;
    margin: 5px 0px 15px 15px;
    color: #fff;
    
}

div#sub-nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
  background-color: #015a72;
}

div#sub-nav li
{
    margin: 0;
    padding: 0;
}

div#sub-nav ul li a
{
    display: block;
    color: #fff;
    /*background-color: #036;*/
    width: 228px;
    padding: 8px 5px 8px 7px;
    text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
    font-size: 110%;
    font-weight: normal;
}

div#sub-nav ul li.selected a
{
    background-color: #014152;
    font-weight: bold;
}

div#sub-nav ul li a:hover
{
    background-color: #036d8a;
    /*color: #24a4e1;*/
}

div#sub-nav ul li.selected a:hover
{
    /*background-color: #d40202;*/
    /*color: #0d1a20;*/
    /*color: #243d48;*/
    /*color: #24a4e1;*/
    background-color: #014152;
}



/******************* content elements - white bg ********/


.content-area
{
  font-size: 100%;  
}


.content-area h1.page-title
{
  padding: 6px 12px 6px 12px;
  margin: 0 0 18px 0;
  font-size: 210%;  
  color: #444;
  font-family: 'Lucida Grande', Segoe UI, Tahoma, Verdana, Arial, Sans-Serif;
  color: #fff;
  background-color: #aaa;
  background-color: #047d9f;
  background-color: #004c60;
  background-color: #ddd;
  color: #004c60;
  color: #444;
}


.content-area h1.news-title
{
  padding: 6px 12px 6px 12px;
  margin: 0 0 10px 0;
  font-size: 160%;  
  color: #444;
  font-family: 'Lucida Grande', Segoe UI, Tahoma, Verdana, Arial, Sans-Serif;
  color: #fff;
  background-color: #aaa;
  background-color: #047d9f;
  background-color: #004c60;
  background-color: #ccc;
  color: #004c60;
  color: #444;
}


.content-area li {
  margin-bottom:5px;
}

.content-area img
{
  /*margin-top: 5px;
  margin-bottom: 10px;*/
}

.content-area ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin-bottom:11px;
    margin-left:26px;
    margin-top:11px;
    padding:0 0 8px;
}

.content-area ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type: decimal;
    margin-bottom:11px;
    margin-left:26px;
    margin-top:11px;
    padding:0 0 8px;
}

.content-area h1
{
  padding: 8px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 150%;  
  color: #015A72;
}

.content-area h2
{
  padding: 8px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 120%;
  color: #35bd7f;  
}

.content-area h3
{
  padding: 8px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 120%;  
}

.content-area p
{
  padding: 3px 0 6px 0;
  margin: 0 0 0 0;
  /*font-size: 90%;  */
}

.content-area a, .content-area a:active, .content-area a:link, .content-area a:visited
{
    color:#0e9fc7;
    font-weight:bold;
    text-decoration: none;
}

.content-area a:hover
{
    color:#16b5e1;
    text-decoration: none;
}

/**** side content ****/



#sub-nav .content-area h2
{
  padding: 8px 0 2px 0 !important;
  margin: 0 0 0 0;
  font-size: 120%;
  color: #35bd7f !important;  
}

#sub-nav .content-area h3
{
  padding: 8px 0 2px 0;
  margin: 0 0 0 0;
  font-size: 110%;  
  color: #555;
}

#sub-nav .content-area p
{
  padding: 3px 0 6px 0;
  margin: 0 0 0 0;
  color: #555;
  font-size: 90%; 
}


/***************************** Tables ***********************/


div.content-area Table TD {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  /*font-size: 85%;
  line-height: 120%;*/
  color: #444;
  vertical-align: top;
}

div.content-area Table TD p
{
  margin: 0px 0px 0px 0px;
    padding: 0 0 0px 0;
    /*font-size: 100%;*/
}

div.content-area Table 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-area Table TH 
{
    padding: 5px 5px 5px 5px;
    background-color: #ddd;
    /*font-size: 11px;*/
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}  

div.content-area Table TD 
{
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


div.content-area Table.table-clear 
{
    border: 0;
}

div.content-area Table.table-clear TH 
{
    background-color: #ffffff;
    border: 0;
}  

div.content-area Table.table-clear TD 
{
    background-color: #ffffff;
    border: 0;
    padding: 0;
}


/********** grey ************/


div.content-area Table.table-grey 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-area Table.table-grey TH 
{
    padding: 5px 5px 5px 5px;;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}  

div.content-area Table.table-grey TD 
{
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/************************ document icons ********************************/

/*
span.new{
  padding: 0px 0px 1px 34px;
  background: url(/layout-files/doc-new.gif) 0px 0px no-repeat;
  }
  
td.new{
  padding: 3px 5px 4px 39px;    
  background: url(/layout-files/doc-new.gif) #eeeeee 5px 5px no-repeat;
  }

p.new{
  padding-left: 34px;  
  background: url(/layout-files/doc-new.gif) 0px 2px no-repeat;
  }
*/

span.adobe, p.adobe {
  /*padding: 0px 0px 5px 22px;*/
  padding-left: 22px;
  background: url(/layout-files/doc-adobe.gif) 0px 1px no-repeat;
  }

td.adobe {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-adobe.gif) #eeeeee 5px 5px no-repeat;
  }
  
  

span.word, p.word {
  /*padding: 0px 0px 5px 22px;*/
  padding-left: 22px;
  background: url(/layout-files/doc-word.gif) 0px 1px no-repeat;
  }

td.word {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-word.gif) #eeeeee 5px 5px no-repeat;
  }



span.image, p.image {
  /*padding: 0px 0px 5px 22px;*/
  padding-left: 22px;
  background: url(/layout-files/doc-image.gif) 0px 1px no-repeat;
  }

td.image {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-image.gif) #eeeeee 5px 5px no-repeat;
  }

span.excel, p.excel {
  /*padding: 0px 0px 5px 22px;*/
  padding-left: 22px;
  background: url(/layout-files/doc-excel.gif) 0px 1px no-repeat;
  }

td.excel {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-excel.gif) #eeeeee 5px 5px no-repeat;
  }

span.powerpoint, p.powerpoint {
  /*padding: 0px 0px 5px 22px;*/
  padding-left: 22px;
  background: url(/layout-files/doc-powerpoint.gif) 0px 1px no-repeat;
  }

td.powerpoint {
  padding: 3px 4px 6px 27px;    
  background: url(/layout-files/doc-powerpoint.gif) #eeeeee 5px 5px no-repeat;
  }























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

