/***************************************
****************************************
    GENERAL STYLES
    ------------------------------------
    PLEASE ADD NEW STYLE RULES TO THE
    APPROPRIATE SECTION ONLY. DO NOT
    REMOVE SECTION HEADERS EVEN IF THEY

    ARE NOT IN USE.


    Reminder: If you're setting a width
    and a padding/margin you're looking
    for trouble with ie6
    http://css.maxdesign.com.au/listamatic/about-boxmodel.htm


****************************************
***************************************/

/***************************************
    TEMPLATE VIEW
    ------------------------------------
    Styles to make the template easy to
    view - please remove.
***************************************/
div
{
    /*border:dotted 1px gray;*/
}


/***************************************
    MEDIA STYLES
    -----------------------------------
    Add any styles here that only
    need to appear on a certain device.
***************************************/
/*If a title has an image instead of text then this
 will display the text rather than the image*/
@media handheld
{
    .hidetext
    {
        text-indent: 0px;
        background: none;
    }
}

@media print
{
    /*more styles in tripoli/print.css*/
    div#lhs, div#rhs, div#globalnav
    {
        display: none;
    }
}


/***************************************
    USEFUL ONE LINERS
    -----------------------------------
    Any useful simple one liners here.
***************************************/
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.floatright
{
    float: right;
}
.floatleft
{
    float: left;
}
.clear
{
    clear: both;
}
.clearleft
{
    clear: left;
}
.clearright
{
    clear: right;
}
.cleanedges
{
    border: none;
    margin: 0;
    padding: 0;
}
.marginbottom
{
    margin-bottom: 40px;
}
.nomargin
{
    margin: 0;
}
.hidetext
{
    text-indent: -9000px;
    overflow: hidden;
}
.alignright
{
    text-align: right;
}
.alignleft
{
    text-align: left;
}
/*html{ overflow:-moz-scrollbars-vertical;}*/


/***************************************
    GLOBAL STYLES
    ------------------------------------
    Style rules with a global effect.
***************************************/
*
{
}
body
{
    background: #fff url(../images/header_bg.jpg) repeat-x top center;
    color: #333;
    text-shadow: #000 0 0 0px; /*safari boldness fix*/
}

a
{
    color: #000;
    text-decoration: none;
}

/*correct order of psudeo classes*/
a:link
{
    color: #000;
}

a:visited
{
    color: #000;
}

a:hover
{
    color: #111;
    text-decoration: none;
}
a:active
{
    color: #000;
}

address
{
    margin-left: 20px;
}

#container
{
}

h1
{
    font-weight: normal;
    color: #f60;
    text-transform: none;
    height: 53px;
}

h1 img
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    border: none;
}

h2
{
    color: #f60;
    font-weight: normal;
    padding: 4px 0px;
    text-transform: none;
}

h2 span
{
    display: none;
}

h3
{
    color: #ccc;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
}

h4
{
    color: #000;
    text-align: left;
    text-transform: none;
}

img
{
    padding: 3px;
}

div.indent
{
    border-left: solid 1px #999;
    padding-left: 10px;
}

/*forces a div with floating image inside
 it to pull down to the end of the image*/
hr.clear
{
    display: block;
    clear: left;
    padding: 0;
    padding-top: 0px;
    visibility: hidden;
    width: 1px;
}


/***************************************
    HEADER STYLES: #header
    ------------------------------------
    Style rules for the header
    area only.
***************************************/
#header
{
}

#header a
{
    display: block;
    height: 185px;
    width: 250px;
    position: absolute;
    text-indent: -9000px;
}

#header .contact
{
    float: right;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    margin-top: 63px;
    text-align: right;
    padding-right: 32px;
}

#header .contact address
{
    font-style: normal;
}

div#lowerheaderimg
{
    background: url(../images/header_bg.jpg) top left no-repeat;
}

div#tagline
{
    font-size: 2.4em;
    padding-left: 426px;
    padding-top: 32px;
}


/***************************************
    GLOBAL NAVIGATION STYLES: #globalnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/
#globalnav
{
    font-size: 14px;
    margin-left: 252px;
}

#globalnav img
{
    border: none;
    padding: 0px;
    margin: 0px;
    float: none;
}

#home
{
    width: 50px;
    height: 43px;
    background: url(../images/nav_home.jpg) center top no-repeat;
}

#globalnav span
{
    display: none;
}

.home ul li a
{
    background: url(../images/nav_home.jpg) center top no-repeat;
}

.home ul li a:hover
{
    background: url(../images/nav_home_over.jpg) center top no-repeat;
}

#globalnav #globalcurrent
{
    background-color: gray;
    font-weight: bold;
}

#globalnav ul
{
    display: inline;
    margin: 0 0 0 25px;
    padding-left: 0;
}

#globalnav ul li
{
    display: inline;
    padding-top: 4px;
}

#globalnav a.current, a.AspNet-Menu-Selected
{
    color: #666;
}

#globalnav a
{
}


/***************************************
    GLOBAL NAVIGATION STYLES: #localnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/
#localnav
{
}

#localnav li
{
}
#localnav li a
{
}

#localnav li.AspNet-Menu-Selected
{
    background: blue;
}

#localnav li.AspNet-Menu-Selected a
{
}


/***************************************
    DROP DOWN GLOBAL (.simpleMenu)
    ------------------------------------
    This is a drop down menu
    ie6: BrowserSpecific/IEMenu6.css
***************************************/

