
.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 1px ridge #666666;
    overflow: scroll; /*leave this value alone*/
    width: 728px; /*Width of Carousel Viewer itself*/
    height: 120px; /*Height should enough to fit largest content's height*/
    vertical-align: top;
    margin: 5px 5px 10px 5px;
}
.stepcarousel .belt
{  
    position: absolute; /*leave this value alone*/
    vertical-align: top;
    left: 0;
    top: 0;
    border: 0px solid black;
    
}
.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 5px 8px; /*margin around each panel*/
    width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    vertical-align: top;
    padding: 2px 5px;
    border: solid 1px #ccc;
    background-color: #F5F5F5;
    
}
.stepcarousel .panel img
{opacity: 0.99;  
    
}
.stepcarousel .panel img:hover
{
    opacity: 0.7; 
}

.DivIndexOffer
{ 
    position: relative;
    width: 380px;
    float: right;
    margin-top: -790px;
    margin-right: -5px;
    z-index: 9999;
}
.DivIndexOfferrow
{
    z-index: 9999;
    padding: 10px 0 0 10px;
    background-color: #f2f2f2;
    width: 380px;
    border-bottom: solid 1px #0c1319;
    color: #66adf5;
}
.DivIndexOfferrow span
{
    z-index: 9999;
    color: #44222b;
    font-weight: bold;
    font-size: 11pt;
}

.DivIndexOfferrow:hover
{
    width: 380px;
    background: #DBDBDB;
}
.DivIndex1, .DivIndex2
{
    margin: 0px;
    padding: 0;
    width: 370px;
    float: left;
}

.DivIndex1Head
{
    margin: 0 0 -25px 0;
    width: 360px;
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    height: 40px;
    text-transform: capitalize;
    background: #143248 url(../images/title-left1.gif) repeat-x;
    padding: 10px 0 0 10px;
}

.DivIndex1contain
{
    margin-top: 0px;
    padding: 5px;
    width: 370px;
    color: #66adf5;
    font-size: 10pt;
    height: 100px;
    overflow: hidden;
    background: #143248 url(../images/list-tail-1.gif) repeat-x;
}
.DivIndex2Head
{
    margin: 0 0 -25px 0;
    width: 371px;
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    height: 40px;
    text-transform: capitalize;
    background: #143248 url(../images/title-left-2.gif) repeat-x;
    padding: 10px 0 0 10px;
}
.DivIndexHead
{
    margin: 0 ;    
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    height: 40px;
    text-transform: capitalize;
    background: #143248 url(../images/title-left-2.gif) repeat-x;
    padding: 10px 0 0 10px;
}

.DivIndex2contain
{
    background-position: #10456d url(../images/list-tail-2.gif) repeat-x;
    margin-top: 0px;
    padding: 5px;
    width: 370px;
    color: #66adf5;
    font-size: 10pt;
    height: 100px;
    overflow: hidden;
    background: #143248 url(../images/list-tail-2.gif) repeat-x;
}

.DivIndex1contain a, .DivIndex1contain div a, .DivIndex2contain a, .DivIndex2contain div a
{
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    text-transform: capitalize;
}
.DivIndex1Head a, .DivIndex2Head a
{
    color: #66adf5;
    font-size: 8pt;
    float: right;
}
.DivIndex1contain a:hover, .DivIndex1contain div a:hover, .DivIndex2contain a:hover, .DivIndex2contain div a:hover, .DivIndex1Head a:hover, .DivIndex2Head a:hover
{
    text-transform: capitalize;
    color: #e6ac00;
    text-decoration: underline;
}
#wrapper
{
    width: 560px;
    margin: 0 auto;
}

