
body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-repeat: repeat-x;
	color: #324356; /*#324356;*/
	width: 100%;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #670000; /* prev: #931310; */
	border-bottom: 1px solid #bbb;
}

a:hover {
	border-bottom: 1px solid #670000;
}

a.img, a.img:link, a.img:visited, a.img:active {
	border: 0;
}

a img {
	border:0;
}



hr {
	border: none;	
	clear: left;
	border-top: 1px solid #ccc;
	background: none;
	width: 100%;
	margin: 2em auto;
}

#bodycontainer {
	text-align: left;
}


#globalmessage {
	background-color: #ffd8d8;
	color: #600;
	width: 100%;
	margin:0;
	border-bottom: 5px solid #900;
}


#globalmessage .title {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #b00;
	padding: 4px 10px 2px;
	color: #fff;
}
#globalmessage .title .date {
	font-weight: normal;
	font-size: .9em;
	padding-left: 10px;
}
#globalmessage .title a.expand {
	display: none;
	color: #fcc;
	font-weight: normal;
	border-bottom:1px solid #fcc;
	float: right;
}

#globalmessage .content {
	padding: 10px 10px;
}
#globalmessage .container {
	margin: 0 auto;
	width: 910px;
	padding:0;
}
#globalmessage .content .container {
	background-image: url(/shared/images/icons/stockholm/alert_32.gif);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	padding: 5px 0 10px 50px;
	width: 860px;
}
#globalmessage .content .date {
	font-size: .9em;
	color: #900;
}

#globalmessage  .controls {
	display: none;
	float: right;
}



#overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index: 100000;
	display: none;
}






#globalheader {
	width:100%;
	background-image: url(/shared/images/header_bg.png);
	border-bottom: 10px solid #e0e3e6;
}
#globalheader.selected {
	border-color: #e29e1f;
}

#globalheader #globalheader-container {
	margin: 0 auto;
	width: 930px;
}


/*#globalheader #headerlogo {
	background-image: url(/shared/images/logos/ntc_header_logo.png);
	background-repeat: no-repeat;
	position: relative;
	left: 10px;
	top: 32px;
	width: 277px;
	height: 37px;
	margin:0;
	padding:0;
}
*/
#globalheader #headerlogo {
    background-image: url(/shared/images/logos/ntc_header_logo2.png);
    background-repeat: no-repeat;
    position: relative;
    left: 10px;
    top: 29px;
    width: 350px;
    height: 40px;
    margin:0;
    padding:0;
}


#globalheader #headerlogo a {
	display: block;
	width: 100%;
	height: 100%;
	border:0;
	text-decoration:none;
	background: transparent;
}


#globalheader #globalutilitynav {
	position: absolute;
	width: 930px;
	margin: 15px auto;
}

#globalheader #globalutilitynav ul {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

#globalheader #globalutilitynav ul li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #e3e5e7;
}

#globalheader #globalutilitynav ul li:first-child {
	border-left: none;
}


#globalheader #globalutilitynav ul li a {
	color: #e3e5e7;
	border:0;
	background: transparent;
}

#globalheader #globalnav {
	background-image: url('/shared/images/globalnav-bg.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0;
	display: block;
	height: 40px;
	margin-top: 60px;
	padding-top: 0;
	padding-right: 0;
	margin-right: 0;
}
#globalheader #globalnav.stage_visible {
	height: 130px;
	
}




#globalheader #globalnav ul {
	
	display: inline;
	
	list-style-type: none;
	margin:0;
	padding:0;
}

#globalheader #globalnav ul li {
	float: left;
	padding: 0;
	border-right: 1px solid #324356;
	border-top: 1px solid #2c3b4c;
}
#globalheader #globalnav ul li.last {
	border-right:0;
}


#globalheader #globalnav ul li a {
	display: block;
	position: relative;
	padding: 11px 0 0;
	margin: 0;
	border:0;
	width: 183px;
	height: 28px;
	background: transparent;
	color: #e3e5e7;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}
#globalheader #globalnav ul li.first a {
	padding-left: 5px;
}
#globalheader #globalnav ul li.last a {
	padding-left: 2px;
}



#globalheader #globalnav ul li.current a {
	font-weight: bold;
}

