@charset "UTF-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	width: 940px;
	margin: auto;
	padding: 0 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	-webkit-text-size-adjust: 100%;
	zoom: 1;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}

/* end Reset */

body#page-home a#home,
body#page-articulation a#articulation,
body#page-college-credit a#college-credit,
body#page-unofficial-transcript a#unofficial-transcript,
body#page-participating-schools a#participating-schools,
body#page-articulated-courses a#articulated-courses,
body#page-career-pathways a#career-pathways,
body#page-resources a#resources,
body#page-summer a#summer,
body#page-contact a#contact,
body#page-forms a#forms
{
	color: #009fc3;
	font-weight: 600;
}

a {
	color: #009FC3;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.banner {
	height: 237px;
}

blockquote {
	margin: 30px 0 0 60px;
	font-weight: 600;
	border-left: solid 6px #ccc;
	padding-left: 15px;
}

.bullet-list {
	list-style-type: circle;
	margin-left: 18px;
	color: #009FC3;
}

.bullet-list li {
	margin-bottom: 15px;
}

.bullet-list li span {
	color: #666;
}

#home-banner {
	width: 100%;
	margin-bottom: 30px;
}

#home-banner img {
	height: 182px;
	width: 230px;
	float: left;
}

.bold {
	font-weight: 600;
}

footer {
	padding: 40px 0;
	width: 960px;
	float: left;
}

.footer-dot {
	margin: 13px 20px 0 20px;
}

footer img {
	float: left;
}

#footer-info {
	height: 40px;
	width: 100%;
}

.footer-line {
	margin: 8px 0 0 20px;
	width: 445px;
}

#footer-nav {
	font-size: .8em;
	text-align: center;
	width: 640px;
	margin: auto;
	font-weight: 200;
}

#footer-nav ul {
	list-style-type: disc;
}

#footer-nav ul li {
	display: inline;
    text-align: center;
	margin: 5px;
	line-height: 1.5em;
}

#footer-nav ul li a {
	font-weight: 400;
	color: #999;
}

p.footer-school {
	display: block;
	float: left;
	font-weight: 600;
	color: #999;
}

h2.footer-sub {
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: 400;
	color: #999;
	font-size: 1em;
	padding-top: 10px;
}

h1.header-main {
	font-size: 2.6em;
	font-weight: 200;
	line-height: 1em;
}

h1.header-main span {
	color: #009FC3;
	font-weight: 600;
}

h2, h3 {
	font-size: 1.5em;
	font-weight: 600;
	color: #009FC3;
	padding: 3px 0;
	line-height: 1.2em;
}

h2.header-sub {
	display: block;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	padding: 3px;
	background-color: #009FC3;
	width: 30%;
	margin: 10px auto;
	border-radius: 10px;
	letter-spacing: 1px;
}

h2.intro {
	font-size: 2.3em;
}

h4 {
	font-size: .9em;
	font-weight: 600;
	color: #009FC3;
}

p.intro {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #999;
	margin-bottom: 40px;
}

header {
	height: 230px;
	text-align: center;
	margin-top: 40px;
}

.header-school {
	font-weight: 600;
	color: #999;
}

.left-column, .right-column {
	width: 345px;
	float: left;
}

nav#nav-main {
	font-size: .8em;
	width: 247px;
	float: left;
	border-left: solid 1px #009FC3;
	padding-left: 1px;
}

#nav-main ul {
	list-style-image: url(../images/scc-cte_03.png);
	margin-top: -8px;
	margin-bottom: -27px;
	list-style-position: outside;
}

#nav-main ul li {
	margin-bottom: 18px;
	margin-left: 10px;
}

#nav-main ul li a {
	color: #4f4f4f;
	text-decoration: none;
	font-weight: 400;
}

#nav-main ul li a:hover {
	color: #009fc3;
	font-weight: 600;
}

.numbered-list {
	font-size: 1em;
	list-style-type:decimal;
	list-style-position: inside;
	color: #009FC3;
}

.numbered-list li {
	margin-bottom: 10px;
}

.numbered-list li span {
	color: #666;
}

p {
	margin-top: .5em;
	margin-bottom: .8em;
	line-height: 1.5em;
}

p.final {
	margin-bottom: 1.5em;
}

#page-content {
	width: 690px;
	float: left;
	margin-bottom: 60px;
}

/*#page-wrapper {
	width: 1000px;
	padding: 0 30px;
	margin: auto;
}*/

.secondary-list {
	list-style-image:url(../images/arrow.png);
	margin: 10px 0 0 30px;
}

section#articulation-content table {
	margin-bottom: 30px;
}

section#articulation-content table tr td span {
	float: right;
}

section#articulation-content h2 {
	font-size: 1.1em;
}

section#career-pathways-content ul.nested-list {
	list-style-type: square;
	margin-left: 18px;
}

section#career-pathways-content ul.nested-list li {
	margin-bottom: 5px;
}

section#contact-content .secondary-list li {
	margin-bottom: 15px;
}

th {
	text-align: left;
}

tr.table-border td {
	border: solid 1px #009FC3;
	padding: 5px;
	width: 300px;
}