@charset "utf-8";
/* CSS Document */
html, body {
    margin:0px;
    padding:0px;
    text-align:center;	
	background-position:center;
	background-repeat:repeat-y;
}

#bannerCon{
   float:left;
   display:inline;
   height:76px;
   margin-left:0px;  
  
}
 
#navcontainer {
margin:0 auto;
padding-top:5px;
position:relative;
top:0;
width:950px;
}
#navbar {
background-image:url(images/navbar_bg.png);
background-repeat:repeat-x;
height:36px;
min-width:950px;
width:100%;
}
#navcontainer ul {
-x-system-font:none;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:27px;
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}
#navcontainer li {
display:inline;
margin:0;
padding:0;
}
#navcontainer a {
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
height:27px;
margin-bottom:3px;
margin-right:1px;
width:85px;
text-transform:uppercase;
}
#navcontainer a:hover {
background-position:0 -54px;
color:#00CCFF;
float:left;
line-height:27px;
text-decoration:none;
}
#navcontainer li a#currentTab {
background-position:0 0;
color:#FFFFFF;
float:left;
line-height:27px;
text-decoration:none;
}
#query {
background-color:#3C5BD1;
background-image:url(images/search_bar_bg01.png);
background-repeat:no-repeat;
border:0 solid #D3D3D3;
color:#BEBEBE;
font-family:Tahoma;
font-size:10px;
height:15px;
margin:0;
padding-left:6px;
padding-top:4px;
width:152px;
}
.searchImage{
float:left;
background:url(images/search_button01.png);
width:69px;
height:23px;
}