#menu
{
    position: absolute; /*ie fix only for template eg*/
}

/* link background and size */
#menu ul.AspNet-Menu ul
{
    background: #ccc; /*could have a background image here */
}

#menu ul.AspNet-Menu li a
{
    color: #fff;
    background: #000; /*could have a background image here */
    padding: 10px;
}

#menu ul.AspNet-Menu li a:hover
{
    color: #ccc;
}

/* text and img inside each menu link */
#menu ul.AspNet-Menu li span, #menu ul.AspNet-Menu li img
{
}

/*indent of lower down ones
.SimpleMenu ul.AspNet-Menu ul ul {
    margin-left:140px;
    margin-top:-125px;
    padding-left:5px;
}
*/

/* level 2 onwards - moves the list bit up and to the left*/
#menu ul.AspNet-Menu li li li
{
    left: 100px;
    top: -30px;
}

/* selected */
a.AspNet-Menu-Selected
{
    text-decoration: underline;
}

li.AspNet-Menu-Selected
{
}

/***************************************
    LHS AREA STYLES: #lhs
    ------------------------------------
    Style rules for the LHS column.
***************************************/
#lhs
{
}

#lhs h4
{
    margin-top: 18px;
}

#lhs ul, ol
{
    padding: 0;
    margin: 0;
    list-style-image: none;
    list-style-position: inside;
}

#lhs li
{
    list-style-type: square;
    padding: 0;
    margin: 0;
}


/***************************************
    BREADCRUMB STYLES: #breadcrumb
    ------------------------------------
    Style rules for the breadcrumb
    only.
***************************************/
#breadcrumb
{
    margin-top: 13px;
    margin-left: 282px;
}

#breadcrumb a
{
    color: #999;
}

#breadcrumb a:hover
{
    color: #f60;
}


/***************************************
    MAIN AREA STYLES: #main
    ------------------------------------
    Style rules for the main page area
    (all content areas).
***************************************/
#main
{
}
#main .something
{
}

/***************************************
    RHS AREA STYLES: #rhs
    ------------------------------------
    Style rules for the RHS column.
***************************************/
#rhs
{
    text-align: center;
    border-left: solid 1px #e9e9e9;
}

#rhs a.cta
{
    background: url(../images/cta.gif) top left;
    display: block;
    width: 100px;
    height: 50px;
    margin: 10px auto;
}

#rhs a.cta:hover
{
    background: url(../images/cta.gif) bottom left;
}

#callus
{
    text-align: right;
    position: relative;
    left: -2px;
}

#rhs ul#ctatransition
{
    margin: 0 auto;
    width: 160px;
}

#rhs .newsbox
{
    background: #d2d2d2;
    font-size: 10px;
    width: 189px;
    margin-bottom: 30px;
}
#rhs .newsbox div
{
    padding: 0;
}

#rhs p
{
    margin: 10px;
}


#rhs h2
{
    font-size: 18px;
    color: #000;
    font-family: Arial;
    background: transparent;
    padding-bottom: 0;
    margin: 0 10px 5px 10px;
}

#rhs .top
{
    background: url(../images/newsbox_top.gif) top no-repeat;
    height: 8px;
    width: 189px;
    margin: 0;
    padding: 0;
}

#rhs .bottom
{
    background: url(../images/newsbox_bottom.gif) bottom no-repeat;
    height: 8px;
    width: 189px;
    margin: 0;
    padding: 0;
}

#rhs img
{
    text-align: center;
    margin-top: 20px;
}

#rhs h2
{
    margin-top: -5px;
}

#rhs h3
{
    text-align: center;
    margin-top: 18px;
}


/***************************************
    CONTENT STYLES: #content
    ------------------------------------
    Style rules for the primary
    content area only.
***************************************/
#content
{
}

#content p
{
    text-align: justify;
}

#content hr
{
    width: 80%;
    margin: 0 auto;
}

#content .clear
{
    clear: both;
}

/*
	    left / right floating things
	    use for images etc
	*/
#content .floatleft
{
    float: left;
    display: block;
    margin: 5px 10px 5px 0;
}

#content .floatleft2
{
    float: left;
    display: block;
}

#content .floatright
{
    float: right;
    display: block;
}

#content blockquote
{
    border: none;
    height: 92px;
    background: #fff;
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
    margin: 20px 0 20px 0px;
    clear: both;
}