#globalheader #globalnav ul li.last.selected a, #globalheader #globalnav ul li.last.current a, #globalheader #globalnav ul li.last a:hover {
	background-image: url("/shared/images/globalnav-right-selected.jpg");
	background-position: 0px -1px;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 185px;
}

#globalheader #globalnav ul li.first.selected a, #globalheader #globalnav ul li.first.current a,  #globalheader #globalnav ul li.first a:hover {
	background-image: url("/shared/images/globalnav-left-selected.jpg");
	background-position: 5px -1px;
	background-color: transparent;
	background-repeat: no-repeat;
}


#globalheader #globalnav ul li.selected a, #globalheader #globalnav ul li.current a, #globalheader #globalnav ul li a:hover {
	background-color: #e29e20;
	background-image: none;
	color: #19222c;
	z-index: 1000;
}



/* mega menu */

#megamenu_container {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 5px;
	z-index: 1200;
	top: 137px;
	/* if global alert  top: 162px; */
}

#megamenu {
	display: none;
	background-image: url('/shared/images/megamenu/frame-normal.png');
	background-repeat: no-repeat;
	top: 0;
	margin: 0 auto;
	width: 930px;
	height: 230px;
	position: relative;
	z-index: 1200;
}
#megamenu.left {
	background-image: url('/shared/images/megamenu/frame-left.png');
	float: none;
}

#megamenu.right {
	background-image: url('/shared/images/megamenu/frame-right.png');
	float: none;
}


#megamenu h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 5px;
	margin:0;
}

#megamenu ul {
	margin-left:0;
	padding-left:20px;
}


#megamenu ul.bigger li {
	font-size: 1.3em;
	padding-bottom: 10px;
	
}

#megamenu .personas {
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

#megamenu img.logo {
	width: 150px;
	border: 1px solid #999;
}

#megamenu .thumbnail {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#megamenu .thumbnail-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* persona */

.persona {
    display: inline;
    float: left;
    padding-top: 9px;
}

.persona a {
    border: 0;
    display: block;
}

.persona img {
    display: block;
    margin: 0;
    padding: 0;
	border: 0;
}

.persona span {
    display: block;
    font-size: 11px;
    text-align: center;
}

#megamenu .persona {
	padding-left: 15px;
	padding-right: 15px;
}





#search_box_form div {
	display: inline;
}

#sectioncontent {
	display: block;
	margin: 0 auto 0px;
	width: 920px; /* with padding on right and left, this equals 930px total */
	padding: 0px 0px 0 0 ;
	/*background: transparent url(/shared/images/content-back.jpg) 0 0 repeat-y;*/
	min-height:500px;
}

#breadcrumbs {
	background-color: #eceeef;
	margin:0;
	padding:0;
}
#breadcrumbs ul {
	margin:0;
	padding:12px 0 10px 25px;
	list-style-type: none;
}
#breadcrumbs ul li {
	display: inline;
	padding:0 5px 0 0;
	margin:0 ;	
}
#breadcrumbs ul li:before {
	content: "\BB\A0\A0";
}
#breadcrumbs ul li.home:before {
	content: "";
}
#breadcrumbs ul li a,
#breadcrumbs ul li a:link,
#breadcrumbs ul li a:visited,
#breadcrumbs ul li a:active {
	color: #324356;
}
#breadcrumbs ul li a:hover {
	color: #670000;
	border-bottom-color: #670000;
}


.footerbartop {
	margin-top: 100px;
}

.footerbartop, .footerbarbottom { 
	height: 4px; 
	font-size: 0px;
	background-color: #d6d9dd; 
	border-top: 1px solid #b5bbc2;
	border-bottom: 1px solid #8c8d8e;
}
.footerbarbottom {
	border-top: 1px solid #8c8d8e;
	border-bottom: 1px solid #d0d2d4;
}
.footergradienttop, .footergradientbottom {
	height: 1px; 
	font-size:0px;
	background-color: #d0d2d4; 
	border-top: 1px solid #b4b5b7;
	border-bottom: 1px solid #e0e2e4;
}
.footergradientbottom {
	border-top: 1px solid #e0e2e4;	
	border-bottom: 1px solid #b4b5b7;
}
.footergradientfinish { 
	display: block;
	height: 36px;
	min-height: 100%;
	font-size:0;	
	background-image: url(/shared/images/footer_full_bottom_background.png); 
	background-postion: top center;
	background-repeat: repeat-x; 
	background-color: #1a232c;
	border-top: 1px solid #405062;
}

