@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 80% Arial, Helvetica, sans-serif;
  color: #282828;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

p
{
  float:left
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: bold 175% 'News Cycle', Arial, sans-serif;
  color:#666;
  float:center
  
  letter-spacing: -1px;
  margin: 0 0 10px 0;}

h2
{ font:  250% 'News Cycle', Arial, sans-serif;
float:center;
color:#A0A0A0;}



h3
{ font: bold 135% 'News Cycle', Arial, sans-serif;
  color: #6FF;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% 'News Cycle', Arial, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% 'News Cycle', Arial, sans-serif;
  color: #A0A0A0;
  padding-bottom: 15px;}
  
span
{ color: #CFCFCF;
  text-shadow: 0px 0px #fff;}

a, a:hover
{ color: #FFF;
  background: transparent;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, header, #banner, #menubar, #site_content, footer, #content_grey, nav
{ margin-left: auto; 
  margin-right: auto;}

#main
{ background: #282828;
  }
  
header
{ height: 100px;
  background: #282828 ;
}

 
nav
{ height: 50px;
float: center;}  
  
#menubar
{ width: 940px;
  height: 50px;
  text-align: center; 
  margin-top: -25px;
  background: #282828;
  } 
  
  #content
{ 
  align: center;
  text-align: center; 
  margin-top: -5px;
  background: #282828;
  } 
  
   #icons
{ 
  text-align: center; 
  background: #000;
  } 
  

  
ul#nav
{ margin:0;}

ul#nav li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 0px 0 0 0;
  display: inline;
  background: transparent;}


ul#nav li a
{ float: center;
  font: bold 180% Arial, Helvetica, sans-serif;
  height: 24px;
  margin: 10px 0 0 20px;
  padding: 6px 25px 0 25px;
  background: transparent; 
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border: 20px 20px 20px 20px;
  text-align: center;
  color: #FFF;
  text-decoration: none;} 
  
ul#nav li.current a
{ color: #6FF; 
  text-shadow: none;}
  
ul#nav li:hover a
{ color:#6FF;
  text-shadow: none;}

ul#nav li:onclick a
{ color:#6FF;
  text-shadow: none;}

#site_content
{ float: center;
  width: 940px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #282828;
   } 




  
footer
{ height: 50px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center; 
  color: #A0A0A0;
  background: #282828;}

footer a, footer a:hover
{ 
  color: #A0A0A0;
  text-decoration: none;
  padding-bottom: 20px;}

footer a:hover
{ text-decoration: underline;}

footer a, footer a:hover
{ 
  color: #FFF;
  text-decoration: none;}

footer a:hover
{ text-decoration: underline;}
  
 .readmore a
{ color: #FFF;
  }
 



.slideshow
{ width: 940px;
  height: 300px;
  float: left;   
  margin: 20px 0 0 0;}
    
<!--
a:hover {
	color: #6FF;
	text-decoration:none;
}

-->



#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 0px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 940px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #9696A2;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

 
 /* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 940px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
 