
body {
	margin:0;
	padding:0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.85em;
	color: #000;
	background-color: #699;
}

* {
	margin:0;
	padding:0;
}

.header_top {
	background-color: #006699;
	display: inline;
	float: left;
	width:100%;
	margin: 0 auto;
	color:#FFF;
}

.top_nav{
	text-align:center;	
	margin:0;
}

.top_nav li{
	display: inline-block;
	color:#FFF;
	font-size: 10px;
	text-align:center;
}
.top_nav li a{
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
	color: #fff;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none;
	background-color: #006699;
}
.top_nav li a:hover{
	text-decoration:underline;
	background-color: #006699;
	color: #fff;
}

/*- Menu 14--------------------------- */
	
#menu8 {
	width: 100%;
}
	
#menu8 li a {
	color: #fff;
	text-decoration: none;
  	height: 24px;
	background-color: #003366;
}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #fff;
	display: block;
	background-color: #003366;
	padding-top: 8px;
	padding-left: 10px;
}
	
#menu8 li a:hover {
	color: #fff;
	padding-top: 8px;
	padding-left: 10px;
	text-decoration:underline;
}
	
#menu8 li a:active {
	color: #fff;
	padding: 8px 0 0 10px;
}

#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*------------nav */
nav {width:100%;height: 37px;margin: 0 auto;background:#006699; }
nav ul {list-style: none;margin: 0;padding: 0; color:#fff; }
nav ul li {position: relative;float: left;padding: 6px 5px 0px 5px; text-align:center; }
nav ul li:hover {background: #006699;}
nav ul li a {font-size: 1em; line-height:14px;color: #ffffff;display: block;padding: 6px 10px 6px 10px;margin-bottom: 5px;z-index: 6;position: relative;text-align:center; text-decoration:none;}
nav ul li:hover a{ color:#FFF; text-decoration:underline;}
/*- end--------------------------- */

#icons{padding-top:1px; width:100%;}
#icons li a{color:#000; display: block; line-height:40px; }
#icons img{float:left;margin-right:9px;}
#icons a:hover{color:#333}

.right-sidebar {
	float: right;
}


.sidebar h4 {
	font-size: 1em;
	color: #000;
	padding: 6px 0px;
}

.sidebar {
	
}
.sidebar ul {
	list-style: none;
}


table {
	width: 100%;
	text-align: left;
	margin-bottom:10px;
	background-color:#FFF;
}

th, td {
	padding: 10px 10px;
	border: thin solid #999;
	vertical-align:top;
	background-color:#FFF;
}

th {
	color: #000;
	background: #ccc none repeat-x scroll left top;
}


td {
	border-bottom: 1px solid #ccc;
}

/*-------------table.responsive */
  
  table.responsive.responsive {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
	border-collapse: collapse;
	margin-bottom:10px;
  }

  table.responsive tr {
    border: 1px solid #ddd;
  }

  table.responsive th, table.responsive td {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	text-align: left;
	vertical-align: text-top;
	padding-left:5px;
  }

  table.responsive th {
    font-size: 1em;
	font-weight: bold;
  }

  @media screen and (max-width: 800px) {

    table.responsive {
      width: 100%;
	  height:auto;
    }

    table.responsive thead {
      display: none;
    }

    table.responsive tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.responsive td {
      display: block;
      text-align: right;
      font-size: 1em;
      border-bottom: 1px dotted #ccc;
    }

    table.responsive td:last-child {
      border-bottom: 0;
    }

    table.responsive td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
  }


code, blockquote {
	display: block;
	padding: 10px;
}
code {
	color:#ccc;
	border: none;
}


blockquote p {
	margin: 0;
	color: #333;
	height: 1%;
}


p {
	line-height: 1.9em;
	padding-bottom:10px;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration:underline;
	
}

a:focus {outline-width: 1px;
  outline-style: dashed;
  outline-color: #fff;}


a.button {
	font-family:Arial;
	font-size:1em;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	float: right;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0;
	text-decoration:underline;
}

/********* Search ************/

#search-box {position: relative; margin-bottom:10px; }
#search-form {height: 25px;border:1px solid #ccc;background-color: #fff;overflow: hidden; }
#search-text {
	font-size: 1em;
	color: #ddd;
	border:1px solid #423531;	
}
#search-box input[type="text"] {width: 55%;padding: 2px 0 2px 1em;color: #000033;outline: none;}
#search-button {
	height: 30px;
	width: 30px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	background-color: #000;
	cursor: pointer;
	border:0px;
}

.button {
    background-color: #ccc; 
    border: none;
    color: #000;
    text-align: center;
    font-size: 1em;
	margin-left:2px;
	padding:2px;
}

h1 {
	color: #003366;
	font-size: 1.3em;
	margin-bottom:10px;
}

h2 {
	color: #003366;
	font-size: 1.3em;
	margin-bottom:10px;
}

h3 {
	color: #003366;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 10px;
	font-weight:bold;
}

h4 {
    color: #003366;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #003366;
}

ul, ol {
	margin: 0 0 10px 15px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 100%;
	margin: 0 auto;
}


#container {
	width:80%;
	margin: 0 auto;
	background-color:#e3e3db;
	color:#000;
}

header {
	margin: 0 auto;
	text-align:center;
	background-color: #fff;
	background-position: center;
}

img {
	max-width: 100%;
	height: auto;
}

.img-right{
  float: right;
  margin-left:10px; 
  max-width:100%;
}
.img-left {
  float: left;
  margin-right:10px;
  margin-bottom:10px;
  max-width:100%;
}

.video-container {
overflow: hidden;
position: relative;
width:100%;
}

.video-container::after {
padding-top: 56.25%;
/* 16:9 ratio */
display: block;
content: '';
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 80%;
}

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
	background-color:#fff;
	width:52%;
}


.two-column {
	width: 66%;
	margin: 0 2%;
	background-color:#FFF;
}

#right {
	width: 75%;
	background-color:#fff;
	float:right;
	padding:10px;
	min-height:400px;
}

#right ul, li, ol {
	line-height:1.5em;
}



