body {
	font-family:Arial, sans-serif;
    margin:0 0 0 0;
    color:white;
    background-color:black;
}

a {
    color: #ff6611;
    font-weight:bold;
	text-decoration:none;
}
a,img{
	outline:none;	
}

a:hover {
    color: #ffcc00;
}

hr {
    height:1px;
    color:black;
}

h3 {
    font-size:1.2em;
    padding:0;
    margin:0;
}

img {
    border:none;
}

a img {
    border:none;
}

li {
    padding-bottom:8px;
}

object{
	outline:none;	
}

form label{
	display:none;
}

input{

}

.smallText {
    font-size:0.8em;
}

.largeText {
    font-size:1.1em;
}

.featItem {
    font-size:0.8em;
}

.faqList li {
    padding-bottom:8px;
}

.faqList li a {
    text-decoration:none;
}

#content_container{
    width:980px;
}
#container,#header_image,.container_main_border,#bottom_menu {
    width:100%;
	min-width:980px;
	text-align:center;
	width:expression(document.body.clientWidth > 980 ? "100%":"980px");
}

#content_container {
    margin: 0 auto;
}

#container {
    margin:0 auto; 
}

.container_main_border {
    float:left;
}

#header_image {
    overflow:hidden;
    text-align:left;
    height:126px;
    background-image:url('/images/header_image.png');   
    background-color:black;
    background-repeat:no-repeat; 
    padding:0;
    margin:0;
}
#header_image img {
    border:0;
    padding:0;
    margin:0;
}

#menubar  {
    height:33px;
    background-image:url('/images/menubar_bg.png');
    background-repeat:repeat-x;
	margin-bottom:10px;
}

#menubar_left {
    float:left;
    background-image:url('/images/menubar_left.png');
    background-repeat:no-repeat;
    width:84px;
    height:33px;
}

#menubar_right {
    float:right;
    background-image:url('/images/menubar_right.png');
    background-repeat:no-repeat;
    width:88px;
    height:33px;
}

/* ---------- BEGIN CONTENT BOXES ---------- */
.sidemenuHeader{
	height:27px;
	overflow:hidden;
	background-image:url('/styles/blackswirl/images/contentHeaderRight.png');
	background-position: right;
}
.sidemenuHeaderTitle{
	width:95%;
	padding-left:5px;
	float:left;
	height:27px;
	white-space: nowrap;
	background-image:url('/styles/blackswirl/images/sidemenuHeaderLeft.png');
	background-position: left;
	background-repeat: no-repeat;
}
.sidemenuHeaderTitleText{
	padding-top:2px;
	width:100%;
	font-size:1.2em;
	color:#fff;	
}
.sidemenuBody
{
	/* */	
}
.sidemenuBody ul{
    text-align:right;
    list-style-type: none;
    margin:10px 10px 10px 10px;
}
.sidemenuBody ul li{
    padding-top: 5px;
}

.contentBox{
	background-color:#222;
}
.contentHeader{
	height:27px;
	width:100%;
	overflow:hidden;	
	background-image:url('/styles/blackswirl/images/contentHeaderRight.png');
	background-position: right;
}
.contentHeaderTitle{
	padding-left:5px;
	float:left;
	height:27px;
	white-space: nowrap;
	background-image:url('/styles/blackswirl/images/contentHeaderLeft.png');
}
.contentHeaderTitleText{
    font-size:1.2em;
    padding-top:2px;
	color:#fff;
}
.contentHeaderMiddle{
	width:33px;
	height:27px;
	float:left;
	background-image: url('/styles/blackswirl/images/contentHeaderMiddle.png');
}
.contentBody
{
	text-align:left;
	padding:5px 5px 2px 5px;
	width:95%;
}
.contentFooter{
	width:100%;
	height:5px;
	background:url('/styles/blackswirl/images/contentFooterLeft.png') no-repeat;
}
.contentFooter div{
	height:5px;
	width:5px;
	float:right;
	background-image:url('/styles/blackswirl/images/contentFooterRight.png');
}

/* simple boxes */

.contentHeaderSimple{
	width:100%;
	height:5px;
	background:url('/styles/blackswirl/images/contentSimpleLeft.png') no-repeat;
}
.contentHeaderSimple div{
	height:5px;
	width:5px;
	float:right;
	background:url('/styles/blackswirl/images/contentSimpleRight.png') no-repeat;
}



/* ---------- END CONTENT BOXES ---------- */

#bottom_menu {
	float:center;
    text-align:center;
    font: 0.6em;
	padding-bottom:20px;
}

#bottom_menu a {
    text-decoration: none;
}

#sddm {
    float:center;
    margin: 0;
    padding: 0;
    z-index: 30;
    height:33px;
    overflow:hidden;
}

#sddm li {
    margin: 0;
    padding: 0;
    list-style: none;
    float:left;
    height:33px;
}

