/*--CSS RESET--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #000
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }
body {
    line-height: 1
    }
ol, ul {
    list-style: none
    }
blockquote, q {
    quotes: none
    }
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
    }
table {
    border-collapse: collapse;
    border-spacing: 0
    }
/*---THIS CSS IS FOR COMMON CSS---*/
.radius_3 {
    border-radius: 3px
    }
.radius_5 {
    border-radius: 5px
    }
.radius_7 {
    border-radius: 7px
    }
.radius_10 {
    border-radius: 10px
    }
.block {
    display: none
    }
.error-message {
    width: 86%;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    border-radius: 5px;
    text-align: center;
    padding: 7px 0;
    margin: 10px 0 10px 15px;
    background: #ffbaba;
    border: 1px solid #F00;
    color: #F00;
    font-size: 12px;
    font-weight: bold;
    word-spacing: 1px
    }
.success-message {
    width: 86%;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    border-radius: 5px;
    text-align: center;
    padding: 7px 0;
    margin: 10px 0 10px 15px;
    background: #dff2bf;
    border: 1px solid #4f8a10;
    color: #4f8a10;
    font-size: 12px;
    font-weight: bold;
    word-spacing: 1px
    }
.warning-message {
    width: 86%;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    border-radius: 5px;
    text-align: center;
    padding: 7px 0;
    margin: 10px 0 10px 15px;
    border: 1px solid #4f8a10;
    color: #9F6000;
    background-color: #FEEFB3;
    font-size: 12px;
    font-weight: bold;
    word-spacing: 1px
    }
.border {
    height: 1px;
    background-color: #CCC;
    width: 100%;
    margin: 0
    }
/*--MAIN CSS--*/
.body_bg {
    background: url(../images/body_bg.jpg);
    height: 182px;
    width: 100%;
    position: fixed;
    z-index: -1
    }
body {
    background: #9ec2d2;
    background-repeat: repeat-x;
    font-family: Tahoma, Geneva, sans-serif
    }
/*---HEADER----*/
.header {
    width: 100%;
    height: auto
    }
.inner_header {
    width: 955px;
    height: 150px;
    margin: 0 auto
    }
/*---/HEADER----*/
/*---NAVIGATION--*/
.navigation {
    width: 100%;
    height: auto;
    font-family: Arial, Helvetica, sans-serif
    }
.inner_navigation {
    width: 954px;
    height: 32px;
    background: url(../images/nav_bg.jpg);
    margin: 0 auto;
    box-shadow: 1px 0 5px #888
    }
.nav {
    float: right;
    margin-top: 10px
    }
.nav li {
    display: inline;
    list-style: none
    }
.nav li a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    background: #135a80;
    padding: 5px 12px;
    margin: 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
    }
.nav li a:hover {
    background: #ea8811;
    text-decoration: underline
    }
.active {
    background: #000
    }
/*---/NAVIGATION--*/
/*--CONTENT--*/
.content {
    width: 100%;
    height: auto
    }
.inner_content {
    width: 955px;
    height: auto;
    overflow: hidden;
    background: url(../images/content_bg.jpg);
    margin: 0 auto;
    padding-bottom: 20px
    }
/*--LEFTSIDE BAR--*/
.leftside_bar {
    width: 250px;
    height: auto;
    float: left
    }
/*--Zip code--*/
.zip_code {
    width: 220px;
    height: auto;
    margin: 15px 15px 0 15px;
    float: left;
    background: #115680;
    text-align: center
    }
.zip_code h2 {
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #23678c;
    text-shadow: 1px 2px #333;
    box-shadow: 0 2px 5px #23678c
    }
.zip_code_input {
    width: 180px;
    height: 25px;
    /* [disabled]height:22px; */
    margin-top: 10px;
    border: 1px solid #999;
    border-radius: 2px
    }
.zip_code input[type="submit"] {
    width: 180px;
    height: 30px;
    border: 0;
    background: #269a9c;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 5px #333
    }
.zip_code p {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    margin-top: 20px;
    line-height: 18px;
    text-shadow: 1px 2px #333;
    margin-bottom: 10px
    }
/*--/Zip code--*/
/*--Contact Form--*/
.contact_box {
    width: 220px;
    height: auto;
    margin: 15px 15px 0 15px;
    float: left;
    background: url(../images/contact2_bg.png);
    background-size: 280px;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -o-border-bottom-left-radius: 15px;
    -o-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
    }
