@import 'itemimg.css';
body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-color: #FFFFFF;
        margin: 0;
        padding: 0;
        color: #000;
        width: 100%;
        min-width: 500px;
        max-width: 2000px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
        margin-top: 0; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
h1 {
        color: #0068B5;
        font-size: 14pt;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
        width: 1200px;
        background-color: #FFFFFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.container .content h2 {
        font-weight: normal;
        font-size: 16pt;
}
.content h2 b {
        font-weight: bold;
        font-size: 20pt;
}


.container .content p {
        font-family: Calibri, "Calibri Light", "Courier New";
        font-size: 18pt;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
        color: #6E6C64;
        text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
        background-color: #FFFFFF;
        margin-top: 5px;
}
#coheader1 {
        position: relative;
        left: 15px;
}

#coheader2 {
        position: relative;
        left: 260px;
}

.content {
        padding: 10px 0;
        width: 1200px;
        float: left;
        min-height: 435px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
        padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
#btn_start_ord {
        padding-left: 260px;
        padding-right: 25px;
}
#btn_ed_ord {
        padding-left: 25px;
}


nav li {

}
nav a, nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
}
.menu_nav {
        background-color: #1F5CC6;
        width: 100%;
        font-weight: bolder;
}

.menu_nav ul {
        font-family: Arial, Courier;
        font-style: normal;
        list-style-type: none;
        width: 100%;
}
.menu_nav a {
        width: 8.33%;
        display: block;
        float: left;
        color: #FCF9F9;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize;
        background-color: #1F5CC6;
}
.menu_nav a:hover {
        color: #1F5CC6;
        font-size: 10pt;
        background-color: #FFFFFF;
        text-transform: none;
        font-weight: bold;
}





/* ~~ The footer ~~ */
footer {
        padding: 10px 0;
        background-color: #143B7F;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        left: auto;
        background-image: -webkit-linear-gradient(270deg,rgba(31,92,198,1.00) 0%,rgba(20,59,127,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(31,92,198,1.00) 0%,rgba(20,59,127,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(31,92,198,1.00) 0%,rgba(20,59,127,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(31,92,198,1.00) 0%,rgba(20,59,127,1.00) 100%);
        height: 55px;
}
footer #LeftImage {
        position: relative;
        left: 20px;
        top: 3px;
}

footer #RightImage {
        position: relative;
        left: 800px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
        display: block;
        position: relative;
}
#itm_srch_box {
        background-color: #F8F0AB;
        color: #000000;
}
.prompts   {
        font-family: Arial, Courier;
        font-size: 14pt;

}
.prompts  select {
        font-family: Arial, Courier;
        font-size: 14pt;
}

table#logical_opt {
        width: 100%;
}

table#logical_opt tr:nth-child(even) {
        background-color: #B8D5F5;
}
table#logical_opt tr:nth-child(odd) {
        background-color: #E7E7E7;
}
#col_01   {
        text-align: center;
}
#col_02   {
        text-align: center;
}
#col_03   {
        text-align: left;
}
#col_04   {
        text-align: left;
}
#col_05   {
        text-align: left;
}
#col_06   {
        text-align: right;
}
#col_07   {
        text-align: center;
}
#col_08   {
        text-align: center;
}
