﻿body {
}
#banner_container {
background:url(../images/banner_back.jpg) no-repeat #fff;
width:560px;
height:156px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
z-index: 10;
}

.banner {
width: 560px;
height: 156px;
}

.bannertext {
padding-top:0px;
padding-left:0px;
float:right;
width: 250px;
height:156px;
font-size:24px;
font-weight: lighter;
color:Black;
}

.bannerlinkscontainer {
padding-top:20px;
padding-left:30px;
width: 300px;
font-size:14px;
color:white;
}

.bannerlinkscontainer ul {
list-style-position: outside;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
padding: 0px;
list-style-type: none;
}

.bannerlinkscontainer ul li {
list-style-image: url(../images/banner_links_arrow.gif);
margin: 0px;
}

.bannerlinks a, #banner_container a, #banner_container a:visited {
color:white;
text-decoration: none;
}

#bannerlinks a:hover {
text-decoration: underline;
}
