/* Main Layout - 980px fixed centre column */
body{
    background-image: url(/images/core/top_back.jpg);
    background-repeat: repeat-x;
}
#main{
    width: 980px;
    left:0;
    right: 0;

    margin: auto;
}
#logo{
    margin-top: 15px;
}
#menu {
  margin-top: 15px;
}
#menu img {
    margin-right: 10px;
}
.banner {
    margin-top: 10px;
    margin-bottom: 10px;
}
#page_heading {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
}
#page_links {
    width: 75%;
    float: right;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
}
#page_links a, #page_links span {
    margin-left: 30px;
    font-size: 13px;
}
#page_links a:link {
    color: #333333;
    text-decoration: none;
}
#page_links a:visited {
    color: #333333;
    text-decoration: none;
}
#page_links a:active {
    color: #333333;
    text-decoration: none;
}
#page_links a:hover {
    color: #434FAD;
}
.submenu_top {
    width: 236px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 13px;
    background: url(/images/core/submenu_top.png);
    background-repeat: none;
}
.submenu_top div {
    padding-left: 5px;
    padding-right: 5px;
}
.submenu_span {
    width: 236px;
    background: url(/images/core/submenu_span_bg.png);
    background-repeat: repeat-y;
}
.submenu_span div {
    padding: 5px;
}
.submenu_bottom {
    width: 236px;
    height: 16px;

    background: url(/images/core/submenu_bottom.png);
    background-repeat: none;
}
.item_top {
    width: 980px;
    height: 10px;
    background: url(/images/core/item_top.png);
    background-repeat: no-repeat;   
}
.item_bottom {
    width: 980px;
    height: 10px;
    background: url(/images/core/item_bottom.png);
    background-repeat: no-repeat;   
}
.item {
    width: 980px;
    background: url(/images/core/item_span_bg.png);
    background-repeat: repeat-y;
}
.feature_selected {
  background-color: #EFEFEF;
  color: #000000;
  padding: 5px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.feature_unselected {
    color: #333333;
    padding: 5px;
    font-size: 12px;
  height: 30px;
  line-height: 30px;
}