.box
{
    background: #fff;
}
.boxholder
{
    clear: both;
    padding: 1px;
    background: #e9e9e9;
}
.bordergray
{
    border: 1px solid #E5E5E5;
    margin: 0;
    padding: 5px;
    height: 140px;
} 
.bordergray:hover
{
    border: 1px solid #E5E5E5;
    background-color: #F0F5FF;
      
} 
.tab
{
    float: left;
    height: 32px;
    width: 102px;
    margin: 0 1px 0 0;
    text-align: center;
    background: #e9e9e9 url(../images/greentab.jpg) no-repeat;
}
.tabtxt
{
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 0 0 0;
}
#wrapper2
{
    width: 560px;
    margin: 0 auto;
}
.box2
{
    background: #fff;
}
.boxholder2
{
    clear: both;
    padding: 1px;
    background: #e9e9e9;
}
.tab2
{
    float: left;
    height: 32px;
    width: 102px;
    margin: 0 1px 0 0;
    text-align: center;
    background: #e9e9e9 url(../images/greentab.jpg) no-repeat;
}
.tabtxt2
{
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 0 0 0;
}
.ShowHide
{
    background-color: #9acd32;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    width: 750px;
    text-align: left;
}
.ShowHide:hover
{
    background-color: #a9a9a9;
}
.suggest
{
    background-color: #fffff0;
    font-size: 11px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.icon-menu option
{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.gridfooter
{
    padding-left: 22px;
    padding-right: 40px;
}
.gridfooter td
{
    padding-left: 22px;
    padding-right: 40px;
}
a
{
    color: #2677AC;
    text-decoration: none;
}
a:hover
{
    color: #990000;
}

.desc
{
    font-size: 10pt;
}
body
{
    background-attachment: fixed;
    background-position: center;
    font: normal 70.5% "Lucida Sans Unicode" ,sans-serif;
    margin: 0;
    padding: 0;
}
.bgwhite
{
}
.contenttxt
{
    font-family: Tahoma;
    font-size: 14px;
    text-align: justify;
    text-decoration: none;
    color: #000;
    padding: 0px 10px 0px 5px;
}
input
{
    color: #555;
    font: normal 1.1em "Lucida Sans Unicode" ,sans-serif;
}
p, cite, code, ul
{
    font-size: 1.2em;
    padding-bottom: 1.2em;
}
h1
{
    font-size: 1.4em;
    margin-bottom: 4px;
    padding-left: 0px;
    margin-top: 0px;
}
code
{
    background: url(../img/bgcode.gif);
    border: 1px solid #F0F0F0;
    border-left: 6px solid #39F;
    color: #555;
    display: block;
    font: normal 1.1em "Lucida Sans Unicode" ,serif;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}

.buttonGo
{
    background: url(../img/menu-bg.red.jpg);
    border-width: 2px;
    border-color: #FFFFFF;
    height: 25px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.button
{
    background: url(../images/butbg.jpg);
    border-width: 1px;
    border-color: #efefef;
    height: 24px;
    text-decoration: none;
    color: #666;
    padding-bottom: 2px;
}
.table
{
    border-right: buttonface thin solid;
    border-top: buttonface thin solid;
    border-left: buttonface thin solid;
    border-bottom: buttonface thin solid;
}
.mid
{
    text-align: left;
    padding-bottom: 5px;
    border-bottom: #EEE 1px solid;
}
cite
{
    background: url(../img/quote.gif) no-repeat;
    color: #666;
    display: block;
    font: normal 1.3em "Lucida Sans Unicode" ,serif;
    padding-left: 28px;
}

.h11
{
    color: #367EA6;
    padding-top: 2px;
    text-align: left;
    font-weight: bold;
    font: normal 1.5em "Lucida Sans Unicode" ,serif;
}
/* misc */
.clearer
{
    clear: both;
}

/* structure */
.top
{
    margin: 0px;
    padding-left: 1%;
    padding-top: 3px;
    height: 23px;
    background-color: #1D5A82;
    color: White;
    font: bold 1.2em Verdana, Arial, Tahoma, Sans-serif;
}


.container
{
    margin: 0 auto;
    padding-bottom: 6px;
    width: 967px;
    background-image: url(../img/tpbg.png);
    background-repeat: repeat-y;
    border: 2px solid #1D5A82;
}
#header
{
    height: 330px;
    width: 967px;
    padding: 0;
    background-color: #1D5A82;
}

/* title */
.title1
{
    height: 109px;
    background-color: #1D5A82;
    padding-top: 5px;
}

.title1 span#slogan
{
    z-index: 3;
    position: absolute;
    left: 96px;
    top: 90px;
    font: bold 1.2em Verdana, Arial, Tahoma, Sans-serif;
    color: #fff;
    width: 310px;
}

.title1 span#logo
{
    background: url(../img/logo.gif);
    z-index: 3;
    position: relative;
    left: 7px;
    top: 100px;
    height: 139px;
    width: 397px;
}

.title1 span#flag
{
    z-index: 3;
    position: absolute;
    left: 913px;
    top: 6px;
    height: 106px;
    width: 118px;
}

.title1 h1
{
    color: #FFf;
    font-size: 24px;
}



#but
{
    height: 34px;
}

#but ul
{
    height: 32px;
    width: 967px;
    margin: 0px;
    padding: 0px;
    background: url(../img/menu-bg.gif) 0 0 repeat-x #1D5A82;
    color: #fff;
}
#but ul li
{
    float: left;
    display: block;
    width: 96px;
    height: 32px;
    background: url(../img/menu-devider.gif) right top no-repeat;
}
#but ul li
{
    float: left;
    display: block;
    width: 96px;
    height: 32px;
    background: url(../img/menu-devider.gif) right top no-repeat;
}
#but ul li span
{
    display: block;
    width: 95px;
    height: 32px;
    background: url(../img/menu-hover.gif) 50% 0 no-repeat;
    font: 11px/32px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.buttonGreen
{
    background: #006600;
    border-width: 2px;
    border-color: #FFFFFF;
    height: 25px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
#but ul li a
{
    display: block;
    height: 32px;
    width: 95px;
    background: url(../img/menu-bg.gif) 0 0 repeat-x #FF8714;
    color: #fff;
    font: 11px/32px "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#but ul li a:hover
{
    width: 95px;
    background: url(../img/menu-hover.gif) 50% 0 repeat-x;
    text-decoration: none;
    margin: 0;
}

/* navigation */
.navigation
{
    margin-bottom: 4px;
}
.navigation a
{
    background-color: #4A91C3;
    color: #FFF;
    float: left;
    font: bold 1.2em "Trebuchet MS" ,sans-serif;
    padding: 8px 0;
    width: 19%;
    border-right: 1px solid #FFF;
    text-align: center;
    text-decoration: none;
}
.navigation a:hover
{
    background-color: #000;
    color: #FFF;
}

/* main */
.main
{
    clear: both;
    padding-left: 18px;
    padding-right: 18px;
}

/* main left */
.sidenav h1, .sidenav ul
{
    padding-left: 12px;
}
.sidenav
{
    border: 0px solid #E5E5E5;
    float: left;
    width: 160px;
}
.sidenav h1
{
    color: #1D5A82;
    font-size: 1.2em;
    height: 20px;
    background: url(../img/hedbg.gif) no-repeat;
    margin-bottom: 0em;
}
.sidenav ul
{
    margin: 0;
    padding: 0;
}
.sidenav li
{
    border: 1px solid #1D5A82;
    background-color: #E8F7FF;
    border-top: none;
    list-style: none;
    padding-left: 5px;
    margin: 0;
}
.sidenav li a
{
    color: #777;
    display: block;
    font-size: 0.9em;
    padding: 3px 6px 3px 10px;
    text-decoration: none;
}
.sidenav li a:hover
{
    color: #ffffff;
    background: url(../img/menu-bg.gif) 0 0 repeat-x;
}

.sidenav a_1
{
    color: #2677AC;
    text-decoration: none;
}
.sidenav a_1:hover
{
    color: #990000;
}

/* content */
.content
{
    float: right;
    padding-right: 5px;
    width: 600px;
}
.content1
{
    float: right;
    width: 765px;
}
.content2
{
    width: 960px;
}
/*
.content h2
{
    color: #666;
    font-size: 1.2em;
    height: 20px;
    margin-top: 1.2em;
    padding-left: 20px;
     
}
*/
.content h2, .content1 h2, .content2 h2,h2
{
    color: #666;
    font-size: 1.2em;
    height: 20px;
    margin-top: 1.2em;
    padding-left: 20px;
}
/*
.content2 h2
{
    color: #666;
    font-size: 1.2em;
    height: 20px;
    margin-top: 1.2em;
    padding-left: 20px;
     
}
*/
.content .item
{
    padding: 6px 12px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 8px;
}
.content .descr
{
    color: #333;
    margin-bottom: 6px;
}
.content li
{
    list-style: url(../img/li.gif);
    margin-left: 18px;
}


/* main right */
.sidenav1 h1, .sidenav1 li
{
    padding-left: 12px;
}
.sidenav1
{
    border: 0px solid #E5E5E5;
    float: right;
    width: 160px;
}
.sidenav1 h1
{
    color: #1D5A82;
    font-size: 1.2em;
    height: 20px;
    background: url(../img/hedbg.gif) no-repeat;
    margin-bottom: 0em;
}
.sidenav1 ul
{
    margin: 0;
    padding: 0;
}
.sidenav1 li
{
    border: 1px solid #1D5A82;
    background-color: #E8F7FF;
    border-top: none;
    list-style: none;
    margin: 0;
}
.sidenav1 li a
{
    color: #777;
    display: block;
    font-size: 0.9em;
    padding: 3px 6px 3px 4px;
    text-decoration: none;
}
.sidenav1 li a:hover
{
    color: #ffffff;
    background-color: #1D5A82;
}


/* search form */
form
{
    padding: 0 0 6px 8px;
    font-size: 11px;
}
.styled
{
    border: 1px solid #E6E6E6;
    color: #555;
    background: #F9F9F9;
    margin: 0px 0 1px 0px;
}
.styled:hover
{
    background: #fff;
}

/* footer */
.footer
{
    background: #FFF;
    border: 1px solid #EEE;
    color: #666;
    font-size: 1.1em;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
    width: 920px;
}
.footer a
{
    color: #36C;
    text-decoration: none;
}
.a1
{
    color: #36C;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.footer a:hover
{
    color: #06F;
    text-decoration: underline;
}


.error
{
    color: #dc143c;
    font-weight: bold;
    text-decoration: none;
}


.linksmenu1 a
{
    float: left;
    height: 20px;
    font-weight: bold;
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #808080;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid;
}
.linksmenu1 a:hover
{
    background-color: #585760;
}
.linksmenu1 a:active
{
    background-color: #585760;
}


.cell
{
    border-right: silver double;
    border-top: silver double;
    font-size: 8pt;
    vertical-align: middle;
    border-left: silver double;
    border-bottom: silver double;
    text-align: center;
    font-weight: bold;
    color: #00005c;
    width: 40px;
    height: 30px;
    text-decoration: none;
}
.cell:hover
{
    text-align: center;
    border-right: #5b5f73 double;
    border-top: #5b5f73 double;
    font-size: 8pt;
    vertical-align: middle;
    border-left: #5b5f73 double;
    border-bottom: #5b5f73 double;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    width: 40px;
}

.hyp
{
    font-size: 8pt;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #00005c;
    text-decoration: none;
}
.hyp:hover
{
    font-size: 8pt;
    vertical-align: middle;
   font-family: Tahoma;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}
.UperLine
{
    border-top: thin solid;
}
.NoLine
{
    border-top: #dcdcdc 1px solid;
}

.style1
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: x-large;
    font-family: Tahoma;
}
.bline
{
    border-bottom: buttonhighlight 1px solid;
}
.imgWhite
{
    border-right: #ffffff solid;
    border-top: #ffffff solid;
    border-left: #ffffff solid;
    border-bottom: #ffffff solid;
}
#fixedtop
{
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    border: 0;
    z-index: 50;
}
#center250
{
    margin: auto;
}






.booktdimg
{
    background:  transparent url(../images/booktdbg.jpg) no-repeat top center;
    font-size:12px;
    height: 131px;
    padding-left: 15px;
    padding-top: 5px
    }

