@import url("rte.css");
body {
        background: url('../images/bg-pattern.jpg') #fff;
}

.bgshaddow {
        background: url('../images/bg-container.png') repeat-y;
        margin: auto;
        width: 980px;
}

.contentwrap {
    background: url('../images/bg-contentwrap.jpg') 35px 0px no-repeat;
    padding-top: 10px;
}

.news {
	padding-left: 40px;
}

/**
 *
 * Main menu
 *
 **/
.mainmenu {
    height: 50px;
    margin-top: 20px;
}

.mainmenu ul {
    float: left;
    height: auto;
    list-style: none outside none;
    width: 100%;
    margin: 20px 0;
}
.mainmenu li {
    display: inline;
    float: left;
    padding: 0 10px 0 0px;
    margin: 0 20px 0 0px;
}

.mainmenu li a {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #c7c731;
    border-bottom: 5px solid #ccc;
}

.mainmenu li.selected a {
    border-bottom: 5px solid #c7c731;
}


/**
 *
 * Footer
 *
 **/
.footer {
    background: url('../images/bg-footer.png') no-repeat;
    min-height: 230px;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 20px;
}

.footer h1, .footer h2, .footer h3 {
    text-transform: uppercase;
    font-size: 14pt;
}

.footer a {
    color: #fff;
}

.footer small a {
    color: #fff;
    font-size: 9pt;
}

.devfooter, .devfooter a {
    color: #000000;
    font-size: 11pt;
    text-align: right;
    text-shadow: 1px 1px #FFFFFF;
}

/**
 *
 * Tables
 *
 **/
table.contenttable {
    font-size: 11pt;
}


table.contenttable  th {
    text-align: left;
    font-size: 13pt;
    padding-bottom: 10px;
}

table.contenttable  td {
    padding: 5px 0;
    vertical-align: top;
}

table.contenttable .tr-odd td {
    background: #eaeaea;
}

table.contenttable .tr-even td {
}


table.contenttable .td-0 {
    width: 140px;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
}

table.contenttable .td-1 {
    width: 320px;
    vertical-align: top;
}

table.contenttable .td-2 {
    width: 120px;
    text-align: center;
    vertical-align: top;
}

table.contenttable .td-3 {
    width: 120px;
    text-align: center;
    vertical-align: top;
}


/**
 *
 * Extensions
 *
 **/
.container_24 .theme-default .nivo-controlNav {
    bottom: 0;
    left: auto;
    right: 10px;
    margin-left: 0px;
    position: absolute;
}

.container_24 .slider-wrapper {
    margin-bottom: 20px;
}

.container_24 .news-list-item {
    border-bottom: 1px dashed #DADADA;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.container_24 .news-latest-container {
    padding: 0px;
}

.container_24 .news-single-backlink {
    padding: 5px 0px;
}

.container_24 .news-latest-gotoarchive {
    background: none transparent;
    margin: 0px;
    padding: 5px 0px;
}
.container_24 .news-latest-gotoarchive a {
	color: #C7C731;
}

.news-latest-container h2 {
    font-size: 14pt;
    color: #444;
}

.container_24 .news-list-date {
    display: block;
    float: none;
    padding-left: 0px;
}
.container_24 .news-read-more a {
    color: #444;
    text-decoration: underline;
}

.container_24 .news-single-item h1 {
	margin-bottom: 5px;
}
.container_24 .news-single-item h2 {
	color: #555;
	font-size: 12pt;
	text-decoration: italic;
}

.news-single-datetime {
	padding-bottom: 20px;
}