/*********************************************** 
Power Commander_SC231a.css                      
Use with template Halo_rightNav.html        
/***********************************************/


h1{
 font: bold 120% verdana;
 color: #334d55;
 margin-top: 0px;
 margin-left:0px;
 margin-right: 0px;
 margin-bottom: -8px;
 padding: 0px;
}



form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em verdana;
 color: #334d55;
}
				
input{
font-family: verdana;
}



#masthead{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}




#utility{
    font-family:verdana;
	font-style:normal;
	font-size:9px;
	font-weight:normal;
	position: absolute;
	top: 18px;
	right: 0px;
	color: #ffffff;
}

#utility a{
	color: #000000;
}

#utility a:hover{
color:#24AC00;
}
#utility a:active{
	text-decoration: none;
}



#globalNav{
position: relative;
width: 100%;
min-width: 640px;
width:780px;
height: 32px;
color: #FFFFFF;
padding: 0px;
margin: 0px;
background-image:url(../images/background_images/header_slice.gif);
background-position:center;
	font-family:verdana;
	font-style:normal;
	font-size:9px;
	font-weight:normal;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	left: 10px;
	z-index: 100;
	color:#FFFFFF;
    font-family:verdana;
	font-style:normal;
	font-size:9px;
	font-weight:normal;
}


a.glink, a.glink:visited{
  	font-size: 10px;
  	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:url(../images/background_images/green_menu_bg_hoover_5.jpg); background-repeat:repeat-x; background-position:center;
	text-decoration: none;
	font-size: 10px;
  	color: #FFFFFF;
	font-weight: normal;
}

a.glink:active{

 	font-size: 10px;
  	color: #FFFFFF;
	font-weight: normal;


}



.subglobalNav{
	position: absolute;
	top: 95px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	width:auto;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color:#006600;
	font-family:verdana;
	font-style:normal;
	font-size:9px;
	font-weight:normal;
	margin-bottom:10px;
}

.subglobalNav a:link{ /* .subglobalNav a:visited  { */
	color:#339900;
		font-family:verdana;
	font-style:normal;
	font-size:9px;
	font-weight:normal;
	
}

.subglobalNav a:hover{
	color:#CC0000;
	background-color:#F2F2F2;
}
.subglobalNav a:visited  {
font-size:9px;
	color:#339900;
}


#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	width:200px;
	height:18px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 










