/*@import "../fonts/stylesheet.css";*/
*{
    margin:0;
    padding:0;
}
a,img,h1,h2,h3,h4,h5,h6,ul{
    text-decoration:none;
    border:none;
    padding:0;
    margin:0;
}
.clear{
    clear:both;
}
.float_r{
    float:right;
}
.float_l{
    float:left;
}

body{
    /*background:url("images/background.jpg") no-repeat center top #081116;*/
    font-family:'Tahoma',arial;
    font-size:12px;
}

li {
    list-style:none;
} 
/*value----------------------------*/
#wrapper{
    width:940px;
    margin:0 auto;
    padding-top:18px;
}
/*-------------------------header------------------------*/
.logo {
    float: left;
    padding-bottom: 20px;
    width: 700px;
}
.social{
    width:200px;
    float:right;
    text-align:right;
    margin-bottom: 21px;
}
.social .facebook a,.social .twiter a,.social .rss a{
    width:25px;
    height:25px;
    display:block;
    margin-top:6px;
}

.google-plus-icon{
    float: left !important;
    margin: 85px 0 0 160px !important;
    position: absolute !important;
}


.social .facebook a{
    background: url("../images/social.png") no-repeat center top ;
    margin-top:0;
}
.social .twiter a{
    background: url("../images/social.png") no-repeat center -29px;
}
.social .rss a{
    background: url("../images/social.png") no-repeat center -58px;
}
.social img{
    float:right;
}
.social ul{
    float:right;
    margin-right:15px;
}

.slogan {
    padding:0px 10px;
    color: #808000 ;
    float: left;
    width: 230px;
}
/*------------------------------menu----------------------------------*/
.menu-top-left{
    background:url("../images/menu-top-left.png") left no-repeat;
    width:12px;
    height:42px;
    float:left;
}

.menu-top-right {
    background: url("../images/menu-top-right.png") right no-repeat;
    height: 42px;
    width: 12px;
    float:left;
}

.menu-top-center {
    background: url("../images/bg-menu.png") repeat-x scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 0.5px #919191;
    float: left;
    height: 40px;
    width: 687px;
}
.menu-top-center ul{

}

.menu-top-center ul li {
    background: url("../images/bg-li.png") no-repeat scroll right top 4px transparent;
    float: left;
    padding: 10px 40px;
}
.menu-top-center ul li:last-child{
    background:none;
}
.menu-top-center ul li a {
    color: #202020;
    font-size: 15px;
    text-shadow: 0 0 0;
}
.menu-top-center ul li:hover{
    background:url("../images/bg-menu-hover.png") repeat-x;
}
.menu-top-center ul li:hover a, .menu-top-center ul li a:hover{
    color:#fff;
}
.menu-top-center ul li:first-child{
    border-radius:10px 0px 0px 10px;
}
/*-----------------------------content---------------------------------*/
#banner{
    margin-top:15px;
}
.banner-left {
    background: none repeat scroll 0 0 #E1E1E1;
    border-radius: 10px 0 0 10px;
    float: left;
    width: 646px;
    margin-top:7px;
}
.banner-left > img {
    float: left;
    border-radius: 10px 0 0 10px;
}
.banner-right{
    float:left;
    border:solid 1px #cacaca;
    background:#F4F4F4;
}
#content{
    margin-top:20px;
}
.content-left{
    width:603px;
    float:left;
}
.content-left-searchphone{
    width:603px;
}
.content-left-top {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;
    color: #545454;
    font-size: 18px;
    height: 30px;
    padding: 10px 15px 15px;
    margin-bottom:15px;
}
.content-right {
    background: none repeat scroll 0 0 #04C5F9;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    float: right;
    min-height: 500px;
    padding-left: 25px;
    padding-top: 5px;
    position: relative;
    width: 295px;
    z-index: 2;
    *padding-bottom:10px;
}

.content-right h3 {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    margin-right: 25px;
    margin-top: 5px;
}

/*.captcha-img {
        float:left;
        margin:17px 20px 0px 20px;
}*/
.enter-phone {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    font-size: 12px;
    height: 30px;
    margin-top: 5px;
    padding-left: 5px;
    width: 175px;
    color: #757575;
}
.content-right .help-text {
    color: #FFFF00;
    float: right;
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 50px;
    margin-top: 5px;
    text-shadow: 0 0 0;
    font-size: 12px;
    *font-size: 12px;
    *width:165px;
}
.your-name{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    font-size: 13px;
    height: 30px;
    margin: 5px 0px 12px 0px;
    padding-left: 5px;
    width: 260px;
    text-shadow: 0 0 0;
    outline: medium none;
    color: #757575;
    font-family:Tahoma, Geneva, sans-serif;
}
/*.select-box.my-select,.select-first,.select-second {
    background: url("../images/arrow-select.png") no-repeat scroll right 3px top 2px #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    color: #757575;
    height: 30px;
    margin-top: 13px;
    padding-left: 5px;
    position: relative !important;
    width: 260px;
    z-index: 100;
        line-height: 30px;	
        *background: url("../images/arrow-select.png") no-repeat scroll right  top  #FFFFFF;
        font-family:Tahoma, Geneva, sans-serif;
}*/
.selected {
    *height:30px;
    *line-height:30px;
}

