body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

/*Accessibility*/
.accessible {
	padding: 10px;
	position: absolute;
	left: -9999em;
	background: #fff;
}
.accessible ul {
	text-align: right;
}
.accessible ul li {
	margin: 0 0 0 .5em;
	display: inline;
}
.accessible.noscript {
	position: relative;
	left: 0;
}

/*Core Layout*/
#wrapper,
.wrap {
	margin: 0 auto;
	width: 940px;
}
#container {
	margin: 0 0 20px 0;
}
#nav-col {
	width: 220px;
	float: left;
}
#content-col {
	padding: 17px 0 0 0;
	width: 700px;
	float: right;
	background: url(../images/h2-blue.png) repeat-x left top;
}

/*Home Page*/
#sidebar {
	margin: 0 0 15px 15px;
	width: 220px;
	float: right;
}
#sidebar .item {
	margin: 0 0 10px 0;
}
#image-menu .item {
	margin: 0 10px 10px 0;
	float: left;
}

/*Header*/
#header {
	margin: 0 0 12px 0;
	padding: 20px 0 28px 0;
	background: #005581 url(../images/header-bg.png) repeat-x left bottom;
}
#logo {
	width: 200px;
	float: left;
}
#logo a {
	width: 200px;
	height: 90px;
	display: block;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat left top;
}

/*Search*/
#search {
	float: right;
}
#search label {
	display: none;
}
#search .searchbox {
	margin: 0 4px 0 0;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #AECADD;
	font-weight: bold;
	width: 210px;
	height: 18px;
	background: #2A70A6;
	float: left;
	border: 1px solid #5991BA;
}
#search .submit {
	text-indent: -9999em;
	border: none;
	width: 24px;
	height: 24px;
	float: left;
	cursor: pointer;
	background: url(../images/btn-search.png) no-repeat left top;
}
#search p {
	margin: 5px 0 0 0;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #AECADD;
}
#search ul li {
	font-size: 0.7em;
	color: #333;
}
#search ul li a {
	color: #fff;
	text-decoration: none;
}
#search ul li a:hover {
	color: #AECADD;
	text-decoration: underline;
}

/*Page Meta*/
#page-meta {
	margin: 0 0 2px 0;
	height: 120px;
	overflow: hidden;
}
#edition {
	width: 318px;
	float: left;
}
#edition a {
	width: 318px;
	height: 120px;
	display: block;
	text-indent: -9999em;
	background: url(../images/edition.png) no-repeat left top;
}
#banner {
	width: 620px;
	float: right;
}
#banner img {
	vertical-align: top;
}

/*Main Nav*/
#navigation {
	background: #EDE2CD;
	border-bottom: 4px solid #b1a28f;
	-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;
}
#navigation ul li {
	font-size: 0.6875em;
	color: #333;
	display: inline;
}
#navigation ul li a {
	padding: 1em;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	border-right: 2px solid #fff;
}
#navigation li a:hover {
	color: #fff;
	background: #4282b1;
}

/*Breadcrumb*/
#breadcrumb {
	min-height: 28px;
}
#breadcrumb ul {
	margin: 0.75em 0;
	font-size: 0.75em;
}
#breadcrumb ul li {
	padding: 0 .1em 0 0;
	color: #2972A7;
	display: inline;
}
#breadcrumb ul li .active {
	color: #555;
	
}
#breadcrumb ul li a {
	padding: 0 .1em 0 0;
	color: #2972A7;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}

/*Nav Col*/
#cl-menu {
	font-size: 0.75em;
	line-height: 16px;
}
#cl-menu ul li a,
#cl-menu ul li.navheader {
	padding: 3px 0 3px 1em;
	color: #336699;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
}
#cl-menu ul li.navheader {
	cursor: default;
}
#cl-menu ul li.active > a {
	color: #fff;
	background: #4282B1;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #073F5D;
}
#cl-menu ul li a:hover {
	color: #4282B1;
	background: #ECECEC;
	border-top: 1px solid #4282B1;
}
#cl-menu ul ul li a:hover {
	background: #ECECEC;
}
#cl-menu ul ul li a,
#cl-menu ul ul li.navheader {
	padding-left: 2em;
	text-transform: none;
	border-top: 1px dotted #ccc;
}
#cl-menu ul ul ul li a,
#cl-menu ul ul ul li.navheader {
	padding-left: 3em;
}
#cl-menu ul ul ul li a:hover {
	color: #555;
	background: #ECECEC;
}
#cl-menu ul ul ul ul li a:hover {
	color: #2971A7;
}
#cl-menu ul ul ul ul li a,
#cl-menu ul ul ul ul li.navheader {
	padding-left: 4em;
}
#cl-menu ul li.indent {
	padding-left: 1em;
}

