@charset "utf-8"; 
/**
 * Copyright (c) Stellasoft 2009
 *
 * @source http://agape.concierge.ca
 * @version 1.0.0
 */

#main-content {
    margin-top:0;        
}

 
#master-banner{
    /*border-top:2px #e97840 solid;*/
    border-bottom: 2px #efefef solid;
    margin-top:4px;
    padding:0
}

.definition dl {
    margin-top:10px;
    padding:5px;
}

.definition dt {
    font-weight:bold;
}
.definition dt, 
.definition dd{
    display:inline;
}

.definition dd{
    font-style:italic;
}

#blurb{
    background:#F6F6F6;    
    margin-top:10px;
    padding:1em;
}

#blurb p:first-child{
    margin-top:0;
}

#content-highlight{    
    border-top:1px dotted #ddd;    
    float:left;    
    margin-top:15px;
    padding-top:10px;
}

#content-highlight .yui-u.first {    
    border-right:1px dotted #ddd;    
}

#content-highlight .yui-u.first ul {
    padding-left:30px;
}

#content-highlight .yui-u.first ul li {
    list-style-image:url(img/checkmark-E97940.gif);
}

#content-highlight p{
    padding-right:10px;
}

#content-highlight .read-more{
    text-align:right;
}