.selectDDL{
    width:263px;
}

.subject {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    font-size: 13px;
    height: 30px;
    margin-top: 0px;
    padding-left: 5px;
    width: 260px;
    text-shadow: 0 0 0;
    outline: medium none;
    color: #757575;
    *margin-top:-5px;
    font-family:Tahoma, Geneva, sans-serif;
}
textarea.insert-text {
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #757575;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    height: 145px;
    margin-top: 12px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    width: 260px;
    outline: medium none;
}
.captcha {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    font-size: 13px;
    height: 30px;
    margin-top: 14px;
    padding-left: 5px;
    width: 139px;
    outline: medium none;
    color: #757575;
    font-family:Tahoma, Geneva, sans-serif;
}
.text-checkbox {
    color: #FFFFFF;
    float: left;
    margin-top: 12px;
}
.text-char{
    color: #FFFFFF;
    float: right;
    padding-right:40px;
    font-family:Tahoma, Geneva;
    font-size:13px;
}
.form-bottom {
    float: right;
    margin-right: 3px;
    position: relative;
    z-index: 1;
    *margin-top:-20px;
}
.submit-form {
    background: url("../images/submit-bg.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    font-size: 15px;
    height: 38px;
    margin-right: 30px;
    text-shadow: 0 0 0;
    text-transform: capitalize;
    width: 74px;
    cursor: pointer;
}
.content-right h3 span {
    padding:0px;
    padding-right:20px;
    margin:0px;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 17px;
    text-transform: uppercase; 
}
.content-right h3 div {
    padding:0px;
    margin:0px;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 10px;
    text-transform: uppercase; 
}
#about-text {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight:600;
    margin-right: 25px;
    margin-top: 10px;
}
.options {
    background: none repeat scroll 0 0 #E1E1E1;
    border-radius: 5px 5px 5px 5px;
    padding: 8px;
}
.options > span {
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 4px;
    padding-left:8px;
    padding-right:8px;
}
.options > span:hover{
    background:#04C5F9;
    color:#fff;
}
.credit {
    background: url("../images/stop.png") no-repeat scroll left top transparent;
    float: left;
    font-size: 20px;
    height: 35px;
    margin-top: 3px;
    padding-left: 30px;
}
.credit a {
    color: #45C7F3;
}
.credit a:hover{
    background-color:#45C7F3;
    color:#ffffff;
    padding:3px;
}
.search-phone{
    width:243px;
    min-height: 280px;
    background:#f8f8f8;
    border:solid 1px #cdcdcd;
    border-radius:10px;
    float:left;
    margin-top: 0px;
    *padding-bottom:20px;
}
.search-keyword {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;
    float: right;
    margin-top: 0px;
    min-height: 280px;
    width: 345px;
    *padding-bottom:20px;
}
.topten-phonenum{
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;
    min-height: 145px;
    width: 600px;
    margin-top:15px;
}
.indexrightbelowbox{
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;
    padding:10px;
    margin-top:10px;
    width:298px;
    min-height:115px;
}
.indexrightbelowbox ul li{
    margin-left:15px;
    margin-bottom:7px;
    font-size:14px;
    list-style-image:url(../images/arrow.png);
    word-wrap:break-word;
}
.topten-phonenum-browsepara{
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;

    width: 600px;
    margin-top:15px;
}
.search-phone-otherpage{
    width:243px;
    min-height: 100px;
    background:#f8f8f8;
    border:solid 1px #cdcdcd;
    border-radius:10px;
    float:left;
    margin-top: 0px;
    *padding-bottom:20px;
}
.search-keyword-otherpage {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CDCDCD;
    border-radius: 10px 10px 10px 10px;
    float: right;
    margin-top: 0px;
    min-height: 100px;
    width: 345px;
    *padding-bottom:20px;
}
.aboutus{
    float: left;
    margin-top: 15px;
    min-height: 100px;
    width: 600px;
    *padding-bottom:20px;
}
.contactpage_aboutus{
    float: left;
    margin-top: 15px;
    min-height: 100px;
    width: 600px;
    *padding-bottom:20px;
}
.aboutus h3{
    color: #07C3F3;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
}
.aboutus p{
    margin:15px;
    font-size:24px;
}

.aboutus p a{
    color:#0c9ec5;
    font-size:24px;	
}