.contact_box h2 {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    line-height: 16px;
    text-shadow: 1px 2px #000
    }
.contact_form {
    width: 200px;
    margin: 15px 0 15px 15px;
    text-align: left
    }
.contact_form td {
    vertical-align: top;
    height: 55px
    }
.contact_form td label {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #333
    }
.contact_form td input[type="text"] {
    width: 190px;
    height: 22px;
    margin-top: 7px;
    border: 1px solid #999;
    border-radius: 2px;
    margin-top: 5px;
    background: #EEE
    }
.contact_form td input[type="text"]:hover {
    background: #FFF
    }
.contact_form input[type="submit"] {
    width: 190px;
    height: 30px;
    border: 0;
    background: #269a9c;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border-radius: 2px;
    box-shadow: 0 2px 5px #333;
    margin-bottom: 15px
    }
/*--Contact Form--*/
/*--people_say--*/
.people_say {
    width: 220px;
    height: 485px;
    margin: 15px 15px 0 15px;
    float: left;
    background: url(../images/contact_bg.png);
    text-align: center
    }
.people_say h2 {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin: 15px 0 35px 0;
    line-height: 16px
    }
.people_say p {
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    margin: 0 5px;
    margin-top: 20px;
    line-height: 16px
    }
.people_say p i {
    color: #a0a0a0
    }
.people_say p a {
    color: #26999b;
    font-size: 11px;
    text-decoration: none
    }
/*--people_say--*/
/*--/LEFTSIDE BAR--*/
/*--CENTER CONTENT--*/
.center_bar {
    width: 455px;
    height: auto;
    float: left
    }
.Faisal-45 {
    width: 455px;
    height: auto;
    float: left;
    margin-top: 15px
    }
.big_phono {
    width: 455px;
    height: 138px;
    float: left;
    background: url(../images/Big_phono.png);
    margin-bottom: 5px
    }
.big_phono h2 {
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
    margin: 40px 0 0 10px
    }
.faster_speed {
    width: 455px;
    height: 296px;
    background: url(../images/faster_speed.png);
    float: left
    }
.Faisal-55 {
    width: 455px;
    height: auto;
    float: left;
    margin-top: 15px
    }
.big_phono-55 {
    width: 455px;
    height: 94px;
    float: left;
    background: url(../images/bigphone-55.gif);
    margin-bottom: 5px
    }
.faster_speed-55 {
    width: 455px;
    height: 235px;
    background: url(../images/faster_speed-56.jpg);
    float: left
    }
.big_phono-55 h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    margin: 26px 0 0 40px;
    text-shadow: #333 1px 1px
    }
.text_area {
    width: 455px;
    height: auto;
    float: left;
    background: #FFF;
    border: 2px solid #dcd081;
    margin: 5px 0;
    padding-bottom: 20px
    }
.text_area h2 {
    width: 405px;
    background: #26999b;
    margin: 15px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    box-shadow: 3px 2px 5px #888;
    text-shadow: 2px 1px #074546
    }
.text_area h4 {
    color: #26999b;
    margin: 15px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #F00;
    text-shadow: 2px 1px #CCC
    }
.text_area p {
    font-size: 12px;
    margin: 20px 15px;
    line-height: 18px;
    text-align: justify
    }
.text_area p em {
    font-size: 10px;
    line-height: 18px;
    color: #666;
    font-style: italic;
    text-align: justify
    }
.text_area p small {
    font-size: 11px;
    color: #26999b;
    font-weight: bold
    }
.text_area p i {
    font-style: italic;
    font-size: 12px;
    line-height: 20px
    }
.text_area p b {
    margin: 0;
    font-size: 14px;
    color: #26999b;
    font-weight: bold
    }
.text_area p a {
    color: #269a9c
    }
.text_area object {
    margin-left: 15px
    }
.text_area b {
    margin: 15px;
    font-size: 14px;
    color: #26999b;
    font-weight: bold
    }
.text_area p strong {
    font-size: 11px;
    color: #000;
    font-weight: bold
    }
.text_area ul {
    margin: 10px;
    float: left;
    font-family: Arial, Helvetica, sans-serif
    }
.text_area ul li {
    font-size: 12px;
    float: left;
    line-height: 18px;
    margin: 10px 0;
    list-style: url(../images/point.png);
    margin-left: 15px;
    padding-left: 5px
    }
.text_area img {
    margin: 15px 9px
    }
