@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background-image: url(../images/mwa/mwabg1.gif);
    background-position: top;
    background-repeat: repeat-x;
}

#nav_mwa {
    margin: 0;
    padding: 0;
}

#nav_mwa li {
    display: inline;
    border-right: 1px solid #D4E1CA;
    margin: 0 0 0 0px;
    padding: 0 14px 0 11px;
}

#nav_mwa li a {
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #305C2D;
    text-decoration: none;
}

#nav_mwa li a:hover {
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FF7200;
    text-decoration: none;
}

#nav_mwa li a.selected {
    color: #FF7200;
}

#navsub1 {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 33px;
}

#navsub1 li {
    display: inline;
}

#navsub1 li a {
    font-family: verdana;
    font-size: 13px;
    color: #E3F6D4;
    text-decoration: none;
    padding: 10px 10px 11px 10px;
    font-weight: bold;
}

#navsub1 li a:hover {
    background-color: #E3F6D4;
    color: #123b1c;
}

#navsub1 li .selected {
    background-color: #E3F6D4;
    color: #123b1c;
}

h1, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    color: #757575;
    line-height: 26px;
    font-weight: normal;
}

h3 {
    font-family: verdana;
    font-size: 14px;
    color: #A1A1A1;
    font-weight: normal;
}

h1 span {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    color: #305C2D;
}

h3 span {
    font-family: verdana;
    font-size: 14px;
    color: #305C2D;
}

h4 {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: #8C9873;
    font-weight: normal;
}

h5 {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    color: #393939;
    font-weight: normal;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

.white {
    color: #fff;
    border: solid 1px #6F5218;
    background: #F5FFEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#906E2A), to(#D1AC62));
    background: -moz-linear-gradient(top, #906E2A, #D1AC62);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#906E2A', endColorstr='#D1AC62');
}

.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.green {
    color: #F3FDEB;
    border: solid 1px #dff8db;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4dbbd), to(#f29025));
    background: -moz-linear-gradient(top, #f4dbbd, #f29025);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4dbbd', endColorstr='#f29025');
}

.green:hover {
    color: #fef4e9;
    border: solid 1px #dff8db;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.green:active {
    color: #dff8db;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4dbbd), to(#f29025));
    background: -moz-linear-gradient(top, #f4dbbd, #f29025);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4dbbd', endColorstr='#f29025');
}

.orange {
    color: #fef4e9;
    border: solid 1px #e7f6df;
    background: #bad1b7;
    background: -webkit-gradient(linear, left top, left bottom, from(#bad1b7), to(#3a6c31));
    background: -moz-linear-gradient(top, #bad1b7, #3a6c31);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bad1b7', endColorstr='#3a6c31');
}

.orange:hover {
    background: #e7f6df;
    background: -webkit-gradient(linear, left top, left bottom, from(#bad1b7), to(#46823c));
    background: -moz-linear-gradient(top, #bad1b7, #46823c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bad1b7', endColorstr='#46823c');
}

.orange:active {
    color: #e7f6df;
    background: -webkit-gradient(linear, left top, left bottom, from(#bad1b7), to(#3a6c31));
    background: -moz-linear-gradient(top, #bad1b7, #3a6c31);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bad1b7', endColorstr='#3a6c31');
}

.button.small {
    font-size: 11px;
    padding: 3px 7px;
}

.button.small:active {
    padding: 4px 7px 2px;
    background-position: 0 top;
}

.brown {
    background-color: #8C9873;
    font-weight: normal;
    text-shadow: none;
    color: #fff;
}

.mwa_head {
    font-family: verdana;
    font-size: 11px;
    color: #3F4A29;
    font-weight: bold;
    text-decoration: underline;
}

.mwa_txt {
    font-family: verdana;
    font-size: 11px;
    color: #5a5a5a;
    text-decoration: none;
}

.mwa_txt_disc {
    font-family: verdana;
    font-size: 11px;
    color: #5a5a5a;
    text-decoration: none;
}

.mwa_txt_foot {
    font-family: verdana;
    font-size: 11px;
    color: #fff;
}

.mwa_txt_foot a {
    font-family: verdana;
    font-size: 11px;
    color: #fff;
}

#stylized input {
    float: left;
    font-size: 14px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 250px;
}

.mwa_txt_form {
    font-family: verdana;
    font-size: 11px;
    color: #548AA9;
}

#whatsnew {
    margin-left: 10px;
    padding: 0;
}

#whatsnew li {
    list-style: none;
    font-family: verdana;
    font-size: 14px;
    margin-bottom: 10px;
    list-style-image: url(../images/mwa_bullet1.gif);
}

#whatsnew li a {
    color: #305C2D;
}

.login {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    color: #305C2D;
    line-height: 26px;
    font-weight: normal;
}

.wifsa_head {
    font-family: arial;
    font-size: 24px;
    color: #432817;
    font-weight: bold;
    text-decoration: none;
}

.wifsa_head1 {
    font-family: arial;
    font-size: 24px;
    color: #003300;
    font-weight: bold;
    text-decoration: none;
}

.bannertxt1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #906E2A;
    font-weight: bold;
}

.bodytxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.bannertxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #003300;
}

.atalk {
    font-family: georgia;
    font-size: 18px;
    color: #432817;
}

.atalkname {
    font-family: georgia;
    font-size: 18px;
    color: #123B1C;
}

.division {
    background-image: url(images/bot_line_div.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

.division_head {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #432817;
    font-weight: bold;
    text-decoration: none;
}