#sddm li a {    
    padding-top:33px;
    font-weight:bold;
    font-size: 0.9em;
    display:block;
    background-image:url("/images/menunav3.png");
    _background-image:url("/images/menunav3.png"); 
    background-repeat:no-repeat;
    height:0;
    overflow:hidden;
}


/* normal */
#menu_home         a {background-position:0 0;width:49px;}
#menu_leadership   a {background-position:-49px 0;width:81px;}
#menu_organization a {background-position:-131px 0;width:91px;}
#menu_news         a {background-position:-222px 0;width:48px;}
#menu_speeches     a {background-position:-269px 0;width:73px;}
#menu_employment   a {background-position:-342px 0;width:93px;}
#menu_multimedia   a {background-position:-434px 0;width:80px;}
#menu_newcomers    a {background-position:-513px 0;width:86px;}
#menu_contact      a {background-position:-599px 0;width:60px;}
#menu_faq        a {background-position:-659px 0;width:40px;}
/*comes before faq, but mathematically works better here*/
#menu_links          a {background-position:-695px 0;width:49px;}

/* hover */
#menu_home         a:hover {background-position:0 -35px;}
#menu_leadership   a:hover {background-position:-49px -35px;}
#menu_organization a:hover {background-position:-131px -35px;}
#menu_news         a:hover {background-position:-222px -35px;}
#menu_speeches     a:hover {background-position:-269px -35px;}
#menu_employment   a:hover {background-position:-342px -35px;}
#menu_multimedia   a:hover {background-position:-434px -35px;}
#menu_newcomers    a:hover {background-position:-513px -35px;}
#menu_contact      a:hover {background-position:-599px -35px;}
#menu_faq        a:hover {background-position:-659px -35px;}
/*comes before faq, but mathematically works better here*/
#menu_links          a:hover {background-position:-695px -35px;}

#sddm div {
    z-index:1000;
    position: absolute;
    visibility: hidden;
    padding: 0;
    background: #fff;
    border: 0px;
    text-align:center;
}

#sddm div a {
    background-image:none;
    height:auto;
    overflow:normal;
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    font: 8px;
}

#sddm div a:hover {
    background: #ccc;
    color: #000;
}

#bioHeader {
    margin-top:10px;
    text-align:center;
    width:100%;
    padding-top:0;
}

#bioTop {
    padding-bottom:10px;
    margin-top:10px;
}

#imgg_container {
    text-align:left;
    width:650px;
    height:510px;
    color:white;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
}

#imgg_content {
    height:300px;
    background-color: black;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px
}

#imgg_bigpic {
    float:left;
    width:400px;
    text-align:center;
    height:300px;
}

#imgg_desc {
    width:230px;
    height:300px;
    overflow:auto;
    float:right;

    scrollbar-face-color: #cccccc; 
    scrollbar-highlight-color: #aaaaaa; 
    scrollbar-3dlight-color: black; 
    scrollbar-darkshadow-color: black; 
    scrollbar-shadow-color: #666666; 
    scrollbar-arrow-color: black; 
    scrollbar-track-color: #222222; 
}
#imgg_desc a  {
    color:#D8D39B;
}

#imgg_bp_title {
    font-size:1.1em;
}

#imgg_bp_description {
    font-size:0.8em;
}
#imgg_bp_credit {
    font-size:0.7em;
}

#imgg_menu {
    padding:0;
    height:102px;
    background-image:url('/images/gallery_menu_bg.png');
    background-repeat:repeat-x;
}

.imgg_prev,.imgg_prev_down,.imgg_next,.imgg_next_down {
    width:46px;
    height:102px;
    text-align:center;
    background-repeat:no-repeat;
    cursor:pointer;
}

.imgg_prev {
    background-image:url('/images/gallery_menu_prev.png');
    float:left;
}
.imgg_prev_down {
    background-image:url('/images/gallery_menu_prev_down.png');
    float:left;
}

.imgg_next {
    background-image:url('/images/gallery_menu_next.png');
    background-position: 100% 50%;
    float:right
}
.imgg_next_down {
    background-image:url('/images/gallery_menu_next_down.png');
    background-position: 100% 50%;
    float:right
}


#imgg_thumbnails {
    padding:0;
    overflow:hidden;
    float:right;
}

.imgg_norm, .imgg_highlight {
    height:102px;
    width:116px;
    float:left;
    padding-top:4px;
    padding-left:4px;
    padding-right:0;
    margin-left:0;
    background-repeat:no-repeat;
    font-size:0.8em;
    cursor:pointer;
}

.imgg_norm {
    background-image:url('/images/gallery_norm.gif');
    margin-right:-75px
}

.imgg_highlight {
    background-image:url('/images/gallery_highlight.gif');
    margin-right:-10px
}

#fullpic_container {
    position:absolute;
    left:0;
    top:0;
    width:750px;
    height:510px;
    opacity: .75;
    filter: alpha(opacity=75);
    background-color:black;
}

#fullpic_content {
    text-align:center;
    position:absolute;
    top:0;
    margin-left:auto;
    margin-right:auto;
    width:750px;
    height:510px;   
}