.call_now {
    width: 439px;
    height: 120px;
    float: left;
    margin-top: 15px;
    margin-left: 8px;
    background: url(../images/call_now.png)
    }
.call_now h1 {
    color: #FF8700;
    font-size: 45px;
    margin: 55px 0 0 73px
    }
/*--/CENTER CONTENT--*/
/*--RIGHTSIDE BAR--*/
.rightside_bar {
    width: 250px;
    height: auto;
    float: left
    }
.call_24 {
    width: 222px;
    height: 271px;
    float: left;
    background: url(../images/call24hrs.png);
    background-repeat: no-repeat;
    margin: 15px 15px 0 15px
    }
.call_24 h2 {
    color: #FFF;
    margin: 227px 0 0 20px;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 2px 4px #666
    }
.upto_4x {
    width: 222px;
    height: 441px;
    float: left;
    background: url(../images/Up_to_4x.jpg);
    background-repeat: no-repeat;
    margin: 15px 15px 0 15px
    }
.bonus_49 {
    width: 222px;
    height: 441px;
    float: left;
    background: url(../images/bonus_49.gif);
    background-repeat: no-repeat;
    margin: 15px 15px 0 15px
    }
/*--/RIGHTSIDE BAR--*/
/*--/CONTENT--*/
/*--FOOTER--*/
.footer {
    width: 100%;
    height: auto
    }
.footer_menu {
    width: 100%;
    height: auto;
    background: #0f4c73
    }
.footer_menu_inner {
    width: 955px;
    margin: 0 auto;
    padding: 5px 0
    }
.footer_menu_inner p {
    margin: 0 15px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-align: justify
    }
.footer_menu_inner p a {
    color: #FFF;
    text-decoration: none
    }
.footer_banner {
    width: 100%;
    height: auto;
    border-top: 4px solid #9abfd1;
    background: #214b65;
    text-align: center
    }
.footer_menu_banner {
    width: 955px;
    margin: 0 auto;
    height: 50px;
    padding: 5px 0
    }
.footer_menu_banner a {
    text-align: left;
    float: left;
    padding: 20px 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff
    }
.footer_menu_banner a:hover {
    text-decoration: underline
    }
.footer_menu_banner img {
    margin-top: 30px;
    margin-bottom: 15px
    }
/*--/FOOTER--*/
/*--Installation Page--*/
.installation {
    width: 425px;
    height: 55px;
    float: left;
    margin: 25px 15px 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #CCC
    }
.installation img {
    float: left;
    margin-left: 15px
    }
.installation h1 {
    float: left;
    color: #2a9fb7;
    font-weight: bold;
    font-size: 22px;
    margin: 17px 15px 5px 15px
    }
/*--/Installation Page--*/
/*--Faqs Page--*/
.fsqs_area {
    width: 455px;
    height: auto
    }
.fsqs_area h1 {
    color: #2a9fb7;
    font-weight: bold;
    font-size: 22px;
    margin: 17px 15px 5px 15px
    }
.faqs {
    padding-top: 1px
    }
.faqs dt {
    font-weight: normal;
    font-size: 14px;
    background: url(../images/q.gif) 15px 8px no-repeat;
    padding: 9px 45px;
    border-bottom: 1px dashed #b4c9cb;
    position: relative;
    color: #2a9fb7
    }
.faqs dt:hover {
    cursor: pointer
    }
.faqs dd {
    background: url(../images/a.gif) 15px 15px no-repeat;
    padding: 15px 15px 15px 45px;
    position: relative;
    color: #000;
    text-align: justify;
    font-size: 13px;
    border-bottom: 1px dashed #b4c9cb
    }
.faqs .hover {
    color: #900;
    text-decoration: none
    }
.faqs dd p {
    margin: 0
    }
.faqs dd ul {
    margin-top: 10px
    }
.faqs dd ul li {
    margin: 10px 0
    }
.faqs dd ul li strong {
    color: #2a9fb7;
    font-weight: bold
    }
/*--/Faqs Page--*/
/*--Exede deal--*/
.plan {
    width: 455px;
    height: 25px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif
    }
.row {
    border-bottom: 1px solid #a7ceef
    }
.packeg {
    height: 36px;
    text-align: left
    }
.packeg img {
    float: left;
    margin: 0
    }
.packeg td {
    vertical-align: top;
    text-align: left
    }
.difference {
    width: 80px
    }
