/*
body > #page-title {
    height:auto;
}
*/
body {
    font-family:sans-serif;
}
h2 {
    font-size:150%;
}

div#page-title {
    background: #fff url('img/mp_logo_large.jpg') no-repeat scroll top;
    height:189px;
    min-height:189px;
}

div#page-title, div#content {
    max-width:750px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}

div#page-title h2 {
    padding:70px 0px 0px 40%;
    width:auto;
    position:relative;
}
div#page-title h2 a{
    text-decoration:none;
    color:#000;
    display:block;
    width:auto;
    font-size:110%;
}

div#compact-list-container {
    width:500px;
    margin: 0px auto 0px auto;
    padding-left:150px;
}

.clear {
    clear:both;
}

.compact-list {
    font-size:80%;
    width:50%;
    float:left;
}

.compact-list ul {
    list-style-type:square;
}

.public ul{
    list-style-image: url('img/gdot.jpg');
}
.secure ul{
    list-style-image: url('img/rdot.jpg');
}

.contact {
    width:100%;
    text-align:center;
    padding-top: 100px;
}
.contact a{
    font-size:80%;
    color:#aaa;
}