/*float left and right images with padding for */
#content img.left
{
    display: block;
    float: left;
    padding: 0 8px 8px 0;
}

#content img.right
{
    display: block;
    float: right;
    padding: 0 0 8px 8px;
}

#content .footnote
{
    font-size: 0.8em;
    color: #999;
}

/*image with caption*/
#content a.caption
{
    text-align: center;
    display: block;
}

#content a.caption img
{
    border: none;
    outline: none;
}

#content a.caption span
{
    display: block;
}

#cta
{
    width: 485px;
    height: 180px;
    background: #fff url(../images/cta_bg.jpg) no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: block;
    clear: both;
}

#cta .inner
{
    display: block;
    padding: 43px 0 0 143px;
}

#cta .getaquote
{
    color: #096491;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 1.14em 0 0.3em;
    font-style: normal;
    display: block;
}

#Testimonials
{
    text-align: left;
}

#Testimonials p
{
    margin: 5px 10px 5px 10px;
}

#Testimonials .right
{
    text-align: right;
    display: block;
    margin-right: 5px;
}

#Testimonials strong
{
    color: #f60;
    font-size: 14px;
    font-weight: bold;
    margin-left: 9px;
}
#Testimonials a
{
    color: #f60;
}


#Testimonials span
{
    color: #666;
    font-weight: normal;
}

.testo
{
    background: #fff url(../images/test_bottom.gif) bottom no-repeat;
    width: 334px;
    height: auto !important;
    height: 65px;
    min-height: 65px;
    font-size: 12px;
    text-align: left;
    margin: 10px 0px 0px 10px;
    padding-bottom: 28px;
}

.testotop
{
    background: #fff url(../images/test_top.gif) no-repeat;
    width: 334px;
    height: auto !important;
    height: 5px;
    min-height: 5px;
    font-size: 0px;
}

.testo p
{
    margin: 5px 10px 5px 10px;
}

.testo_right
{
    background: #fff url(../images/test_bottom_right.gif) bottom no-repeat;
    width: 334px;
    height: auto !important;
    height: 65px;
    min-height: 65px;
    font-size: 12px;
    text-align: left;
    margin: 10px 0px 0px 10px;
    padding-bottom: 28px;
}

.testotop_right
{
    background: #fff url(../images/test_top.gif) no-repeat;
    width: 334px;
    height: auto !important;
    height: 5px;
    min-height: 5px;
    font-size: 0px;
}

#logos
{
    margin-top: 80px;
}

#logos .left
{
    float: left;
    margin: 0px;
}

#logos .right
{
    float: right;
    margin: 0px;
}

#logos .right_logos
{
}


/*transitions*/
#content ul#imagetransition
{
    width: 520px;
    margin: 0 auto;
}

#content ul#imagetransition img
{
    border: none;
    padding: 0;
    margin: 0 auto;
}


/*tripoli fix*/
#content ul#imagetransition li
{
    text-indent: 0;
    margin-left: 0;
}

#content ul#imagetransition li:before
{
    content: '';
}

#content ul#quotestransition
{
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
    color: #EF6459;
    font-size: 2em;
    text-align: center;
    margin: 0 auto;
    width: 520px;
}

#content ul#quotestransition li
{
    list-style: none;
    padding: 0;
    width: 100%;
}

#content ul#quotestransition li cite
{
    display: block;
    padding: 0;
    margin: 0;
}

/*tripoli fix*/
#content ul#quotestransition li
{
    text-indent: 0;
    margin-left: 0;
}

#content ul#quotestransition li:before
{
    content: '';
}


/*cms fix*/
#content .cms *[style], #content .cms *[style] *[style], #content .cms *[style] *[style] *[style], #content .cms *[style] *[style] *[style] *[style]
{
    color: inherit !important;
    font-size: inherit !important;
}


/* Tables */
#content table
{
    width: 100%;
    margin-bottom: 35px;
}
#content table caption
{
    caption-side: bottom;
    font: 0.8em italic;
}

#content table thead
{
}

#content table tbody
{
}

#content table td
{
}

#content table th
{
}

#content table .odd
{
    background: #fff4e9;
}

/* Lists */
#content ol
{
}

#content ul
{
}

#content li
{
}


/***************************************
    FORMS STYLES: #content form
    ------------------------------------
    Style rules for form
    areas only.
***************************************/
#content form
{
}

#content form fieldset
{
}

#content form fieldset ledgend
{
}

#content form fieldset p /*for descriptions*/
{
    clear: both;
    font-size: 0.8em;
}

