@import url("modules.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");



body, html {
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,sans-serif;
	color: #000000;
	font-size: 0.95em;
	background: #B0C2CD;
}


h1 {
    color: #E91F30;
    margin: 0px;
    /*margin-bottom: 5px; */
}


h2 {
    padding: 20px 0 5px 0;   
    margin: 0px; 
    color: #E91F30;
    font-size: 1.3em;
}

h3 {
    color: #E91F30;
    margin: 0px;
    font-size: 1.1em;
}

a {
    color: #3780B6;    
    text-decoration: none;
}

a:active, a:hover {
    color: #C5252F;
}

a.out {
    padding-right: 15px;
    background:url('images/out.gif');
    background-repeat: no-repeat;
    background-position:right;
}

.row1 {
    /*background-color: #F0F0FF;*/
}

hr {
    height: 0px;
    border: 0 none;
    border-top: 1px dotted lightgrey;
    clear: left;
}

.right {
    float: right;
}

.left {

}

.listbox {

}

#rightbox .nodelist li {
    width: 200px;
}



.sw_b3 {
    border: 1px solid #F0F0F0;
}
.sw_b2 {
    border: 1px solid #E3E3E4;
}
.sw_b1 {
    border: 1px solid #B0B8BE;
    background-color: #ffffff;
}

input, select, textarea {
    border: 1px solid #00477A;
    color: #4B606E;
    font-family: Arial,sans-serif,Tahoma;
    font-size: 0.9em;
}

input[type=submit],input[type=button],input[type=reset] {
    border: 1px solid 367DB0;
    color: #ffffff;
    background-color: #367DB0;
    font-family: Arial,sans-serif,Tahoma;
    font-size: 1.0em;
    padding: 2px 10px 2px 10px;
    margin: 0px 1px 0px 1px; font-weight: bold;
}


.bannerbox {
    float: left;
    padding: 2px 4px 2px 6px;
/*    font-size: 0.9em; */
    margin: 10px 0px;
}

#bannerrow h1, #bannerrow h2, #bannerrow h3 {
    font-size: 1.3em;
}

.bannerbox ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.bannerbox a, .bannerbox a h1 {
    color: #3780B6;
}

.bannerbox  h2 {
    padding-bottom: 5px;
}

.bannerbox ul li {        
    padding-right: 2px;
    width: 165px;
}
.bannerbox ul li a {
    background: url('images/list_passive.png') no-repeat 0px 5px;
    float: left;
    padding: 0px 0px 0px 12px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #000000;
}

.bannerbox ul li a:hover {
    background: url('images/list_active.png') no-repeat  0px 5px;
    color: #C5252F;
}
#contentbox .nodelist a {
    font-weight: bold;
}
#contentbox .subnode a {
    font-weight: normal;
}

#bannerrow .sidebarbutton {
    float: left;
    width: 210px;
    margin-bottom: 20px;
}

#bannerrow .sidebarbutton a { 
    background: url('images/sidebarbutton.png');
    background-position: 0px bottom;
    background-repeat: no-repeat;
    min-height: 41px;
    width: 195px;
    margin: 0px 0px 0px -12px;
    padding: 5px 0px 5px 26px;
    float: left;
    border-top: 2px solid #E5EFFB;
}

#bannerrow .sidebarbutton a:hover {
    background-position:  -221px  bottom;
}