.aboutus_leftbody2 p{
    margin:15px;
    font-size:24px;
}
.aboutus_leftbody2 ul li{
    font-family:Tahoma;
    font-size:15px;
    list-style-image:url("../images/correct-us1.png");
    margin-left:50px;
    margin-right:50px;
}
.aboutus_leftbody2 ul li a{
    color:#000000;
}
.aboutus_leftbody2 ul li a:hover{
    color:#ffffff;
    background-color:#04C5F9;
}
.aboutus_leftbody2{	
    float:left;
    width:603px;
}
.stick {
    background: url("../images/icon-stick.png") no-repeat scroll center top transparent;
    display: inline-block;
    float: left;
    height: 23px;
    margin-top: 10px;
    width: 24px;
    cursor: pointer;
}
/*--------------------Contact Phone-------------------------*/
#````````````````{
    margin-top:15px;
}
.ad-space > h2 {
    color: #91918F;
    font-size: 25px;
    margin-top:10px;
    margin-left:25px;
}
.ad-contact-phone > span a{
    color: #05C1FE;
    font-family: Scriptbold;
    font-size: 22px;
    margin-top:12px;
    word-wrap:break-word;
}
.ad-contact-phone > span a:hover{
    background-color:#04C5F9;
    color:#ffffff;
}
.ad-contact-phone ul {
    margin-left: 15px;
    margin-top: 5px;
}
.ad-contact-phone li a {
    color: #05C1FE;
    font-family: Scriptbold;
    font-size: 18px;
    line-height: 27px;
}
.ad-contact-phone a:hover{
    color:#2FDDF7;
}
.ad-contact-phone{
    padding-left:10px;
}
.ad-contact-phone > p {
    color: #949899;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
    text-transform: uppercase;

}
.ad-space {
    background: url("../images/ad.png") repeat scroll 0 0 transparent;
    min-height:90px;
    width: 730px;

    margin:10px 0px;
    float:left;
}
.ad-space-603 {
    background: url("../images/ad.png") repeat scroll 0 0 transparent;
    min-height:60px;
    width: 603px;
    /*border:solid 1px #cdcdcd;*/
    margin:15px 0px;
    float:left;
}
.ad-contact-phone{
    width:190px;
    min-height:90px;
    border:solid 1px #cdcdcd;
    float:left;
    background:#f8f8f8;
    margin:10px 0px;
    margin-left: 5px;
}
/*--------------------Main content-------------------------*/
#main-content{
    margin-top:15px;
}
.main-content-left{
    width:585px;
    min-height:600px;
    float:left;
}
.main-content-left_homepage{
    width:595px;
    min-height:600px;
    float:left;
}
.main-content-left_browsepage{
    width:595px;
    min-height:600px;
    float:left;
    padding-right:5px;
}
.main-content-left_browseblogpage{
    width:600px;
    min-height:600px;
    float:left;
    padding-right:5px;
}
.main-content-left_browsepage h3{
    color: #07C3F3;
    font-size: 25px;
    font-weight: normal;
    margin:15px 0px 10px 20px;
}
.main-content-left-top{
    width:603px;
    min-height:150px;
    float:left;
    margin-top:20px;
}
.main-content-left-top_searchresult_phone{
    width:603px;
    min-height:300px;
    float:left;
    margin-top:20px;
}
.main-content-left-top_complaint-detailpage{
    width:603px;
    min-height:300px;
    float:left;
    margin-top:15px;
}
.main-contet-right{
    width:335px;
    float:right;
    min-height:600px;
}
.american-flag {
    float: left;
    margin-top: 15px;
    border:1px solid #000;
}
.main-content-header > h3 {
    color: #2BA4C1;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 11px;
}
.main-content-call {
    float: right;
    margin-right: 5px;
    margin-top:4px;
}
.main-content-header > a {
    color: #14C7F0;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-top: 13px;
    margin-left:5px;
}
.call_type{
    padding-top:5px;
}
.call_type a{
    color: #14C7F0;
    float: left;
    font-size: 15px;
    font-weight: normal;
}
.call_type a:hover{
    background-color:#04C5F9;
    color:#ffffff;
    padding:0px 3px;
    text-align:right;
}
.phone_number{
    float:right;
    margin-right: 4px;
    margin-top:4px;
    width:190px;
    text-align:right;
}
.phone_number a{
    font-size:22px;
    margin-top:0px;
    color:#3cbf67;
    margin-top:5px;
    padding:0 0px 0 7px;
}
.phone_number a:hover{
    background-color:#04C5F9;
    color:#FFF;
}
.more{
    padding-top:5px;
}
.more a{
    color: #14C7F0;
    float: right;
    font-size: 15px;
    font-weight: normal;
}
.more a:hover{
    background-color:#04C5F9;
    color:#ffffff;
    text-align:right;
}
.main-content-header > a:hover {
    color:#046d85;
}
.main-content-header {
    border-bottom: 1px solid #DDDDDD;
    height: 33px;
}
.main-content-body {
    margin-bottom:2px;
    padding-top:8px;
    padding-left:5px;
    padding-bottom:12px;
    background-color:#ffffff;
}
.main-content-body:nth-child(even){
    background-color:#f6f6f6;
}
.srpage_phoneresultext{
    margin-bottom:10px;
    padding:10px 20px 5px 20px;
    color:#09F;
}
.srpage_phoneresultext span{
    color:#3CBF67;	
}
.srpage_phoneresultext span:hover{
    background-color:#04C5F9;
    color:#ffffff;	
}
.main-content-text{
    margin-bottom:25px;
}
.main-content-text > p {
    color: #404040;
    font-size: 16px;
    margin-top: 10px;
    overflow:hidden;
    word-wrap: break-word;
}
.main-content-text > p span a{
    font-weight:bold;
    color: #14C7F0;
    float: left;
    font-size: 15px;
    border-bottom:1px solid #999;
}
.main-content-text > p span a:hover{
    background-color:#04C5F9;
    color:#ffffff;
}
.main-content-text > p span{
    margin:0px;
    padding:0px;
}

