
/****************************************** utility styles ****************************************/

.brclear {
    clear: both;
    float: none;
}

/****************************************** wrapper styles ****************************************/
#wrapper {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border: solid 1px #bbb;
}

#header {
    background-color: #025689;
}

#logo {
    background: transparent url(../img/nrpc_logo.bmp) no-repeat 0 0;
    height: 100px;
    width: 970px;
}

#topnav {
    background-color: #eeeedd;
    text-align: left;
    margin: 0;
    padding: 0;
}


#content {
    background-color: #FFFFFF;
    padding: 20px 15px;
}

#content #leftcolumn {
    width: 220px;
    float: left;
    padding: 0 10px 0 0;
}

#content #centercolumn {
    width: 440px;
    float: left;
    border-left: 1px solid #DBD5C5;
    padding: 0 15px;
}

#content #rightcolumn {
    width: 200px;
    float: left;
    border-left: 1px solid #DBD5C5;
    padding: 0 0 0 15px;
}

#content #leftcontactcolumn {
    width: 425px;
    float: left;
    margin-right: 0px;
    padding-right: 20px;
}

#content #rightcontactcolumn {
    width: 425px;
    float: left;
    margin-right: 0px;
    padding-right: 20px;
}

#content #mission {
    width: 600px;
    float: left;
}

#footer {
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    color: #ccc;
}

#footer a {
    padding: 10px 15px 10px 15px;
    color: #2387C5;
}

#footer a:hover {
    color: #01253B;
}

ul#minitabs {
  list-style: none;
  margin: 0;padding: 7px 0;
  border-bottom: 1px solid #01253B;
  font-weight: bold;
  text-align: left;
  white-space: nowrap
}
ul#minitabs li {
    display: inline;
    margin: 0 15px
}
ul#minitabs a {
    font-size: 102%;
    text-decoration: none;
    padding: 0 0 1px;
    border-bottom: 2px solid #D88200;
    color: #5E5E5E;
}
ul#minitabs a.current { border-color: #2387C5; color: #D88200; }
ul#minitabs a:hover { border-color: #2387C5; color: #01253B; }
