html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{font-family: Arial, Helvetica, Verdana, sans-serif;}
body, html{ margin: 0px; padding: 0px; }

html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }

a{ color: #009bdb; font-weight: bold; }
a:hover{ color: #2cc1ff; font-weight: bold; }


h1, h2, h3, h4, h5, h6{color: #6f0a0a;padding: 0px 0px 8px 0px;	margin: 0px 0px 8px 0px; }
h1{ font-size: 1.3em; }
h2{ font-size: 1.2em; }
h3{ font-size: 1.1em; }
h4{ font-size: 1em; }
h5{ font-size: 1em; }
h6{ font-size: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

#pageContainer{padding: 0px;}

#header{ border-bottom: 1px solid #bfbfbf; padding-bottom: 5px; }
#header_logo{ }
#header_logo a, #header_logo img{text-decoration: none; border: 0px; margin: 0px; padding: 0px;}
#plus_one{ float: left; padding-left: 12px; }
#hh_phone{ float: right; padding: 4px 4px 0px 4px; text-align: right; line-height:2.2em; font-size: 13px; }
#hh_phone a{ font-size: 16px; }
#hh_phone strong{ color: #006e9e; }

#contentContainer{
    padding: 10px;
}

#menu{padding: 10px;}
#menu ul, #menu ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu ul li a{
background: #989898;
padding: 8px;
margin: 2px 0px;

color: #2b2929;

-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

}
#menu ul li ul li a{
display: inline;
background: none;
padding: 0px;
margin: 0px;

color: #009bdb;

-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

#menu ul li a{
    display: block;
}
#menu ul li ul li{
    padding: 4px;
}


#menu li ul{ padding: 4px 10px; margin: 4px 0px; border-top: 1px solid #006e9e; }

#menu td a{
    display: block;
    position: relative;
    z-index: 10000;


    padding: 3px 10px 6px 11px;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    font-size: 12px;
    color: #fff;
}
#menu td a span{ display: block; color: #fefeff !important; }

#menu td a span span span{ padding: 4px 10px; color: #fefeff !important; }

#menu td a.ta_cur span{
    text-decoration: none;
    color: #c1dde9 !important;
}

/*#menu td a:hover span{
    background: url(/images/menu_hover_repeat.gif) repeat-x top left;
}
#menu td a:hover span span{
    background: url(/images/menu_hover_left.gif) no-repeat top left;
}
#menu td a:hover span span span{
    background: url(/images/menu_hover_right.gif) no-repeat top right;
}*/

#menu td a.ta_first{
    background-image: none;
    padding: 3px 10px 6px 10px;
}
#menu td a.ta_first span{

}

/* DROP DOWN MENU */
 #menu td div{
    position: relative;
    z-index: 10000;
}

#menu td table{
    /*background: #35a5d3 url(/images/dropdown_gradient.gif) repeat-x top left;*/
    position: absolute;
    z-index: 10000;
    display: none;
    top: 34px;
    margin: 0px;
    opacity: .97;
    overflow: hidden;
    width: auto;
    border: 1px solid #3aaad8;

    border-radius: 10px;
    box-shadow: #063c52 4px 4px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#menu td table td{
    padding: 10px 8px;
    vertical-align: top;
}

#menu td table td#tmcol_0{
}

#menu td ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

#menu td ul li{
    display: block;
    margin: 0px;
    padding: 0px;
}

#menu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;

    color: #ffffff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#menu td ul li a.first{

}

#menu td ul li a:hover{
    background-color: #3aaad8;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

#menu td ul li ul{
    position: relative;
    padding: 2px 4px 8px 16px;
    border-left: 1px dotted #3aaad8;
}

#menu td ul li ul li a{
    font-weight: normal;
    font-size: 11px;
    padding: 3px 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#menu td ul li ul li a:hover{
    background-color: transparent;
    border-bottom: 1px dotted #3aaad8;
}

 /* END DROP DOWN MENU */




 /* video testimonials */

#video_player, #video_player .bgzobject{
    width: auto !important;
    height: auto !important;
}

#vid_thumbs_outer{
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #f0f0f0;
    overflow: hidden;
    height: 160px;
    width:auto !important;
    max-width: 550px !important;
    margin-top: 4px;
    padding-right: 150px;
}
#vid_thumbs_container{
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 15px 50px 15px 50px;
}
#vid_thumbs_container div{
    color: #fff;
}
#vid_thumbs_container_text{
    padding: 4px 8px;
}

#vid_thumbs_arrow_l, #vid_thumbs_arrow_r{
    display: none;
    position: absolute;
    z-index: 5000;
    width: 40px;
    height: 160px;
    margin: 0px;
    padding: 0px;

    cursor: pointer;
}
#vid_thumbs_arrow_l{
    top: 0px; left: 0px;
    /*background: #000 url(/images/vtestimonials_arrow_left.gif) no-repeat top left;*/
}
#vid_thumbs_arrow_r{
    top: 0px; right: -1px;
    /*background: #000 url(/images/vtestimonials_arrow_right.gif) no-repeat top left;*/
}

#vid_thumbs_arrow_l a, #vid_thumbs_arrow_r a{
    display: block;
    padding: 57px 0px;
    height: 150px;
    text-align: center;
    color: #99c;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

.vid_thumb{ padding: 0px 15px; vertical-align: top; }
.vid_thumb a img{ border: 0px solid #fff; }
.vid_thumb_info{ padding: 0px 8px; }
.vid_type{ color: #757575; }

#video_desc{ padding: 4px 8px; }

#video_instr{
    margin-top: 7px;
    padding: 4px 0px 0px 40px;
    border-top: 1px solid #dfdfdf;
    color: #757575;
    font-size: 11px;
}

a{ color: #0360ae; }
a:hover{ color: #1f85d9; }
