@charset "UTF-8";
/* CSS Document */

/*----------BODY----------*/
body{
font: .825em/1.25 Verdana, Geneva, sans-serif;
margin: 0;}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, form{ margin-bottom:15px;}
li{margin-bottom: 5px;}

h1{font-size: 2em; font-weight: bold;}
h2{font-size: 1.3em; font-weight: bold;}
h3{}
h4{}
h5{}
h6{}
p,li,td{
	color: #2c2c2c;
	line-height: 1.5em;
	font-size: 12px;}

ul, ol{padding-left:1.5em;
}

ul li, ol li{
    list-style-position: outside; /* or 'inside' */
    margin-bottom: 10px;
    margin-left: .5em; /* gives 'room' for the numbers to appear in */
}

a{text-decoration: none;
	color:#05599c;
}
blockquote.boxbold{
	background:#010c31;
	color:#b4c3e6;
	margin:0;
	padding:20px;
}

.clear{
	clear:both;
	width:100%;
}

a.link-yellow{
	background: #ffc165;
	border:#7c4905 1px solid;
	color:#7c4905;
	display: table-cell;
		vertical-align: middle;
	text-align: center;
}

a.link-yellow:hover{
	background: #7c4905;
	border:#ffc165 1px solid;
	color:#ffc165;
	display: table-cell;
		vertical-align: middle;
	text-align: center;
}

h2.blue-title{
	background: #b3c2e5;
	border:#fff 1px solid;
	color:#010c31;
	display: table-cell;
		vertical-align: middle;
	padding: 7px 10px;
	position:absolute;
		top:-20px;
		left: 65px;
	margin:0 auto;
	text-align: center;
}

/*----------HEADER----------*/

header{
	width:960px;
	padding:10px;
	margin:0 auto;
	
	position:relative;
	
	height:90px;
}

#search{
	background: url('../images/icons/icon-telescope.png') no-repeat center right;
	color:#fff;
	padding:5px 30px 5px;
	position:absolute;
		top:25px;
		right:0;
}

ul#social-media{
	position:absolute;
		top: 65px;
		right:0;
}

ul#social-media li{
	float:left;
	height:25px;
	width:25px;
	margin-left: 5px;
	list-style: none;
}

/*----------NAV (modernize)----------*/

nav{
	font-size:.875em;
	padding: 0 10px;
	margin:0 auto 20px auto;
	min-height: 50px;
	width:960px;
}

nav ul{
	list-style: none;
	margin: 0;
	min-height: 50px;
	padding: 0;
}

nav ul li{
	float:left;
	margin: 0 12px 0 0;
	width: 150px;
}
nav ul li:last-child{margin-right:0;}

nav ul li a{
	display:block;
	height:48px;
	width:148px;
	
}

/*----------CONTAINER----------*/

#container{
	border:#fff 1px solid;
	width:940px;
	padding: 20px;
	margin:0 auto 15px auto;
	
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.6);
}

#container article{
	width:66%;
	padding: 25px 10px;
	margin:0;
	margin-bottom: 15px;
	float:left;
	position:relative;
	background: #fff;
}

#translate{
	display:block;
	font-size: .75em;
	position:absolute;
		top:0;
		right:0;
	padding: 5px;
}

#page-title{
	color:#fff;
	margin: 0 auto;
	width:960px;
}

#page-title h1{
	padding-right: 33%;
}

/*----------SIDEBAR----------*/

#container aside{
	width:30%;
	margin:0;
	float:right;
}

#container aside .box{
	background: #fff;
	padding:3%;
	position:relative;
	width:94%;
	margin-bottom:30px;
}

#container aside .box ol, #container aside .box ul{
	color:#8590a6;
}

#container aside .box .box-title{
	color:#010c31;
	margin-top:0;
	padding: 2px 0 2px 30px;
}

#container aside .box .box-news{
	background: url('../images/icons/icon-satalite.png') no-repeat top left;
}

#container aside .box .box-secondary{
	background: url('../images/icons/icon-bullseye.png') no-repeat top left;
}

#container aside .box .box-link{
	display:block;
	padding:10px 0;
	position:absolute;
		bottom:-20px;  /* clean */
		left:0;
		right:0;
	margin:0 auto;
	width:93.02%;
}

#container aside #sidebar-links{
	background: rgb(1, 12, 49); /* The Fallback */
	background: rgba(1, 12, 49, 0.5);
	border: #fff 1px dashed;
	margin: 15px 0 15px 0;
	padding:3%;
	padding-top: 25px;
	position: relative;
}
#container aside #sidebar-links h2{}
#container aside #sidebar-links ul{
	padding: 0;
	margin: 0;
}
#container aside #sidebar-links ul li{
	display: block;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	
}
#container aside #sidebar-links ul li:last-child{
	margin-bottom: 0;
}

#container aside #sidebar-links ul li a{
	background: #ffc165;
	border:#7c4905 1px solid;
	color:#7c4905;
	display: table-cell;
		vertical-align: middle;
	padding:10px 0;
	text-align: center;
	width:264px;
}

#container aside #sidebar-img{
	border:#fff 3px solid;
	height: 276px;
	margin: -40px 0 35px 0;
	width: 276px;
}

#container aside #sidebar-img-noborder{
	height: 325px;
	margin: -40px 0 35px 0;
	width: 276px;
}

/*----------FOOTER----------*/

footer ul{
	list-style: none;
	text-align: center;
	width: 100%;
	padding:0;
}

footer ul li{
	display:inline-block;
	margin: 0 3px;
}

footer ul li a{
	display:table-cell;
		height:40px;
		width: 170px;
	color: #ffc165;	
	font-size: .825em;
	text-align: center;
	vertical-align: middle;
}

footer ul li a:link{
	background: rgb(1, 12, 49); /* The Fallback */
	background: rgba(1, 12, 49, 0.5);
	border: #ffc165 1px solid;
	color: #ffc165;
}

footer p{
	color:#ffc165;
	font-size: .825em;
	text-align: center;
}

/*----------HOME PAGE----------*/

#banner{
	width:960px;
	padding: 0 10px;
	margin:0 auto 20px auto;
	border-bottom:#fff 1px solid;
	
	height:350px;
}

#audience{
	background: rgb(1, 12, 49); /* The Fallback */
	background: rgba(1, 12, 49, 0.5);
	border: #fff 1px dashed;
	position:relative;
	margin: 20px 0 0;
	width:100%;
	padding-top: 25px;
}

#audience h2{
	left: 333px;
}

#audience ul{
	padding: 0;
	text-align: center;
	width:100%;
}

#audience ul li{
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	vertical-align: top;
	width:135px;
}

#audience ul li img{
	height:135px;
	margin-bottom: 5px;
	width:135px;
}

#audience ul li a{
	height: 40px;
	
	width:135px;
}

/*----------ADS----------*/

#ads{
	width:960px;
	padding: 0 10px;
	margin:0 auto 15px auto;
	text-align: center;
	
	/*background: #2d2769;*/
}

.ads-square{
	display: inline-block;
	align: center;
	height: 178px;
	margin: 5px;
	width: 220px;
	
}

.ads-rect{
	display: inline-block;
	height: 60px;
	margin: 3px;
	width: 468px;
}

#ads img{
	border: none;
	margin: 0;
	padding: 0;
}

/*----------colors used throughout----------*/

td	{
	font-size:12px;
}

.ltBlue {
color: #000000;
background:#DFE2EC;
}

.dkBlue {
color: #000000;
background:#B9C1D7;
}

.fontBlue {
color:#1D57E0;
}

.fontRed {
color:#FF0000;
}

@media print {
    img {
      display: none;
}
}
