
header, nav, section, article, aside, footer
{
    display: block;
}

body
{
    margin: 0;
    padding: 0;
    background: #CED8DF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

img
{
    border: 0;
    display: inline;
    vertical-align: top;
}

a
{
    color: #005177;
}

a:hover
{
    color: #009CE8;
}

h1, h2, h3, h4, h5
{
    font-weight: normal;
    margin: 0;
    font-family: "Open Sans Regular" , sans-serif;
}


#logo
{
    position: relative;
    float: left;
    left: 2px;
    top: -2px;
    width: 130px;
    height: 111px;
}

#title
{
    height: 128px;
}

#title div.title{
    float: left;
    width: 380px;
    left: 30px;
    position: relative;
    height: 55px;
    padding-top: 46px;
}

#title div.title p.h1
{
    font-family: Times, Times New Roman, Serif;
    font-size: 20px;
    color: #535353;
    text-align: center;
    margin: 0;
}

#title div.title p.h1 span.top{
    border-width: 0px 0px 1px;
    border-style: dashed;
    border-color: #d6d7d2;
}

#title div.title p.h2
{
    font-family: "Open Sans Regular" , sans-serif;
    font-size: 12px;
    color: #4A4A4A;
    text-align: center;
    margin: 2px 0 0;
}




div.horizontal_options{
    display: none;
}

#horizontal_menu
{
    background: #F0FAFF;
    height: 34px;
    margin: 0 auto 15px;
}

#horizontal_menu > table
{
    float: left;
}

#horizontal_menu ul li a{
    font-family: "Open Sans Regular" , sans-serif;
    font-size: 15px;
    color: #1F1F1F;
    text-decoration: none;
    height: 22px;
    padding: 6px 12px !important;
    border-right: 1px solid #C6E2FF;
    display: block;
}

#horizontal_menu ul li a:hover{
    background: #005177;
    color: #FFFFFF;
}

#horizontal_menu > div:nth-child(2) {
    clear: none !important;
}

#horizontal_menu ul li ul li a{
    background: #005177;
    color: #FFFFFF;
    font-size: 13px;
    border-right: 0;
    width: 100%;
}

#horizontal_menu ul li ul li a:hover{
    background: #006EA5;
}

#horizontal_menu > div > ul > li > ul > li > ul > li{
    left: 24px;
}

#horizontal_menu table a
{
    font-family: "Open Sans Regular" , sans-serif;
    font-size: 15px;
    color: #1F1F1F;
    text-decoration: none;
    height: 22px;
    padding: 6px 12px;
    border-right: 1px solid #C6E2FF;
    display: block;
    float: left;
}
#horizontal_menu table a:hover
{
    background: #005177;
    color: #FFFFFF;
}

#horizontal_menu > div > table td a
{
    background: #005177;
    color: #FFFFFF;
    font-size: 13px;
    border-right: 0;
    width: 100%;
}
#horizontal_menu > div > table td a:hover
{
    background: #006EA5;
}

#horizontal_menu > div > table td table td a
{
    background: #006EA5;
}
#horizontal_menu > div > table td table td a:hover
{
    background: #005177;
}

#horizontal_menu a.campus_access, #footer a.campus_access, div.horizontal_options div.horizontal_content a.campus_access
{
    border: none;
    background: #69BAE0;
    color: #FFFFFF;
    height: 19px;
    padding: 4px 8px 4px 0;
    margin: 3px 8px 0 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    behavior: url("/static/include/PIE.htc");
}
#horizontal_menu a.campus_access:hover, #footer a.campus_access:hover
{
    background: #006FA5;
}

#horizontal_menu a.campus_access
{
    float: right;
    margin-top: 3px;
}

div.horizontal_content a.campus_access span{
    line-height: 19px;
}

#footer a.campus_access
{
    text-decoration: none;
    margin-top: 10px;
}


#colSlider
{
    float: left;
}

#colSearch
{
    float: left;
}





#studies
{
    float: left;
    width: 100%;
    margin: 28px 0 13px;
}

#studies div div
{
    width: 220px;
    height: 255px;
    margin: 0 auto;
}


#studies h3
{
    background: #69BAE0;
    font-family: Times, Serif;
    color: #FFFFFF;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    padding: 2px;
    border-top: 2px solid #51A2C8;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    behavior: url("/static/include/PIE.htc");
}

#studies img
{
    float: none;
    padding-right: 8px;
    vertical-align: text-bottom;
}

a.button img
{
    float: none;
    padding-right: 8px;
}

#studies p
{
    font-size: 13px;
    margin: 0 10px;
    padding: 5px 10px 14px;
}

a.button
{
    padding-bottom: 5px;
    padding-top: 2px;
}
a.button:hover
{
    color: #FFFFFF;
}

a.button img
{
    vertical-align: middle;
}

#studies p:hover
{
    background: #F2FBFF;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    behavior: url("/static/include/PIE.htc");
}



#resource_list
{
    float: left;
}

#resource_list_books, #resource_list_documents, #resource_list_audios
{
    display: none;
}

#resource_list .header
{
    height: 50px;
}

#resource_list .header a
{
    margin-left: 5px;
    font-family: "Open Sans Regular" , sans-serif;
    font-size: 16px;
    padding: 2px 7px;
    position: relative;
    top: 2px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    behavior: url("/static/include/PIE.htc");
}

#resource_list .header a img
{
    vertical-align: baseline;
}