#content form ol
{
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

#content form ol.formrows li
{
    list-style-type: none;
    clear: both;
    list-style: none;
    padding: 3px;
    list-style-position: inside;
}


#content form .required
{
    color: #f00;
}

#content form input, #content form select
{
    display: block;
    float: left;
}

#content form .half label
{
    width: 49%;
}
#content form .half input, #content form .half select
{
    width: 40%;
}

#content form input.radiobox, #content form input.checkbox
{
    display: block;
    float: left;
}

#content form label
{
    width: 12em;
    display: block;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}


/*display radio buttons etc in a row*/
#content form div.inline *
{
    display: inline !important;
    float: none !important;
}

#content form input.radiobox, #content form input.checkbox
{
}

#content form textarea
{
    margin-top: 1em;
    width: 60%;
}

/*to add variance to the forms by wrapping whatever elemnts in a div, add a new one for 33% for 3 cols etc*/
#content form div.half
{
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
}

#content form div.floatright
{
    float: right;
}

#content form .marginleft
{
    margin-left: 5px;
}

#content form .marginright
{
    margin-right: 5px;
}

#content form .validation
{
    background: #ef6459;
    border: 1px solid #af3f36;
    padding: 1em;
    font-size: 0.8em;
}

#content form .validation li
{
    margin: 0;
    padding: 0;
}


/***************************************
    FOOTER STYLES: #footer
    ------------------------------------
    Style rules for the footer
    area only.
***************************************/
#footer
{
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    background: #fff url(../images/footer_bg.jpg) top repeat-x;
    color: #fff;
}

#footer_con
{
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
}

#footer_con ul li
{
    display: inline;
    margin-right: 12px;
}

#footer_con a
{
    color: #fff;
}

#footer_con a:hover
{
    color: #f60;
}

#footer_con .valid_badges
{
    float: right;
    margin-right: 6px;
}

#footer_con ul
{
    margin-top: 5px;
}

#footer_con span
{
    color: #f60;
}

#footer_con .details
{
    width: 465px;
    padding: 20px 0px 0px 0px;
    line-height: 17px;
    font-size: 10px;
}

#footer_con img
{
    float: none;
    padding: 0px;
}

#footer .footerleft
{
    float: left;
    text-align: left;
    width: 537px;
    margin-top: 10px;
}

#footer .footerright
{
    width: 50%;
    float: right;
    text-align: right;
    height: 10px;
    margin-right: 35px;
    margin-top: 14px;
}


/*xhtml accessiblity and css validation logos*/
#footer #xhtml, #footer #access, #footer #css
{
    background: transparent url(../images/footer_logos.gif) top left no-repeat;
    display: block;
    height: 15px;
    width: 86px;
    float: right;
    margin-left: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

#footer #xhtml span, #footer #access span, #footer #css span
{
    width: 0;
    height: 0;
    font-size: 0;
    display: block;
}

#footer #access
{
    background-position: -92px 0pt;
    width: 84px;
}

#footer #css
{
    background-position: -181px 0px;
    width: 72px;
}


/***************************************
    SINGLE PAGE STYLES: #page
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/
#sitemap ul
{
    margin-bottom: 0;
}

/*sliding*/
div#accordion
{
    margin-top: 10px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
}

#accordion ul li
{
    text-indent: 0;
    margin-left: 0;
}

#accordion ul li:before
{
    content: '';
}

.accordion
{
    position: relative; /* required for bounding */
}

.accordion-toggle
{
    position: relative; /* required for effect */
    z-index: 100; /* required for effect */
    cursor: pointer;
    padding: 10px 0px 10px 5px;
    border-top: solid 1px #ccc;
    margin-top: 5px;
    display: block; /*_height:1px;stop the bottom tab from hiding in ie6*/
}

.accordion-toggle-active
{
    padding-top: 10px;
    padding: 10px 0px 10px 5px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: #369;
}

.accordion-content
{
    overflow: hidden; /* required for effect */ /* margin-left:-13px;*/
    height: 330px;
}

.gallery
{
    list-style: none;
    margin: 0px 0px 0px -5px;
    padding: 0;
}

.gallery a.thickbox
{
    /*ie6 sliding zindex fix*/
    position: static;
}

#content ul.gallery
{
}

#content .gallery li
{
    padding: 0;
    margin: 10px 8px 10px 0;
    float: left; /*position: relative;*/ /*width: 130px; 	height: 100px;*/
    display: inline;
}

#content .gallery li.last
{
    margin-right: 0;
}

.gallery li:hover img
{
    border-color: #ccc;
}

.gallery img
{
    background: #fff;
    border: solid 1px #bfbfbf;
    padding: 5px;
    height: 106px;
}

.gallery em
{
    background: #fff url(../images/grey-gradient.gif) repeat-y;
    color: #000;
    font-style: normal;
    padding: 2px 10px;
    display: block; /*position: relative;*/
    top: 81px;
    left: -2px;
    border: 1px solid #bfbfbf;
    border-left-color: #888;
    border-bottom: none;
}

.gallery a
{
    text-decoration: none;
}

.gallery a:hover em
{
    background: #369 url(../images/blue-gradient.gif) repeat-y;
    border-color: #274a6d;
    color: #fff;
}

/*instant quote*/
#ctl00_Content_Quote_update /*wrapper*/
{
    /*     height:auto !important;     height:530px;     min-height:530px;*/
}

#ctl00_Content_Quote_quoteaccordion
{
    background: #fff;
    border: none;
    margin: 0 auto !important;
    width: 565px !important; /*        min-height:172px ;        height:100% !important;*/
}

#ctl00_Content_Quote_quoteaccordion .Header
{
    border-top: solid 1px #00537f;
    border-bottom: solid 1px #f60;
    display: block;
    color: #00537f;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    margin: 3px 0;
}

#PageTwo
{
}

#ctl00_Content_Quote_quoteaccordion
{
}

#ctl00_Content_Quote_quoteaccordion
{
    clear: both;
    padding-bottom: 28px !important;
}

#ctl00_Content_Quote_quoteaccordion span
{
    display: block;
}

#ctl00_Content_Quote_quoteaccordion p
{
    margin: 15px 5px;
    clear: both;
}

#ctl00_Content_Quote_quoteaccordion p strong
{
    color: #f60;
    font-size: 14px;
    font-weight: bold;
}

#ctl00_Content_Quote_quoteaccordion p span
{
    display: block;
    color: #fff;
    float: right;
    border: solid 1px #f60;
    background-color: #ff9933;
    padding: 2px;
    cursor: pointer;
    margin: 0 0 0 5px;
}

#ctl00_Content_Quote_quoteaccordion #details label
{
    display: block;
    float: left;
    width: 100px;
    clear: both;
}

#ctl00_Content_Quote_quoteaccordion #details
{
    margin: 0 0 0 20px;
}

#ctl00_Content_Quote_quoteaccordion #details input
{
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

#ctl00_Content_Quote_quoteaccordion #details label, #ctl00_Content_Quote_quoteaccordion #details input
{
    margin: 2px;
}

#ctl00_Content_Quote_quoteaccordion .pages input
{
    width: 2em;
}

#ctl00_Content_Quote_quoteaccordion input /*checkboxes*/
{
    vertical-align: middle;
    position: static;
}

#ctl00_Content_Quote_quoteaccordion a /*checkboxes*/
{
    position: static;
}

#ctl00_Content_Quote_quoteaccordion .req
{
    color: #f60;
}

#ctl00_Content_Quote_quoteaccordion .next, #ctl00_Content_Quote_quoteaccordion .prev
{
    clear: both;
    float: none;
    margin: 2px;
    text-align: right;
}

#sendButton
{
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

/*validation*/
.summary
{
    margin: 0px auto 5px;
    width: 520px;
    clear: both;
    background: #056f9f;
    color: #f60;
    font-weight: bold;
    padding: 1em;
    font-size: 1.1em;
}

#content .summary ul
{
    margin: 5px 0 0 0;
}

#FeedBack
{
    padding-bottom: 10px;
    text-align: left;
}

#PageTwo .butt
{
    padding-top: 14px;
}

#FeedBack span
{
}

#FeedBack .feedbackSpan
{
    border-bottom: 1px solid #056f9f;
    border-top: 1px solid #056f9f;
    color: #f60;
    display: block;
    padding: 3px;
}

#updateimage
{
    margin-bottom: -20px;
    padding-top: 37px;
    text-align: center;
}


/*why page*/
#why
{
}

/*tripoli fix*/
#why ul li
{
    list-style-type: disc;
}

#why ul li
{
    text-indent: 0;
    margin-left: 0;
}

#why ul li:before
{
    content: '';
}


/*What you get page*/
ul.plain li
{
    list-style-type: disc;
}

ul.plain li
{
    text-indent: 0;
    margin-left: 0;
}

ul.plain li:before
{
    content: '';
}


/*Home page*/
.boxes
{
    margin: 40px 0px 40px -20px;
    height: auto !important;
    min-height: 250px;
    height: 250px;
}

.boxes2
{
    margin: 20px 0px 20px -5px;
    height: auto !important;
    min-height: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.boxes a
{
    display: block;
    background: url(../images/pencil.gif) top left no-repeat;
    text-indent: -9999px;
    float: left;
    width: 291px;
    height: 117px;
    margin: 0;
    padding: 0;
    display: inline;
}

.boxes2 strong
{
    display: block;
    background: url(../images/pencil.gif) top left no-repeat;
    text-indent: -9999px;
    float: left;
    width: 284px;
    height: 117px;
    margin: 0;
    padding: 0;
    display: inline;
    font-weight: normal;
}

.boxes span
{
    color: #005782;
    display: block;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-left: 18px;
    margin-top: 57px;
    text-indent: 0;
    width: 167px;
}

.boxes2 strong span
{
    color: #005782;
    display: block;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-left: 5px;
    margin-top: 49px;
    text-indent: 0;
    width: 167px;
    font-size: 24px;
}

.boxes2 .input
{
    font-size: 12px;
    margin-left: 20px;
    margin-top: 56px;
}

.boxes2 input
{
    width: 60px;
    margin-top: 5px;
    float: right;
}

.boxno input
{
    width: 105px;
}

.boxes .what
{
    background-image: url(../images/health.gif);
}

.boxes .why
{
    background-image: url(../images/thumbsup.gif);
}

.boxes .quote
{
    background-image: url(../images/dollar.gif);
}

.boxes2 .call
{
    background-image: url(../images/call.gif);
}
.boxes2 .callback
{
    background-image: url(../images/callback.gif);
}

.boxes .why span, .boxes .quote span
{
    margin-top: 70px;
}

.google
{
    margin-top: 60px;
    padding-left: 15px;
}

#homepage p
{
    line-height: 1.3em;
}

/***************************************
    END
***************************************/


#whatyouget
{
}

#whatyouget ul
{
    clear: both;
    margin: 0;
    border-top: 1px solid #ccc;
}

#whatyouget ul h3
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    width: 146px !important;
    width: 140px;
    float: left;
    height: auto !important; /* IE 6 hack */
    height: 62px;
    min-height: 62px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0px 6px 0px 12px;
    position: relative;
    top: 2.2em;
}

#whatyouget ul .dbl h3
{
    top: 1.5em;
}

#whatyouget ul li
{
    clear: both;
    height: auto !important; /* IE 6 hack */
    height: 62px;
    min-height: 62px;
    text-align: left;
    border-bottom: 1px solid #fff;
    background: #fff url(../images/table_cel_bg.gif) top left no-repeat;
}

#content #whatyouget li
{
    text-indent: 0;
    margin-left: 0;
}

#content #whatyouget li:before
{
    content: '';
}

#whatyouget ul p
{
    float: left;
    height: auto !important; /* IE 6 hack */
    height: 62px;
    min-height: 62px;
    width: 375px;
    margin-left: 10px;
    margin-bottom: 0;
    color: #4f6b72;
}

#whatyouget ul p strong
{
    color: #a70000;
    font-weight: bold;
}

#mytable
{
    width: 700px;
    padding: 0;
    margin: 0;
}

caption
{
    padding: 0 0 5px 0;
    width: 700px;
    font: italic 11px Arial, Helvetica, sans-serif;
    text-align: right;
}

th
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    border-right: 1px solid #006a9a;
    border-bottom: 1px solid #006a9a;
    border-top: 1px solid #cccccc;
    letter-spacing: 2px;
    width: 140px;
    height: auto !important; /* IE 6 hack */
    height: 62px;
    min-height: 62px;
    text-align: left;
    padding: 0px 6px 0px 12px;
    background: #00547e url(../images/table_cel_bg.gif) top left repeat-x;
    vertical-align: middle;
}

th.nobg
{
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #006a9a;
    background: none;
}

td
{
    border-right: 1px solid #006a9a;
    border-bottom: 1px solid #006a9a;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
    height: 62px;
}

td.alt
{
    background: #f5fafa;
    color: #797268;
}

th.spec
{
    border-left: 1px solid #c1dad7;
    border-top: 0;
    background: #fff url(images/bullet1.gif) no-repeat;
    font: bold 10px Arial, Helvetica, sans-serif;
}

th.specalt
{
    border-left: 1px solid #c1dad7;
    border-top: 0;
    background: #f5fafa url(images/bullet2.gif) no-repeat;
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #797268;
}

#whyuseus
{
}

#whyuseus h2
{
    margin: 0px;
    height: 35px;
}
#whyuseus h2 img
{
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
}

#whyuseus .right
{
    text-align: right;
}

#whyuseus i
{
}

#MGZ
{
}

#MGZ p
{
    font-size: 10px;
    color: #666;
    display: inline;
}

#MGZ address
{
    display: inline;
    font-size: 10px;
    color: #666;
    margin: 0;
}

#howitworks
{
    font-size: 1.1em;
}
#howitworks img
{
    vertical-align: middle;
    margin-left: 3px;
}


/***************************************
    JAVASCRIPT STYLES
    ------------------------------------
    Style rules for specific javascript
    files.

***************************************/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*
{
    padding: 0;
    margin: 0;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
    font: 15px Arial, Helvetica, sans-serif;
    color: #333;
}

#TB_secondLine
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #666;
}

#TB_window a:link
{
    color: #fff;
    text-decoration: none;
}
#TB_window a:visited
{
    color: #fff;
}
#TB_window a:hover
{
    color: #fff;
    text-decoration: none;
}
#TB_window a:active
{
    color: #fff;
    text-decoration: none;
}
#TB_window a:focus
{
    color: #fff;
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack
{
    background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG
{
    background-color: #036;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window
{
    position: fixed;
    background: #fff url(../images/tb_overlay_bg.gif) repeat-x bottom left;
    z-index: 102;
    color: #000;
    display: none;
    border: 1px solid #fff;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window
{
    /* IE 6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image
{
    display: block;
    margin: 15px 0 0 15px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
}

#TB_caption
{
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow
{
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow
{
    padding: 5px 14px 12px 0px;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle
{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title
{
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent
{
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal
{
    padding: 15px;
}

#TB_ajaxContent p
{
    padding: 5px 0px 5px 0px;
}

#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load
{
    /* IE 6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect
{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect
{
    /* IE 6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent
{
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/*New thickbox bits*/
#TBmgz_Next, #TBmgz_Prev
{
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    height: 90%;
    width: 50%;
    text-indent: -9000px;
    overflow: hidden;
}

#TBmgz_Prev
{
    left: 0%;
    background: transparent url(../images/prev.gif) 1000px 1000px no-repeat;
}

#TBmgz_Next
{
    right: 0%;
    text-align: right;
    background: transparent url(../images/next.gif) 1000px 1000px no-repeat;
}

#TBmgz_Prev:hover
{
    background-position: 0% 50%;
}

#TBmgz_Next:hover
{
    background-position: 100% 50%;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> /EO Thickbox styles <<<---------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.gallery
{
    list-style: none;
    margin: 0px 0px 0px -5px;
    padding: 0;
}

#content ul.gallery
{
}

#content .gallery li
{
    padding: 0;
    margin: 10px 8px 10px 0;
    float: left; /*position: relative;*/ /*width: 130px;     height: 100px;*/
    display: inline;
}

#content .gallery li.last
{
    margin-right: 0;
}

.gallery li:hover img
{
    border-color: #ccc;
}

.gallery img
{
    background: #fff;
    border: solid 1px #bfbfbf;
    padding: 5px;
    height: 106px;
}

.gallery em
{
    color: #000;
    font-style: normal;
    padding: 2px 10px;
    display: block; /*position: relative;*/
    top: 81px;
    left: -2px;
    border: 1px solid #bfbfbf;
    border-left-color: #888;
    border-bottom: none;
}

.gallery a
{
    text-decoration: none;
}

.gallery a:hover em
{
    border-color: #274a6d;
    color: #fff;
}

#googleborder iframe
{
    border: 1px solid #bfbfbf;
    _border: none; /* IE 6 hack */
    background: #fff url(../images/gm_bg.jpg) no-repeat top left;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> /Zoomness <<<---------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#zoom
{
    background: #fff url(../images/zoombg.jpg) no-repeat scroll left top;
    border: 1px solid #ccc;
    float: left;
    height: 300px;
    left: 182px;
    position: absolute;
    text-align: center;
    width: 300px;
}

.zoomarea
{
    margin-top: 25px;
    position: relative;
    height: 300px;
}

#zoom img
{
    border: 1px solid #bfbfbf;
    margin-top: 5px;
}

.jqzoom
{
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline;
    float: left;
    height: 300px;
    padding: 0px;
    position: relative;
    width: 174px;
    font-size: 1px;
}

.jqzoom img
{
}

div.zoomdiv
{
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #ffffff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
    background: #fff url(../images/zoombg.jpg) no-repeat top left;
}

div.jqZoomPup
{
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    padding: 0 1px 0 0;
    border: 1px solid #aaa;
    background: #fff url(../Images/zoomlens.gif) left top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

#flashcontent
{
    margin: 20px;
}

#flashcontent p
{
    margin: 30px 20px;
    text-align: center;
}

#content .flash p
{
    margin-left: 10px;
}

#calendar table
{
    border: none;
}
#calenda th, .content td
{
    border: none;
}

#accordian
{
}

#accordian a.thickbox
{
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    position: static;
}

#accordian em
{
    position: absolute;
}

/*css for event calendar*/
#calendar input, #calendar select
{
    color: #666;
}

table.eventCal
{
    background-color: White;
    height: 100%;
    width: 100%;
    color: #039;
    margin-left: 3px;
}

td.eventTitle
{
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
    background-color: #f5e6ef;
}

td.eventOther
{
    height: 100px;
    width: 75px;
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    color: #c0c0c0;
}

td.eventDay
{
    height: 100px;
    width: 75px;
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
    font-size: 10px;
    border-top: 1px solid #039 !important;
    border-style: solid;
    border-width: 1px;
    border: 1px solid #039;
}

td.eventSelected
{
    background-color: #faebd7;
    color: #000;
    height: 100px;
    width: 75px;
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
}

td.eventOther a
{
    font-size: 10px;
    color: #c0c0c0 !important;
}

td.eventToday
{
    height: 100px;
    width: 75px;
    text-align: left;
    vertical-align: top;
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #000;
    color: #000;
}

td.eventHeader
{
    font-family: Verdana;
}

/*css for ajax modal popup*/
#ctl00_contentBody_Popup .modalPopup
{
    background: #fff;
}

#ctl00_contentBody_PopupDragHandle
{
    cursor: move;
    background-color: #ddd;
    border: solid 1px gray;
    color: White;
    text-align: center;
}

/*css for drag handle inside the modal popup*/
#PopupDragHandle
{
}

/*css for the background of the modal popup*/
#ctl00_cphMain_Popup
{
    width: 600px !important;
    left: 0px !important;
    position: fixed !important;
    top: 0px !important;
    margin-left: 343px;
    margin-top: 247px;
    z-index: 10000;
}

#hideModalPopupViaServer
{
    float: right;
}

#button
{
    clear: both;
    width: 50px;
    height: 0px;
    float: right;
}

.altRow
{
}

#ctl00_contentBody_Popup
{
    background-color: #fff;
    border: 2px solid #000;
    max-width: 700px;
    min-width: 350px;
    padding: 20px;
}

#PopupDragHandle
{
    cursor: move;
    background-color: #ddd;
    border: solid 1px gray;
    color: #000;
    text-align: center;
}

/*popup new*/
#ctl00_cphMain_updatepanel2
{
    background: #fff;
    overflow: auto;
    height: 150px;
    border: solid 1px black;
    padding: 10px;
}

.eventTitle td
{
    text-align: center;
    height: 28px;
}

#calendar #ctl00_Content_Popup
{
    height: 228px !important;
    max-height: 100% !important;
    left: 380.5px !important;
    position: fixed !important;
    top: 192px !important;
    width: 500px !important;
    z-index: 100001 !important;
    background: #00547e url(../images/table_cel_bg.gif) repeat-x scroll left top !important;
    border: 1px solid #000 !important;
}

#calendar #ctl00_Content_Popup_DropShadow
{
    height: 228px !important;
    left: 383.5px !important;
    max-height: 100% !important;
    position: fixed !important;
    top: 197px !important;
}

#calendar #ctl00_Content_Popup table.grdView td
{
    background: none;
}

#calendar #ctl00_Content_Popup table.grdView td a
{
    color: #fff;
}

#calendar #ctl00_Content_Popup table.grdView td a:hover
{
    color: #f60;
}

#calendar #ctl00_Content_Popup table.grdView td .LSTCaShortDesc
{
    color: #f60;
}

#calendar #ctl00_Content_Popup #button a
{
    color: #fff;
}

#calendar #ctl00_Content_Popup #button a:hover
{
    color: #f60;
}

.modalBackground
{
    filter: alpha(opacity=50) !important;
    -moz-opacity: 0.5 !important;
    -khtml-opacity: 0.5 !important;
    opacity: 0.5 !important;
    background-color: #000;
}

/*blog*/
.newsstory
{
}

#content .newsstory h2 a
{
    color: #f60;
}

#content .title h2
{
    border-top: 1px solid #056f9f;
    border-bottom: 1px solid #056f9f;
    margin: 0;
    padding: 5px 0;
}

.newsstory .image, .newsdetails .image
{
    float: left;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}


.newsstory .image img, .newsdetails .image img
{
    border: 1px solid #ccc !important;
    padding: 3px;
}

.description, .shortdescription
{
    margin-top: 6px;
}

.date
{
    font-size: 0.8em;
    margin-bottom: 20px;
}

.newsdetails .date
{
    font-size: 0.8em;
    margin-bottom: 0;
    padding-top: 5px;
}

.pagerButtons
{
    text-align: center;
    padding: 5px;
}

.pagerButtons input, #ctl00_Content_Quote_sendBtn, .next input, .next prev
{
    color: #f60;
    background: #056F9f;
    border: 0px solid #056f9f;
    font-weight: bold;
    padding: 4px;
    position: relative;
    top: -2px;
}

.Header
{
    cursor: pointer;
}

.gizmoone span
{
}
.gizmoone span input
{
}
.gizmotwo span
{
}

.gizmotwo span input
{
}

.gizmothree span
{
}

.gizmothree span input
{
}

#examples
{
}

#examples a
{
    display: block;
    float: left;
    text-align: center;
    width: 219px;
    height: 219px;
    margin-right: 10px;
    margin-top: 10px;
}

#examples .clear
{
    margin-left: 19px;
}

#examples p
{
}

#examples span, b
{
    display: block;
}

#examples .floatleft
{
    float: left;
    padding: 0px;
    margin: 10px;
}

#examples .end
{
    margin-right: 0pt;
}

#examples img
{
    padding: 0px;
    margin: 10px;
}

#examples img:hover
{
}

#examples .center
{
}

#FeedBack
{
    font-size: 18px;
}

#FeedBack span
{
    font-size: 28px;
    color: #ff6800;
    font-weight: bold;
}

.happy
{
    height: 120px;
    min-height: 120px;
    background: #fff url(../images/happybg.gif) center top no-repeat;
    padding-top: 10px;
    text-align: center;
    padding-right: 10px;
    width: 575px;
}

#move
{
    display: block;
    width: 568px;
    padding: 0px;
    margin-left: -19px;
}
