 /* CSS Document */
/******************************************************************************/
/* GENERAL                                                                    */
/******************************************************************************/

html {
}
body {
  background: #EEEEEE;
  color: #666666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  
}

body.custom-background {
  background-color: #F2F2F2; 
  /* background-color: #66FFC2;  */
 }

#wrap {
  width: 960px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.clear {
    clear: both;
}

/************************************************
*  Hyperlinks                  *
************************************************/

a img {
  border: none;
  }
a, a:link {
  color: #669900;
  text-decoration: none;
  }
a:focus, a:hover, a:active {
  color: #669900;
  text-decoration: underline;
  }

/************************************************
*  Headings                    *
************************************************/
  
h1 {
  color: #666666;
  font-size: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  line-height: 32px;
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 6px 0px;
} 

h2 {
  color: #666666;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 2px 0px;
  }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #666666 !important;
  text-decoration: none;
  border: none;
  }
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #669900 !important;
  text-decoration: none;
  border: none;
  }

h4 {
  color: #666666;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 26px;
  margin: 2px 0px 5px 0px;
  padding: 2px 0px 5px 0px;
}

/************************************************
*  Header                                *
************************************************/

#header {
  background: none;
  width: 960px;
  height: 140px;
  margin: 0px auto 0px;
  padding: 0px;
  overflow: hidden;
  }
#header #title a {
  /* background: url("http://kofc-oakville.ca/wp-content/uploads/2012/02/2011Marian_WPSITE-header_base.jpg") 
    no-repeat; */  /* scroll 0% 0% transparent; */
  background: url("../images/KOFC-header-new02.jpg") no-repeat;
  display: block;
  width: 960px; 
  height: 140px;
  margin: 0; 
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  }
.headerlogo {
  width: 960px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

/************************************************
*  Navbar                      *
************************************************/

#navbar {
  background: none;
  width: 960px;
  height: 34px;
  float: left;
  clear: both;  
  font-size: 13px;
  /* font-size:  12px; */
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  font-family: Georgia, serif;  /* This is a web-safe font (ie. consistency across browsers)*/ 
  /* font-family: "Times New Roman", Times, serif; */
  font-style: italic;
  text-transform: none;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  }
  
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
  margin:  0;
  padding: 0;
  list-style:  none;
  }
.menu {
  line-height: 1.0;
  }
.menu ul {
  margin: 0px;
  padding: 0px;
  }
.menu ul ul, ul.menu ul {
  position: absolute;
  top: -9999px;
  width: 200px; /* left offset of submenus need to match (see below) */
  }
.menu ul li ul li, ul.menu ul li {
  width: 100%;
  margin: 0px 0px 0px 0px;
  }
.menu li:hover {
  visibility:  inherit; /* fixes IE7 'sticky bug' */
  }
.menu li {
  float: left;
  position: relative;
  }
.menu a {
  display: block;
  position: relative;
  }
.menu li:hover ul,
.menu li.sfHover ul {
  left: 0;
  top: 34px; /* match top ul list item height */
  z-index: 99;
  }
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
  top: -9999px;
  }
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
  left: 200px; /* match ul width */
  top: 0;
  }
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
  top: -9999px;
  }
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
  left: 200px; /* match ul width */
  top: 0;
}
/*** SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a {
  background: #FFFFFF;
  color: #333333 !important;
  border:  none;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  line-height: 14px;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  }

.menu .current-cat a {
  background: #EEEEEE; 
  color: #666666 !important;
  padding: 9px 10px 9px 10px;
  text-decoration: none;
  line-height: 14px;
  border:  none;
  }
.menu li .current_page_item a,
.menu li .current-menu-item a {
  color: #333333 !important;
  padding: 10px 10px 10px 10px;
  border-bottom: none;
  }
.menu {
  float: left;
  margin-bottom: 0;
  }
.menu a {
  border:  none;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  text-decoration: none;
  line-height: 14px;
  text-shadow: 0.3px 0.3px #FFFFFF;
  }
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: #999999;
  }

/* basic characteristics of each list item (non-hover, non-active */
.menu li {
  background: none; /* inherits from custom-background */
  margin: 0px 5px 0px 0px;
  }
.menu li li {
  background:  #EEEEEE; 
  }
