
/* CSS Document */
body
{
    background: #228aee url(images/main_bgBlue.png) repeat-x;
}

#menu
{
    background: url(images/menuBgBlue.gif) no-repeat;
}
#footer a:hover
{
    color: #228aee;
}
.sideMenu a:hover
{
    color: #228aee;
    text-decoration: underline;
}
.icons
{
    margin: 0 13px 0 13px;
    border: 2px solid #0066FF;
}
.icons:hover, .icons:focus, .icons:link
{
    border: 2px solid #0099FF;
}

h4
{
    color: #c4bebc;
    background: url(images/blueBullet.gif) no-repeat;
}
/*---buttons---*/

.btn_prev, .btn_next
{
   background: url(images/buttonBlue.gif);
   border:none;
}
.btn_prev:hover, .btn_next:hover
{
 background-position:0 -23px;
}
.asp_btn
{
   background: url(images/buttonBlue.gif);
}
.asp_btn:hover
{
  background-position:0 -23px;
}
.asp_btn
{
   background: url(images/buttonBlue.gif);
}
.asp_btn:hover
{
  background-position:0 -23px;
}

.btn_Nsearch
{
    background: url(images/button2Blue.gif);
}

/*---buttons---*/

#welcomeBanner span
{

    border-bottom:2px solid Blue;

}

#CustomThumbs img:hover
{
    border:3px solid #0072bc;
}


/*--Sliding Doors CSS*--*/

#topMenu
{
    width: 790px;
    margin: 0 auto;
    font-size: 11px;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topMenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#topMenu li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#topMenu a
{
    float: left;
    background: url("images/menuBgleft_blue.gif" ) no-repeat left top;
    background-color: #CCCCCC;
    margin: 0px;
    padding: 0 0 0 10px;
    text-decoration: none;
}
#topMenu a span
{
    float: left;
    display: block;
    background: url("images/menuBgright_blue.gif" ) no-repeat right top;
    padding: 6px 10px 8px 0;
    font-weight: normal;
    color: white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topMenu a span
{
    float: none;
}
/* End IE5-Mac hack */
#topMenu a:hover span
{
    color: white;
}
#topMenu #current a
{
    background-position: 0 -27px;
    border-width: 0;
}
#topMenu #current a span
{
    background-position: 100% -27px;
    padding-bottom: 0px;
    color: white;
}
#topMenu a:hover
{
    background-position: 0% -27px;
}
#topMenu a:hover span
{
    background-position: 100% -27px;
}

/*---------------------*/
