/* Reset CSS */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 

form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}

/* Business Template Styles */

body, #bg
{
    color: #484747;
    background: url(../images/bg_pattern.gif) repeat;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}

#sidebar, .services-view h2, .about-view h1, .about-view h2, #bubble-text, #main-description h2 {
    font-family: "handel-gothic";
    font-weight: 700 !important;
    font-style: normal;
}

.about-view h1 {
    color: #666 !important;
}

#sidebar p.space {
    color: #222;
    font-size: 15px;
    line-height: 1.2;
}

#sidebar h1 {
    font-style: normal;        
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

#sidebar h2 {
    text-transform: initial !important;    
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;    
    color: #0462bb;
}

a
{
    text-decoration: none;
    color: #0462bb;
}

p
{
    margin-bottom: 10px;
}

p.small
{
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 16px;
}

p.no-space
{
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 15px;
}

p.space
{
    margin-bottom: 30px;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

#left-side h1
{
    font-size: 36px;
    font-weight: 300;
    color: #0462bb;
    display: block;
    margin-bottom: 20px;
}

#container
{
    background: url(../images/bg_repeat.gif) repeat-x;
    height: 1000px;
}

#center
{
    width: 950px;
    margin: auto;
    /*overflow: hidden;*/
    position: relative;
}

#header
{
    width: 949px;
    height: 171px;
    margin-top: 37px;
    background: url(../images/ourHeader.png) no-repeat;
    overflow: hidden;
}

#logo
{
    margin: 55px 0 0 65px;
    display: block;
}

#nav
{
    margin: -7px 0 -10px -15px;
    height: 105px;
    width: 565px;
}

#nav2
{
    margin: -7px 0 -10px 0;
    height: 130px;
    width: 660px;
}

#nav2 ul
{
    list-style: none;
    padding-left: 15px;
    overflow: hidden;
}

#nav2 ul li
{
    float: left;
    margin-right: 5px;
}

#nav2 ul li a
{
    font-size: 20px;
    font-style: italic;
    line-height: 60px;
    color: #fff;
    display: block;
    height: 65px;
    padding-left: 5px;
    padding-right: 5px;
}

#nav ul
{
    list-style: none;
    padding-left: 15px;
    overflow: hidden;
}

#nav ul li
{
    float: left;
    margin-right: 5px;
}

#nav ul li a
{
    font-size: 20px;
    font-style: italic;
    line-height: 60px;
    color: #fff;
    display: block;
    height: 65px;
    padding-left: 5px;
    padding-right: 5px;
}

#body
{
    background: url(../images/main_content.gif) repeat-y;
    overflow: hidden;
    width: 100%;
}

#body #top
{
    background: url(../images/main_top.png) no-repeat;
    height: 128px;
    margin-bottom: -128px;
}

#bottom
{
    background: url(../images/main_bottom.png) no-repeat;
    height: 7px;
    margin-top: 0;
}

#left-side
{
    margin: 15px 20px 20px 20px;
    margin-bottom: 0;
    min-height: 470px;
    width: 500px;
}

#left-side.bubble
{
    width: 600px;
}

#left-side.sub
{
    padding: 25px 0 0 20px;
}

#bubble-text
{
    font-size: 33px;
    font-weight: 300;
    color: #0462bb;
    padding: 28px 0 0 23px;
    width: 370px;
    height: 230px;
}

#front-excerpt
{
    width: 275px;
    font-weight: 300;
    font-size: 17px;
    margin: 17px 0 0 23px;
    color: #484747;
}

a.tour-button
{
    background: url(../images/tour_button.png) no-repeat;
    text-indent: -9999px;
    width: 232px;
    height: 97px;
    display: block;
    margin-top: 20px;
}

a.details
{
    background: url(../images/details_button.gif) no-repeat;
    text-indent: -9999px;
    display: block;
    margin-top: -20px;
    width: 114px;
    height: 32px;
    margin-bottom: 20px;
    float: right;
}

#sidebar
{
    float: right;
    width: 386px;
    position: absolute;
    top: 60px;
    right: 25px;
}

#slider
{
    background: url(../images/slider_bg.png) no-repeat;
    height: 384px;
    width: 386px;
    position: relative;
    margin-bottom: -105px;
}

#slider a#left_btn, #slider a#right_btn
{
    position: absolute;
    height: 41px;
    width: 38px;
    top: 95px;
    text-indent: -9999px;
}

#slider a#left_btn
{
    left: 0;
    background: url(../images/left_arrow.png) no-repeat;
}

#slider a#right_btn
{
    right: 0;
    background: url(../images/right_arrow.png) no-repeat;
}

#slider-container
{
    position: absolute;
    top: 17px;
    left: 41px;
    width: 305px;
    height: 202px;
    overflow: hidden;
}

#panel-wrapper
{
    width: 318px;
    overflow: hidden;
    margin: auto;
}

#panel-top
{
    background: url(../images/sidebar_top.png) no-repeat;
    height: 50px;
    width: 318px;
    color: #636262;
    font-style: italic;
    font-size: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#panel-top h1
{
    background: url(../images/bullet.png) no-repeat 12px 17px;
    padding-left: 35px;
    line-height: 50px;
}

#panel-content
{
    width: 318px;
    background: url(../images/sidebar_repeat.png) repeat-y;
    overflow: hidden;
}

h2
{
    font-size: 18px;
    color: #0462bb;
    display: block;
    margin-bottom: 10px;
}

#panel-content h2
{
    text-transform: uppercase;
}

#panel-bottom
{
    width: 318px;
    height: 35px;
    background: url(../images/sidebar_bottom.png) no-repeat;
    margin-top: -20px;
}

.inner
{
    background: url(../images/sidebar_shadow.png) no-repeat;
    padding: 30px 30px 0 33px;
    font-size: 14px;
    color: #666;
}

#footer
{
    background: url(../images/footer.png) no-repeat;
    height: 43px;
    padding-left: 20px;
    line-height: 40px;
    color: #fff;
}

#footer a
{
    color: #ffc000;
}

#footer span
{
    float: left;
    display: block;
    line-height: 50px !important;
    height: 43px;
}

.slash
{
    float: left;
    display: block;
    height: 43px;
    width: 21px;
    background: url(../images/slash.gif) no-repeat;
    text-indent: -9999px !important;
    margin-right: 5px;
}

.sub-page
{
    margin-top: 30px;
}

#main-description
{
    font-size: 13px;
    font-weight: 300;
    color: #484747;
    overflow: hidden;
    margin-bottom: 20px;
}

.float-right
{
    float: right;
    margin-left: 20px;
}

#columns
{
    overflow: hidden;
    width: 520px;
}

.column
{
    float: left;
    width: 240px;
    margin-right: 20px;
    font-size: 14px;
    color: #444;
}

#sidebar img.space
{
    margin-bottom: 5px;
}

.caption
{
    float: right;
    width: 300px;
}

.extra-space
{
    margin-top: 15px;
}

.no-space
{
    margin-bottom: 15px !important;
}

ul#services
{
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
}

ul#services li
{
    float: left;
    margin-right: 30px;
    width: 220px;
    margin-bottom: 15px;
}

.full
{
    display: block;
    margin: -20px 0 20px -25px;
}

label
{
    color: #3d3e3e;
    font-size: 13px;
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;
}

.input, .textarea
{
    background: #ededed;
    border: 0;
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    display: block;
    height: 21px;
    width: 209px;
    padding: 5px;
    line-height: 18px;
    font-family: Arial;
    font-size: 14px;
    color: #444;
}

.textarea
{
    width: 230px;
    height: 191px;
}

#form-left
{
    float: left;
    width: 220px;
}

#form-right
{
    float: right;
}

#submit
{
    height: 32px;
    width: 104px;
    background: url(../images/submit.png) no-repeat;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

#clients-panel
{
    width: 518px;
    height: 289px;
    background: url(../images/clients_panel.png) no-repeat;
    position: relative;
}

a#clients_next, a#clients_prev
{
    text-indent: -9999px;
    height: 38px;
    width: 24px;
    display: block;
    position: absolute;
}

a#clients_prev
{
    top: 65px;
    left: 0;
}

a#clients_next
{
    top: 65px;
    right: 0;
}

ul#clients-container
{
    position: absolute;
    width: 440px;
    height: 150px;
    left: 24px;
    overflow: hidden;
}

ul#clients-container li
{
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}

#carousel
{
    position: absolute;
    width: 440px;
    top: 11px;
    left: 24px !important;
    overflow: hidden !important;
    margin-left: 30px;
}

.modalPopupBackground
{
    background-color: #ccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #fff;
    border: 2px solid #000;
    padding: 10px;
}

td, th
{
    padding: 5px;
}

th
{
    font-weight: bold;
}

.linkDescription
{
    font-size: 16px;
}

#main-description a.reports
{
    width: 150px;
    background: url(../images/reports_header.png) no-repeat center;
}

.button
{
    background: url(../images/ViperButton2.png) center no-repeat transparent;
    display: block;
    text-align: center;
    min-height: 30px;
    min-width: 160px;
    float: left;
    padding-top: 5px;
    cursor: pointer;
}

.small_button
{
    background: url(../images/ViperButton2.png) center no-repeat transparent;
    display: block;
    text-align: center;
    min-height: 30px;
    min-width: 160px;
    float: left;
    padding-top: 5px;
    cursor: pointer;
}

.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}
.mGrid th
{
    padding: 4px 2px;
    color: #FFC000;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #FFC000;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

#cb
{
    display: inline;
}

