/* CSS for mail service updates */

#content .statename {
	font-weight: bold;
	font-size: 14px;
	margin: 14px 0 0;
}

#content .statearea {
	text-decoration: underline;
}

#content .affectedzips {
	margin-bottom: 10px;
}

#content .affectedzips td {
	padding: 1px 3px;
}

#content h2 {
	font-size: 16px;
	line-height: 1.25;
	margin: 16px 0 5px;
}

#content ul {
	margin-bottom: 10px;
}

#content p {
    padding-bottom: 10px !important;
}

/* Special formatting for 'MSU' remove underlines from links */

#content a:link,
#content a:visited {
  text-decoration:none;
}

/* Format feature boxes at top of MSU page */

#content .msufeature {
    float: left;
    width: 310px;
    margin-right: 15px;
    margin-bottom: 10px;
    min-height: 105px;
}

#content .msufeature h2 {
    background-color: #4096d1;
    color: #fff;
    margin: 6px 0 0;
    padding: 5px;
}
#content .msufeature p {
    margin: 6px 0;
    padding: 0;
    font-size: 13px;
    line-height: 1;
}

/* Format super super extra special info at the very top of the MSU page  make box blue*/

#content #msualertb {
    border: 2px solid #2f6fa9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #2f6fa9;
    color: #fff;
}
#content #msualertb .gutter {
    padding: 8px 10px;
}
#content #msualertb p {
    padding: 0 !important;
    font-size: 14px;
    font-weight: bold;
}
#content #msualertb a {
    color: #fff;
}


/* Format super extra special info at the very top of the MSU page */

#content #msualert {
    border: 2px solid #2c8017;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #2c8017;
    color: #fff;
}
#content #msualert .gutter {
    padding: 8px 10px;
}
#content #msualert p {
    padding: 0 !important;
    font-size: 12px;
    font-weight: bold;
}
#content #msualert a {
    color: #fff;
}

/* Format extra special info box at the very top of the MSU page */

#content #msuextra {
    border: 1px solid #f00;
    width: 635px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 1em;
}

#content #msuextra .wrapper {
    padding: 5px 5px 0 0;
}

#content #msuextra h2 {
    font-size: 18px;
    margin: 0 0 10px 10px;
}

#content #msuextra .infoblock {
    float: left;
    width: 300px;
    margin-left: 10px;
    margin-right: 5px;
}

#content #msuextra h3 {
    font-size: 14px;
    margin-bottom: 6px;
}

#content #msuextra h3 a {
    color: #03f;
}

#content #msuextra h4 {
    margin-bottom: 6px;
    font-size: 13px;
}

#content #msuextra p {
    font-size: 12px;
    margin: .5em 0 .5em 10px !important;
    padding-bottom: 10px;
}

#content #msuextra .infoblock p {
    margin-left: 0 !important;
}

#content #msuextra .infoblock ul {
    margin-left: 8px;
    padding-left: 8px;
}

#content #msuextra .infoblock li {
    font-size: 12px;
}

/* International mail service listings */

#content .intllist {
    width: 98%;
    margin-right: 1.3%;
    float: left;
}

#content .intllist dt {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 2px;
}

#content .intllist dd {
    margin-left: 0;
    padding-left: 0;
}