.red_bg {
    width: 125px;
    height: auto;
    vertical-align: top;
    background: #ffe4db
    }
.green_bg {
    width: 125px;
    height: auto;
    vertical-align: top;
    background: #e9f7d6
    }
.blue_bg {
    width: 125px;
    height: auto;
    vertical-align: top;
    background: #dfeffc
    }
.plan h4 {
    margin: 15px 0 15px 10px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    border: none
    }
.plan p {
    text-align: left;
    margin: 15px 10px 15px 10px;
    font-size: 12px;
    line-height: 20px
    }
/*--/Exede deal--*/
/*--Exede order--*/
.exede_order {
    width: 370px;
    height: auto;
    padding: 15px;
    background-color: #EEE;
    margin: 0 auto;
    border: 1px solid #CCC;
    box-shadow: 5px 5px 100px #AAA
    }
.form {
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0 15px 35px
    }
.form td {
    height: 65px;
    vertical-align: top
    }
.form td label {
    font-size: 12px;
    color: #333
    }
.form td input[type="text"] {
    width: 240px;
    height: 27px;
    margin-top: 7px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px
    }
.form td input[type="submit"] {
    padding: 5px 15px;
    border: 0;
    background: #269a9c;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #333
    }
/*--/Exede order--*/
/*--Exede--*/
.states {
    float: left;
    width: 430px;
    margin: 0 15px 15px 15px
    }
.states p {
    line-height: 30px
    }
.states a:hover {
    text-decoration: none
    }
/*--/Exede--*/
/*--EXEDE VS HUGHESNET--*/
.comparing {
    width: 100%;
    background-color: #1e5279;
    height: 100px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -o-border-top-left-radius: 7px;
    -o-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
    }
.comparing h6 {
    color: #FFF;
    font-weight: bold;
    float: left;
    margin: 20px 0 0 80px;
    line-height: 25px;
    text-shadow: #000 1px 1px;
    font-size: 18px
    }
.notsure {
    width: 100%;
    background-color: #FFF;
    text-align: center;
    margin-bottom: 15px
    }
.notsure h6 {
    color: #10597f;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    margin: 10px 20px
    }
/*--EXEDE VS HUGHESNET--*/
/*--Dynamic Pages--*/
.states_list_area {
    float: left
    }
.states_list_area ul {
    float: left;
    -webkit-column-count: 3;
    moz-column-count: 3;
    o-column-count: 3;
    column-count: 3;
    margin-left: 15px;
    list-style: none
    }
.states_list_area ul li {
    margin: 0;
    padding: 5px 10px;
    width: auto;
    width: 100px;
    list-style: none
    }
.states_list_area ul li a {
    color: #26999B
    }
.city_name {
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px
    }
.city_name a {
    color: #26999B;
    line-height: 25px
    }
.flow {
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px
    }
.flow a {
    color: #26999B;
    line-height: 25px
    }
.city_with_zip {
    font-weight: bold;
    color: #C00
    }
.city_with_zip b {
    color: #26999B
    }
.nearest_city {
    font-weight: bold;
    color: #C00;
    list-style: 25px
    }
.nearest_city b {
    color: #26999B
    }
.success {
    width: 87%;
    padding: 7px 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #4f8a10;
    border-radius: 3px;
    display: none
    }
.warning {
    width: 84%;
    padding: 7px 0;
    margin: 5px auto 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #9F6000;
    background-color: #FEEFB3;
    border: 1px solid #9f6000;
    border-radius: 3px;
    display: none
    }
.error {
    width: 84%;
    padding: 7px 0;
    margin: 5px auto 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid #d8000c;
    border-radius: 3px;
    display: none
    }
.congrates {
    width: 425px;
    height: 110px;
    margin: 15px;
    background-color: #DFF2BF;
    -webkit-border-radius: 10px;
    border: 1px solid #b0c887;
    text-align: center
    }
.congrates h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #4F8A10;
    font-size: 36px;
    font-weight: bold;
    float: left;
    margin: 15px 20px
    }
.congrates p {
    font-family: Arial, Helvetica, sans-serif;
    color: #4F8A10;
    font-size: 12px;
    font-weight: bold;
    text-align: center
    }
#radio input[type="radio"] {
    float: left
    }
#radio p {
    margin: 0
    }
#pform {
    color: #fff
    }
#pform2 {
    color: #fff;
    margin-left: 30px
    }