@charset "UTF-8";
/* CSS Document */


#leftContent { float:none; width:95%; align-content:center; margin:0 auto; max-width:700px; }
#pageText {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 16px;
    line-height: 20px;
	margin: 0;
	padding: 0 15px 15px 15px;
}
#serviceTitle {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #666666;
    font-family: 'Bernhard Modern',Arial, Helvetica, sans-serif;
    height: 45px;
    margin-top: 10px;
    position: relative;
    z-index: 300;
}
#pageTextFrame {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    border-bottom: 5px solid #485597;
    margin-bottom: 10px;
    padding-top: 5px;
}
#serviceLink { display:none; }
#serviceIcon { display:none; }
#slideText {
    margin: 0 20px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#serviceName {
    float: left; 
    font-size: 20px;
	margin-right: 10px;
    padding: 17px 15px 0;
}
.servicediv {
    min-height: 30px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 0 0;
    width: 100%;
    border-bottom: 5px solid #454545;
    margin-top: 0;
	background-color: #ffffff;
	display: block;
}
#servicePrice { margin-right:7px; padding:18px 0 0 5px;
    float: right;
    position: relative;
}

#convLinks {
    border-top: 2px dotted #485597;
    height: 16px;
    border-bottom: none;
    font-size: 12px;
    background-color: #a4adda;
}
#convLinks {
    font-size: 12px;
}
convLinks .reviewLink {
    padding: 0 30px 0 3px;
}
#SS {
    border-left: 2px dotted #48559F;
    height: 16px;
    border-bottom: none;
    border-top: none;
    float: right;
    padding: 0 30px;
    color: #333333;
}
#SS #reviews {
    background: url(/images/conversationBubbleSmall.png) no-repeat center top;
    float: left;
    height: 29px;
    left: -1px;
    position: relative;
    top: -13px;
    font-size: 7px;
    width: 30px;
    z-index: 250;
}


/* #pageText {
    padding: 0 15px 15px 15px;
        padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
}
*/