@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.cd-top {
  display: inline-block;
  height: 42px;
  width: 200px;
  text-align:center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: 0px;
  line-height:40px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   image replacement properties 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;*/
  /*background: rgba(2, 1, 1, 0) url(nav_imgs/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;*/
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  
  
  
 /* border: 1px solid black;  width: 55px; height: 75px; right: 0px; text-align: center;  cursor: pointer; font-family: 'Times New Roman'; font-style: italic; font-size: 11px; color: rgb(0, 0, 0); display: block;*/
  
}

.cd-feed {
  display: inline-block;
  height: 42px;
  width: 200px;
  text-align:center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-left: 0px;
  line-height:40px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   image replacement properties 
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;*/
  /*background: rgba(2, 1, 1, 0) url(nav_imgs/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;*/
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  
  
  
 /* border: 1px solid black;  width: 55px; height: 75px; right: 0px; text-align: center;  cursor: pointer; font-family: 'Times New Roman'; font-style: italic; font-size: 11px; color: rgb(0, 0, 0); display: block;*/
  
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
 /* background-color: #F2F2F2;*/
  opacity: 1;
}

.cd-feed.cd-is-visible, .cd-feed.cd-fade-out, .no-touch .cd-feed:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-feed.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-feed.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-feed:hover {
 /* background-color: #F2F2F2;*/
  opacity: 1;
}




article {
		font-size: 13px;
	}
	section {
		margin: 0 auto;
		padding: 0px;
	}
	.nav.fixed {
	  position: fixed;
	  top: 0;
	}
	.nav {
	  border-bottom: 1px solid #ccc;
	  background-color:#FFF; 
	  clear: both;
	  height: 130px;
	  margin-bottom: -50px;
	  position: relative;
	  outline: none;
	  width: 100%;
	  z-index: 4;
	  width: 962px;
	   text-align:center;
	  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  	  font-size: 14pt;
  	  line-height: 45px;
  	  color: #2e2e2e;
  	  opacity: 0.95;
      filter: alpha(opacity=95); /* For IE8 and earlier */
	}

