
/* CSS Document */
body
{
}

#menu
{
    background: url(images/menuBgRed.gif) no-repeat;
}
#content
{
    background: url(images/bgtwoCol.gif) repeat-y;
}
#footer a:hover
{
    color: #5a008f;
}
.sideMenu a:hover
{
    color: #5a008f;
    text-decoration: underline;
}
.icons
{
    margin: 0 13px 0 13px;
    border: 2px solid #412251;
}
.icons:hover, .icons:focus, .icons:link
{
    border: 2px solid #5a008f;
}
h4
{
    color: #c4bebc;
    background: url(images/redBullet.gif) no-repeat;
}

/*---buttons---*/

.btn_prev, .btn_next
{
   background: url(images/buttonRed.gif);
   border:none;
}
.btn_prev:hover, .btn_next:hover
{
 background-position:0 -23px;
}
.asp_btn
{
   background: url(images/buttonRed.gif);
}
.asp_btn:hover
{
  background-position:0 -23px;
}
.asp_btn
{
   background: url(images/buttonRed.gif);
}
.asp_btn:hover
{
  background-position:0 -23px;
}

.btn_Nsearch
{
    background: url(images/button2Red.gif);
}

/*---buttons---*/

#welcomeBanner span
{
    border-bottom:2px solid #5a008f;
}

#CustomThumbs img:hover
{
    border:3px solid #5a008f;
}



/*--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_red.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_red.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;
}

/*---------------------*/