.menu li li a {
  color: #666666 !important;
  font-size: 11px;
  padding: 10px 10px 10px 10px;
  border-left: none;
  text-shadow: none;
  border-top: 1px solid #DDDDDD;
  }
.menu li li li {
  background:  #EEEEEE;
  }
.menu li:hover, .menu li.sfHover {
  background: #EEEEEE; 
  color: #666666;  
  outline: 0;
  border: none;
  }
.menu a:focus, .menu a:hover, .menu a:active {
  background: #FFFFFF; 
  color: #333333;
  padding: 10px 10px 10px 10px;
  outline: 0;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  }
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
  background: #DDDDDD;
  color: #333333 !important;
  padding: 10px 10px 10px 10px;
  outline: 0;
  border-bottom: none;
  }
.menu li li:hover, .menu li li.sfHover {
  background:  #DDDDDD;
  outline: 0;
}

#exec-item a.sf-with-ul + ul li {
  opacity: 0;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out; 
  -webkit-transition-delay: 5s;
  transition-delay: 5s; */
  /* delay the transition back to zero when sub-list item is hovered */
}

#exec-item a:hover.sf-with-ul  + ul li { 
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}  

/*** ARROWS **/
.menu a.sf-with-ul {
  padding-right: 25px;
  min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
  }
.menu a:hover.sf-with-ul {
  padding-right: 25px;
  }
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 10px;
  top: 12px; /* IE6 only */
  width: 10px;
  height:  10px;
  text-indent: -9999px;
  overflow: hidden;
  background:  url(../images/icons/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
  }
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top: 12px;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
  }
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
  }
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator {
  top: 12px;
  background-position:  -10px 0; 
  }
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator {
  top: 10px;
  right: 5px;
  background-position:  0 0; 
  }
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
  }
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
  background:  url(images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
  }
.sf-shadow ul.sf-shadow-off {
  background: transparent;
  }

/************************************************
*  Content                        * 
************************************************/

#content { 
  position: relative; 
  float: left;
  width: 960px;
  /* height: 400px; */
  display: block;
  background: #FFFFFF;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }
#contentleft {
  position: relative;
  float: left;
  width: 640px;
  margin: 0px 0px 0px 0px;
  padding: 15px 14px 15px 15px;
  /* border-right: 1px dotted #A0A0A0; */
  /* border-right: 1px dotted #FF0000; */
  }
#contentwide {
  float: left;
  width: 930px;
  margin: 0px 0px 0px 0px;
  padding: 15px;
  }
#contenthome {
  width: 960px;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  }
#featurebanner img {
  margin: 0px;
  padding: 15px 15px 0px 15px;
  }
#contentleft .avatar {
  background: #FFFFFF;
  margin: 10px 0px 10px 0px;
  padding: 4px;
  border: 1px solid #DDDDDD;
  }
#contentleft iframe, #contentleft embed,
#contentleft object {
  display: block;
  overflow: hidden;
  width: 640px;
  margin: 0px;
  padding: 0px;
  }
#contentleft .feature_video {
  float: left;
  display: block;
  width: 640px;
  height: 360px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 6;
  }
#contentleft .feature_img {
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  }
.postarea p {
  margin: 0px;
  /* padding: 5px 0px 5px 0px; */
  }
.postarea ol {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 10px 0px;
  }
.postarea ol li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
.postarea ul {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 15px;
  }
.postarea ul ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  }
.postarea ul li {
  list-style: inside;
  list-style-type: square;
  background: none;
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 5px 0px;
  }
.postarea ul ul li {
  background: none;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 5px 0px;
  }
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 25px 10px 25px;
  padding: 0px 25px 0px 15px;
  border-left: 2px solid #dddddd;
  }
#content blockquote p {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  }
.postauthor {
  margin: -10px 0px 4px 0px;
  padding: 0px;
  }
.meta {
  background: none;
  font-size: 11px;
  margin: 10px 0px 20px 0px;
  padding: 6px 10px 6px 10px;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  }
.meta p {
  margin: 0px;
  padding: 0px;
  }
.archive_column {
  float: left;
  width: 300px;
  margin: 5px 0px 0px 0px;
  padding: 0px 20px 20px 0px;
  }
#prevLink {
  float: left;
  }
#nextLink {
  float: right;
  }