.three-column {
	width: 46%;
	margin: 0 1%;
	padding-left:10px;
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 {
    padding-bottom: 0;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 20%;
   float: left;
}

.big-sidebar {
	width: 22%;
}

.left-sidebar { 
	float: left;
	padding-left:10px;
}

.clear {
	clear: both;
}

footer {
	background: #222;
	border-top: 2px solid #eee;
}

footer .footer-bottom {
	text-align: center;
	background-color: #006699;
}

footer .footer-bottom p {
	text-align: center;
	font-size:0.85em;
	color:#FFF;
	background-color:#006699;
}

.footer-bottom a {
	color: #fff;
	border-bottom-color: #666;
	text-decoration:underline;
}

.footer-bottom a:hover{
	color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 610px) {
	#container {
	width:100%;
}
}

@media screen and (max-width: 700px) {

	body { font-size: 0.8em; }

	.wrap-pagetop {height:400px;}

	nav ul { margin-top: 0; padding: 10px; }
	
	nav ul li { float: none; text-align:center;  }

	nav ul li a { margin-top: 0; }

	nav { height: auto; position: relative; }
	
	#container {
	width:100%;
}
	
	#right {
	width: 98%;
	min-height:200px;
}

.small-sidebar { 
   width: 96%;
}

#content {
	width:94%;
}

}

@media print {
   body {font-size: 10pt; line-height: 120%; background: white;}
   
   nav, .top_nav, #menu8, .right-sidebar, .sidebar, .small-sidebar, .left-sidebar, #slider, .bx-wrapper, .bxslider, .footer-bottom { display:none}
   
   #content, #right {
	width:100%;
}
   
   a {
	color: #000;
	text-decoration: underline;
}
}
