#textApt
{

font: 16px/27px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
text-align: justify;

}

#textTitleOld
{
font: 26px/34px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

#textTitle
{
font-family: Yellowtail,cursive !important;
font-size: 35px;
color: #ee9133;

}


hr.fancy-line { 
    border: 0; 
    height: 1px;
    position: relative;
    margin: 0.5em 0; /* Keep other elements away from pseudo elements*/
}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;   /* half the height of :before */
    top: 1px;        /* height of hr*/
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

body, hr.fancy-line:after {
    background: #f4f4f4;
}




.servicelist {
    width:99%;
}
.servicelist ul {
    padding:0 15px;
    margin:5px 0 0 0;
    font-size:12px;
    color:#999;
}

.servicelist ul li {
    padding:5px;
    border-bottom:1px solid #CCC;
    list-style-position:inside;
    overflow:hidden;
    font-size: 16px;
    line-height: 24px;
    list-style-type:circle;
}

.servicelist ul li:hover {
    background-color:#EEE;
}

.servicelist ul li a {
    color: #333333;
    display: block;
    float: right;
 
    line-height: 14px;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    width: 238px;
}


.topIntroTxtBottom
{
    border-bottom: 3px double #fff;
    font-family: "Yellowtail", cursive !important;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: none;

}

.topIntroTxt {
    font-family: "Yellowtail", cursive !important;
    color: #fff;
    font-size: 60px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
}