#footer {

	border-top: 1px solid #e7e9eb;
	border-bottom: 1px solid #e7e9eb;
	background-color: #ebedef;
	font-size: .95em;
}

#footer a , #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #324356;	
}

#footer a:hover {
	text-decoration: none;
	color: #670000; /*#931310*/
}

#footer ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#footer ul li {
	margin-bottom: 3px;
}

#footer h2 {
	font-size: 1em;
	margin-bottom: 5px;
}

#footercontainer {
	margin: 0 auto;
	padding:0;
	width: 930px;
}

#footer #footercontainer #contactinfocontainer {
	position: absolute;
	z-index: 1;
	margin-top: -30px;
	background-image: url(/shared/images/post_it.png);
	background-repeat: no-repeat;
	width: 276px;
	height: 260px;
}

#footer #footercontainer #contactinfocontainer #contactinfo {
	margin-left: 35px;
	margin-top: 25px;
	padding-right: 35px;
}

#contactinfo h2 {
	font-size: 1.8em;
}


#contactinfo p, #contactinfo p + p {
	text-indent: 0;
	margin: .1em 0;
	padding: .4em 0;
}

#contactinfo a , #contactinfo a:link, #contactinfo a:visited, #contactinfo a:active {
	color: #931310;
}

#contactinfo a.icons {
	margin-right: 7px;
}

#contactinfo a.icons img {
	border: none;
}

/* MISC */

.bg_dark_grey {
	background-color: #d6d9dd;
}

.bg_light_grey {
	background-color: #f0f0f0;
}

.bg_light_yellow {
	background-color: #fcf7d5;
}


.bg_light_orange {
	background-color: #ffdf92;
	color: #330000;
}

.bg_light_orange a {
	border-bottom: 1px solid #cc9966;
}

.padding {
	padding: 15px 25px 15px;
}

.padding_narrow {
	padding: 10px 15px 10px;
}


.divider {
	border-top: 1px solid #828d98;
}
.divider.p {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}