/*.pagination > ul {
    float: right;
    margin-right: 10px;
        margin-top:5px;
}*/
.pagination{
    margin:8px;
    float:right;
}

.pagination-txt{
    color:#FFFFFF;
    padding:10px;
    margin:0px 3px 0px 0px;
    font-weight:bold;
    background-color:#05C3FD;
}

.pagination a {
    color: #FFFFFF;
    font-size: 14px;
    background: none repeat scroll 0 0 #05C3FD;
    display: inline;
    margin-right: 3px;
    padding: 4px 9px;
}
.pagination a:hover{
    color:#000000;
}
.search-phone > h3 {
    color: #07C3F3;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
}
.topten-phonenum > h3{
    color: #07C3F3;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 10px;
    margin-right:20px;
}
.search-phone-otherpage > h3 {
    color: #07C3F3;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
}
.topten-phonenum-box{
    width:245px;
    float:left;
    margin:8px 20px 0px 20px;
}
.topten-phonenum-messagebox{
    margin: 15px 20px 18px 20px;
    word-wrap: break-word;
    font-size: 15px;
}
.topten-phonenum-box li a{
    color: #3B3B3B;
    font-size: 15px;
    line-height: 20px;
    margin-left:5px;
    padding:2px 0px;
}
.topten-phonenum-box li a:hover{
    /*color:#2FDDF7;*/
    background-color:#04C5F9;
    color:#ffffff;
    padding:0px 1px;
}
.search-phone > ul {
    border-top: 1px solid #CCCCCC;
    margin-left: 9px;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 10px;
    width: 200px;
}
.search-phone li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 200px;    
}
.search-phone li a {
    color: #3B3B3B;
    font-size: 18px;
    line-height: 25px;
}
.search-phone li a:hover{
    color:#2FDDF7;
}
.search-keyword > ul {
    border-top: 1px solid #CCCCCC;
    margin-left: 9px;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 10px;
    width: 200px;
}
.search-keyword li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 320px;    
}
.search-keyword li a {
    color: #3B3B3B;
    font-size: 18px;
    line-height: 25px;		
}
.search-keyword li a:hover{
    color:#2FDDF7;
}
.content-search-phone {
    border:solid 2px #71A4E3;
    border-right:none;
    float: left;
    font-size: 14px;
    height: 25px;
    margin-left: 15px;
    margin-top: 7px;
    padding-left: 5px;
    padding-top: 10px;
    text-shadow: 0 0 0;
    width: 135px;
    outline: medium none;
    color: #757575;
}
.submit-search-phone {
    background: none repeat scroll 0 0 #03C5FA;
    border: 1px solid #779DDB;
    color: #FFFFFF;
    height: 39px;
    margin-top: 7px;
    width: 58px;
    border-left:none;
    outline: medium none;
}
.search-keyword span {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}
.search-keyword > h3{
    color:#3D3D3D;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
}
.search-keyword-otherpage > h3{
    color:#3D3D3D;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
}
.search-keyword > h3 a{
    color:#3D3D3D;
}
.search-keyword > h3 a:hover{
    color:#07C3F5;
}
.content-search-keyword {
    border:solid 2px #71A4E3;
    border-right:none;
    float: left;
    font-size: 15px;
    height: 25px;
    margin-left: 15px;
    margin-top: 7px;
    padding-left: 5px;
    padding-top: 10px;
    text-shadow: 0 0 0;
    outline: medium none;
    color: #757575;
    width: 210px;
}
.submit-search-keyword {
    background: none repeat scroll 0 0 #03C5FA;
    border:solid 2px #B6B6B6;
    border-left:none;
    border-width: 2px 2px 2px medium;
    color: #FFFFFF;
    height: 39px;
    margin-top: 7px;
    width: 84px;
    outline: medium none;
}
/*--------------------Main content-right-------------------------*/
.main-content-right{
    float:right;
    width:326px;
}
.earth-right{
    height:230px;
    background-color:#E3E7EA;
    border-radius:10px;
    margin-bottom:20px;
}

