@import url(menu.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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* png fix for IE */
img, div, span, a, input
{
    behavior: url(iepngfix.htc) !important;
}

body
{
    background: #ccc url(     '../Images/layout/body-bg.png' ) repeat-x top;
}
input:focus
{
    border: 2px solid orange;
    background: #ffc;
    color: #000;
}

a
{
    color: #ff6600;
    text-decoration: underline;
}
a:hover
{
    color: orange;
    text-decoration: none;
}

h1, h3, h5
{
    color: #333;
}
h2, h4, h6
{
    color: #999;
}

#header
{
    width: 960px;
    height: 126px;
    margin: 0 auto;
}
#header-left
{
    width: 400px;
    height: 90px;
    float: left;
    background: transparent url(../Images/layout/logo.png) no-repeat;
}
#logo
{
    display: block;
    background: transparent;
    width: 300px;
    height: 80px;
}

#header-right
{
    width: 560px;
    height: 90px;
    float: left;
    text-align: right;
    color: #ccc;
}
#date
{
    color: #ccc;
}
#date a
{
    color: #fff;
    text-decoration: none;
}
#header-left h1, #header-left h2
{
    display: none;
    visibility: hidden;
}
#menu
{
    width: 960px;
    height: 36px;
    margin: 0 auto;
    background: #999 url(     '../Images/layout/menu-bg.png' ) repeat-x top;	
}



#content-area
{
    background: #fff;
    overflow: auto;
    padding: 2em 0;
    border-bottom: 1px solid #999;

}
#updatepanel
{
    padding: 1em 0;
}

#footer
{
    width: 960px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    color: #999;
}

#searchform {
margin: 1em;
}

/* input forms */
.ihint
{
    display: none;
    font-size: 11px;
    background: url(../Images/layout/ihint-bg.png) no-repeat top left;
    color: #fff;
    padding: 1em 1em 1em 4em;
    width: 250px;
    position: absolute;
    margin: 22px 0 0 10px;
    white-space: normal;
}


fieldset
{
    padding: 1em .5em;
}

fieldset.form1
{
    margin: .5em 0;
    color: #666;
    padding: 10px 5px;    
}

fieldset.form1 legend
{
    font-weight: bold;
}

fieldset.form1 label
{
    display: block;
}

fieldset.form1 .radiolist label, fieldset.form1 .checkboxlist label
{
    display: inline !important;
}

fieldset.form1 ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}
fieldset.form1 ol li
{
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
    clear: both;
}
fieldset.form1 ol li li
{
    display: block;
    width: auto;
    white-space: nowrap;
    float: left;
    clear: none;
    margin-right: 20px;
}

fieldset.form1 dl
{
    margin: 1em;
}

fieldset.form1 dt
{
    font-weight: bold;
    display: block;
}
fieldset.form1 dd
{
    display: block;
    margin-left: 2em;
}




fieldset .textbox
{
}
fieldset .med
{
    width: 200px;
}

fieldset .sm
{
    width: 80px;
}

fieldset .xsm
{
    width: 30px;
}
fieldset .lg
{
    width: 430px;
}



fieldset.buttons
{
    margin: 2em;
    text-align: center;
}

fieldset.buttons ol, fieldset.buttons ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

fieldset.buttons ol li
{
    float: left;
    margin: 0 3em;
}

fieldset.box1
{
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em;
}

fieldset.box1 legend
{
    font-weight: bold;
}

table.data
{
    width: 100%;
    height: auto;
}
table.data td, table.data th
{
    padding: 3px;
    border-collapse: collapse;
    margin: 0;
}
table.data thead, table.data th
{
    background: #666;
    color: white;
}
table.data thead th
{
    text-align: left;
}
table.data thead th a
{
    color: #ffc;
}
table.data tbody
{
}
table.data tr.a
{
    background: #f0f0f0;
}
table.data tr.b
{
    background: #f9f9f9;
}
table.data tfoot
{
    background: #ccc;
    color: #666;
}

table.data2
{
    width: 100%;
    height: auto;
}
table.data2 th, table.data2 td
{
    padding: 3px;
}
table.data2 th
{
    color: #fff;
    background: #999;
    text-align: left;
}




table.display
{
    width: auto;
    height: auto;
}
table.display td, table.data th
{
    padding: 3px;
    border-collapse: collapse;
    margin: 0;
}
table.display thead
{
    background: #666;
    color: white;
}
table.display thead th
{
    text-align: left;
}
table.display thead th a
{
    color: #ffc;
}
table.display tbody
{
}
table.display tr.a
{
    background: #f0f0f0;
}
table.display tr.b
{
    background: #f9f9f9;
}
table.display tfoot
{
    background: #ccc;
    color: #666;
}
table.display td.dt
{
    text-align: left;
    color: #000;
    width: 300px;
}
table.display td.title
{
    text-align: left;
    font-weight: bold;
}
table.display td.dd
{
    text-align: left;
    color: #999;
}

