
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #da0803;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: url(/images/layout-new/body-background.png) repeat-x #0e2874;
    color: black;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

p
{
    line-height: 16px;
}

/***************
 Overall layout
****************/
#outer-wrap
{
    background: url(/images/layout-new/page-background.png) repeat-y #ffffff;
    width: 965px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#inner-wrap
{
    background: url(/images/layout-new/page-background-top.png) no-repeat;
    padding-top: 1px;
}


/*******
 Header
********/
#logo
{
    display: block;
    margin: 59px 0px 10px 40px;
}

#specialists
{
    float: right;
    width: 100px;
    margin-right: 50px;
    margin-top: 26px;
}

/**********
 Navigation
***********/
#navigation ul
{
    margin: 0px 9px 0px 6px;
    display: block;
    height: 30px;
    padding: 0px 0px 0px 20px;
    background: #0e2874;
}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 30px;
}

#navigation li a:link,
#navigation li a:visited
{
    color: white;
    display: block;
    padding: 8px 15px 8px 15px;
}

#navigation li a:hover
{
    text-decoration: none;
    background: #02469a;
}


/****
 Body
*****/
#page
{
    clear: left;
    margin: 0px 8px 0px 6px;
}

#page img
{
}

#page h1
{
    color: #0e2874;
    margin: 20px 300px 20px 40px;
    font: normal 18px 'Helvetica', sans-serif;
}

#page h2
{
    color: #0e2874;
    margin: 15px 300px 15px 40px;
    font: bold 14px 'Helvetica', sans-serif;
}

#page h3
{
    color: #0e2874;
    margin: 15px 300px 15px 40px;
    font: normal 13px 'Helvetica', sans-serif;
}

#page p
{
    margin: 10px 300px 10px 40px;
}

#page ul
{
    margin-left: 60px;
}

#school-finder
{
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: 159px;
    z-index: 100;
    display: block;
    width: 315px;
    height: 283px;
    background: url(/images/layout-new/finder-background.png);
    overflow: hidden;
}

#school-finder h1
{
    font: normal 16px 'Helvetica', sans-serif;
    color: white;
    margin: 35px 0px 10px 25px;
    line-height: 22px;
}

#schoolSelector
{
    background: white;
    padding: 10px;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-left: 25px;
}

/* Cart */

#cart
{
    float: right;
    width: 290px;
    margin: 20px;
    background: #dce7f5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
}

#cart .cart-table
{
    width: 290px;
    margin-bottom: 5px;
}

.cart-table td
{
    border-bottom: 1px solid white;
    padding: 3px;
}

#cart h2
{
    color: #0e2874;
    margin: 0px 10px 15px 0px;
    font: normal 16px 'Helvetica', sans-serif;
}

#cart a:link.link-button,
#cart a:visited.link-button
{
    display: block;
    float: right;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px 10px;
}

#cart a:hover.link-button
{
    text-decoration: none;
    color: black;
}

/******************
 School order list
******************/

.school-page
{
    width: 590px;
}

#page .school-page p,
#page .school-page h2,
#page .school-page h1
{
    margin-right: 0px;
}

#school-images
{
    float: right;
    clear: right;
    margin: 15px;
    width: 310px;
}

#school-logo
{
    margin: 15px 0px 0px 15px;
}

.order-list
{
    margin: 20px 20px;
    background: #dce7f5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px;
    width: 500px;
}

#page div.order-list h2
{
    margin-left: 0px;
}

.order-list input.link-button,
input.link-button
{
    display: block;
    float: right;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 3px 10px;
    border: none;
}

/***********
 Checkout
***********/

.checkout-form
{
    margin: 20px;
    background: #dce7f5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px;
    width: 600px;
}

.checkout-form td,
.checkout-form th
{
    border-bottom: 1px solid white;
    padding: 4px;
    vertical-align: bottom;
}

a:link.link-button-blue,
a:visited.link-button-blue,
span.link-button-blue,
input.link-button-blue
{
    display: block;
    float: left;
    border: none;
    background: #0b307d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px 10px;
    margin: 0px 15px 10px 0px;
    color: white;
}
/******
 Footer
*******/
#footer
{
    clear: both;
    background: url(/images/layout-new/page-background-bottom.png) left bottom no-repeat;
    height: 320px;
}

#footer table
{
    width: 950px;
    margin: 0px 9px 0px 6px;
    background: url(/images/layout-new/footer-table-background.png) repeat-x;
}

#footer table td
{
    padding-left: 40px;
}

#footer table td p
{
    color: white;
}

#footer h2
{
    color: white;
    font: normal 16px 'Helvetica', sans-serif;
    margin: 45px 0px 20px 0px;
}

#footer p a:link,
#footer p a:visited
{
    color: white;
    font-weight: bold;
    border-bottom: 1px dotted white;
}

#footer p a:hover
{
    border-bottom: none;
    text-decoration: none;
}

.legal
{
    color: #ccc;
    margin: 10px 40px;
    font-size: 11px;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.info
{
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px;
}

.promote
{
    font-size: 18px;
    line-height: 22px;
}

#page ul.supplier-list
{
    list-style: none;
    margin: 0px 5px;
    padding: 0px;
    width: 100px;
}

.supplier-list li
{
    margin: 10px 0px;
    padding: 0px;
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

/* News */

.news-snippet
{
    clear: left;
    margin-left: 40px;
}

.news-snippet img
{
    float: left;
    margin: 0px 15px 10px 0px;
}

#thumbnails
{
    float: right;
    margin-left: 15px;
    margin-right: 50px;
    margin-bottom: 30px;
}

#thumbnails img
{
    display: block;
    margin: 0px 0px 15px 0px;
}

#testimonial
{
    float: right;
    width: 280px;
    margin-right: 15px;
    margin-top: 20px;
}

#testimonial .great
{
    background: #dce7f5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px;
}

.great table
{
    width: 200px;
}

#page .great table td
{
    padding: 0px;
}

.great p
{
    font-size: 14px;
    color: #0e2874;
    line-height: 20px;
    margin-top: 0px;
}

#page #testimonial p
{
    margin: 10px 0px;
}

