﻿@font-face {
  /*font-family: News Cycle;
    src: url('../fonts/NewsCycle-Regular.eot');
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); */
    font-family: Calibri;
    src: url('../fonts/Calibri.eot');
    src: local("Calibri"), url('../fonts/Calibri.ttf');
}

html
{ height: 100%;}

*
{
  margin: 0;
  padding: 0;
}

body
{ /*font: normal 80% Arial, Helvetica, sans-serif;*/
  font-family: Calibri, Arial, sans-serif;
  font-size:12pt;
  color: #000;
}

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



p
{
	padding: 7px 0 7px 0;
	color: #FFF;
	line-height: 1.4em !important;
	font-size: 100%;
	font-style: normal;
}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6
{
  font: bold 175% 'Calibri', Arial, sans-serif;
  color: #fff;
  margin: 0 0 10px 0;}

h2
{ /*font: bold 165% 'News Cycle', Arial, sans-serif;*/
  font:130% 'Calibri', Arial, sans-serif;
  font-variant: small-caps;
}


h3
{ /*font: bold 165% 'News Cycle', Arial, sans-serif;*/
  font:110% 'Calibri', Arial, sans-serif;
  font-variant: small-caps;
  padding-top:20px;
  color:#BBBBBB;
}

h4
{ /*font: bold 165% 'News Cycle', Arial, sans-serif;*/
  font:100% 'Calibri', Arial, sans-serif;
  font-variant: small-caps;
  font-style: italic;
  padding-top:4px;
  color:#BBBBBB;
}

/*h3
{ *//*font: bold 130% 'News Cycle', Arial, sans-serif;*/
  /*font: 130% 'News Cycle', Arial, sans-serif;*/
/*}

h3 {
  font:100% 'Calibri', Arial, sans-serif;

  color: #BBBBBB ;
  /*font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 15.4px;*/
}

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

h5, h6
{ font: normal 95% 'Calibri', Arial, sans-serif;
  color: #888;
  padding-bottom: 15px;}

span
{ color: #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: #1D1D1D url(../images/pattern.png) repeat;}

header
{ background: #1D1D1D url(../images/pattern.png) repeat;
  -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;}

#banner
{ width: 1040px;
  position: relative;
  padding: 15px 0 0 0;
  background: transparent;
  height: 120px;
  /*add*/
  border-radius: 7px;
}

nav
{ width: 1040px;
  height: 50px;}

 /*----*/
 #banner_header
 {
    padding-top: 20px;
    padding-bottom: 25px;
 }
#menubar
{ width: 1040px;
  height: 50px;
  float: left;
  text-align: center;
  background: #0D83DD;
  background: -moz-linear-gradient(#4DA6FF, #0D83DD);
  background: -o-linear-gradient(#4DA6FF, #0D83DD);
  background: -webkit-linear-gradient( #4DA6FF , #0D83DD );
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border: 7px 7px 0px 0px;}

#welcome
{ width: 880px;
  float: left;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px 20px;
  background: transparent;}

#welcome h2
{ font: normal 500% 'News Cycle', Arial, sans-serif;
  letter-spacing: -2px;
  /*text-shadow: 1px 1px #000;*/
  color: #FFF;}


.dropitem{
  color:white;
  hover:none;
}
#serviceitem{
  background-color:blue;
}
ul#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#nav li.navMenu {
    float: left;
    background: transparent;
}
ul#nav li.navMenu a, .dropbtn {
  display: inline-block;
  font: 80% Arial, Helvetica, sans-serif;
  font-weight: 600;
  height: 24px;
  margin: 10px 0 0 10px;
  padding: 6px 40px 0 13px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  text-align: left;
  color: #FFF;
  text-decoration: none;
}

ul#nav li.dropDown
{
  display: inline-block;
}
ul#nav li.dropDown a
{
  display: block;
}

.dropdown-content {
    display: none;
	background-color:#0D83DD !important;
	color:white;
	border: 1px solid #487092;
    position: absolute;
    background-color: #f9f9f9;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
    z-index: 1000;
}

div.dropdown-content a {
    padding: 12px 16px;
    margin: 0 !important;
    text-decoration: none;
    display: block;
    text-align: left;
	padding-left:32px !important;
}
.dropDown:hover div.dropdown-content {
    display: block;
}
.dropdown-content a:hover {
	background-color: #186eaf
}

.dropdown-content a {
	color: #FFF !important;
}

ul#nav li.current a
{
	color: #002256;
}

ul#nav li.navMenu:hover a
{
	color: #002256;
}



#site_content
{ width: 1040px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #323232;
  border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;;
  -webkit-border: 0px 0px 7px 7px;}

.sidebar_container
{ float: right;
  margin: 20px 19px 0 10px;
  width: 210px;
  padding: 0;
  border-left:1px dotted grey;
}

.sidebar
{ float: left;
  width: 190px;
  padding-left: 10px;
  margin-bottom: 10px;}

.sidebar_item
{
  width: 190px;
}
.sidebar_item p
{
  font: 90% 'Calibri', Arial, sans-serif;
  line-height: 1.2em !important;
  color:#BBBBBB;
}

.sidebar h2
{ padding: 5px 0 0 0;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-variant: small-caps;
  /*font: bold 150% 'News Cycle', Arial, sans-serif;*/
  height: 30px;
  text-shadow: 1px 1px #000;
  color: #43A9FF;}

.sidebar h3
{
padding:0;
margin:0;
color: #FFF;}

#content
{ width: 780px;
  margin: 0 0 20px 20px;
  float: left;}

.content_item
{
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
}
 .content_item p
 {
	font: normal 100%'Calibri', Arial, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
.content_imagetext
{ width: 680px;
  padding: 5px;
  margin: 20px 0 0 0;
  float: left;}

.content_image
{ float: left;
  width: 150px;
  height: 150px;
  margin: 0 20px 10px 0;}

.content_container
{
  /*width: 320px;*/
  width: 680px;
  padding: 5px;
  margin: 0px 10px 0 0;
  float: left;
}

footer
{ height: 50px;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #000;
  color: #FFF;}

footer a
{ color: #FFF;
  text-decoration: none;
  padding-bottom: 20px;}

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

 .readmore a
{ color: #FFF;
  text-shadow: 1px 1px #004C8C;}

 .button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 80px;
  padding: 5px 2px 7px 2px;
  border: 1px solid #FFF;
  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 #004C8C;
}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left;
  width: 210px;
  text-align: left;
  padding-left: 30px;}

.form_settings input, .form_settings textarea
{ padding: 2px;
  width: 400px;
  font: 100% arial;
  border: 1px solid #E5E5DB;
  background: #FFF;
  color: #47433F;}


.form_settings select
{ padding: 2px;
  width: 400px;
  font: 100% arial;
  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: 150px;
  margin: 0 0 0 255px;
  height: 26px;
  padding: 2px 0 3px 0;
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 7px;
  -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;
  color: #FFF;}

.slideshow
{ width: 1040px;
  height: 300px;
  float: left;}

/* styling for the slideshow on the homepage */

ul.slideshow {
  list-style: none;
  width: 1040px;
  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;}

#slideshow-caption {
  width: 1040px;
  height: 38px;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  z-index: 500;}

#partmenu
{
 list-style:none;
}
#partmenu img
{
 width:20px;
 float:left;
  padding-top: 5px;
padding-right: 5px;
}
.middletitle{
  float:left;
  background-color:white;
  border:dotted 1px;
  width:5px;
  margin-top: 15px;
}
