/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body{ font-size: 9pt; }

h2, h5, h6{
    color: #5F636C;
}

h1{ font-size: 1.6em; color: #334768; font-weight: normal; margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; border-bottom: 4px solid #E6EAED; }
h2{ font-size: 1.4em; }
h3{ font-size: 1.2em; color: #335998; margin: 0px 0px 6px 0px; padding: 0px 0px 6px 0px; }
h4{ font-size: 1.1em; }
h5{ font-size: 1.2em; color: #007DA1; margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px dotted #BFC1CF; }
h6{ font-size: .9em; }
h4,h5,h6{ padding: 8px 0px; margin: 0px; }

body{
    background: #FFFFFF url(/images/background.jpg) repeat top left;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    color: #000000;
    background-color: transparent;

    z-index: 1;

    margin: 0px auto;

    text-align: left;
    width: 768px;

}

/* END GLOBAL STYLES */

/* LOGO AND Header Image Box STYLES */

#header{
    position: relative;
    z-index: 1000;
    background: url(/images/header.jpg) no-repeat bottom left;
    height: 134px;
}

#header #logoLink{
    display: block;
    position: absolute;
    top: 36px;
    left: 11px;

    width: 122px;
    height: 92px;

    color: #000000;
    font-size: 30px;
    text-decoration: none;

}

#logoLink img{
    border: 0px solid #FFFFFF;
}

/* END LOGO and Header Image Box STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}

#contentStretch{

    background: url(/images/content_bg.jpg) repeat-y top left;
}

#contentContainer{
    position: relative;
    z-index: 1000;
    padding-right: 8px;
}

#columnLeft{
    display: block;
    position: relative;
    float: left;
    width: 178px;
    padding: 0px;
}

#columnMain{
    float: left;
    position: relative;
    margin-left: 16px;

    width: 540px;
}

#columnMainShort{
    float: left;
    position: relative;
    margin-left: 16px;


    width: 400px;
}

#content{
    padding: 0px 0px 40px 0px;
    height: auto;
    min-height: 350px;
    line-height: 1.5em;
}

#content table{
    font-size: 1em;
}

#columnRight{
    float: right;
    position: relative;
    width: 160px;
    text-align: left;

    color: #000000;
}

#copyright{
    text-align: center;
    font-size: 10px;
    color: #5F5F5F;
    clear: both;

    min-height: 24px;
    height: auto;

    padding: 3px 0px;

    background: url(/images/bar_code.jpg) no-repeat 510px 0px;
}
#copyright a{ color: #5F5F5F; }
#copyright a:hover{ color: #6F747F; }
#copyright img{ border: 0px solid #FFFFFF; }

#copyString{
    float: left;
    padding-left: 20px;
    font-family: Times New Roman, Georgia, serif;
    font-size: 11px;
}
#pInfoDiv{
    float: left;
    padding-left: 48px;
}

#bottomFoot{
    position: relative;
    height: 36px;
    background: url(/images/outside_bottom.jpg) no-repeat top left;
}
#bbb{
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;

    width: 160px;
    height: 18px;

    text-decoration: none;
}
#bbb img{
    border: 0px solid #FFFFFF;
    width: 160px;
    height: 18px;
}

#outerRight{
    position: absolute;
    z-index: 1;
    top: 26px;
    left: 50%;

    width: 50%;
    height: 347px;

}
#outerRightImg{
    position: relative;
    z-index: 500;
    height: 347px;
    background: url(/images/outside_right_upper.jpg) no-repeat 376px 0px;
}

#outerLeft{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: -20px;

    width: 20px;
    height: 300px;
    background: url(/images/outside_left_bottom.jpg) no-repeat bottom right;
}


/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #5F636C;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    color: #EBEFF5;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-weight: bold;
    height: 16px;
    background-color: #7C8393;
}
td.cellHeader a{
    color: #FFFFFF;
}
td.cell{
    color: #000000;
    padding: 5px 8px 5px 8px;
    text-align: left;
    border-bottom: 1px solid #D2E2D7;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    background-color: #EEF2F7;
}
td.cellError{
    padding: 2px 8px 2px 8px;
}

.vcTable{
		width: 98%;
}
html>body .vcTable{
		width: 100%;
}


/* END DATA TABLES */

/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 1.0em;

    border-top: 1px solid #191924;
    border-right: 1px solid #464654;
    border-bottom: 1px solid #464654;
    border-left: 1px solid #191924;

}
.button{
    background-color: #676767;
    color: #FFFFFF;
    border-top: 1px solid #666F82;
    border-right: 1px solid #666F82;
    border-left: 1px solid #666F82;
}
.buttonOver{
    color: #FFFFFF;
    background-color: #0C08A5;

    border-top: 1px solid #0F113B;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #1B1F6D;
}

.button, .buttonOver{
    cursor: pointer;
    text-decoration: none;
    padding: 2px 4px;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: bold;
}
a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #3568BE; }
a:hover{ color: #008AB7 }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: .85em; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

#header a{
    color: #787878;
    text-decoration: underline;
}
#header a:hover{
    color: #9AA1B1;
    text-decoration: underline;
}



/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: .85em; }
.large{ font-size: 1.2em; }
.tdHeader{  }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px; border-top: 1px solid #99B9C5; }
html>body div.hr, html>body div.hr2{ background-image: none; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

.clearBoth{
    clear: both;
}

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

/* CONTACT STYLES */
.contactTable{
    width: 70%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

#smbcontain{
    margin: 0px auto;
    width: 768px;
    text-align: left;
}

#pInfo1{
    float: left;
    width: 460px;
    height: 300px;

    background: url(/images/stickynote.jpg) no-repeat top left;
    font-family: cursive;
    font-size: 11px;
    overflow: hidden;
}

#pInfo2{
    float: right;
    width: 296px;
    height: 300px;

    background: url(/images/stickynote2.jpg) no-repeat top left;
    font-family: cursive;
    font-size: 11px;
    overflow: hidden;
}

#pInfo1 h1, #pInfo2 h1, #pInfo2 h2{
    margin: 32px 0px 4px 32px;
    border: 0px solid #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: cursive;

    font-style: italic;
}

#pInfo1 ul{
    list-style: none;
    margin: 8px 8px 8px 20px;
    padding: 0px;

    width: 420px;
    height: 190px;
    overflow: hidden;
}

#pInfo2 .pInfo2Content{
    margin: 8px 8px 8px 22px;

    font-family: cursive;
    font-style: italic;

    width: 250px;
    height: 190px;

    overflow: hidden;
}

#pInfo1 ul li{
    font-family: cursive;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    list-style: none;
}


