@charset "utf-8";
/* CSS Document */

/*HOMEPAGE*/
#container{
width:801px;		
position:relative;
width:800px;
margin-left:-400px;
left: 50%;
overflow-x:hidden; 			
}

body{
margin:auto;
margin:0 auto; 

}

#headerarea_homepage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color:#FFFFFF;
	position: absolute;
	top:73px; 		
	bottom:0px;
	left:595px;	
	height:30px;
	visibility:visible;
	display:block

}

#headerarea_homepage a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#headerarea_homepage a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#headerarea_homepage a:hover{
	color:#999999;
	text-decoration:none;
}


#home_content{
width:577px;
background-image:url(../images/homepage/content_bg.jpg);
margin-bottom:10px;
margin-left:10px;
}


/*GSA*/

#headerarea_gsa
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color:#FFFFFF;
	position: absolute;
	top:73px; 		
	bottom:0px;
	left:55px;	
	height:30px;
	visibility:visible;
	display:block

}

#headerarea_gsa a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#headerarea_gsa a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#headerarea_gsa a:hover{
	color:#999999;
	text-decoration:none;
}

#gsa_content{
width:801;
background-image:url(../images/gsa/content_bg.jpg);
margin-left: auto;
margin-right: auto;
padding: 0px;
margin-bottom:10px;
}

.alliances{
width:235px;
height:193px;
border-right:1px dotted #999999;
position:relative;
top:355px;
left:5px;
}

#footer{
width:801px;
height:40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;	
font-weight: bold;
color:#057197;
}


a:link{
	color:#057197;
	text-decoration:none;
}

a:visited{
	color:#057197;
	text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:none;
}


/*TRS*/

#headerarea_trs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color:#FFFFFF;
	position: absolute;
	top:73px; 		
	bottom:0px;
	left:109px;	
	height:30px;
	visibility:visible;
	display:block

}

#headerarea_trs a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#headerarea_trs a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#headerarea_trs a:hover{
	color:#999999;
	text-decoration:none;
}

#trs_content{
width:801;
background-image:url(../images/trs/trscontent_bg.jpg);
margin-left: auto;
margin-right: auto;
padding: 0px;
margin-bottom:10px;
}

.alliances{
width:235px;
height:193px;
border-right:1px dotted #999999;
position:relative;
top:355px;
left:5px;
}

#footer{
width:801px;
height:40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;	
font-weight: bold;
color:#057197;
}


#footer a:link{
	color:#057197;
	text-decoration:none;
}

#footer a:visited{
	color:#057197;
	text-decoration:none;
}

#footer a:hover{
	color:#66CCCC;
	text-decoration:none;
}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:60px;
	background-color:#000;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFB119;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:0px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;

}









.regional_drop{
	position:absolute;
	top: 1px;
	border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: transparent;
	background-image:url(../images/trs/dropdown/dropdownbluetiled.gif);
	filter:alpha(opacity=80);   /* Internet Explorer       */

	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
	opacity: 0.8;
	width:auto;
	left: 305px;
	top:85px;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}


.regional_drop a{
width: auto;
display: block;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
text-decoration: none;
color: black;
}

* html .regional_drop a{ /*IE only hack*/
width: 100%;
}

.regional_drop a:hover{ /*THEME CHANGE HERE*/
   background-image:url(../images/trs/dropdown/dropdownbluetiledhover.gif);
    filter:alpha(opacity=90);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 2;    
}


#useful{
	position:absolute;
	top:85px;
	left:428px;
	width:auto;
	visibility: hidden;
}
