/***********************************************************
RESET
***********************************************************/

html
{
    overflow: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}

:focus
{
    outline: none;
}

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* IE7 */
*:first-child + html .clear
{
    min-height: 1%;
}



/***********************************************************
TEXT, LINKS, GENERIC
***********************************************************/
@font-face
{
    font-family: 'DroidReg';
    src: url('DroidSans-webfontd41d.eot?') format('eot'), url('DroidSans-webfont.html') format('woff'), url('DroidSans-webfont.ttf') format('truetype'), url('DroidSans-webfont-2.html#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'DroidBold';
    src: url('DroidSans-Bold-webfontd41d.eot?') format('eot'), url('DroidSans-Bold-webfont.html') format('woff'), url('DroidSans-Bold-webfont.ttf') format('truetype'), url('DroidSans-Bold-webfont-2.html#webfontSOhoM6aS') format('svg');
    font-weight: normal;
    font-style: normal;
}


p
{
    margin-bottom: 15px;
}

.txtCenter
{
    text-align: center;
}

.txtBlack
{
    color: #000;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #4d4d4d;
    text-decoration: none;
}

a.more_info
{
    background: url(../images/more_info_sprite.png) no-repeat center 0px;
    display: block;
    height: 17px;
    width: 168px;
    text-indent: -99999px;
}

a.more_info:hover
{
    background: url(../images/more_info_sprite.png) no-repeat center -17px;
}


.floatRight
{
    float: right;
    margin-left: 8px;
}

.floatLeft
{
    float: left;
    margin-right: 8px;
}

h1, h2, h3, h4
{
    margin-bottom: 15px;
}

h1
{
    color: #25aae1;
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    text-shadow: 0px 1px 1px #fff;
    text-transform: uppercase;
}

h1.page_title
{
    color: #000;
    border-bottom: 1px #fff solid;
    font-size: 3em;
}

h2
{
    color: #8dc63f;
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 2.3em;
    text-shadow: 0px 1px 1px #fff;
}

h3
{
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 2em;
    text-shadow: 0px 1px 1px #fff;
}

h4
{
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-shadow: 0px 1px 1px #fff;
}
/***********************************************************
MAIN
***********************************************************/

body
{
    background: #ebebeb;
    color: #4e4e4e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

#site_container
{
    width: 100%;
    position: relative;
}

#header
{
    background: transparent url(../images/nav_bg.png) repeat-x top left;
    height: 85px;
    position: absolute;
    z-index: 100;
    width: 100%;
}


.inner
{
    width: 978px;
}


#home_banner
{
    position: relative;
}

#banner
{
    border-bottom: 2px solid #E1E759;
    height: 214px;
    position: relative;
    left: 0px;
    top: 75px;
    z-index: -100;
}

#wrapper
{
    width: 968px;
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
    min-height: 570px;
}

#wrapper.underpage
{
    margin-top: 85px;
}

#footer
{
    background: #fff;
    height: 50px;
    margin-top: 20px;
    padding: 20px 0px 0px 0;
    width: 100%;
}




/***********************************************************
HEADER
***********************************************************/
#header h1#logo
{
    float: left;
    position: relative;
    left: 5px;
    top: 5px;
}

#header h1#logo a
{
    display: block;
    background: #fff url(../images/logo.jpg) no-repeat center center;
    height: 64px;
    width: 348px;
    text-indent: -999999px;
}

#header ul li a img
{
    vertical-align: middle;
}



ul.dropdown
{
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    float: right;
    list-style: none;
    margin: 0px;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    top: 20px;
    right: 5px;
}

ul.dropdown li
{
    float: left;
    margin-left: 30px;
    zoom: 1px;
}


ul.dropdown li a
{
    color: #000;
    display: block;
    padding: 4px 8px;
    text-decoration: none;
}


ul.dropdown li:last-child a
{
    border-right: none;
}

ul.dropdown li.hover, ul.dropdown li:hover
{
    position: relative;
}

ul.dropdown ul
{
    font-size: .8em;
    font-weight: bold;
    width: 145px;
    visibility: hidden;
    position: absolute;
    margin: 0px;
    padding-top: 26px;
    top: 100%;
    left: 0;
}

ul.dropdown ul li
{
    color: #000;
    float: none;
    margin: 0px;
}

ul.dropdown ul li a
{
    background: #fff;
    border-right: none;
    width: 100%;
    padding: 6px 8px;
    display: inline-block;
}

ul.dropdown ul li img
{
    margin-top: -3px;
}

ul.dropdown ul ul
{
    left: 100%;
    top: 0;
}

ul.dropdown li:hover > ul
{
    visibility: visible;
}

ul.dropdown a:hover, ul.dropdown li.hover a
{
    color: #4d4d4d;
}

ul.dropdown ul a:hover, ul.dropdown ul li:hover a
{
    background: #989898;
    color: #fff;
    text-shadow: 1px 1px 1px #989898;
}


/***********************************************************
BANNER
***********************************************************/


#home_banner #counter
{
    background: url(../images/counter_Bg.png) repeat top left;
    color: #d7df21;
    font-family: DroidReg, Verdana, sans-serif;
    padding: 10px;
    position: absolute;
    top: 290px;
    left: 530px;
    text-align: center;
}

#home_banner #counter h1
{
    font-size: 3em;
    margin: 0px;
}

#home_banner #counter h1, #home_banner #counter h2
{
    color: #E1E759;
    text-shadow: none !important;
}

#home_banner #counter h2
{
    font-size: 1.5em;
    margin: 0px;
}

#home_banner #counter small
{
    font-size: .5em;
    vertical-align: top;
}



/***********************************************************
HOME BODY CONTENT
***********************************************************/

#wrapper ul li
{
    list-style: disc;
    margin: 0px 0px 10px 40px;
}

#wrapper ol li
{
    list-style: decimal;
    margin: 0px 0px 10px 40px;
}

/************LEFT************/

#wrapper #left
{
    float: left;
    width: 625px;
}



/************RIGHT************/

#wrapper #right
{
    float: right;
    width: 310px;
}


#wrapper #right .module
{
    width: 287px;
    position: relative;
}

#wrapper #right .module .top
{
    background: url(../images/module_top.png) no-repeat center top;
    display: block;
    height: 9px;
    width: 287px;
}

#wrapper #right .module .mid
{
    background: url(../images/module_mid.png) repeat-y center top;
    display: block;
    padding: 0px 12px 8px 12px;
    width: 263px;
}

#wrapper #right .module .bottom
{
    background: url(../images/module_bottom.png) no-repeat center top;
    display: block;
    height: 20px;
    width: 287px;
}


#wrapper #right .module ul.list li
{
    color: #000;
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    list-style: none;
    margin: 0px 0px 10px 0px;
}




/***********************************************************
FOOTER
***********************************************************/


#footer a
{
    font-family: DroidReg, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin-right: 30px;
}

#footer .fine_print
{
    color: ##4E4E4E;
    display: block;
    font-size: .8em;
    margin-top: 5px;
    text-align: right;
}


#footer p:first-child
{
    margin-left: 10px;
}
/***********************************************************
PAGE SPECIFIC
***********************************************************/



/************FAQ************/

#faq h1
{
    color: #8dc63f;
    font-size: 1.8em;
}

#faq h1:first-letter
{
    font-size: 1.3em;
}

#faq div
{
    border-top: 1px #000 solid;
    margin-bottom: 20px;
    padding-top: 20px;
}

#faq div:first-child
{
    border: none;
    padding: 0px;
}


/************AREAS************/

.overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.lightbox_content
{
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

/*SLIDING BANNER*/
#slider
{
    margin-bottom: 20px;
    position: relative;
    height: 329px;
    display: block;
    z-index: -100;
}

#slider2
{
    border-bottom: 2px solid gray;
    width:970px;
}

#sliderNav
{
    background-color: #d6d8d9;
    padding: 10px 15px 5px 15px;
    position: relative;
}

#banBtnPrev, #banBtnNext
{
    display: inline-block;
    width: 28px;
    height: 36px;
    z-index: 100;
    position: relative;
}

#banBtnPrev
{
    background: url(../images/banner/arrowPrev.png) no-repeat 0 0;
}
#banBtnNext
{
    background: url(../images/banner/arrowNext.png) no-repeat 0 0;
    position: relative;
    left: 1250px;
}

.customCyclePager
{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 10px;
    overflow: hidden;
    z-index: 50;
}

.customCyclePager span.pagerItem a
{
    width: 22px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/banner/circleInactive.png) no-repeat 0 0;
    margin-right: 10px;
}
.customCyclePager span.pagerItem.cycle-pager-active a
{
    background: url(../images/banner/circleActive.png) no-repeat 0 0;
}
.customCyclePager > *
{
    cursor: pointer;
}


.twoColModule .col1, .twoColModule .col2
{
    width: 48%;
    float: left;
    border-bottom: 6px solid #8ba6c5;
    margin-bottom: 10px;
}

.twoColModule .col2
{
    float: right;
}

.colContent
{
    padding: 10px;
    color: #898989;
    background-color: white;
    margin-bottom: 10px;
}

.colContent h3
{
    margin-top: 0;
}

.colContent img
{
    float: left;
    margin-right: 20px;
}

.colContent a
{
    color: #0258be;
    font-weight: bold;
}