/*CL Menu Controls - Shows in Mobile Context*/
#cl-menu-control {
	margin: 0 0 8px 0;
	padding: 7px 10px;
	background: #4282b1;
	display: none;
}
#cl-menu-control a.cl-menu-text {
	padding: 3px 0 0 0;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 0.75em;
	font-weight: bold;
}
#cl-menu-control a.cl-menu-btn {
	display: block;
	width: 30px;
	float: right;
	background: url(../images/icon-cl-menu.png) no-repeat center center;
	text-decoration: none;
	text-indent: -9999em;
}

/*Contact*/
#contact {
	padding: 20px 0;
	background: url(../images/h2-blue.png) repeat-x left top;
}
#contact h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.25em;
	color: #2972A7;
}
#contact p {
	font-size: 0.75em;
	color: #666;
	float: left;
}
#contact ul {
	margin: 30px 0 0 0;
	float: right;
	border-bottom: 1px dotted #ccc;
}
#contact ul li {
	font-size: 0.75em;
	color: #333;
	display: inline;
}
#contact ul li a {
	color: #2972A7;
	text-decoration: none;
}
#contact ul li a:hover {
	text-decoration: underline;
}

/*Footer*/
#footer {
	background: #005581;
}
#footer .wrap {
	padding: 25px 0;
	background: url(../images/footer-logo.png) no-repeat left center;
}
#footer ul {
	font-size: 0.625em;
	text-align: right;
}
#footer ul li {
	padding: 0 0 0 0.5em;
	color: #fff;
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

/*Content*/
#content a {
	 color: #4282b1;
	 text-decoration: none;
}
#content a:hover {
	 color: #4282b1;
	 text-decoration: underline;
}
/*General Typography*/
#content h1 {font-size: 1.5em; margin: 0 0 .5em 0; color: #333; font-weight: bold;}
#content h2 {font-size: 1.25em; margin: 0 0 .5em 0; color: #4282b1;}
#content h3 {font-size: 1em; margin: 0 0 .25em 0; color: #4282b1;}
#content h4 {font-size: 0.875em; margin: 0 0 .25em 0;}
#content h5 {font-size: 0.75em; margin: 0 0 .25em 0; color: #333;}
#content h6 {font-size: 0.75em; margin: 0 0 .25em 0; color: #333;}
#content p, #content dl {font-size: 0.75em; margin: 0 0 1em 0;}
#content ul {font-size: 0.75em;  list-style-image: url(../images/arrow.gif); margin: 0 0 .5em 30px;}
#content ol {font-size: 0.75em; list-style: decimal; margin: 0 0 .25em 30px;}
#content ol li, #content ul li {margin: 0;}
#content li br {margin: 0 0 .5em 0;}
#content ul li ul, #content ol li ol {font-size: 1em;}
#content ol li ul, #content ul li ol {font-size: 1em;}
#content li p, #content ul table, #content ol table {font-size: 1em;}
#content sup {font-size: .8em; vertical-align: super; line-height: 1;}
#content sub {font-size: .8em; vertical-align: sub; line-height: 1;}
#content hr {display: block; height: 1px; border: 0; border-top: 1px dotted #ccc; margin: 1em 0; padding: 0;}

/*Intro Text*/
#content p.introtext {font-size: 1.125em;}

/*Nested Ordered Lists*/
#content ol ol {list-style: lower-alpha;}
#content ol ol ol {list-style: lower-roman;}
#content ol ol li:first-child, #content ol ol ol li:first-child {margin-top: .5em;}

/*Nested Unordered Lists*/
#content ul ul li:first-child, #content ul ul ul li:first-child {margin-top: .5em;}

/*Tightlist*/
#content ul.tightlist {list-style: none; margin: 0 0 .5em 0;}
#content ul.tightlist ul {list-style: none; margin: 0 0 0 25px;}
#content ul.tightlist li {margin: 0 0 0 0;}
#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {margin-top: 0;}

/*Blockquotes*/
#content blockquote {margin: 0 0 .25em 0; border-left: 5px solid #ccc; padding: 0 0 0 .5em; font-style: italic;}
#content blockquote p {line-height: 1.5;}
#content blockquote cite {display: block; font-size: 0.75em;}
#content blockquote cite:before {content: "\2014 \0020";}
#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {color: #ccc;}

/*Tables*/
#content table {font-size: 0.75em; margin: 0 0 1em 0; border-collapse: collapse; border-spacing: 0; width: 100%;}
#content th {padding: .3em .75em; vertical-align: top; font-weight: bold;text-align: left;}
#content td {padding: .3em .75em; vertical-align: top;}
#content td img {vertical-align: top;}
#content td ul, #content td ol {margin-bottom: 0; font-size: 1em;}
#content td p {margin: 0; font-size: 1em;}

/*Forms*/
#content form {font-size: 0.75em; margin: 0 0 1em 0;}
#content form input, #content form select {font-size: 1em;}

/*Two Columns*/
#content .cola {
	width: 340px;
	float: left;
}
#content .colb {
	width: 340px;
	float: right;
}