/* ----------- Start with customized item ------------ */

ul.guidance
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.guidance li
{
    padding-left: 14px;
    background-image: url(../Images/icons/arrow1.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
html[xmlns] ul.guidance
{
    padding-left: 1em;
}

html[xmlns] ul.guidance li
{
    background: none; /* undo the background-image */
    list-style-image: url(../Images/icons/arrow1.png);
    padding: 0;
}

ul.guidance li.first
{
    font-weight: bold;
}

ul.checklist
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.checklist li
{
    padding-left: 14px;
    background-image: url(../Images/icons/checkmark.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
html[xmlns] ul.checklist
{
    padding-left: 1em;
}

html[xmlns] ul.checklist li
{
    background: none; /* undo the background-image */
    list-style-image: url(../Images/icons/checkmark.png);
    padding: 0;
}

ul.checklist li.first
{
    font-weight: bold;
}



.linklist-title
{
    color: #666;
    font-family: Verdana, Sans-Serif;
    margin: 2em 0 1em 0;
}
.linklist-outer
{
    margin: 0;
}
.linklist
{
    width: 200px;
    border-style: solid solid none solid;
    border-color: #D76100;
    border-width: 1px;
}
.linklist ul
{
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}
.linklist ul li
{
    margin: 0px !important;
    padding: 0px !important;
}
.linklist li a
{
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
    font-weight: normal;
}
.linklist li a:link, .linklist li a:visited
{
    color: #9E3C02;
    display: block;
    background: url(../Images/layout/menu4.gif);
    padding: 8px 0 0 30px;
}
.linklist li a:hover
{
    color: #fff;
    background: url(../Images/layout/menu4.gif) 0 -32px;
    padding: 8px 0 0 30px;
}
.linklist li a:active
{
    color: #fff;
    background: url(../Images/layout/menu4.gif) 0 -64px;
    padding: 8px 0 0 30px;
}




/* generic classes */
.req
{
    font-weight: bold;
    color: #ff0000;
    font-family: Helvetica;
}

.term
{
    border-bottom: dashed 1px #ff6600;
    color: #ff6600;
}
span.focused
{
    font-weight: bold;
}

#termsAndFees
{
    height: 300px;
    width: 100%;
}

.clear
{
    clear: both;
}
.error
{
    color: #f00;
    font-weight: bold;
    margin: 0 2em;
    display: block;
}

.errorlist
{
    color: #f00;
    display: block;
    background: #ffc;
    padding: 1em;
    font-weight: bold;
}

.errorlist ul
{
    font-weight: normal;
}
.notice
{
    font-style: italic;
    color: Red;
    margin: .5em;
    font-weight: bold;
}
.instructions
{
}


/*  ------------------------------- grid style ----------------------------------- */
.gridFieldHeader
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    padding-left: 10px;
    margin-left: 5px;
}

.gridHeader
{
    background: #666;
    color: white;
}

.gridRow
{
    background-color: #f0f0f0;
    color: #606060;
    word-break: break-all;
}

.gridAltRow
{
    background-color: #f9f9f9;
    color: #606060;
    word-break: break-all;
}

.gridOutline
{
    background-image: none;
    background-color: #4F535C;
    color: White;
}

.gridAltOutline
{
    background-image: none;
    background-color: #F5D771;
    color: #606060;
}

.gridGroup
{
    background-image: none;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    border: solid 1px;
    color: #606060;
    text-align: left;
}

.gridPager
{
    background: #ccc;
    color: #666;
}
/*  ------------------------------- grid style end ----------------------------------- */



/* for 3rd level buttons */
#thirdnavcontainer
{
    margin: 1em 0;
    height: 40px;
}
/* to stretch the container div to contain floated list
 #thirdnavcontainer:after {
 content: ".";
 display: block;
 line-height: 1px;
 font-size: 1px;
 clear: both;
 }
 */
ul#thirdnav
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    font-size: 0.8em;
}

ul#thirdnav li
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: #c0c0c0;
}

ul#thirdnav li a
{
    display: block; /*width: 100%;*/ /*ticket #253 GUI issues in MS IE 6.0 issue 1 */
    padding: 0.5em 1em;
    border-width: 1px;
    border-color: #eee #aaab9c #ccc #eee;
    border-style: solid;
    color: #000;
    text-decoration: none;
    background-color: #ddd;
    text-align: center;
}

#thirdnavcontainer > ul#thirdnav li a
{
    width: auto;
}

ul#thirdnav li a:hover
{
    color: #f00;
    background: #f0f0f0;
    border-color: #aaab9c #fff #fff #ccc;
}

ul#thirdnav li a.active, ul#thirdnav li a.active:hover
{
    background: yellow;
    color: #800000;
    border-color: #aaab9c #fff #fff #ccc;
}

ul#thirdnav li.alert a
{
    background: #c00;
    color: #fff;
    border-width: 1px;
    border-color: #eee #aaab9c #ccc #eee;
    border-style: solid;
}
ul#thirdnav li.alert a:hover
{
    background: #f00;
    color: yellow;
    border-width: 1px;
    border-color: #aaab9c #fff #fff #ccc;
    border-style: solid;
}


/* Tabs */
#tabs
{
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}

#tabs ul
{
    margin: 0;
}

#tabs li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#tabs li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #ccc;
    text-decoration: none;
}

