﻿@charset "utf-8";
/* CSS Document */

#header-pane{
width:760px;
height:66px;
/*background-image:url(/images/header/header.jpg);*/
position:relative;
}

#header-pane-alert{
width:760px;
height:66px;
background-image:url(/images/notices/banner_Alert.gif);
position:relative;
}

#header-pane-emergency{
width:760px;
height:66px;
background-image:url(/images/notices/banner_Emergency.gif);
position:relative;
}

#header-pane-emergency a#click{
width:250px;
height:20px;
display:block;
right:55px;
top:34px;
position:absolute;
}


#header-pane-alert a#click{
width:250px;
height:20px;
display:block;
right:20px;
top:34px;
position:absolute;
}

a#logo-link{
width:200px;
height:40px;
position:absolute;
left:0;
top:0px;
}

.bannerimg
{
float: left;
}

/* see green-bar-navigation */