#prevLink p, #nextLink p {
  padding: 0px;
  }

/************************************************
*  Slide Show (Image Gallery)                   * 
************************************************/

/* <img width="640" height="390" id="slide" src="" alt="Begin Slide Show" 
              style="position:absolute; z-index= -1;" /> */

/* #photoContent { */ 
#imgHolder {
  /* height: 430px; */ /* calculated based on image's height + h1's line height h1's bottom padding */
  height: 390px;
  width:  640px;
  position: relative;
}

/* #photoContent img { */
#imgHolder img {
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  position: absolute; 
  opacity: 0;
  width: 640px;
  height: 390px;  
  z-index: 1;
}  
      
/* #photoContent img.fadeIn { */
#imgHolder img.fadeIn {
  opacity: 1;
}    

/* #photoContent:hover .playBar { */
#imgHolder:hover .playBar {
  opacity: 0.7;
  height: 60px;
} 

.playBar {
  position: absolute; 
  height: 0px;
  width: 100%;
  background: #000000;
  transition: all  0.6s ease-in-out;
  -webkit-transition: all  0.6s ease-in-out;
  margin: 0px auto; 
  opacity: 0;
  bottom: 0; 
  z-index: 2;
}


.next {
  right: 0;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.prev {
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  
}
.next, .prev {
  background: #989898;
  color: #FFFFFF;
  position:absolute;
  z-index: 2;
  margin-top: 160px;
  font-size: 3em;
  opacity: 0.6;
}

.next:hover, .prev:hover{
  cursor: pointer;
  background: #000000;
  opacity: 1;
}

#playDiv {
  position: relative;
  margin-left: 50%;
  display: block;
}

#pauseDiv {
  position: relative;
  margin-left: 50%;
  display: none;
}
 
/* create a triangular shape */
.playBtn {    
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  margin-top: 25px; /* old margin was 20px */
  opacity: 1;
}

.pauseBtn {
  margin-top: 8px; /* old margin was 5px */
  opacity: 1;
  height: 20px;
  width: 5px;
  background: #FFFFFF;
  display:inline-block;
}
 
#progPlay, #progPause {
  position: absolute; 
  margin-left: 60%;
  opacity: 1; 
  color: #FFFFFF;
  font-size: 14px;
}

#progPlay {
  
  /* display: inline-block; */
  margin-top: 25px; /* old margin was 20px */
  
}

#dotContainer {
  /* width gets set via javascript */
  margin: auto;
}

ul#dotList {
  margin: 0 auto;
} 

ul#dotList li { 
  position: relative;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
  list-style-type:none;
  float:left;
  margin: 4px; /* Works */
  margin: 8px 4px 4px 4px; /* top margin of dots is 8px below the top of playBar */ 
  background: #ccc;
}

#dotList li span {      
  position: absolute;      
  top: -2px; 
  left: -2px;
  width: 100%;
  height: 100%; 
}

#dotList li:hover span,
#dotList li.currentImg span {
  width:10px;
  height:10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
  /* background-color: #F0E007;  */
  background-color: #52F50C;
  z-index: 2;
}

/***********************************************
*  Sidebar                            * 
************************************************/

#sidebar {
  float: right;
  display: inline-block;
  width: 260px;
  margin: 0px;
  padding: 15px 15px 15px 15px;
  border-left: 1px dotted #DDDDDD;
  /* border-left: 1px dotted #FF0000; */
  height: inherit; 
  }
.textwidget {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  }


/************************************************
*  Sidebar Widgets                *
************************************************/

#sidebar .widget {
  float:left;
  background: #FFFFFF;
  width: 260px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style-type: none;
  }
#sidebar .widget a {
  color: #669900;  
  text-decoration: none;
  outline: 0;
  }
#sidebar .widget a:hover {
  color: #009A0F;  
  text-decoration: none;
  outline: 0; /* remove box after link is clicked */
  }
#sidebar .textwidget .widget a:hover {
  color: #009A0F;  
  text-decoration: underline;
  outline: 0; /* remove box after link is clicked */
  }

#sidebar .widget p {
  color:#666666;
  }
#sidebar .widget li {
  list-style-type: none;
  color:#666666;
  }
#sidebar .widget ul {
  color:#666666;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  }
#sidebar .widget ul li {
  display: inline;
  color: #666666;
  }