.earth-right1{
    margin-right: 12px;
    min-height:200px;
    background-color:#E3E7EA;
    border-radius:10px;
    margin-bottom:20px;
}
.earth-right2{
    min-height:200px;
    background-color:#E3E7EA;
    border-radius:10px;
    margin-bottom:20px;
}
.ad-space-right_280{
    /*border-radius:10px;*/
    background:url("../images/ad.png");
    min-height:280px;
    border:solid 1px #CECECC;
    margin-top:15px;
}
.ad-space-right_125{
    border-radius:10px;
    min-height:125px;
    border:solid 1px #04C5F9;
    margin-top:15px;
    background-color:#FFFFFF;
}
.ad-space-right1points_125{
    border-radius:5px;
    min-height:125px;
    margin-top:15px;
    background-color:#04C5F9;
    border:1px solid #04C5F9;
}
.ad-space-right_280 > h2 {
    color: #91918F;
    font-size: 25px;
    margin-left: 25px;
    margin-top: 10px;
}
.ad-space-right1points_125 > p {
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 25px;
    margin:5px 5px;
}
.ad-space-right_125 > p {
    color: #FFFFFF;
    font-size: 25px;
    margin-left: 25px;
    margin-top: 10px;
}
.ad-space-inside{
    background-color:#ffffff;
    border-radius:5px;
    min-height:90px;
    padding-left:10px;
    padding-bottom:3px;
    padding-top:3px;
}
.ad-space-inside li{
    margin:3px 0px;
    font-size:14px;
    /*white-space:nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    width:310px;
    color:#006699;
    vertical-align:middle;
}
.ad-space-inside ul li a{
    color:#666666;
    text-transform:lowercase;
}
.ad-space-inside ul li a:hover{
    background-color:#04C5F9;
    color:#ffffff;
}
.earth {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.earth-right > p {
    color: #18B6DB;
    font-size: 19px;
    line-height: 20px;
    padding-top: 30px;
}
.earth-right div ul {
    border-top: 1px solid #CCCCCC;
    float: right;
    margin-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    width: 250px;
}
.earth-right div ul li {
    background: url("../images/arrow.png") no-repeat scroll left top 4px transparent;
    line-height: 22px;
    padding-left: 15px;
}
.earth-right .flag {
    height: 14px;
    margin-right: 15px;
    width: 22px;
}
.earth-right div span {
    float: right;
    margin-right: 50px;
}
.earth1 {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-right:15px;
}
.scamcall1{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    margin-right:8px;
}
.earth-right1 > p {
    color: #18B6DB;
    font-size: 19px;
    line-height: 20px;
    padding-top: 22px;
}
.earth-right1 div span{
    color:#666666;
}
.earth-right1 div p{
    margin:10px 20px 0px 20px;;
    padding-bottom:30px;
    font-size:14px;
    color:#666666;
}
.earth-right1 div p a{
    color:#666666;
}

.earth-right1 div p a:hover{
    background-color:#04c5f9;
    color:white;
    padding:0px 1px;
}

.earth-right1 .flag {
    height: 14px;
    margin-right: 15px;
    width: 22px;
}
.earth-right1 span {
    float:left;
    margin-top:2px;
    margin-right:20px;
    margin-bottom:2px;
    margin-left:20px;
    font-size:16px;
    font-weight:700;
}
.earth-right2 > p {
    color: #18B6DB;
    font-size: 19px;
    line-height: 20px;
    padding-top: 20px;
}
.earth-right2 > ul {
    float:left;
    margin-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    width: 219px;
    margin-left:50px;
}
.earth-right2 li {
    background: url("../images/arrow.png") no-repeat scroll left top 4px transparent;
    line-height: 22px;
    padding-left: 15px;
}
.earth-right2 .flag {
    height: 14px;
    margin-right: 15px;
    width: 22px;
}
.earth-right2 span {
    float: right;
    margin-right: 20px;
}
/*------------------------footer------------------------------*/
#footer {
    background: none repeat scroll 0 0 #E3E7EA;
    border-top: 10px solid #04C5F9;
    margin-top: 15px;
    min-height: 84px;
}
#footer .menu-footer ul{
    margin-top:10px;
    margin-left:10px;
}
#footer ul li{
    display:inline;
}
#footer .menu-footer{
    width:940px;
    margin:0 auto;
}

.menu-footer ul li{   
    padding-right: 30px;
}
.menu-footer ul li a{
    color: #000000;
    font-size: 15px;
}
.menu-footer ul li a:hover{
    color:#04C5F9;
}

/*---------------------------------------------------------------------*/


.doulikeit p{
    font-size: 10px;
    font-weight: normal;
    word-wrap:break-word;
    text-justify:auto;
}


.phone-num-report{
    margin-bottom:5px;
    width:320px;
}
.phone-num-report p span{
    color:#3cbf67;
    font-size:13px;
}
.phone-num-report p span:hover{
    color:#ffffff;
    background-color:#04C5F9;
    padding:0px;
}
.phone-num-report p{
    font-size:12px;
    font-weight:700;
    color:#3CF;
    word-wrap:break-word;
}
.detail-paragraph{
    padding-left:10px;
    margin-bottom:10px;
}
.detail-paragraph div{
    margin-left:20px;
}
.detail-paragraph p{
    font-size:15px;
    color: #666666;
    word-wrap:break-word;
    margin-bottom:5px;
}
.detail-paragraph div ul li{
    list-style-image:url(../images/arrow.png);
    padding:4px 0px;
    font-size:13px;
}
.detail_head td,.detail_head td a,.detail_head td p a{
    margin:0px;
    font-size:16px;
    color:#FFF;	
}
.detail_head td p a:hover{
    background-color:#FFF;
    color:#F03;
    padding:0px 3px;
    font-size:16px;
}
.detail_head p{
    color:white;
    font-size:25px;}
