/* Tell the browser to render HTML 5 elements as block */
article,aside,details,figcaption,figure,
div,footer,header,hgroup,menu,nav,section { 
    display:block;
    position:relative;
}
body {
	padding: 0 0;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: white url(../img/bg.jpg) top repeat-x;
    position:relative;
    width: 100%;
}
.container{
    width: 980px;
    margin: 0 auto;
}


#br{
    border: solid 5px #cccccc;

}


/*------------------------------
=HEADER
------------------------------*/

header.doc{
    z-index:1;
    height:87px;
    width: 980px;
    background: url(../img/header.jpg) #204a84 top no-repeat;
    overflow:hidden;
}

header h1{
    position:relative;
    display:block;
}

header h1 a{
    height:90px;
    width:230px;
   background:url(../img/logo.png) left  no-repeat;
    position:relative;
    display:block;
    text-indent:-999em;
    text-decoration:none;
}
header h1 a:hover{
opacity: .65;
 filter:alpha(opacity=65);


}


#intro{
    width:700px;
    height:280px;
    z-index:5;
    overflow:hidden;
    position:relative;
}

#intro .items {
    width: 493px;
    height:470px;
    position:relative;
}
#intro-bg .item{
    top:0;
    left: 0;
  width: 493px;
    height:470px;
   }
.author{
    float:right;
    line-height:1em;
    background-color:#eeeeee;
    color:gray;
    text-align:center;
    border: 4px solid white;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
    font-family:'Times Europa', times;
}


.more, time{
    width:33px;
    float:right;
    clear:right;
    padding:5px;
    margin: 0 0 10px 20px;
    line-height:1em;
    text-align:center;
    border: 1px solid white;
    -moz-box-shadow: 0px 0px 5px #1c1c1c;
    -webkit-box-shadow: 0px 0px 5px #1c1c1c;
    box-shadow: 0px 0px 5px #1c1c1c;
    font-family:'Times Europa', times;
    text-transform:uppercase;
    background-color:#b2b2b2;
    color:white;
	text-shadow: 1px 1px 1px #757575;
}

time span{
    display:block;
    font-size:22px;
    line-height:22px;
}

.more{
    text-decoration:none;
    font-size:10px;
    background-color:#757575;

}
.content footer .more{
    clear:right;
}
p .more{
    margin: 8px 0 0 0 ;
}

.more:hover{
    background:#1c4257;
    color:white;
}
#intro .author figcaption{
    padding:0!important;
}

#intro .author img{
    padding: 0!important;
    margin: 0 0 6px 0!important;
    border: 0!important;
    float:none;
    -moz-box-shadow: 0px 0px 0px #888;
    -webkit-box-shadow: 0px 0px 0px #888;
    box-shadow: 0px 0px 0px #888;
 
}
.ui-tabs-hide{
	display: none;
}
#media-channel{
    height:420px;
    margin: 0 0 100px 0;
}
#media-channel .items{
    height:405px;
}

#media-channel .items article{
    height:80px;
}

#media-channel h3{
    font-size:20px;
}
ul.tabs{
    position:absolute;
    display:block;
    width: 340px;
    left: 340px;
	z-index: 100;
}

ul.tabs *{
    position:relative;
    display:block;
}
.tabs a{
    padding: 10px 15px;
    font-family:'Times Europa', times;
    font-size:15px;
    text-decoration:none;
    line-height:1.3em;
    font-family: arial;
    color:#8b8b8b;
    line-height:1.2em;
    font-size:11px;
    border-top:solid 1px #e6e6e6;
    border-bottom:solid 1px #e6e6e6;
    border-right: solid 10px white;
    margin: 0 0 -1px 0;
    top:-14px;

}

#intro .tabs h3{
    font-size:16px;
    color: #132855;
    margin: 0;
    line-height:1.1em;
	font-size:14px;
}
#intro .tabs span{
    margin: 0;
    padding: 0;
    color:#1f4b8a;
    font-style: italic;
    line-height:1.2em;
    font-size:11px;

}
#intro .tabs p{
    margin: 0;
    padding: 0;
    color:#8b8b8b;
    line-height:1.2em;
    font-size:10px;

}

#intro .tabs li.tabs-selected a, #intro .tabs  li.ui-tabs-selected a, #intro .tabs a:hover {
    border-color: #132855;
    border-left: solid 10px #1f4b8a;
    border-right: solid 0px #1f4b8a;
    color:#595959;
    z-index:10;
}