/*Structured Content*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
	font-weight: bold;
}
#content tr.odd {
	background: #f7f7f7;
}
#content tr.orclass td {
	padding-top: 0;
	border-top: none;
}
#content tr.orclass td.codecol {
	padding-left: 2em;
}
#content td.hourscol,
#content th.hourscol {
	text-align: right;
	//display: none;
}
#content .hiddencourselist {
	display: none;
}

/*Plan Grid*/
#content table.sc_plangrid {border: 1px solid #ccc;}
#content table.sc_plangrid th {border-bottom: 1px solid #ccc;}
#content table.sc_plangrid td {border-top: 1px solid #ccc;}
#content table.sc_plangrid tr.plangridyear th {
	border-top: 1px solid #ccc;
}

/*Courselist*/
#content table.sc_courselist td.codecol {
	width: 100px;
}

/*Footnotes*/
#content .sc_footnotes {
	border: 0;
}
#content .sc_footnotes td {
	padding: 0 0 .75em 0;
	border: 0;
}
#content .sc_footnotes td.symcol {
	width: 15px;
	font-size: .8em;
}

/*Course Blocks*/
#content p.courseblocktitle {
	margin: 0;
	font-weight: bold;
}

/*Calendar Table*/
#content table.tbl_calendar .column0 {
	width: 350px;
}

/*Tabs*/
#content #tabs {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #4282B1
}
#content #tabs ul {
	margin: 0;
	list-style: none;
}
#content #tabs ul li {
	font-size: 0.92em;
	display: inline;
}
#content #tabs ul li a {
	margin: 0 0.2em 0 0;
	padding: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #4282b1;
	text-decoration: none;
	background: #ccdde6;
	display: block;
	float: left;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
#content #tabs ul li a:hover {
	background: #ede2cd;
}
#content #tabs ul li.active a {
	color: #fff;
	background: #4282b1;
}

/*A-Z Index*/
#content ul.letternav {
	margin: 0 0 1em 0;
	padding: 0.5em;
	list-style: none;
	text-align: center;
	background: #ddd;
}
#content ul.letternav li {
	padding: 0 0.25em;
	font-size: 1.25em;
	text-transform: uppercase;
	display: inline;
}
#content ul.letternav li a,
#content ul.letternav li.inactive {
	color: #999;
	text-decoration: none;
}
#content ul.letternav li a {
	color: #4282b1;
	text-decoration: none;
}
#content ul.letternav li a:hover,
#content ul.letternav li a:active,
#content ul.letternav li a:focus {
	text-decoration: underline;
}

/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
}
#content img.imgright {
	padding: 0 0 10px 10px;
}

/*Archive Message*/
#content .archive-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Shared Message*/
#content .shared-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Site Search Pagination*/
#content .gcs-pagination {
	text-align: center;
}
#content .gcs-pagination a,
#content .gcs-current {
	padding: 5px 12px;
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content .gcs-current {
	color: #fff;
	background-color: #999;
	background-image: none;
}

/*Google Custom Search*/
#content a.gcs-url {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .gcs-total p {
	font-style: italic;
}
#content .gcs-result h3 {
	margin: 0;
}

/*Home*/
#content .home-image {
	margin: 0 0 1em 1em;
	width: 220px;
	float: right;
}

/*Disclaimer Message*/
#content .message {margin: 1em 0; padding: 1em; font-size: 1.125em; border: 1px solid #bbbbbb;}
#content .message p {color: #4282b1;}

/*Print Popup*/
#print-dialog {
	padding: 0;
	width: 350px;
	font-size: 0.75em;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
	box-shadow: 0px 0px 2px #aaa;
	-moz-box-shadow: 0px 0px 2px #aaa;
	-webkit-box-shadow: 0px 0px 2px #aaa;
}
#print-dialog .print-header {
	padding: 10px;
	font-size: 1.5em;
	color: #4282b1;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
}
#print-dialog .print-body {
	padding: 10px;
}
#print-dialog .print-option {
	padding: 0 0 10px 0;
}
#print-dialog .print-option a {
	color: #4282b1;
}
#print-dialog .option-head {
	color: #4282b1;
}
#print-dialog .buttons {
	padding: 10px;
	background: #4282b1;
	border-top: 1px solid #073F5D;
}
#print-dialog .cancel a {
	padding: 5px 12px;
	display: inline-block;
	font-size: 1em;
	line-height: normal;
	color: #333;
	text-align: center;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	float: right;
}

/*Print Dialog*/
#print-dialog.noscript {
	display: block;
	position: relative;
}

/*LFJS Overrides*/
.lfjsbubble {
	font: normal 10px Arial, Helvetica, sans-serif !important;
}
.lfjsbubble .lfjsbubblecontent {
	font-family: Arial, Helvetica, sans-serif !important
}

.lfjsbubble .lfjsbubblecontent .courseblocktitle {
	margin: 0 0 3px 0;
	color: #4282B1;
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */