/*HTML & Body 0071bf*/
form{
    padding:0px;
    margin:0px;
}
input[type="text"],input[type="password"],.inputfile,textarea
{
    font-family: Verdana, sans-serif;
    border:1px solid #AAAAAA;
    color: #111111;
    background: #FFFFFF url(../images/textbox.gif) repeat-x top center;
}
input[type="text"],input[type="password"]{
    height:17px;
}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover{
    border:1px solid #9ACEF3;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
    border:1px solid #3891EB;
}
input[type="file"]
{
    font-family: Verdana, sans-serif;
    border:1px solid #AAAAAA;
    color: #111111;
    background: #FFFFFF url(../images/textbox.gif) repeat-x top center;
    font-size:14px;
}
input[type="select"]
{
    font-family: Verdana, sans-serif;
    border:1px solid #AAAAAA;
    color: #111111;
}
input[type="button"],input[type="submit"],input[type="reset"] 
{
    font-family: Verdana, sans-serif;
    background: #66B3FF url(../images/jiqs_main.png) no-repeat center -185px;
    border:1px solid #3891EB;
    color:#FFFFFF;
    font-size:15px;
}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
    background-position: center -190px;
}

img {border: none;margin:auto;}

a{color: #004D91;padding:0px;border:none;}
a:link {color: #004D91;}     /* unvisited link */
a:visited {color: #004D91;}  /* visited link */
a:hover {color: #004D91;}	/* mouse over link */
a:active {color: #004D91;}   /* selected link */

body{
    background: #0071bf url(../images/jiqs_bg.png) repeat-x top center;
    font-family: Verdana, sans-serif;
    font-size:14px;
    color: #111111;
    margin: 0px;
    padding:0px;
}

/*Webpage Container-----------------------------------------------------------*/

.container{
    width: 970px;
    margin: 1px auto;
    border: 0px solid #333333;
    /*line-height: 100%;*/
}

.banner{
    height:170px;
    background: url(../images/jiqs_main.png) no-repeat top center;
    text-align:right;
    vertical-align:bottom;
    padding-right:30px;
    padding-left:30px;
}

.body-content{
    background: url(../images/body_side_shadow.png) repeat-y top center;
    padding-left:90px;
    padding-right:90px;
    vertical-align:top;
    text-align:justify;
    border:0px solid #444444;
    
}

.footer-content{
    background: url(../images/jiqs_main.png) no-repeat bottom center;
    height:60px;
    vertical-align:bottom;
}

/* copyright information setup */

.copyright
{
    font-size:small;
    color:#666666;
    height:20px
}

/*MENU--------------------------------------------------------------------------*/

.menu-bar{
    text-align:center;
    vertical-align:top;
    padding-top:0px;
    padding-right:50px;
    padding-left:50px;
    height:45px;
    background: url(../images/jiqs_main.png) no-repeat center -175px;
}

#menu 
{
    float: left;
    list-style: none;
    margin: auto;
    margin-top: 5px;
    padding: 0;
}

#menu li {
    float: left;
    margin: 0;
    padding: 0;
}

#menu a{
    background: url(../images/seperator.png) no-repeat center right;
    color: #ffe058;
    display: block;
    float: left;
    margin: 0;
    padding: 5px 10px 0px 10px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size:16px;
    font-weight:normal;
    font-style: normal;
    height:26px;
}

#menu a:hover{
    cursor:pointer;
    color:#FFFF66;
}

/*---------------------DropDownMenu---------------------------*/


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0082d8;
border-top: 0;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#AAAAAA,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 1px solid #0082d8; /*THEME CHANGE HERE*/
padding: 2px 0;
color: #ffe058;
background: #004b8c;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2971b2;
}



/*category-box--------------------------------------------------------------------------*/

.title
{
    font-family: 'Monotype Corsiva', sans-serif;
    color:#004D91;
    font-size:30px;
    text-align:center;
}

.small-sub-title
{
    color:#004D91;
    font-size:15px;
    height:30px;
    text-decoration:underline;
    font-weight:600;
    text-align:left;
}

.sub-title
{
    color:#004D91;
    font-size:20px;
    height:30px;
    text-decoration:underline;
    text-align:left;
}

.underline-blue{
    border-top:1px solid #299BFF;
    border-bottom:2px solid #EEEEEE;
}
.underline-gray{
    border-top:1px solid #AAAAAA;
    border-bottom:2px solid #EEEEEE;
}
.underline-yellow{
    border-top:1px solid #ffc500;
    border-bottom:2px solid #EEEEEE;
}

/* Table ------------------------------------------------------------------------------*/
.table-header
{
    background: url(../images/jiqs_main.png) no-repeat -60px -186px;
    font-weight:normal;
}

.table-footer
{
    background: #0071bf url(../images/jiqs_bg.png) repeat-x top center;
    font-size:14px;
}

.table-footer td
{
    padding-left: 4px;      
    padding-right: 4px;     
}

/* Accordion -------------------------------------------------------------------------*/

.accordionHeader
{
    color:#004D91;
    font-size:16px;
    cursor:pointer;
    height:30px;
    vertical-align:middle;
}

.accordionHeader:hover
{
    text-decoration: underline;
}

.accordionHeaderSelected
{
    color:#004D91;
    font-size:16px;
    cursor:pointer;
    height:30px;
    vertical-align:middle;
    font-weight:600;
}

.accordionHeaderSelected:hover
{
    text-decoration: underline;
}

.accordionContent
{   
    background: url(../images/jiqs_bg_light_yellow.png) repeat-x center -150px;
    border: solid 1px #ffc500;
    padding:20px;
    margin:auto;
    margin-bottom:5px;
    text-align:justify;
    font-family: Verdana, sans-serif;
    width:680px;
}

.accordionContentBlue
{   
    background: url(../images/jiqs_bg_light_blue.png) repeat-x center -150px;
    border: solid 1px #299BFF;
    padding:20px;
    margin:auto;
    margin-bottom:10px;
    text-align:justify;
    font-family: Verdana, sans-serif;
    width:680px;
}

/* SubAccordion -------------------------------------------------------------------------*/

.accordionSubHeader
{
    color:#004D91;
    cursor:pointer;
    vertical-align:middle;
}

.accordionSubHeader:hover
{
    text-decoration: underline;
}

.accordionSubHeaderSelected
{
    color:#004D91;
    cursor:pointer;
    vertical-align:middle;
}

.accordionSubHeaderSelected:hover
{
    text-decoration: underline;
}

.accordionSubContent
{   
    padding-left:20px;
    text-align:left;
}

/*FLOATING STUFF---------------------------------------------------------------*/

.shadow{
    background: url(../images/shadow.png) no-repeat right bottom !important;
    float:left;
    padding: 0 5px 4px 0;
}
.float-right
{
    float:right;
}
.float-left
{
    float:left;
}

.tableRow
{   
    background: #FFFFFF;
}

.tableAltRow
{   
    background: url(../images/jiqs_bg_light_yellow.png) repeat-x center -100px;
}