#intro .tabs li.tabs-selected a h3, #intro .tabs  li.ui-tabs-selected h3, #intro .tabs a:hover h3 {
    color:#595959;

}
#intro .tabs a:hover h3{
    color: #132855;
}
figure.art{
    padding:5px;
    background:#1f4b8a;
    display:block;
    position:relative;
}
#intro figure.art{
    width: 360px;
}
figure.art img{
    border:0;
    float:none;
    margin:0;
}

figure.art figcaption{
	position: relative!important;
	display: block!important;
	clear:left;
    color:white;
    background:#1f4b8a;
    font:10px;
	color: #777;
	margin: 0 0 0 5px;
}

/*------------------------------
=NAVIGATION
------------------------------*/

nav.doc{
    margin:0;
    z-index:10;
    width: 980px;
    height:45px;
    background:white;
}
nav.doc ul{
    position:relative;
    margin: 0;
    padding: 0;
	width: 980px;
	list-style: none;
    height:45px;
    overflow:hidden;
}
.content nav ul{
}

nav.doc ul li {
display:block;
float: left;
}

nav.doc ul li a {
	display: block;
	font-size: 17px;
    margin: 5px 0 0 8px;
	padding:10px;
	text-decoration: none;
    font-family:'Times Europa', times;
    color:#4d4d4d;
    font-weight:normal;
}

nav.doc ul li a:hover {
    background-color:#cccccc;
	padding:5px 10px 20px 10px;
    color:black;
 -moz-box-shadow: 0px 0px 8px black;
    -webkit-box-shadow: 0px 0px 8px black;
    box-shadow: 0px 0px 8px black;

}

nav ul li.current>a {
background-color:white;
}

#sitemap{
    background:white;
    margin:60px 0 0 0;
    padding:30px 0;
    border-top: double 3px gray;
    border-bottom: double 3px gray;

}
#sitemap .container {
    display:table;
    table-layout:fixed;
    width:980px;
    margin:0 auto;
}
#sitemap .item{
    display:table-cell;
    vertical-align:top;
    text-align:center;
    width:130px;
}


#sitemap .item *{
    width:auto;
    margin: 0;
    padding: 0;
    font-size: 15px;
    background:none;
    display:block;
    clear:both;
    background-image:none;
    line-height:1.4em;
    text-align:center;

    font-family:'Times Europa', times;
}
#sitemap .item h3 a{
    text-decoration:none;
    font-size:20px;
    color:#aa392a;
  display:block;
    float:none;
    position:relative;
    border-bottom: solid 1px #d7d7d7;
    padding:0 0 15px 0;
    margin: 0 0 5px 0

}


#sitemap .item h3 a:hover{
    text-decoration:underline;
}

#sitemap .item a{
    color:#919191;
    text-decoration:none;
    font-size:12px;
    padding:3px 0;
}

#sitemap .item a:hover{
    color:#aa392a;
}

/*------------------------------
=INTRODUCTION
------------------------------*/
#pagetitle{
    border-bottom: solid 1px #efefef;
    padding:0px 10px 10px 10px;

    margin:0 0 0px 0;
}
.pad{
    padding:10px;

}
#tools{
position:absolute;
right: 10px;
z-index: 10;
display:block;

}

#crumbs{
    width: 500px;
}


/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/


#mainContent{
    float:left;
    width:700px;
    padding:10px;
    z-index:2;
}

#mainContent .wraper{
min-height: 300px;
}

aside.col{
    width:220px;
    padding:10px;
    float:left;
    background:white;
    overflow: hidden;
    margin: 0px -40px 0 0;
    z-index:3;
}

/*------------------------------
=BLOG POST
------------------------------*/




/*------------------------------
=COMMENTS
------------------------------*/

 #comments article{
 padding:10px 20px 20px 20px;
 }
 #comments article:nth-child(odd) {
 background: #E3E3E3;
 border: 1px solid #d7d7d7;
}
#comments article header {
font-size:1.6em;
width: 100%;
}

#comments article p {
	padding: 0;
    margin: 0;
}
/*------------------------------
=COMMENT FORM
------------------------------*/
form {
    padding-top: q2px;
    width:100%;
    position:relative;
    display:block;
}
form p {
    display: table;
}
form label {
    display: table-cell;
    padding-right: 20px;
    font-weight: bold;
    vertical-align: top;
    width: 150px;
    white-space:nowrap;
}

form ul{
    list-style:none;
    margin: 0px 0 30px 15px;
}
form li{
    display:inline-block;

}
form .errorlist {
    margin: 0!important;

}
form .errorlist li{
    width: 475px;
    left: 170px;
    position:relative;
    display:block;
    background:#f26933;
    color:white;
    padding:6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-radius: 4px;
    behavior: url(/media/css/ie-css3.htc);


}
form input[type="text"], form input[type="email"], form input[type="url"], select {
    display: table-cell;
    width: 475px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-radius: 4px;
    behavior: url(/media/css/ie-css3.htc);
    padding:6px;
    border: 1px solid #d7d7d7;
}

