body{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

body a{
	color:#017DC3;	
}

body p{
	margin:20px 0px 20px 0px;
}

body a:hover{
	background:#E7FFC7;
}

.mainNavigation{
	font-size:20px;
	width:846px;
	margin:0 auto;
	float:left; 
    margin-top: 18px;
}

.mainNavigation ul{
	list-style-type: none;
	margin-top:20px;
}

.mainNavigation li{
	display:inline;
	padding:5px;
}

.mainNavigation li a{
	text-decoration:none;	
}

.navSpacer{	
	padding:0px;
	color:#017DC3;	
}



.page_wrapper{
	width:1024px;	
	margin:0 auto;	
}

.header{
	width:100%;	
	display:inline-block;
	margin-bottom:10px;
	height:100px;
	text-align:center;
	margin-top:40px;
}


.sidebar{
	width:170px;	
	display:inline-block;
	vertical-align:top;
	text-align:center;
	float:right;	
	position: relative;
	top: -110px;
}

.sidebarRight{
	width:170px;	
	display:inline-block;
	vertical-align:top;
	text-align:center;
	float:left;
	
}

.sidebarLeft{
	width:170px;	
	display:inline-block;
	vertical-align:top;
	text-align:center;
	float:left;
	
}

.sidebarLeft div,.sidebarRight div{
	margin-bottom:10px;
}

.content{
	width:844px;
	border:1px solid #888;
	height:100%;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	float:left;
	border-top: none;
}
.content-tr{
	width:844px;	
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	float:left;
	height: 100%;
}

.content table td{
	vertical-align:top;
	padding:10px;
}

.content table td input{
	padding:5px;
}

.content textarea{
	background:#EFF9FF;
}

.footer{
	clear:both;
	width:844px;
	margin-top:20px;
	text-align:center;
}

.footerCopyright{
	width:844px;
	color:#000;
	margin:10px auto;
	text-align:center;	
	padding-bottom:20px;
	line-height: 20px;
}

.siteTitle{
	width:844px;
	margin:0 auto;
	float:left;
}

.siteTitle a{
	font-size:55px;
	display:inline-block;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;		
	color:#017DC3;	
	text-decoration: none;
}

.languageButtons {
    display: inline-block;
    width: 150px; 
    border: 1px solid #000;
    padding: 6px;
    margin: 0px 0px 10px 0px;
}

.shareButton{
	margin:0px 0px 10px 0px;
}

.boxShadow{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.48);
}

.reset {
	background: #555555!important;
}

.roundCorners{
	border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 1px solid #f0f0f0;
}

.languageButtons img{
	height:20px;
	width:20px;
}

.shareButton{
	display:inline-block;
}

.page_header{
	background:#017DC3;
	color:#fff;
	font-size:18px;
	padding:15px;
	text-align:center;
	padding-top: 20px;
}

.sidebar_header{
	background:#017DC3;
	color:#fff;
	font-size:18px;
	padding:15px;
}

.sidebar_item{
	border:2px solid #000;
	margin-bottom:10px;
	font-size:14px;
	text-align:left;
}

.page_content{
	padding:20px;
}

.page_content>p:first-child{
	margin-top:0px;
}

.spanImageContainer{
	display: block;	
	font-size: 12px;
	border: 2px dashed #017DC3;
	padding: 10px;	
	text-align: center;		
}

.topicTitles{
	color:#017DC3;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin:0px;

}

.centerText{
	text-align:center;
}

.floatRight{
	float:right;
}

.spaceLeft{
	margin-left:20px;
}

.spaceRight{
	margin-right:20px;
}

.spacer10px{
	margin-top:10px;
}

.floatLeft{
	float:left;
}

.clear{
	clear:both;
}

.topSpacer{
	height:40px;
}

.centerDiv{
	margin:0 auto;
}

.contentCenterDiv{
	margin:0 auto;
	width:730px;
}

.sidebarCenterDiv{
	margin:0 auto;
}

.sidebarCenterDiv div{
	width:160px;
	height: 600px;
}

.button {
  background: #00a6ff;
  background-image: -webkit-linear-gradient(top, #00a6ff, #017DC3);
  background-image: -moz-linear-gradient(top, #00a6ff, #017DC3);
  background-image: -ms-linear-gradient(top, #00a6ff, #017DC3);
  background-image: -o-linear-gradient(top, #00a6ff, #017DC3);
  background-image: linear-gradient(to bottom, #00a6ff, #017DC3);
  border:0px;
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;  
  color: #ffffff;
  font-size: 13px;
  padding: 6px 11px 6px 10px !important;
  text-decoration: none;
}

.button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.rssincl-content{
	position:relative;
}

.jokeOfTheDayWrapper{
	float:left;
	width:inherit;
	margin-right:20px;
}

.nocopy800{		
	position: absolute; 
	top: 500px; 
	left: 3px;
}

.nocopy1600{		
	position: absolute; 
	top: 1050px; 
	left: 3px;
}

.nocopy2400{		
	position: absolute; 
	top: 1600px; 
	left: 3px;
}

.nocopy5000{		
	position: absolute; 
	top: 3500px; 
	left: 3px;
}

.jokeoftheday {
    padding: 0px;
    text-align: left;
    border: 1px solid #017DC3;
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 190px;
    margin-right: 15px;
}

.jokeoftheday p{
	margin:0px;
	padding:10px;
}

.jokeoftheday img{	
	vertical-align:middle;
}

.firstContentParagraph{
	margin-top:0px;
}

.centerContent{
	text-align:center;
}

.thumbnail-img{
margin-right:10px;
float:left;
}


.sidebar div {
margin-bottom:10px;
}


ul.bottom-language li{
list-style:none;
  text-align: center;
  padding: 5px 0;
}
ul.bottom-language{
text-align: center;
margin-bottom: 20px;

}
.top-header{
    text-align: center;
    background: #252525;
    color: #fff;
    line-height: 20px;
	position: fixed;
    width: 100%;
    z-index: 999;
}

.top-header p, .top-header a{
    margin: 0;
    padding: 0;
}
.top-header p a, .top-header a{
    text-decoration:none;
	
}

.top-header p a:hover, .top-header a:hover{
    text-decoration:none;
	color:#017DC3 !important;
	background:#252525;
}
.featherlight .featherlight-content{
	    padding: 38px 38px 0;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 8px;
    right: 8px;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255,255,255,.3);
    color: #000;
    font-size: 30px;
    font-weight: bolder;
}
.featherlight .featherlight-content{
	cursor: pointer;
	    overflow: hidden;
}

.featherlight-loading .featherlight-content {background-color:transparent;}
.featherlight-loading .featherlight-close-icon {display:none;}
.featherlight-loading .featherlight-previous {display:none;}
.featherlight-loading .featherlight-next {display:none;}

.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow: hidden;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
 

/* Style tab links */
.tablink {
 /* background-color: #888; 
  color: white;*/
  color: #017DC3;
  float: left; 
  outline: none;
  cursor: pointer;
  padding: 10px 0px;
  font-size: 18px;
  width: 25%; 
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 3px solid #CCC;
  border-bottom: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tablink.letter{
	width: 48%;
    border: 3px solid #017DC3;
    border-bottom: none;
}
.tablink a{
	color: #017DC3;
	margin: 0px 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.tablink a:hover {
    background: none;
    text-decoration: underline;
}

.tablink:hover {
  background-color: #ccc; 
}

.tablink.special:hover { 
  text-decoration: underline;
}

.tablink.special{
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    background-color: #ccc; 
}

.tablink.special.wcount{
	width: 18%
}
.tablink.special.nato{
	width: 285px;
	margin-left: 1px;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

.rib.box {
  position: relative;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 70px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#d93434 0%, #ff0000 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 8px;
	right: -15px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

@-moz-document url-prefix() {
}