.detail_head{
    background-color:#04C5F9;
    padding:10px 10px 10px 5px;	
}
.detail_headtext{
    color:#FFFfff;
    font-size:16px;
}
.detail_flag{
    margin-top:0px;
    float:left;
    padding-left:15px;
}
.detail_body{
    border: 1px solid #04C5F9;
    border-radius:10px;
    margin-top: 0px;
    padding-left: 10px;
    background-color:#ffffff;
}
.detail_body h1 {
    font-size: 30px;
    color: #666666;
    word-wrap:break-word;
}
.detail_matter{
    font-size:16px;
    color:#666666;
    margin:20px 20px 25px 20px;
}
.detail_matter_category{
    font-size:16px;
    color:#666666;
    margin:10px 20px 25px 20px;
    max-height:190px;
}
.right-bottom-detail{
    margin-top:20px; 
    width:320px;
    float:right;
}

.bottom-header{
    margin-bottom: 10px;
}

.detail_footer{
    padding:5px 0px;
}
.detail_footer a{
    font-size:16px;
    color:#FFF;
}
.detail_footer p{
    font-size:16px;
    color:#FFF;
}
.detail_footer p a{
    font-size:16px;
    color:#FFF;
    margin:0px;
    padding-left:0px;
}
.detail_footer p a:hover,.detail_footer a:hover{
    background-color:#FFF;
    color:#0ab3e0;
}	
.detail_bg{
    border:4px solid #04C5F9;
    border-radius:10px;
    background-color:#04C5F9;
}
/* start About Searche PHone Number Box*/
.about_bg{
    width:600px;
    border:3px solid #04C5F9;
    background-color:#04C5F9;
    border-radius:10px;
    margin-bottom:15px;
}
.abount_head{
    padding:0px;
}
.abount_head td{
    color:#FFF;
    font-size:24px;
}
.about_body1{ 
    background-color:#FFF;
    border-radius:10px;
    padding-left:10px;
    font-size:30px;
    color:#666666;
    min-height:235px;
    padding-right:10px;
}
.about_body2{ 
    padding:10px; 
    font-size:16px;
    color:#666666;
    margin-top:5px;
}
/* end About Searche PHone Number Box*/
.succpage_box{
    float:left;
    width:250px; 
    margin:100px 10px 10px 10px;}