.noscreen {
	display: none;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* img, div { behavior: url(/shared/js/iepngfix.htc) }  */

.column p {
	margin: 0 0 15px 0;
}

.column ul, .column ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

.box {
    clear: both;
	margin-bottom: 30px;
	padding: 23px 23px 0 23px;
	background: transparent url(/shared/images/gradient_full_container.png) 0 0 no-repeat;
	border: none;
	width: 506px;
}

ul.pdf {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.pdf li {
	background: transparent url(/shared/images/pdf.png) 0 0 no-repeat;
	height: 43px;
}

ul.pdf li {
}

/* pdf medium*/
ul.icons {
	padding-left: 10px;
}
ul.icons li.pdfm {
	list-style-type: none;
	background: transparent url(/shared/images/icons/pdf.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin-left: 0;
}
ul.icons li.pdfs {
	list-style-type: none;
	background: transparent url(/shared/images/icons/pdf12.gif) 0 0 no-repeat;
	padding: 0 0 0 15px;
	margin-left: 0;
}


ul.doc {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.doc li {
	background: transparent url(/shared/images/doc.png) 0 0 no-repeat;
	height: 43px;
}

ul.doc li {
	padding: 12px 0 0 44px;
}




table {
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

table td, table th {
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}
table th {
	background-color: #eceeef;
	border: 1px solid #ccc;
}

table.fees td, table.fees td {
	width: 252px;
}

table.scheduletable td {
	border-bottom: 0;
}


.alert {
	margin: 20px 0 20px;
	padding: 10px;
	background-color: #fcc;
	color: #300;
}

.alert_yellow {
	margin: 20px 0 20px;
	padding: 10px;
	background-color: #ffc;
	color: #600;
}

.alert_orange {
	margin: 20px 0 20px;
	padding: 10px;
	background-color: #ffc;
	color: #744;
	border: 1px solid #fc9;
}

.alert_green {
	margin: 10px 0 10px;
	padding: 10px;
	background-color: #cfc;
	color: #363;
}


.highlight_green {
	background-color: #cfc;
}

.academic_label {
	color: #339900;
	background-color: #cfc;
	padding: 2px;
}


ul.policies , ul.policies ul{
	list-style-type: none;
}

.text_small {
	font-size: 80%;
	line-height: 1.2em;
}



/* search forms */

form.search {
	padding-bottom: 10px;
	margin-bottom: 25px;
}
form.search.border_bottom {
	border-bottom: 1px solid #ccc;
}
form.search div {
	margin:0;
	padding:5px 0;
}
form.search div.caption {
	font-size: 80%;
	color: #888;
}

form.search input {
	
}
form.search input.text {
	width: 450px;
	margin-right: 10px;
}

table.content-nav {
	border: none;
}

table.content-nav td {
	background-color: #d6d9dd;
	padding: 6px 5px;
	border: none;
}

table.content-nav h3 {
	font-size: 1.2em;
}

.no-break {
	white-space: nowrap;
}

.right, .frame-right {
    float: right;
}

.right.text {
	padding-left: 15px;
	
}


.floatbox {
	width: 200px;
	font-size: .9em;
}
.floatbox.right {
	float: right;
}
.floatbox.left {
	float: left;
}
.floatbox.space_top {
	padding-top: 45px;
}
 


.floatright {
	float: right;
}

.left, .frame-left {
	float: left;
}

.frame-right {
    margin: 0 0 16px 16px;
}


.frame-left {
    margin: 0 16px 16px 0;
}
img.frame {
	margin: 16px;
}

.frame-right,
.frame-left,
img.frame {
    padding: 10px;
    background: #fff;
    border: 1px solid silver;
    border-bottom: #333;
    border-top: #ddd;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
}

img.left {
    margin: 0 24px 16px 0;
    border: 1px solid #919aa4;
}

div.photo {
	position: relative;
	padding: 12px 15px 19px 19px;
}
        
div.upper-left, div.upper-right, div.lower-left, div.lower-right {
	position: absolute;
	background: transparent url(/shared/images/frame.png) no-repeat;
	height: 50%;
	width: 50%;
}

div.upper-left {
	background-position: left top;
	top: 0;
	left: 0;
}

div.upper-right {
	background-position: right top;
	top: 0;
	right: 0;
}

div.lower-left {
	background-position: left bottom;
	left: 0;
	bottom: 0;
}

div.lower-right {
	background-position: right bottom; right: 0; bottom: 0;
}

a.feed {
	padding: 0px 5px;
	background-color: #ffcc66;
	color: #330000;
	border: 3px double #fff;
}

.twocol {
    overflow: auto;
}

.twocol p {
    float: left;
    width: 230px;
    margin-right: 20px;
}

.exp h3 {
    font-style: normal;
    font-size: 1.1em;
}

.exp_active h3 {
    background: transparent url(/shared/images/arrow_off.png) no-repeat left 50%;
    padding-left: 14px;
}

.exp_active h3.on {
    background-image: url(/shared/images/arrow_on.png);
}


.image-caption-right {
	float: right; 
	padding-top: 10px; 
	padding-left: 10px; 
	padding-right: 0;
	width: 260px;
}

.image-caption-right.top-pad {
	padding-top: 70px;
}

.image-caption-right .description {
	background-color: #f0f0f0;
	font-size: .8em; 
	padding: 5px;
}


.flickr_set_photo {
	background-color: #fff;
	padding-left: 15px;
}

#sustainable_living {
	background-color: #f3faca;
	color: #333;
	padding-top: 0;
	margin-top: 0;
	
}
#sustainable_living p {
	font-size: 0.9em;
}

#sustainable_living h3 {
	background-image: url(/shared/images/sustainable-living-thumb.jpg);
	background-repeat: no-repeat;
	background-color: #dbef63;
	padding: 15px 0 5px 115px;
	height: 30px;
	font-weight: bold;
	font-style: normal;
	color: #223615;
	margin-top: 0;
}

#sustainable_living ul {
	
}

ul.subject_list, ul.course_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subject_list li, ul.course_list li {
	margin: 0;
	padding: 0;
}

.course_details h4 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 90%;
	font-weight: normal;
	color: #999;
}

.subject_selector {
}
.subject_selector form {
	margin-bottom: 0;
	padding-bottom: 0;
}



