@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 auto;
  padding: 0;}*/

body
{ font: normal 90% Times Roman, Arial, Helvetica, sans-serif;
  color: #FFF;
  background: #FFF url(../imagesindex/indexback.jpg);
  
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

p
{ padding: 0 0 10px 0;
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}



h1, h2, h3, h4, h5, h6 
{ font: bold 130% 'Times Roman', Arial, sans-serif;
  text-shadow: 1px 1px #000;
  color: #FFFFFF;
  margin: 10px 0 10px 0;}

h2
{ font: bold 120% 'Times Roman', Arial, sans-serif;}

h3
{ font: bold 120% 'Times Roman', Arial, sans-serif;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 120% 'News Cycle', Arial, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 100% 'News Cycle', Arial, sans-serif;
  color: #000000;
  padding-bottom: 15px;}
  
span
{ color: #000;}

a, a:hover
{ color: #000000;
  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: 0 auto;}
  
header
{ max-width: 650px;
  min-width: 300px;
  position: relative;
  padding: 10px 0 10px 0;
  background: transparent;
  height: 60px;}
 
nav
{ 	max-width: 650px;
	min-width: 300px;
	margin: 0 auto;
  	height: 50px;}  
  
#menubar
{ max-width: 650px;
  min-width: 300px;
  height: 50px;
  padding-top: 5px;
  float: center;
  text-align: center;
  display: inline;
  background: transparent url(../images/transparen.png) repeat;} 
  
#welcome
{ max-width: 650px;
  min-width: 300px;
  float: center;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px 10px;
  background: transparent;} 
   
#welcome h2
{ font: normal 300% 'Times Roman', Arial, sans-serif;
  letter-spacing: -2px;
  text-shadow: 1px 1px #000;
  color: #FFFFFF;}
  
ul#nav
{ margin:0;
  text-align: center;}

ul#nav li
{ padding: 0 0 0 0px;
  display: inline-block;
  list-style: none;
  margin: 2px 0 0 0;
  text-align: center;   
  background: transparent;}

ul#nav li a
{ font:  bold 120%  'Times Roman', Arial, sans-serif;
  margin: 3px 0 0 10px;
  padding: 6px 10px 6px 10px;
  background: transparent; 
  text-align: center;
  color: #000000;
  text-decoration: none;} 
  
ul#nav li.current a, ul#nav li:hover a
{ color: #000000;
  background: transparent url(../images/transparent_light.png) repeat; 
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border: 4px 4px 4px 4px;}

#site_content

{ 
  position: relative;
  text-align: left;
  max-width: 950px;
  min-width: 350px;
  overflow: visible;
  margin: 0 auto;
  padding: 10px 0 0 0;
  background: transparent url(../images/transparent.png) repeat; 
  } 

.sidebar_container
{ display: block;
  float: right;
  max-width: 300px;
  min-width: 150px;
  padding: 0;
  margin: -15px 0 0 5px;
  }

.sidebar
{ padding-top: 0px;
  margin: 10px 0px 10px 10px;
  }

.sidebar_item
{ max-width: 300px;
  min-width: 200px;
  }

.sidebar h2
{ padding: 5px 0 0 0;
  font: bold 120% 'Times Roman', Arial, sans-serif;
  height: 30px;} 

#content
{ max-width: 670px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 10px;
  float: left;}

.content_imagetext
{ max-width: 610px;
  min-width: 300px;
  height: auto;
  display: block;
  padding:0 0 0 0;
  margin: 5px 20px 15px 10px;
  float: left;}

.content_item
{ display: block; 
  height: auto;
  max-width: 600px;
  min-width: 350px;
  padding: 20px 10px 10px 10px;
  margin: 0px 50px 0px 0px;
  }
 


 
.content_image
{ float: left;
  margin: 0px 0px 0px 0px;}


img
{	max-width: 100%;
  	height: auto;
  	}
 
.content_container
{ width: 300px;
  margin: 20px 10px 0 0;
  float: left;}
  

#footer
{ 
  padding-top: 30px;
  position: relative;
  height: 50px;
  padding-bottom: 30px;
  
  font-weight: bold;
  text-align: center; 
	float: center;
}

footer a
{ color: #ffcc00;
 
	font: bold 100% 'Times Roman', Arial, sans-serif;
  text-decoration: none;
	padding-bottom: 20px;}


 footer a:hover
{ text-decoration: underline;
  color: #FF0000;}