/* CSS Document */

/* =Body
---------------------------------------------------------------------
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #000066; 
/*	background: #0e234e; RAMS */
}

h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #264ba3;
	border-right: 20px;
	border-bottom: 1px solid #264ba3;  
	line-height: 1.5;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #264ba3;
	border-right: 20px;
	line-height: 1.5;
}

/* column 1 */
#column1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 220px;
/*	background: #303030;  
	background: #00FF00;  */
	border-top: 20px solid #303030;
	border-left: 10px solid #303030;
	border-right: 10px solid #303030;
	color: #ffffff;
	background: url(/Images/bg_col1.gif) repeat-y;  
}

#column1 b{
	color: #fcbe15;
	font-size: 1.1em;
}

#column1 a{
/*	color: #2748ad; */
	color: #ffffff;
	font-size: 0.9em;
}

#column2 {
	float: right;
	width: 560px;
	border: 5px solid  #e0e0d0;
    background-color: #ffffff;
	padding: 25px;
}

/* =Container
---------------------------------------------------------------------
*/

#container{
   width: 860px;
   margin: 0 auto;  
   padding: 0;
   background: url(/Images/bg_body.gif) repeat-y; 
}

.clear {
    clear: both;
    display: block;
    height: 1px;
	width: 860px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative; 
   z-index: 500;
   height: 167px;
   background-color:#000000;
   background: url(/Images/HeaderPassageBlack.jpg); 
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   position: absolute;
   bottom: 0px;
   right: 0px;
   left: 85px;
   margin: 0px; 
   z-index: 999;
   list-style: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

 #nav li{
   float: left;
   margin-right: 5px;
   background-color: #000000;
}

/* tab */ 
#nav li a,
#nav li span{
   float: left;
   display: block;
   height: 24px;
   padding: 7px 14px 0px;
   color: #ffffff; 
   text-decoration: none;
   background-color: #000000;
} 

/* hovering over tab */
#nav li:hover{
   background-color: #484848;
}

#nav li:hover a{
/*   background-position: left -31px; */
   background-color: #484848;
   color: #ffffff;
}

/* current tab */
#nav li.current,
#nav li.current a,
#nav li.current span,
#nav li.current:hover,
#nav li.current:hover a,
#nav li.current:hover span{
   color: #ffffff;
   background-color: #333333;
}

#nav li.hide{
   background-color: #000000;
}

#nav li ul{
   clear: left; 
   position: absolute;
   left: -999em; 
   z-index: 999;
   width: 161px; 
   margin-top: 31px; /* pushes the box down */
   margin-left: -1px;
   margin-right: 0px;
   border: 1px solid #000000;
   border-top: 0;
   border-bottom: 0;
   padding: 0;
   list-style: none;
   line-height: 1;
}

*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
/*   _display: block;  */
   float: none;
/*   _float: left; */
   margin: 0;
   font-size: .9em;
   text-transform: none;
}

#nav li:hover li a,
#nav li.current:hover li a{
   float: none;
   width: 133px;
   height: auto;
   margin: 0px;
   padding: 9px 14px;
/*   border-top: 1px solid #FBFCFE;
   border-bottom: 1px solid #D3D6CD;  */
   color: #ffffff;
   background: #000000;
}

#nav li:hover li a:hover,
#nav li.current:hover li a:hover{
   background: #484848;
}

#nav li ul ul{
   margin: -31px 0 0 161px; 
}

#nav li:hover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}


/* =Navigation
---------------------------------------------------------------------
*/

#copyright{
	width: 860px;
	margin: 0 auto;  
	color:#ffffff;
   	font-size: 0.8em;
	
    clear: both; 
    display: block;
    overflow: hidden;
    padding: 0;
}