#post form input[type="text"],#post form input[type="email"],#post form input[type="url"], select {
    width: 590px;
}

form input:focus {
    -moz-box-shadow: 0px 0px 5px #50adf3;
    -webkit-box-shadow: 0px 0px 5px #50adf3;
    box-shadow: 0px 0px 5px #50adf3;
    behavior: url(/media/css/ie-css3.htc);

}

form textarea {
    width: 600px;
    height: 100px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-radius: 4px;
    behavior: url(/media/css/ie-css3.htc);
    padding:6px;
    border: 1px solid #d7d7d7;
}
form p textarea{
    width: 475px;
}
form textarea:focus{
    -moz-box-shadow: 0px 0px 5px #50adf3;
    -webkit-box-shadow: 0px 0px 5px #50adf3;
    box-shadow: 0px 0px 5px #50adf3;
    behavior: url(/media/css/ie-css3.htc);

}
form input[type="submit"] {
    background:gray;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-radius: 4px;
    behavior: url(/media/css/ie-css3.htc);
    border:solid 1px gray;
    padding:10px;
    cursor:pointer;
    margin: 10px 0 0 5px;
    float:right;
    color: white;

}
form input[type="submit"]:hover{
    background-color:#222;
    color:white;

}
form input[required], .required, textarea[required]{
    -moz-box-shadow: 0px 0px 5px #aa392a;
    -webkit-box-shadow: 0px 0px 5px #aa392a;
    box-shadow: 0px 0px 5px #aa392a;
    behavior: url(/media/css/ie-css3.htc);


}
form label.checkbox {
    display:inline!important;
    font-weight: bold;
    vertical-align: top;
    white-space:nowrap;
}

form input[type="checkbox"], form input.checkbox {
    display:inline!important;
    background:green;
}

/*------------------------------
=SIDEBAR
------------------------------*/
 aside nav ul {
clear:left;
float:left;
display:block;
position: relative;
	list-style: none;
	margin: 0 -10px;
	padding: 0 0 0 0;
}
aside nav ul li{
clear:left;
float:left;
display:block;
position: relative;
width: 220px;
margin 0 -10px;
padding: 0;
}

aside nav ul li a {
	display: block;
	text-decoration: none;
    font-size:14px;
    padding:5px 10px;
    color:#4d4d4d;
    float:left;
position: relative;
    display:block;
    border-bottom: solid 1px #e6e6e6;
width: 220px;
}

aside nav ul li.current a {
    background:#b2b2b2;
}



aside nav ul li a:hover {
    background:#1c4257;
    color:white;
}
/*------------------------------
=FOOTER
------------------------------*/
footer.doc {
	padding: 0px 0 50px 0;
    text-align:center;
}
footer.doc section {
	text-align:center;
	width: 900px;
	margin: 0 auto 20px auto;;
    background:#cccccc;
    padding: 30px 40px;
	
}
footer.doc a {
	color: #404040;
}
footer.doc a:hover {
	text-decoration: none;
}


/*------------------------------
=ZONES
------------------------------*/

footer.bottom{
}
header.top{
    clear:left;
}
aside footer.bottom, aside header.top{
}
section .wraper{
}

#comments .wraper:nth-child(odd){
}

article{ 
    padding:10px 5px;
    border-bottom: solid 1px #e6e6e6;


}

#mainContent  .resent{
    padding:5px!important; 
    font-size:.8em;
    margin: 0;
}

#mainContent  .resent h3{
    font-size:15px;
    margin: 0;
    padding: 0;


}
.clear{
    clear: left;

}
#comments .wraper article{
    padding:0;
    margin: 0;
    border:0;
}
article footer a{
    text-decoration:none;
}


#mainContent article.small{
    padding:0;
    border: 0;
    margin:0;
}

#mainContent article.cols3{
    width: 220px;
    float:left;
    height:250px;
    border:0;
}

#mainContent article.cols3 img{
    float:none!important;
}

#mainContent article.cols3 footer{
    z-index:20;
    position:relative;
    display:block;

}

#mainContent article.small h4, #mainContent article.cols3 h4{
    margin: 0;
    font-weight:bold;
}
#mainContent article.small h4 a, #mainContent article.cols3 h4 a{
    font-weight:normal;
    font-size:14px;
    margin:0;
    color:#1c466e;
    text-decoration:none;
}

#mainContent article.small h4 a:hover {
    color:#8c0e1a;
}

#mainContent article.small h4 a span {
    font-size:10px;
    padding: 3px 5px;
    margin: 0 0 0 10px;
    background-color:# 808080;
    color:white;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
}

