@charset "utf-8";
/* CSS Document */
/* ========      main tags    ======== */
* {
   margin: 0;
   padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* ========      HEADER    ======== */

#header{
	background: #DC1800;
	margin: 0;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
	
/* ========      RED BAR    ======== */

#red-bar{
	background: #DC1800;
	width: 945px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
	text-align: right;
	}

	
/* ========      LOGOTYPE    ======== */

#logotype{
	float: left;
	display: block;
	width: 484px;
	height: 78px;
	background-image: url(../images/header/header.jpg);
	background-repeat: no-repeat;
	}
	
#logotype img{ visibility: hidden;}

#logotypecenter{
	float: left;
	display: block;
	width: 484px;
	height: 78px;
	background-image: url(../images/header/headercenter.png);
	background-repeat: no-repeat;
	}
	
#logotypecenter img{ visibility: hidden;}

/* ========      TACTICAL    ======== */

#tactical-links{
	display: block;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#tactical-links li{
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	text-align: left;
	}

#tactical-links li a{
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	}

#tactical-links li a:hover{ text-decoration: underline;}



/* ========      SEARCH    ======== */


#search-button{
	vertical-align: middle;
	margin: 0 3px 0 0;
	}
	
#search-gateway{
	display: block;
	margin: 0;
	padding: 0 0 18px 33px ;
	}
	
#search-gateway #search-box #query{
	color: #757575;
	font-size: 80%;
	line-height: 80%;
	padding: 2px 0 2px 5px;
	}

#searchgateway #searchbox{ margin: 0 0 .3em 0;}
#search-label{ display: none;}
  
  /********************************************

                     CLASSES

*********************************************/

.gone {	display: none;}


.hidden { visibility: hidden;}