#fullpic_content b {
    font-weight:normal;
    position:absolute;
    bottom:10px;
    left:300px;
    font-size:1.2em;
}

.content_header {
    font-size: 1.2em;
}
.content_subheader {
    font-size: 1.0em;
    font-weight: bold;
}

.content_list  {
    margin-top:5px;
}
.content_list li {
    font-size:0.8em;
}

.news_summarytitle {
    text-decoration:none;
}

.news_summary {
    font-size: 0.9em;
}

.news_date {
    font-size:0.7em;
    font-weight:bold;
}

.news_image {
    float:right;
    font-size:0.7em;
    /*width:345px;*/
    margin-top:20px;
    padding-bottom:4px;
    text-align:right;
    padding-left:2px;
    padding-right:2px;
}

.news_image img {
    border:0;
}

.news_title {
    padding-top:10px;
    font-size:1.2em;
}

.news_credit {
    font-size:0.9em;
}


.sliderwrapper {
    position: relative;
    overflow: hidden;  
    width: 100%;
    height: 310px;
    margin: 0;
}

.sliderwrapper .contentdiv {
    visibility: hidden;
    width: 100%;
    height: 310px;
    margin: 0 auto;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    font-size:0.9em;
}

.contentdiv a {
    text-decoration:none;
}

.contentdiv img {
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

.pagination {   
    width:50%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    background-color:#333333;
    border: 4px solid #222222;
    border-left:0;
    border-right:0;
}

.pagination a {
    text-decoration:none;
}

.imageLibraryMenu{
	height:120px;
	width:100%;
	background-color:#000;
	padding-top:0;
	text-align:center;
}
.imageLibraryMenu a{
	margin-left:5px;
	background:url('/images/galleries/header_all.jpg') no-repeat;	
	width:142px;
	height:0;
	overflow:hidden;
	padding-top:111px;
	display:block;
	float:left;
}

.imageLibraryMenu .awardsInactiveMarker{background-position:0 -113px;}
.imageLibraryMenu .eventsInactiveMarker{background-position:-144px -113px;}
.imageLibraryMenu .spaceInactiveMarker{background-position:-288px -113px;}
.imageLibraryMenu .cyberspaceInactiveMarker{background-position:-432px -113px;}
.imageLibraryMenu .deterrenceInactiveMarker{background-position:-576px -113px;}

.imageLibraryMenu .awardsActiveMarker{background-position:0 0;}
.imageLibraryMenu .eventsActiveMarker{background-position:-144px 0;}
.imageLibraryMenu .spaceActiveMarker{background-position:-288px 0;}
.imageLibraryMenu .cyberspaceActiveMarker{background-position:-432px 0;}
.imageLibraryMenu .deterrenceActiveMarker{background-position:-576px 0;}

.imageLibraryImage{
	width:90%;
	font-size:0.9em;	
	text-align:left;
	padding-bottom:10px;
	padding-left:25px;
	float:left;
}
.imageLibraryImage a{
	font-size:0.9em;	
}
.imageLibraryImage img{
	float:left;
	padding-right:10px;
}


.videosMenu{
	text-align:center !important;
	width:100%;
	margin:0 !important;
	padding:0 !important;
}
.videosMenu li{
	padding:1px 0 1px 0;text-decoration:none;
}
.videosMenu a{
	text-decoration:none;
}

.videoItem{
	text-align:center;
	float:left;
	margin:5px 0 5px 18px;
	padding:5px 1px 1px 1px;
	background-color:#222;
	width:160px;
	height:180px;
}
.videoItem a{
	text-decoration:none;	
}

.usefulLinks{
	margin:0;
	padding:0;
}
.usefulLinks li{
	margin:0;
	padding:0;
	text-align:left;
}


#searchFormContainer{
	margin:20px 0 20px 0;
}
#searchResults{
	width:90%;
}
#searchResults ul{
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
	padding-top:10px;
}
#searchResults ul li{
	list-style:none;
	padding:0;
	margin:0;
}
#searchResults ul li i{
	color:#aaa;	
}
.searchPagination{
	display:block;
}
.searchPagination li{
	float:left;
	width:20px;
}


/*BEG reading list*/
#bigBooks{
	overflow:hidden;
	height:300px;
	width:100%;
	margin-bottom:10px;
}
.bigBook{
	height:300px;
	width:100%;
}
.bigBook img{
	float:left;
	margin:0 12px 12px 12px;
}
.bigBook h3{
	color:#ff6611;
}
#littleBooks{
	height:250px;
	width:2000px;
}
.littleBook{
	float:left;	
}
.littleBook:hover{
	margin-top:-10px;
}


/*END reading list*/


/*BEG Biographies Page */
.bioCommanderLink{
	width:680;
	height:275px;
}
.bioCommanderLink img{
	float:left;
	padding-right:10px;
}
.bioLink{
	width:320px;
	height:115px;
	float:left;
	margin:5px;
}
.bioLink img{
	float:left;
	padding-right:6px;
}
/*END Biographies Page */
