/*the internal styles file */
.boxBlank {
    font-size: 100%;
    font-family: Arial, Helvetica, Sans Serif;
}

#content-left {
    float: left;
    margin-left: 8px;
    width: 518px;
    background-color: white;
    font-size: 125%;
    line-height: 1.5em;
}

#content-right {
    float: left;
    margin-left: 8px;
    width: 258px;
    background-color: white;
    font-size: 110%;
}

#search-confirm {
    background-color: #ccc;
    padding: 8px;
    margin-bottom: 8px;
}

#search-header {
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

#search-button {
    font-size: 125%;
    display: block;
    margin: 6px 0;
    width: 242px;
}
    

.reg-links-header {
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin-top: 8px;
    margin-bottom: 4px;
}

#registry-links li a span {
    font-weight: bold;
}
#resource-links {
    font-size: 0.905em;
    padding:0;
    margin:0;
    margin-left: 8px;
    list-style-type:none;
    line-height: 1.25em;
    width: 510px;
    height: auto; 
    overflow: hidden; 
    background-color: white;
    
}

.rl-content {
    margin: 0;
    padding: 4px;
    margin-right: 12px;
    margin-bottom:12px;
    width: 232px;
    float: left;
    border: 1px solid #ccc;
}

.rlc-top {
    height: 185px;
}

.image-top {
    width: 227px;
}
.image-left{
    width: 100px;
    height: 215px;
    float: left;
    margin-right: 6px;
    margin-left: 4px;
    
}
.copy-bottom {
    width: 227px;
    min-height: 120px;
    padding: 4px;
    
}
.copy-right {
    width: 115px;
    min-height: 215px;
    float: left;
}

.mcasa, .stopitnow, .mdcvrc, .enough {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.mcasa {
    background-image: url(../images/mcasaLogo.jpg);
    height: 60px;
    margin-top: 3px;
    margin-left: 3px;
}

.stopitnow {
    background-image: url(../images/stopItNowLogo.jpg);
    height: 60px;
    
}

.mdcvrc {
    background-image: url(../images/MDCVRCLogo.jpg);
}

.enough {
    background-image: url(../images/enoughLogo.jpg);
}

#terms-and-conditions {
    text-align: left;
    font-size: 1.15em;
}

#info-container {
    margin-top: 12px; 
}