.succespage_messagebox{
    width:250px;
    background-color:#04C5F9;
    border-radius:10px;
    padding:10px;
    margin-bottom:10px;
}
.succespage_messagebox span{
    text-align:left;
    font-size:20px;
    color:#ffff00;
}	
.succespage_messagebox p{
    text-align:left;
    font-size:15px;
    color:#ffffff;
    margin-bottom:5px;
}
.succespage_messagebox p a{
    background-color:#06F;
    text-align:left;
    font-size:16px;
    color:#ffffff;
    margin-bottom:5px;
    text-decoration:underline;
    word-wrap:break-word;
}
.succespage_messagebox p a:hover{
    background-color:#FFF;
    color:#04C5F9;}

.succespage_btn{
    width:250px; 
    height:23px;
    background-color:#04C5F9;
    border-radius:10px;
    padding:10px
}
.succespage_btn p a{
    font-size:18px;
    color:#FFF;
}
.succespage_btn p a:hover{
    background-color:#FFF;
    color:#04C5F9;
    padding:0px 5px 0px 5px;	
}
.content-left-top1_successpage{
    background-color:#04C5F9;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    height: 30px;
    padding:10px 5px 10px 15px;
    margin-bottom:10px;
    color:#FFFFFF;
}

.content-left-top1_successpage img{
    vertical-align:bottom;
}
.content-left-top1_successpage p{
    color:#FFFFFF;
    font-size: 16px;
    display:inline-block;
    vertical-align:bottom;
    margin:0px;
    padding:0px;
}

.content-left-top1_successpage p a{
    font-size: 16px;
    color:#FFFFFF;
    vertical-align:bottom;
}
.content-left-top1_successpage p a:hover{
    background-color:#FFF;
    color:#0ab3e0;
}

.content-left-top2_successpage{
    background-color:#04C5F9;
    border-radius: 10px 10px 10px 10px;
    color: #545454;
    font-size: 16px;
    height: 30px;
    padding:10px;
    margin-bottom:10px;
}

.content-left-top2_successpage td a{
    color:#FFFFFF;
}
.content-left-top2_successpage td{
    color:#FFFFFF;
}
.content-left-top2_successpage td a:hover{
    background-color:#FFF;
    color:#0ab3e0;
}

.main-content-left-top_successpage{
    width:603px;
    min-height:300px;
    float:left;
    margin-top:10px;
}
.main-content-left-top_noresultpage{
    width:603px;
    min-height:300px;
    float:left;
    margin-top:10px;
}
.noresultpage_rightbody{
    float:right;
    width:263px;
    margin-top:50px;
    padding-left:0px;
}
.noresultpage_leftbody{
    float:left;
    width:336px;
    min-height:280px;
    background:url("../images/ad.png");
    border:solid 1px #CECECC;
    margin-top:15px;
}
.contactpage_ad280{
    float:left;
    width:336px;
    min-height:280px;
    background:url("../images/ad.png");
    border:solid 1px #CECECC;
    margin-top:15px;
    margin-right:8px;
    margin-bottom:15px;
}
.contactpage_aboutus h3{
    color: #07C3F3;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
}
.nrp_bodyhead{
    font-size:24px;
    width:258px;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.nrp_bodyhead p{
    font-size:24px;
    word-break:break-all;
}
.contactpage_aboutus p{
    font-size:16px;
    font-weight: normal;
    padding:10px;	
}
.nrp_formfont p{
    font-size:20px;
    color:#F00;
    float:left;
    margin-top:37px;
    margin-left:0px;
    padding-left:11px;
    text-align:right;	
}
.nrp_formfont{
    margin-left:0px;
    float:left;
    width:160px;
}
.nrp_arrowfont{
    float:left;
    font-size:30px;
}
div.arrowdirectform{
    float:right;
    background-image:url("../images/graterthan1.png");
    background-repeat: no-repeat; display:block; }
div.arrowdirectform:hover img {visibility:hidden; }  

.content-left-top1_noresultpage{
    background-color:#04C5F9;

    border-radius: 10px 10px 10px 10px;
    color: #545454;
    font-size: 18px;
    min-height:40px;
    padding:20px;
    margin-bottom:10px;
}
.nrp_headalert{

    float:left;
    margin-top:7px;
    width:105px;
    margin-bottom:15px;
}
.nrp_headalert p{
    font-size:25px;
    color:#FFF;
    float:right;
}
.nrp_headmat1{
    font-size:20px;
    float:right; 
    margin-right:30px;
    color:#FFF;
    width:300px;
}
.nrp_headmat2{
    font-size:20px;
    float:right; 
    margin-bottom:10px;
    margin-right:30px;
    color:#FFF;
    width:280px;
}
.nrp_headmat2 p{
    color:#FF6;
    font-size:22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    width:250px;
}
.hpbox {
    float: left;
    margin: 0 23px 0 3px;
    width: 245px; 
}
.hpbox ul li{
    padding-bottom:4px;
}
.contactpage_form{
    background-color:#F8F8F8;
    float:right;
    width:235px; 
    min-height:300px;
    padding:8px; 
    margin:15px 0px 15px 0px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:3px;
    border-top-right-radius:3px;
    border:1px solid #CDCDCD;
}
.contactpage_form label{
    color:#04C5F9;
    font-size:20px;
    padding-right:8px;
}
.contactpage_form p{
    padding:0px;
    margin:0px;font-size:12px;color:#04C5F9;}
.contactpage_form span{
    color:#F00;
}
.bg_inputtag{
    background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #CDCDCD;
    border-radius: 7px 7px 7px 7px;
    font-size: 13px;
    height: 25px;
    margin-top: 0px;
    padding-left: 3px;
    text-shadow: 0 0 0;
    outline: medium none;
    color: #757575;
    *margin-top:-5px;
    font-family:Tahoma, Geneva, sans-serif;
}

.captcha-img {
    margin-right:23px;
}
.contact-textarea {
    border-radius: 5px 5px 5px 5px;
    color: #757575;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    height: 100px;
    margin-top: 5px;
    padding-left: 5px;
    resize: none;
    width:230px;
    border:1px solid #CDCDCD;	
}
.aboutus_blog{
    float: left;
    margin-top: 15px;
    min-height: 100px;
    width: 600px;
    *padding-bottom:20px;
}
.aboutus_blog h3{
    color: #07C3F3;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom:10px;
}
.aboutus_blog p{
    font-size: 16px;
    font-weight: normal;    
    margin-top: 0px;
    margin-bottom:10px;
    text-align:justify;
}
.aboutus_blog span{
    font-size:12px;
    text-align:right;
    font-weight:700;
    color:#666;
}

.aboutus_blog p a {
    font-size:16px;
    color:#006699;
}

.aboutus_blog ul li, .aboutus_blog ol li {
    list-style-image:url("../images/arrow.png");
    margin:15px 0px 15px 15px;
    font-size:16px;
}

.aboutus_blog p a:hover {
    color:#04C5F9;
}

.aboutus_blog h1{
    color:#006699;
    font-size: 21px;
    font-weight:600;    
    margin-top: 0px;
    margin-bottom:10px;
}

.blog-image{
    float:left; 
    width:390px; 
    height:235px; 
    border-radius:10px;
    margin:0px 10px 15px 0px;
}
.blog_titleblock{
    float:right; 
    width:190px;
    height:250px;
}

.blog_titleblock ul {
    margin:0px;
    padding:0px;
}

.blog_titleblock ul li{
    list-style-image:url("../images/arrow.png");
    font-size:15px;
    margin:0px 0px 7px 7px;
    color:#3399cc;
}
.blog_titleblock ul li a{
    color:#3399cc;
    word-wrap:break-word;
}
.blog_titleblock ul li a:hover{
    color:#ffffff;
    background-color:#04C5F9;
}
.blog_head-title{
    min-height:200px;
    background-color:#04c5f9;
    border-radius:10px;
    margin-bottom:20px;
    margin-top:20px;
    border:5px solid #04c5f9;
}
.blog_head-title p{
    padding:5px;
    font-size:25px;
    color:#FFF;
}
.blog_latsttitle{
    padding-top:7px;
    background-color:#FFF;
    border-radius:10px;
    padding-left:10px;
}

.blog_latsttitle ul {
    min-height:200px;
}

.blog_latsttitle ul li {
    list-style-image:url("../images/arrow.png");
    font-size:15px;
    margin-left:12px;
    color:#3399cc;
    padding-bottom:7px;
}

.blog_latsttitle ul li a,.ad-space-right_125 ul li a{
    color:#006699;
}
.blog_latsttitle ul li a:hover,.ad-space-right_125 ul li a:hover{
    color:#ffffff;
    background-color:#04C5F9;
}


.ad-space-right_125 ul {
    background-color:#FFFFFF;
    border-radius:10px;
    margin:5px;
    padding:2px 2px 7px 2px;
    min-height:150px;
}

.ad-space-right_125 ul li {
    list-style-image:url("../images/arrow.png");
    font-size:15px;
    margin:7px 7px 0px 20px ;
    color:#3399cc;
}
.blogbrowse-body{
    width:603px;
    height:121px;
    padding:10px 3px 10px 0px;;
    background-color:#ffffff;
    margin-bottom: 20px;
}
.blogbrowse-body:nth-child(even){
    background-color:#F6F6F6;
} 
.blogbrowse-image{
    float:left;
    width:200px;
    height:121px;
}
.blogbrowse-image img{
    border-radius:10px;
    width:200px;
    height:121px;
}
.blogbrowse-content{
    float:right;
    width:395px;
    height:125px;
    padding:0px;
    overflow:hidden;
}
.blog-right-content{
    height:101px;
    overflow:hidden;
}
.blog-right-content h3{
    margin-bottom: 5px;
}
.content-para{
    height: 70px;
    overflow: hidden;
}
.blogbrowse-content-head h3 a{
    color: #2BA4C1;
    float: left;
    font-size: 18px;
    font-weight: normal;
}
.content-para p{
    font-size: 13px !important;
    font-weight: normal;
    word-wrap:break-word;
    text-justify:auto;
    line-height: 15px;
}
.blogbrowse-more{
    float:right;
}
.blogbrowse-more a{
    color: #14C7F0;
    float: right;
    font-size: 15px;
    font-weight: normal;
}
.blogbrowse-more a:hover{
    color:#046d85;
    text-align:right;
}
.error-msg {
    float:right;
    color:#F00;
}


.fb-like{
    height: 20px;
    overflow: hidden;
}

.ep-inner{
    
    border-width: 1px;
}

.editors-pick span{
    width:33.3%;
    float:left;		
}

.editors-pick span:hover{
    box-shadow:0px 0px 2px 2px grey;
}

.editors-pick span a{
    color:black;
    text-decoration:none;
    font-size:18px;

}

.post-image{
    position: relative;
    width: 100%;
}


.editors-pick span a img{
    margin:10px;
}
.editors-pick span p{
    margin-left:10px;
    font-size:20px;
    margin-bottom:5px;
}

.editors-logo{
    float:right;
    margin-top:5px;
    margin-right: 10px;
}

.editors-logo p{
    float:right;
    padding:3px 0px;
    margin-top:7px;
    font-weight:bold;
    color:#8a8c8e;
}

.editors-logo p:hover{
    color: #FFFFFF;
    background-color: #04C5F9;
}

.slogan img{
    float: left;
    margin-right: 3px;
}

.slogan p{
    float: left;
    margin-top:12px;
    color: #202020;
    font-size: 15px;
    text-shadow: 0 0 0;
}

.pagefeature {
    background: none repeat scroll 0 0 rgb(252,252,252);
    width:98%;
    padding: 1em;
}


.editor-pick-title-font{
    text-align: left;
    font-weight: normal;
}

.editors-pick-category{
    font-size: 14px !important;
    color: #8a8c8e !important;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 3px !important;
}

.editor-pick-title-font{
    color:#3b3b3b;
    font-size: 24px;
    display: block;
    padding: 35px 5px 0px 5px; 
    font-family: "MuseoSlabRegular",serif; 
    height: 110px;
}

.editors-pick-category:hover{
    background-color: #04C5F9;
    color: #FFFFFF !important;
}

.editor-pick-title-font:hover{
    color:#3b3b3b !important;
    text-decoration: underline;
}

.editors-pick-text{
    padding: 5px;
    box-shadow: 2px 2px 2px 0 #d0d0d0;
    border-left: 1px solid #f6f5f5;
    height: 180px;
}

.col:nth-child(3n+1) {
    margin-left: 0;
}
.span_2_of_6 {
    width: 292px;
}
.col {
    display: block;
    float: left;
    margin: 0 0 1% 2.5%;
}

.header-flags{
    margin-left:-180px !important;
    position: absolute !important;
}
.header-flags a img{
    margin: 0px 4px;
    border : 1px solid black
}