/* ---
ed-tech.css
--- */

/* --------------------------------------------------------------


    defines the layout/presentation of pages

-------------------------------------------------------------- */

body
{
    background-color: #003366;
    background-position: 0 0;
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#wrapper
{
    margin: 0 auto;
    width: 1080px;
    background-color: transparent;
}


#edtech-banner
{
    background-color: transparent;
    width: 1080px;
    height: 75px;
    position: relative;
    top: -2px;
}

#edtech-banner img
{
    left: 0;
    top: 0;
    margin-left: 5px;
}

et-slideshow-home
{
    padding-left: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 1080px;
    height: 250px;
}

#page-banner
{
    background-color: #003366;
    width: 1080px;
    height: 253px;
}

#page-banner img
{
    left: 0;
    top: 0;
    margin-left: 5px;
}

#inner-wrapper
{
    border-top: 1px solid #003366;
    width: 1070px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    overflow: hidden;
    background-color: #fff;
    background-image: url("../_images/common/inner-wrapper.png");
    background-repeat: repeat-y;
}

#col1
{
    width: 230px;
/*  background-color:#e6dbbe; */
    float: left;
    position: relative;
    left: 0;
    top: 0;
}

#box-7e90ad
{
    background-color: rgba(126,144,173,1);
    width: 233px;
    height: 52px;
    top: 0;
    border-bottom: 1px solid #003366;
}

#col2-605
{
    float: left;
    background-color: transparent;
    overflow: auto;
    margin: 0;
    width:605px;
}

#col2-750
{
    float: left;
    background-color: transparent;
    overflow: auto;
    margin: 0;
    width:750px;
}


#page-title
{
    color: #383838;
    font-size: 32px;
    font-weight: 600;
    margin:-5px 0 12px 0;
    padding: 0;
}

#content
{
    float: left;
    margin: 15px 22px 0 25px;
/*    width: 550px; */
}

#col3
{
    float: left;
    margin: 0;
    width: 233px;
}

#footer
{
    background-color: transparent;
    border-top: 1px #C3C0B9 solid;
    clear: both;
    position: relative;
    top: 20px;
    width: 1048px;
    margin-left: 5px;
    padding: 10px 0 30px 8px;
}


/* --------------------------------------------------------------

   typography.css
   defines the font styles

-------------------------------------------------------------- */

body
{
    font-family: "Titillium Web", Lato, Verdana, Tahoma, sans-serif;
    letter-spacing: .25px;
    line-height: 18px;
    text-align: left;
    color: #000;
}

h1
{
    font-size: 24px;
    font-weight: 600;
    color: #333230;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2
{
    color: #333230;
    font-size: 16px;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 6px;
}

h3
{
    color: #333230;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

h4
{
    color: #333230;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

h5
{
    color: #333230;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    /* margin: 0; */
}

p, ul, ol, menu, dl, blockquote, pre, label
{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 18px;
    text-align: left;
}

blockquote
{
    margin-left: 20px;
    font-style: italic;
}

ul li, ol li, dl dt
{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}

strong
{
    font-weight: 700;
}

em
{
    font-style: italic;
}

ul
{
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 0px;
    text-align: left;
}

#content ul
{
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 0px;
    text-align: left;
}

ul ul
{
    margin-bottom: 0;
    list-style-position: inside;
    list-style-type: circle;
}

ol
{
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 17px;
    text-align: left;
}

ol ol
{
    line-height: 18px;
    list-style-position: inside;
    list-style-type: lower-roman;
    margin: 0 0 0 15px;
    text-align: left;
}

li, li p, dt, dt p
{
    margin-bottom: 7px;
}

a
{
    color: #165dd9;
    font-weight: inherit;
    text-decoration: none;
}

a:visited
{
    color: #0064b1;
    text-decoration: none;
}

a:hover
{
    color: #0064b1;
    text-decoration: underline;
}

#footer p
{
    color: #C3C0B9;
    font-size: 11px;
    text-align: left;
    width: 615px;
}

#footer p a
{
    font-size: 11px;
    color: #C3C0B9;
}

#footer p a:hover
{
    text-decoration: underline;
}

a.pdf-link
{
    padding-right: 17px;
    background-repeat: no-repeat;
    background-image: url(../_images/common/pdficon-xsmall.gif);
    background-position: right center;
}

a.external-link
{
    background-image: url(../_images/common/external-link.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 13px 0 0;
}

.specialnotice-bold
{
    background-color: #ffe7a1;
    color: #333230;
    font-weight: bold;
    padding: 0 2px 1px 3px;
}

#quote
{
    background-color:#5f7d9e;
    margin: 20px 0 30px 0;
    padding: 0px 12px 5px 12px;
}

#quote p
{
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
/*  letter-spacing: .10em; */
    color: #fcfcfc;
    line-height: 17px;
    margin: 0 0 10px 0;
    font-family: Lato, Verdana, Tahoma, sans-serif;
}

.specialnotice-normal
{
    background-color: #ffe7a1;
    color: #333230;
    font-weight: normal;
}

p.specialnotice-bold, p.specialnotice-normal
{
    padding: 6px;
}

span.specialnotice-bold, span.specialnotice-normal
{
    padding: 2px;
}

.required
{
    color: #ff6600;
}

.hidden
{
    display: none;
}

ul.faq
{
    width: 550px;
}

ul.faq li
{
    margin-top: 4px;
    margin-bottom: 8px;
}


/*

Tables

*/

table
{
    background-color: rgba(255,255,255,1);
}

td
{
    border: 3px solid #fff;
    margin-top: 0;
    vertical-align: top;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

tr
{
    border: 4px solid #fff;
    background-color: rgba(255,255,255,1);
    padding-top: 5px;
    padding-bottom: 5px;
}

td p
{
    font-family: Lato, Verdana, Tahoma, sans-serif;
    font-weight: normal;
    margin: 6px;
    text-align: left;
    vertical-align: top;
}

td.pic-info
{
    background-color:rgba(240,240,240,0.75);
    width: 160px;
}

td.pic-info p
{
    font-size: 12px;
    line-height: 16px;
}

td.bioinfo p
{
    background-color: rgba(126,144,173,1);
}