#sidebar .widget ul li a {
  display: block;
  color: #666666;
  padding: 5px 0px 0px 0px;
  margin: 4px 0px 0px 0px;
  list-style-type: none;
  text-decoration: none;
  border-top: 1px dotted #CCCCCC;
  }
#sidebar .widget ul li a:hover {
  display: block;
  color: #669900;
  padding: 5px 0px 0px 0px;
  margin: 4px 0px 0px 0px;
  border-top: 1px dotted #CCCCCC;
  }
#sidebar .widget ul li ul li a {
  text-indent: 10px;
  }
#sidebar .widget ul li ul li ul li a {
  text-indent: 20px;
  }

/************************************************
*  Homepage                        * 
************************************************/

#homepagemid {
  float: left;
  width: 960px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  /* transition: max-height  10s ease-in-out;
  -webkit-transition: max-height 10s ease-in-out; */
  }
#homepagemid .homebox {
  background: #FFFFFF;
  width: 310px;
  list-style:none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  }
#homepagemid .crypto {
  height: 0px; 
  // max-height: 0;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
}
#homepagemid h2 {
  /* background: #333333; */
  background: #004D66;
  padding: 15px 0px 15px 0px;
  margin: 0px;
  text-align: center;
  /* color: #999999; */
  color: #DCE8F2;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  }
#homepagemid p {
  height: 74px;
  margin: 0px 0px 5px 0px;
  padding: 10px 10px 10px 10px;
  line-height: 20px;
  overflow: hidden;
  }
#homepagemid img {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }
#homecontent_left {
  float: left;
  display: block; 
  width: 310px;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  height: 190px;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  }
#homecontent_mid {
  float: left;
  display: block;
  width: 310px;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;  
  height: 190px;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  }
#homecontent_right {
  float: left;
  display: block;
  width: 310px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  height: 190px;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  }
.homebox {
  float: left;
  background: #FFFFFF;
  list-style:none;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  }
#homepagebot {
  float: left;
  width: 960px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
#homecontent_page {
  background: none;
  float: left;
  display: block;
  clear: both;
  width: 460px;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
#homecontent_page p {
  margin: 0px;
  padding: 5px 0px 5px 0px;
  text-align: left;
  color: #666666;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  line-height: 22px;
  }
.learnmore {
  float: left;
  display: block;
  /* color: #666666; */
  color: #85B300; 
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: lighter;
  line-height: 30px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px dotted #DDDDDD;
  }
.learnmore a {
  float: right;
  text-align: right;
  padding: 0px 10px 4px 10px;
  }
  
/************************************************
*  Recent Comments Widget            *
************************************************/

#recentcomments {
  margin: 0px;
  padding: 0px;
  }
#recentcomments a {
  display: inline;
  background: none !important;
  font-weight: bold; 
  padding: 0px;
  margin: 0px;
  border: none !important;
  }
#content #recentcomments li, #footerwidgets #recentcomments li {
  display: block;
  margin: 5px 0px 0px 0px;
  padding: 4px 0px 0px 0px;
  border-top: 1px dotted #CCCCCC;
  }

/************************************************
*  Footer Top                  *
************************************************/

#footertop {
  background: #FFFFFF;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #DDDDDD;
  }

/************************************************
*  Footer                    *
************************************************/

#footerbg {
  /* background: #222222; */
  background: #004D66;
  }
#footer {
  width: 960px;
  height: 60px;
  color: #FFFFFF;
  margin: 0px auto 0px;
  padding: 0px;
  }
#footer p {
  margin: 0px;
  padding: 0px;
  }
.footerleft {
  float: left;
  line-height: 12px;
  }
.footertop {
  font-size: 12px;
  /* color: #666666; */
  color: #DCE8F2;
  font-weight: normal;
  margin: 0px;
  padding: 16px 0px 0px 0px;
  }
.footertop a {
  color: #666666;
  text-decoration: none;
  }
.footertop a:hover {
  color: #999999;
  text-decoration: underline;
  }
.footerbottom {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  }
.footerbottom a {
  color: #666666;
  text-decoration: none;
  }
.footerbottom a:hover {
  color: #999999;
  text-decoration: underline;
  }
.footerright {
  float: right;
  margin: 18px 0px 0px 0px;
  }

