@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	Padding:0;
	 }

html {
    font-size: 100%;
	 }

body{
	height: 100%;
	width:100%;
    margin: 0;
	padding: 0px;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	 }

blockquote {
	margin-left:40px;
	 }

form {
	display: block;
	width: 100%;
	float: left;
	z-index: 1;
	 }

a img {
	border:none;
	 }
	
img {
    max-width: 100%;
	height: auto;
	 }	

a {
	text-decoration:none;
	color: #0056ac;
	 }

a:link {

	 }

a:hover {
	text-decoration:underline;
	 }

strong {
    font-weight: bold;
	 }

ul.sc-ListBullet {
	margin-left: 20px;
	 }

ul {

	 }

#pagewrap{
	min-height:600px;
	width: 100%;
	float:none;
	background: #f5f5f5;
	padding: 50px 0;
	 }
	 
.show {
	display: inline !important;
}	

.hide {
	display: none !important;
}
	 
#header span {
	float: right;
	font-size: 18px;
}

#syllabusMiddle{
	display: block;
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 50px;
	background-color: #fff;
	padding: 60px;
	box-shadow: 2px 2px 9px 2px #ccc;
	 }
	 
table {
	width: 100% !important;
	border-collapse: collapse !important;
	line-height: 1.3 !important;
}

td {
	border: 1px solid #ccc !important;
	padding: 5px !important;
	min-width: 100px !important;
	line-height: 1.3 !important;
}

p {
	margin: 14px 0 0 0;
}

#main a.downloadPDF {
	float: right;
}

.sc-instructorInfo p {
	margin: 0;
}

h1, h3, h4, h5, h6 {
	margin: 14px 0 10px 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

#main h2.sc-coursenumber {
	text-align: center;
}

.sc-quarter h3, .sc-quarter ul {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}

.sc-quarter h3 {
	margin: 0;
}

.sc-quarter h3:after {
	content: ": ";
	margin: 0 3px 0 -2px;
}

.sc-quarter ul li {
	list-style: none;
}

ol li, ul li {
	margin-left: 30px;
}

ol li ol li, ul li ul li {
	margin-left: 45px;
}

.assignmentListHeader {
	margin-left: 15px;
}

.assignmentListHeader p {
	margin-top: 0;
}

.assignmentListHeader  h4 {
	margin-bottom: 0;
}

#header img {
	width: 100px;
}


#header img.business, #header img.artScience, #header img.education, #header img.nursing {
	background: #fff;
	width: 220px;
}

.noListType ul li {
	list-style-type: none;
	margin-left: 0;
}

#header {
	position: relative;
}

#header .sc-extrafield {
	display: inline-block;
	position: absolute;
	right: 0;
}

#header .sc-extrafield h3 {
	text-align: right;
	margin-top: 30px;
	font-weight: normal;
}