#tabs li a:link
{
    color: #448;
}

#tabs li a:visited
{
    color: #667;
}

#tabs li a:hover
{
    color: #000;
    background: #f0f0f0;
    border-color: #227;
}

#tabs li a.current
{
    background: white;
    border-bottom: 1px solid white;
}


ul.notes
{
    margin: 2em 4em;
    list-style: url(../Images/icons/comments.gif);
}

ul.notes li
{
    display: block;
    padding-left: 1em;
}

ul.notes li span.author
{
    font-weight: bold;
    display: block;
    margin: 1em 0;
}

ul.notes li span.note
{
    font-style: italic;
    display: block;
    margin: 1em;
}

ul.docs
{
    margin: 1em 2em;
    list-style: url(../Images/icons/file.gif);
}

ul.docs li
{
    padding-left: .5em;
}

a.button
{
    background: transparent url(     '../Images/bg_button_a.gif' ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span, a.button span.less
{
    background: transparent url(     '../Images/bg_button_span.gif' ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}

a.button span.less
{
    font-weight: normal;
}

a.button:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* for user search button  written by Andy Ding 2008-8-8*/
a.button2
{
    background: transparent url(     '../Images/bg_button_a.gif' ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span, a.button2 span.less
{
    background: transparent url(     '../Images/bg_button_span.gif' ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}

a.button2 span.less
{
    font-weight: normal;
}

a.button2:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.TextIndicator_TextBox3
{
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
    width: 16px;
    height: 14px;
    background-image: url(../Images/Question.png);
    overflow: hidden;
    cursor: help;
}
/* end */

a.button1
{
    background: transparent url(     '../Images/bg_button_a.gif' ) no-repeat scroll top right;
    color: #444;
    font: normal 12px arial, sans-serif;
    float: right;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button1 span, a.button span1.less
{
    background: transparent url(     '../Images/bg_button_span.gif' ) no-repeat;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}


a.buttonalt
{
    background: transparent url(     '../Images/bg_buttonalt_a.gif' ) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonalt span, a.buttonalt span.less
{
    background: transparent url(     '../Images/bg_buttonalt_span.gif' ) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
}


a.buttonalt:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonalt:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

span.devnote
{
    display: block;
    padding: 1em;
    margin: 1em;
    background: yellow;
    color: red;
}


.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; } 
.btn * { font-style: normal; background-image: url(../Images/layout/btn2.png); background-repeat: no-repeat; display: block; position: relative; } 
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; } 
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; } 
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; } 
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; } 

.btn.orange { background: #ff3300;}
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(../Images/layout/shade.png); background-position: bottom; }

div#lightboxouter
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

div#lightboxinner
{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.modalPopup
{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 573px;
    height: 405px;
    padding: 2em;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.modalBackground
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

div#lightboxbg
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}

div#lightbox
{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 2em;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

/*----------------------------statistics---------------------------------*/
.center
{
    text-align: center;
    margin: 0 auto;
}

ul.statistics
{
    font-size: 12pt;
    list-style: url(     '../Images/icons/minimize.gif' );
    margin: .5em 2em 1em 2em;
}

ul.statistics ul
{
    font-size: 10pt;
    margin: .5em 2em 1em 2em;
}
ul.statistics ul ul
{
    font-size: 8pt;
    margin: .5em 2em 1em 2em;
}

ul.statistics span.value
{
    font-weight: bold;
}
ul.statistics span.stat
{
    margin: 0 1em;
}


.readybox, .notreadybox
{
    padding: .5em;
    background: #fff;
    color: black;
    border: 1px solid #ccc;
}
.red
{
    color: red;
}
input.date
{
    /*background: url(../Images/calendar.jpg) right no-repeat; */
}


#reportnavigator fieldset
{
    padding: 5px;
}
#reportnavigator fieldset legend
{
    font-weight: bold;
}
#reportnavigator, #reportnavigator select, #reportnavigator input
{
    font-size: 12px;
}
#reportnavigator label
{
    margin: 3px;
    display: block;
    float: left;
}
#reportnavigator label select, #reportnavigator label input
{
    display: block;
}











#score
{
    color: #000;
    font-size: 85%;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 10;
}
#score, #rating, #standards
{
    font-weight: bold;
}
#scorebar
{
    background-image: url(../images/bg_strength_gradient.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 100px;
    z-index: 0;
}
#scorebarBorder
{
    background: #333;
    border: 1px #000 solid;
    height: 16px;
    margin-bottom: 2px;
    width: 100px;
}
#password
{
    border: 1px #000 solid;
    font-size: 85%;
    width: 100px;
}
#tablePwdScoring
{
    margin-bottom: 0 !important;
}
#listLegend li
{
    list-style: none;
    padding-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
}
#listLegend
{
    margin-left: 0;
    padding-left: 0;
}
div.fail, div.pass, div.exceed, div.warn
{
    background-repeat: no-repeat;
    background-position: left top;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}
div.exceed
{
    background-image: url(../images/img_status_exceed.png);
}
div.fail
{
    background-image: url(../images/img_status_fail.png);
}
div.pass
{
    background-image: url(../images/img_status_pass.png);
}
div.warn
{
    background-image: url(../images/img_status_warn.png);
}
td.exceed, td.fail, td.pass, td.warn
{
}
td.exceed
{
}
td.fail
{
}
td.pass
{
}
td.warn
{
}
div.box
{
    background: #456;
    border: 1px #000 solid;
    color: #fff;
    height: 16px;
    padding: 2px;
    white-space: nowrap;
    width: 16px;
}
div.boxMinus, div.boxPlus
{
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    white-space: nowrap;
}
td.footnote
{
    background: #ddd;
    font-size: 70%;
}
.bold
{
    font-weight: bold;
}
.clearNone
{
    clear: none;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.hide
{
    display: none;
}
.imgLegend
{
    clear: left !important;
    float: left !important;
    position: relative !important;
    margin-bottom: -3px !important;
    margin-right: 5px !important;
}
.inline
{
    display: inline;
}
.italic
{
    font-style: italic;
}
.noPad
{
    padding: 0;
}
.show
{
    display: inline !important;
}
.txtLg
{
    font-size: 125%;
}
.txtSmall
{
    font-size: 75%;
}
.txtCenter
{
    text-align: center;
}
.txtRight
{
    text-align: right;
}
div.xtend
{
    clear: both !important;
    line-height: 0;
    height: 0;
}


.claiminputtable
{
    border-collapse: collapse;
    width: 600px;
    line-height: normal;
}

.claiminputtable a
{
    font-size: 85%;
}


.claiminputtable th
{
    text-align: left;
    background: #999;
    color: #fff;
    text-align: center;
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
}

.claiminputtable td
{
    border: 1px solid #ccc;
    text-align: center;
    width: 100px;
    padding: 2px;
}


/**************Modal popup for submitting dispute***************/

.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 130px;
    height: 50px;
}
.updateProgressMessage
{
    position: absolute;
    top: 25%;
    left: 25%;
    padding: 2em;
    border: 8px solid #ccc;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.uploaded
{
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.uploaded td
{
    text-align: center;
}


.extra
{
    font-weight: bold;
    color: #000;
}


.scrollreader
{
    font-family: Times New Roman, Serif;
    font-size: 13px;
    width: 90%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em 1em 3em 1em;
    background: #f0f0f0;
}

.scrollreader h1, .scrollreader h2, .scrollreader h3, .scrollreader h4, .scrollreader h5, .scrollreader h6
{
    font-family: Times New Roman, Serif;
    text-transform: none;
}

.scrollreader ol
{
}


ul.checklist
{
    margin-left: 0em;
    padding-left: 0.2em;
    margin-bottom: 1em;
}

ul.checklist li
{
    background: url(../Images/checkmark.png) 0em 0.5em no-repeat; /* change background em accordingly */
    padding-left: 0.8em;
    list-style: none;
}

.checklist ul li
{
    background-image: url(../Images/checkmark-child.png);
}



ol.checklist li, ul.checklist li
{
    margin-bottom: 0.5em;
}



ol.checklist
{
    margin-left: 1.5em;
    padding-left: 0px;
}

.checklist ol li
{
    list-style: decimal;
    background-image: none;
    padding-left: 0em;
}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}





/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


h1, h2, h3, h4, h5, h6 
{
    font-family: Arial;
    font-weight: bold;
    
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