#resource_list .header a.link
{
    text-decoration: none;
    background: #51A2C8;
    color: #FFFFFF;
}

#resource_list .header a.link:hover
{
    background: #006FA5;
}

#resource_list .header a.text
{
    text-decoration: none;
    background: #BFEBFF;
    color: #006DA5;
}

.col.two #resource_list .resource
{
    float: left;
    margin-bottom: 20px;
}


#help
{
    float: left;
    width: 206px;
    margin-right: 25px;
}

#help p, #where p
{
    font-size: 13px;
}

#help .assistance
{
    width: 206px;
    height: 102px;
    margin-top: 15px;
}


#where
{
    float: left;
    width: 206px;
}

#where a img
{
    width: 206px;
    height: 131px;
}


#footer
{
    height: 303px;
    background: url("/static/images/foot.jpg") no-repeat;
    clear: both;
}

#menu
{
    float: left;
    margin-right: 25px;
    height: 500px;
}

#main_page
{
    float: left;
}

#main_page.one_column
{
    width: 100%;
}


.list_header
{
    border-bottom: 8px solid #51A2C8;
    font-family: "Open Sans Regular" , sans-serif;
    font-size: 13px;
    color: #666666;
    margin-bottom: 10px;
    height: 28px;
    clear: both;
}

.list_header h3
{
    float: left;
    background: #51A2C8;
    color: #FFFFFF;
    font-size: 18px;
    padding: 4px 8px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    behavior: url("/static/include/PIE.htc");
}

.list_header span
{
    padding: 3px 10px;
}

#teacher_list table
{
    padding: 0;
}

#teacher_list table td
{
    width: 354px;
    padding-right: 10px;
    padding-bottom: 6px;
}

#card
{
    margin-top: 15px;
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
}

#card img.logo
{
    border: 3px solid #69BAE0;
    margin-right: 10px;
}

#card p
{
    background: #F0FAFF;
    margin: 1px 0 0 0;
    padding: 3px 5px;
}

#card p img
{
    margin-right: 8px;
}

#card p strong, #card p b
{
    color: #005177;
}


#ebook_list
{
    margin-top: 20px;
}

#ebook_list .ebook
{
    width: 150px;
    padding: 6px;
    float: left;
}

#ebook_list .ebook img, #static_content .ebook img
{
    width: 120px;
    height: 150px;
    margin: 6px 5px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    behavior: url("/static/include/PIE.htc");
}

#ebook_detail img
{
    width: 170px;
    height: 240px;
    margin: 6px 25px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    behavior: url("/static/include/PIE.htc");
}

#ebook_detail h2
{
    border-bottom: 0;
    clear: none;
    color: #005177;
    font-size: 18px;
}

#static_content .ebook .journal_image
{
    float: left;
    text-align: center;
    padding-bottom: 10px;
}

#static_content .ebook img
{
    margin-bottom: 15px;
}

#ebook_list .col1
{
    float: left;
    margin-right: 25px;
}

#ebook_list .col2
{
    float: right;
}

h4.purchase_h4
{
    border-bottom: 1px solid #69BAE0;
    font-family: "Open Sans Regular" ,sans-serif;
    color: #519FC5;
    font-size: 18px;
    font-weight: bold;
}

#resource_list .resource, #resource_detail .resource
{
    clear: both;
}

#resource_list hr, #resource_detail hr
{
    margin: 0 0 15px 0;
    border: none;
    border-bottom: 1px solid #ACD9EE;
    background: none;
}

#resource_list hr
{
    clear: both;
    padding: 10px;
}

#resource_list .resource img, #resource_detail .resource img, #course_list .resource img
{
    float: left;
    margin-right: 10px;
}

#resource_list .resource.audio img, #resource_detail .resource.audio img, #course_list .resource.audio img
{
    width: 110px;
    height: 110px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url("/static/include/PIE.htc");
}

#resource_list .resource.pdf img, #resource_list .resource.recension img, #resource_detail .resource.pdf img, #resource_detail .resource.recension img, #course_list .resource.pdf img, #course_list .resource.recension img
{
    width: 67px;
    height: 94px;
    margin: 6px 15px 6px 5px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    box-shadow: 0px 0px 7px 0px rgba(81,162,200,0.4);
    behavior: url("/static/include/PIE.htc");
}

#resource_list .resource h4 a, #resource_detail .resource h4 a, #course_list .resource h4 a, #course_list .professor h4 a, #course_list .page h4 a
{
    font-family: "Open Sans Regular", sans-serif;
    color: #005177;
    font-size: 16px;
    font-weight: normal;
}

#resource_list .resource span.date, #resource_detail .resource span.date, #course_list .resource span.date
{
    color: #51A0C6;
}

#resource_list .resource span.duration, #resource_detail .resource span.duration, #course_list .resource span.duration
{
    color: #777777;
}

#resource_list .resource span.separator, #resource_detail .resource span.separator, #course_list .resource span.separator
{
    color: #CCCCCC;
}

#resource_detail iframe
{
    clear: both;
    margin-top: 20px;
    margin: 20px 14px 0 14px;
}


#course_list .image img
{
    float: left;
    margin-right: 10px;
}

.jscontent
{
	padding-top: 25px;
	text-align: justify;
	float: left;
}
		
.jscontent h1
{
	font-size: 20px;
	color: rgb(0, 81, 119);
	padding-bottom: 15px;
}
		
.jscontent h2
{
    font-size: 16px;
	color: rgb(0, 81, 119);
}