.gallery ul{
    margin: 0;
    list-style:none;
}

.gallery  ul *{
    position:relative;
    display:block;
    float:left;
}
.gallery a{
    padding:0px 0px 0px 0;
}
section time img{
    padding: 0;
    float:none!important;
    margin: 0!important;

}

#headerad{
    position:absolute;
    top:0px;
    right: 0px;
    z-index:10;
    width: 380px;

}

#headerad .fade li{
    position:absolute;
    list-style:none;
    display:none;
    margin: 0;
    padding: 0;
    top:-4px;
    left:0;
}


.ad{
    height:150px;
}

.content .col .ad{
    height:250px;
}

.ad img{
   -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}

.ad p{
    font-size:10px;
    margin: 10px;
    color:#b4b1aa;
    text-transform:uppercase;


}

.ad ul{
    margin: 0;
    list-style:none;
    padding: 0;
    height:200px;
}

#edcover{
    position:relative;
    float:none;

}
#air img#ed{
    margin:0!important;
    padding:0!important;
    float:none!important;
    left: -5px;
    position:relative;
    display:block;
}
#air header.top{
    background: #1e497c;
	margin:0 -10px 0 -5px;
    padding: 0 10px 0 5px;
	border: 0;
	
    height: 70px;
    width:220px;
}
#ait .top h2{
    height: 60px;
  position: relative;
	background: none;
	display: block;
	margin: 0;
	border: 0;
    width:220px;
	z-index: 10;
	top: -10px;
}
#air .top h2 a{
    background:url(../img/air.png)bottom no-repeat;
    height: 60px;
    position:relative;
    display:block;
    width:210px;
	cursor:pointer;
	text-indent: 999em!important;
	border: 0;

}

#air  .top h3{
    position: absolute;
    bottom:0px;
    right: 8px;
    color:white;
    font-size:13px;
    opacity: .65;
    filter:alpha(opacity=65);
}
#air .item{
    margin:0 -10px 0 -5px;
    padding: 10px 10px 10px 10px;
    background:#ced7e5!important;

}
#air .item * {
    color:#1e497c;
}

#air .item .more{
    color:white!important;
    background-color:#1e497c;
    border: solid 2px  #ced7e5;
    margin: -10px 0 -5px 0;;
}
#air .item .more:hover{
    opacity: .65;
    filter:alpha(opacity=65);
}


aside #gallery article{
    padding:4px 10px;
    background:#404040;
    margin: 0 -10px 10px -8px;
}

aside #gallery img{
    float:none;
    padding: 0;
    margin: 0;
    margin: 0 -5px;

}
aside #gallery h3, aside #gallery p{
    color:white;
    padding:0px 5px;

}
#gallery a span{
    position:absolute;
    display:block;
    width: 220px;
    height:160px;
    top: 0;
    left:0;
    background:url(../img/play.png) no-repeat center;
}
#search input{
    width: 150px;
    margin: 0 0 10px 0;
}

#search input.btn{
    width: 50px;
    top: 0;
    margin: 0;
    padding: 4px;
}
#gallery .auto span{

    background:url(../img/listen.png) no-repeat center;
}
#printlogo, .pimage{
    display:none!important;

}


.documents, .events, .media-releases, .monologues, .multimedia, .Op-eds, .reference, .speeches, .updates {
    display:none;

}

.article-col{
	float: right;
	}
.article-col figure{
	padding: 5px;
	background: #DEDDDC;
		font-size: 10px;
	}
article figure.art{
	float: left;
	margin: 0 10px 10px 0;
	width: auto;
	padding:5px 5px  0 5px;
	background: #DEDDDC;
	}

article figure.art.large{
	width: 280px;
}

article figure.art.small{
	width: 160px;
}

article figure.art.norm{
	width: 180px;
}


	article figure.art figcaption{
	clear: left;
	font-size: 10px;
	margin: 0 0 5px 0;
	width: auto;
	position:relative;
	background:transparent;
    color: gray;
	line-height: 14px;
}

#social{
position:absolute ;
top: 0;
right: 0px;
padding: 7px 0;
}

#social img{
float: right;
margin: 0 0 0 3px;
}

#search tr, #search form, #search td, #search tbody{
  background:white!important;
}

#search td, #search form, #search table {
  border: 0!important;
  padding: 0!important;
  background:white!important:
  line-height:1em!important;
  margin: 0!important;
}

#search .gsc-search-button{
  width: 60px!important;

}


figure {
  display:table;
}

figcaption{
  display: table-caption;
  caption-side: bottom;
  padding:6px;
  line-height:120%;
}
