@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 90% Arial, Helvetica, sans-serif;
  color: #000;
}

/* 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: normal 175% 'News Cycle', Arial, sans-serif;*/
  	color: #000;
  	letter-spacing: -1px;
  	margin: 0 0 10px 0;
}

/*h2{ font: normal 165% 'News Cycle', Arial, sans-serif;}

h3{ font: normal 130% 'News Cycle', Arial, sans-serif;}*/

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: #888;
  padding-bottom: 15px;}
  
span
{ color: #B1521A;
  text-shadow: none;}

a, a:hover
{ color: #000;
  background: transparent;
  font-weight: bold;
  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, #slideshow_container
{ margin-left: auto; 
  margin-right: auto;}

.container {
	width:940px;
	margin:0 auto;
}

header { 
  height: 150px;
  /*display:table;*/
  margin:0 auto;
  background: #e6ebee;
  padding-bottom: 10px;
}
.bg {
  background: #808000;
}
  
  .bgslider
  { background: #808000;
  }
 
nav{
  position: relative;
  z-index: 1;
	display:block;
  width: 940px;
  margin: 0 auto;
	height:50px;
	border-radius:5px;
  background: #1D1D1D;
  background: -moz-linear-gradient(#535353, #000);
  background: -o-linear-gradient(#535353, #000);
  background: -webkit-linear-gradient(#535353, #000);
}  
  
#strapline { 
  width: 940px;
  margin: 0 auto;
  text-align: center; 
} 
  
#logo
{ width: 940px;
  padding-top: 10px;  
  margin: 0 auto;}    
  
#logo h3 { 
	font-size:50px;
	font-weight:bold;
  letter-spacing: 3px;
  color: #0ea3d3;
} 

#logo h4 {
	font-size:18px;
	letter-spacing:0;
	margin:-10px 0 10px 0;
}

#menubar{
   	width: 100%;
  	text-align: center;
  	margin: 0 auto;
}    

ul#nav
{ margin:0;
  text-align:center;
  margin-left:0px;
}

ul#nav li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;
}

ul#nav li:first-child a{
	margin-left:10px;
}

ul#nav li a
{ float: left;
  font:  130% 'News Cycle', Arial, sans-serif;
  height: 24px;
  margin: 8px 10px 0 0;
  text-shadow: 0px 1px 0px #000;
  padding: 0px 20px 10px 20px;
  background: transparent; 
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
} 
  
ul#nav li.current a, ul#nav li:hover a
{ color: #FFF;
  background: #808000;
  background: -moz-linear-gradient(#808000, #808000);
  background: -o-linear-gradient(#808000, #808000);
  background: -webkit-linear-gradient(#808000, #808000);
  text-shadow: none;}
  
#slideshow_container
{ height: 320px;
  background: #808000;
  display:table;
  margin:0 auto;
  padding-top: 20px;}
  
.slideshow
{ width: 940px;
  height: 250px;
  margin: 0 auto;}  
  
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 940px;
  height: 300px;
  overflow: hidden;
  position: relative;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
/*#slideshow-caption {
  width: 940px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #000;} */ 

#site_content
{ width: 940px;
  overflow: hidden;} 

.sidebar_container
{ float: right;
  margin: 20px 0 0 10px;
  width: 240px;}

.sidebar
{ float: left;
  width: 240px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
  width: 240px;}

.sidebar h2{ 
	padding: 5px 0 0 0;
  	height: 30px;
}  

.table {
  width: 100%;
  margin-bottom: 30px;
}
.table, .table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.table td {
  padding: 10px;
}

.gallery_grid {
    display:grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-row-gap:15px;
    grid-column-gap:1.25%;
    margin-bottom: 30px;
}
.gallery_grid img {
  width: 100%;
  height: 180px;
}
.doc_grid {
    display:grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap:1.25%;
    text-align:center;
    margin-bottom: 50px;
}
.doc_grid img {
  width: 100%;
}
.doc_grid a {
  text-decoration: none;
}

#content
{ width: 680px;
  margin: 0 0 20px 0;
  float: left;}

.content_item
{ width: 680px;
  margin-top: 20px;
  margin-bottom: 20px;}
  
.content_container
{ width: 330px;
  margin: 20px 10px 0 0;
  float: left;}
  
footer
{ width: 100%;
  padding:25px 0 10px 0;  
  font-weight: bold;
  text-align: center; 
  text-shadow: 1px 1px #000;
  color: #FFF;
  background: #808000;
  background: -moz-linear-gradient(#808000, #808000);
  background: -o-linear-gradient(#808000, #808000);
  background: -webkit-linear-gradient(#808000,#808000);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}

footer a, footer a:hover{
  color: #000;
  text-shadow:none;
  text-decoration: none;
  padding:0 10px;
}

footer a:hover{ text-decoration: underline;}

footer hr {
	border:none;
	border-bottom:1px dashed #ccc;
	margin:20px 0;
}

.readmore a{ 
  	color: #FFF;
  	text-shadow: 1px 1px #004C8C;
}
 
.button_small{ 
  font: normal 110% Arial, Helvetica, sans-serif;
  float: left;
  height: 15px;
  padding: 5px 10px 7px 8px;
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a{ 
  color: #FFF;
  padding-left: 5px;
  text-shadow: 1px 1px #000;
}

.form_settings{ margin: 15px 0 0 0;}

.form_settings p{ padding: 0 0 4px 0;}

.form_settings span{
  float: left; 
  width: 280px; 
  text-align: left;
  text-shadow: none;
  color: #000;
}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;}
  
.btn-link {
	color:red;
	font-size:12px;
}

.docs {
	width:100%;
	display:block;
	margin:20px 0;
	text-align:center;
}
.docs li{
	list-style:none;
	display: inline-block;
	margin:20px 50px;
}
.docs li img{
	display:block;
	margin:0 auto
}
.docs li a{
	text-decoration:none
}
.docs li a:hover, .docs li a:hover img{
	opacity:0.7
}

/**************************************/
.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 100%;
    margin: 10px auto;
    padding: 16px;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 10px;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 textarea {
	height:100px;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
	cursor:pointer;
}
.form-style-6 .btn { width:100px !important;}
/******************************************/

#design {
	color:#111;
	background:#fff;
	border-radius:3px;
	transition:all 0.3s ease-in;
	margin:0 10px;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	text-shadow:none;
}
#design:hover {
	background:rgba(0,0,0,0.5);
	color:#fff;
}
#design:hover span {
	color:#fff;
}
#design span {
	color:#800;
}