/* BLENDER
    Files included:
        - columns.css
        - typography.css
        - screen.css
        - calendar.css
        - webmailer.css
        - buttons.css
        - navigation.css
        - screen_home.css
        - additions.css
    Created: 03/18/2010 09:32:33 CDT
*/



/* BLENDER FILE BEGIN -- columns.css */


	/* basic column styles */
	.columns .column {
		clear: none;
		float: left;
		width: 45%;
		padding: 0 5% 0 0;
		margin: 0;
	}
	
	
.columns .column.width0{width: 0%;} .columns .column.width1{width: 1%;} .columns .column.width5{width: 5%;} .columns .column.width10{width: 10%;} .columns .column.width12{width: 12%;} .columns .column.width14{width: 14%;} .columns .column.width15{width: 15%;} .columns .column.width16{width: 16%;} .columns .column.width18{width: 18%;} .columns .column.width19{width: 19%;} .columns .column.width20{width: 20%;} .columns .column.width21{width: 21%;} .columns .column.width22{width: 22%;} .columns .column.width23{width: 23%;} .columns .column.width24{width: 24%;} .columns .column.width25{width: 25%;} .columns .column.width26{width: 26%;} .columns .column.width27{width: 27%;} .columns .column.width28{width: 28%;} .columns .column.width29{width: 29%;} .columns .column.width30{width: 30%;} .columns .column.width31{width: 31%;} .columns .column.width32{width: 32%;} .columns .column.width33{width: 33%;} .columns .column.width34{width: 34%;} .columns .column.width35{width: 35%;} .columns .column.width37{width: 37%;} .columns .column.width40{width: 40%;} .columns .column.width43{width: 43%;} .columns .column.width45{width: 45%;} .columns .column.width49{width: 49%;} .columns .column.width50{width: 50%;} .columns .column.width51{width: 51%;} .columns .column.width52{width: 52%;} .columns .column.width53{width: 53%;} .columns .column.width55{width: 55%;} .columns .column.width58{width: 58%;} .columns .column.width60{width: 60%;} .columns .column.width62{width: 62%;} .columns .column.width63{width: 63%;} .columns .column.width65{width: 65%;} .columns .column.width67{width: 67%;} .columns .column.width70{width: 70%;} .columns .column.width71{width: 71%;} .columns .column.width72{width: 72%;} .columns .column.width73{width: 73%;} .columns .column.width74{width: 74%;} .columns .column.width75{width: 75%;} .columns .column.width77{width: 77%;} .columns .column.width80{width: 80%;} .columns .column.width90{width: 90%;} .columns .column.width91{width: 91%;} .columns .column.width95{width: 95%;} 

.columns .column.gutter0{padding-right: 0%;} .columns .column.gutter1{padding-right: 1%;} .columns .column.gutter2{padding-right: 2%;} .columns .column.gutter3{padding-right: 3%;} .columns .column.gutter4{padding-right: 4%;} .columns .column.gutter5{padding-right: 5%;} .columns .column.gutter8{padding-right: 8%;} 

.columns .column.gutter_left1{padding-left: 1%;} .columns .column.gutter_left2{padding-left: 2%;} .columns .column.gutter_left3{padding-left: 3%;} 

.columns .column.gutter_bottom0{padding-bottom: 0%;} .columns .column.gutter_bottom1{padding-bottom: 1%;} .columns .column.gutter_bottom2{padding-bottom: 2%;} .columns .column.gutter_bottom3{padding-bottom: 3%;} .columns .column.gutter_bottom5{padding-bottom: 5%;} .columns .column.gutter_bottom10{padding-bottom: 10%;} 

.columns .column.gutter_top0{padding-top: 0%;} .columns .column.gutter_top1{padding-top: 1%;} .columns .column.gutter_top2{padding-top: 2%;} .columns .column.gutter_top3{padding-top: 3%;} .columns .column.gutter_top4{padding-top: 4%;} .columns .column.gutter_top5{padding-top: 5%;} .columns .column.gutter_top6{padding-top: 6%;} .columns .column.gutter_top7{padding-top: 7%;} 


	
/* END COLUMNS */

/* BLENDER FILE END -- columns.css */



/* BLENDER FILE BEGIN -- typography.css */




.main {
	font-size: 110%;
	line-height: 1.6em;
}

/* 
	Typography	 
	A collection of CSS styles that try to ensure typographically consistency. 
	The hope is that if things are well-defined at the beginning, less has to be done later.
	A great resource: http://webtypography.net/
*/

h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	margin-left: 0;
	padding-left: 0;
	line-height: 1em;
}

h1 { 
	font-size:2.25em;  /* 16x2.25=36 */
	margin-top: 33px;
	margin-bottom: 33px;
}
h2 {
	font-size:1.5em;   /* 16x1.5=24 */
}
h3 {
	font-size:1.125em; /* 16x1.125=18 */ 
}
h3.underline {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
h3.red {
	color: #78504f;
}
h4 {
	font-size:1em; /* 16x1=16 */
}


abbr, acronym {
	letter-spacing: 0.1em;
	font-size: .875em;
}


p {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	text-indent:0;
}

/* optional... seems to introduce more problems
p + p {
	text-indent:1em;
	margin-top: 0;
} */


blockquote {
	margin: 1.5em;
}

ul {
	list-style-type: square;
}

ul li {
	
}

ol {
	
}

ol li {
	
}

dl {
	
}

dl dt {
	
}

dl dd {
	
}


/* BLENDER FILE END -- typography.css */



/* BLENDER FILE BEGIN -- screen.css */


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 {
    display: none;
}

#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 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 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;
}

/* 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_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;
}

.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 15px 0;
	padding: 0 0 0 15px;
}

.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 {
	padding: 12px 0 0 44px;
}


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;
}



/*Updated 2009-07-30*/

table {
	margin: 0 0 15px 0;
}

table td, table th {
	padding: 2px 5px;
	background-color: #eceeef;
	border: 1px solid #fff;
}

table.fees td, table.fees td {
	width: 252px;
}

/* this was removed, in exchange for what was above.

.column table {
	margin: 0 0 15px 0;
}

.column table td, .column table th {
	padding: 2px 5px;
	background-color: #eceeef;
	border: 1px solid #fff;
}

.column table.fees td, .colum table.fees td {
	width: 252px;
}*/


.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;
}

.image-caption-right.top-pad {
	padding-top: 100px;
}

.image-caption-right .description {
	background-color: #f0f0f0;
	font-size: .8em; 
	padding: 5px;
}




/* BLENDER FILE END -- screen.css */



/* BLENDER FILE BEGIN -- calendar.css */



.gradient_right {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/shared/images/right_gradient_container.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 69px;
}




.calendar.theme-day-sticky-notes {
	margin: 0;
	padding: 0 ;
}

.calendar.theme-day-sticky-notes h2 {
	font-size: 2.25em;
	margin-bottom: 40px;
}

.calendar.theme-day-sticky-notes .day-events {
	margin: 0 0 0 5px;
	padding: 0 0px 0 0;
	width: 100%;
	position: relative;
	min-height: 69px;
}


.calendar.theme-day-sticky-notes .day-events ul {
	position: relative;
	top: 0;
	right: 6px;
	background-image: url(/shared/images/gradient_container.png);
	
	background-repeat: repeat-x;
	list-style-type: none;
	
	min-height: 59px;
	width: 100%;
	padding: 15px 0 0 0;
	margin:0 0 19px;
}

.calendar.theme-day-sticky-notes .day-events ul li {
	margin: 0;
	padding: 0px 40px 7px 80px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.description {
	display: block;
	margin: 10px 0 ;
}

.calendar.theme-day-sticky-notes .day-events ul li ul.metas {
	background: none;
	list-style-type: square;
	min-height: auto;
	padding:0;
	margin:0 0 0 30px;
}

.calendar.theme-day-sticky-notes .day-events ul li ul.metas li {
	padding: 0 0 0 5px;
	font-size: .9em;
	line-height: 1.3em;	
}



.calendar.theme-day-sticky-notes .day-events .datetime {
	display: block;
	color: #666;
}

.calendar.theme-day-sticky-notes .day-events .calendar_name {
	font-style: italic;
}
.calendar.theme-day-sticky-notes .day-events .calendar_name:before {
	content: "(";
}
.calendar.theme-day-sticky-notes .day-events .calendar_name:after {
	content: ")";
}





/* datebox */

.datebox {
	

	z-index: 100;
	background-image: url(/shared/images/calendar_date_background.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 71px;
	padding: 2px  0 0;
	margin:0;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: .05em;
}

.calendar.theme-day-sticky-notes .day-events .datebox.begin {
	position: absolute;
	top: -8px;
	left: -8px;	
}

.calendar.theme-day-sticky-notes .day-events .datebox.end {
	position: absolute;
	top: -8px;
	right: -8px;	
}

.datebox a,
.datebox a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #324356;
	border:0;
}
.datebox a:hover,
.calendar.theme-day-sticky-notes .day-events .datebox a:hover {
	color: #670000;
	text-decoration: none;
	border:0;
}

.datebox .cal {
	position: relative;
	display:block;
	top: 0px;
	text-align: center;
	padding: 2px 3px 1px;
	width: 88%;
	margin: 0 auto;

}

.datebox .month {
	color: #fff;
	font-size: .9em;
	line-height: 1em;
}

.datebox .day {
	font-size: 2.7em;
	font-family: impact;
	line-height: 1em;
}

.datebox .year {
	font-size: .9em;
	line-height: 1em;
	z-index: 50;
	padding-top: 1px;
}

/* datebox end */



/* 

	CALENDAR PAGE

 */


/* calendar list */
ul.calendar_list {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.calendar_list li {
	margin:0;
	padding:5px 0 ;
}

ul.calendar_list li a {
	display: block;
	background-color: transparent;
	border: 1px solid #e7ae43;
	color: #000;
	padding:3px;
}

ul.calendar_list li.selected a  {
	background-color: #e7ae43;
	font-weight: bold;
}


/* calendar view list */




div.calendar_nav {
	padding-bottom: 40px;
}

div.calendar_nav .prev {
	float: left;	
	padding-left: 10px;
}
div.calendar_nav .next {
	float: right;
	padding-right: 10px;
}

/* BLENDER FILE END -- calendar.css */



/* BLENDER FILE BEGIN -- webmailer.css */


/* WebMailer Styles */

	#updater .narrow p {
		font-size: 1.0em;
		line-height: 1.3em;
	}


	#updater p.error {
		color: #600;
		background-color: #ffc;
		padding: 5px;
	}

	#updater .element {
		margin: 0 0 .5em;
		padding: 6px 10px 10px;
	}

	#updater .element.error {
		border: 1px solid #f90;
	}

	#updater .element .label {
		font-weight: bold;
		display: block;
	}

	#updater .element .description {
		font-style: italic;
		display: block;
		margin-bottom: 10px;
	}

	#updater .element .required {
		color: #333;
	}

	#updater .element textarea {
		width: 450px;
		height: 150px;
	}



	#updater .element input {
		margin: 0;
		padding: 0;
	}

	#updater .element.text input, #updater .element.email input, #updater .element.number input, #updater .element.zip input  {
		width: 450px;
	}

	#updater .element.radio input, #updater .element.checkbox input {
		margin-right: 7px;
	}

/* remove the faux 3d box*/
#updater .element textarea, #updater .element.text input, #updater .element.email input, #updater .element.zip input, #updater .element.money input, #updater .element.number input, #updater .element select {
	border: 1px solid #ccc;
	padding: 3px;
}

#updater .element .validate_message {
	display: block;
	color: #600;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 10px;
}

/* BLENDER FILE END -- webmailer.css */



/* BLENDER FILE BEGIN -- buttons.css */



/* Buttons */


div.btn {
	display: inline-block;
	display: -moz-inline-box;
	background: transparent url("/shared/images/buttons/btn_bg_left.png") no-repeat 0 0;
	padding-left:9px;
}


div.btn span {
	display: block;
	background: transparent url("/shared/images/buttons/btn_bg_right.png") no-repeat 100% 0;
	padding-right:9px;
}

div.btn a,
div.btn a:link,
div.btn a:visited,
div.btn a:hover,
div.btn a:active {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	width: auto;
	background: transparent url("/shared/images/buttons/btn_bg_middle.png") repeat-x;
	text-decoration: none;
	border:0;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	margin:0;
	padding: 0 8px 0 5px;
}

div.btn:active, div.btn.selected {
	background-image: url("/shared/images/buttons/btn_bg_left_depressed.png");

}
div.btn span:active, div.btn.selected span {
	background-image: url("/shared/images/buttons/btn_bg_right_depressed.png");
}
div.btn a:active, div.btn.selected a, div.btn.selected a:link, div.btn.selected a:visited, div.btn.selected a:hover {
	background-image: url("/shared/images/buttons/btn_bg_middle_depressed.png");
	padding-left: 8px;
	padding-right: 7px;
}






/* there are some fixes for IE 7 that could be implemented

<!--[if lt IE 8]>
	<style type='text/css'>
		div.tab-btn {
			display: inline
		}
		
	</style>
<![endif]-->
<!--[if lt IE 7]>
	<link type='text/css' rel='stylesheet' media='screen' href='/shared/styles/screen_ie.css' />
<![endif]-->

*/

/* BLENDER FILE END -- buttons.css */



/* BLENDER FILE BEGIN -- navigation.css */




/* Basic Navigation */

ul.nav,
ul.nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.nav {
	margin-left:-10px;
	margin-right:-10px;
}

ul.nav h4 {
    margin: 0;
    padding: 0 10px 5px;
    font-size: 1.1em;
}

ul.nav ul{
    padding: 0 30px 10px;
}

ul.nav li {
	padding:0;
	margin: 2px 0 ;
}

ul.nav li a,
ul.nav li a:link,
ul.nav li a:visited,
ul.nav li a:hover,
ul.nav li a:active {
	display: block;
	color: #324356;
	padding: 4px 15px;
	font-size: 1.2em;	
	border:0;
}


ul.nav li.selected a,
ul.nav li.selected a:link,
ul.nav li.selected a:visited,
ul.nav li.selected a:hover,
ul.nav li.selected a:active {
	background-image: url('/shared/images/chevron.png');
	background-repeat: no-repeat;
	background-position: 10px 48%;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
	padding-left:25px;
}


ul.nav li li a,
ul.nav li li a:link,
ul.nav li li a:visited,
ul.nav li li a:hover,
ul.nav li li a:active,
ul.nav li.selected li a,
ul.nav li.selected li a:link,
ul.nav li.selected li a:visited,
ul.nav li.selected li a:hover,
ul.nav li.selected li a:active {
	background: none;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
	font-size: 1em;
	padding: 4px 0 2px 15px;
	line-height: 1em;
}
ul.nav li a:hover,
ul.nav li li a:hover,
ul.nav li.selected li a:hover {
	background-color: #fff;
	text-decoration: none;
}


/* tab-nav to be re-used in various places */


ul.tab-nav {
	background-color: #D6D9DD;
	margin: 15px 0 0;
	padding: 10px 25px ;
	list-style-type: none;
/*	border-top: 1px solid #828D98; */
	border-bottom: 1px solid #828D98;
}
ul.tab-nav li {
	padding: 0;
	margin: 0;
	display: inline;
}


ul.tab-nav li a, ul.tab-nav li a:link, ul.tab-nav li a:visited, ul.tab-nav li a:hover, ul.tab-nav li a:active {
	background-color: transparent;
	padding: 10px 15px 9px;
	margin: 0;
	font-size: 1.2em;
	color: #324356;
	border: 0;
}

ul.tab-nav li a:hover {
	text-decoration: none;
	background-color: #fff;
	border: 0;
}

ul.tab-nav li.selected a, ul.tab-nav li.selected a:link, ul.tab-nav li.selected a:visited, ul.tab-nav li.selected a:hover, ul.tab-nav li.selected a:active  {
	background-color: #fff;
	border: 1px solid #828D98;
	border-bottom: 0;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 11px;
}


/* horizontal nav */

ul.horizontal-nav {
	list-style-type: none;
	margin:0 0 30px;
	padding: 0 3px 0 0;
	border-bottom: 5px solid #e7d9d9;
	background-color: #670000;
	font-size: 130%;

}

ul.horizontal-nav li {
	display: inline;
	margin:0;
	height: 30px;
}

ul.horizontal-nav li a {
	float: left;
	background-color: #670000;
	color: #e7d9d9;
	border:0;
	padding:7px 10px;
}

ul.horizontal-nav li a:hover , ul.horizontal-nav li.selected a {
	background-color: #e7d9d9;
	color: #520404;
}
ul.horizontal-nav li.selected a {
	font-weight: bold;
}







/* az-nav  -- for use in things like a directory where you need an a-z listing */ 

ul.az-nav {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.az-nav li {
	margin:0;
	padding:0;
	display: inline;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	margin-right: 5px;
}
ul.az-nav li a {

}

ul.az-nav li.selected a {
	font-weight: bold;
	border:0;
	font-size: 150%;
}





/* BLENDER FILE END -- navigation.css */



/* BLENDER FILE BEGIN -- screen_home.css */


#sectioncontent { /* modifications */
	margin-top: 115px;
}




.main h1 {
	font-size: 2.0em;
	margin-top: 30px;
	margin-top: 27px;
}

.main p {
	font-size: 1.3em;
	line-height: 1.3em;
}

/* nav stuff for the front page */
/*#globalheader #globalnav {
	padding: 0 0 0 5px;	
}

#globalheader #globalnav ul li a:hover, 
#globalheader #globalnav ul li.first a:hover, 
#globalheader #globalnav ul li.last a:hover, 
#globalheader #globalnav ul li.selected a:hover {
	background-image: none;
	background-color: transparent;
}*/

#stageborder {
	position: absolute;
	z-index: 3;
	top: 140px;
	background-image: url(/shared/images/hero_spot_border.png);
	background-repeat: no-repeat;
	width: 932px;
	height: 226px;

}

#stagebackground {
	position: absolute;
	z-index: 2;
	top: 143px;
	background-image: url(/shared/images/stages/stage1_background.png);
	background-repeat: repeat-x;
	width: 910px;
	height: 210px;
	margin-left: 11px;
}

#stage {
	position: absolute;
	z-index: 4;
	top: 143px;
	width: 910px;
	height: 210px;
	margin-left: 11px;
}

#stage ul {
	list-style-type: none;
	float: right;
	margin: 0 ;
	padding: 12px 8px 0 0;
}

#stage ul li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}


#stage ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#stage .radiooff {
	background-image: url(/shared/images/stages/stage_slide_off.png);
	background-repeat: no-repeat;
}

#stage .radioon {
	background-image: url(/shared/images/stages/stage_slide_on.png);
	background-repeat: no-repeat;
}

#stage ul li.radiooff:hover {
	background-image: url(/shared/images/stages/stage_slide_on.png);
	background-repeat: no-repeat;
}

p.stage_title_1 {
	padding: 0;
	margin: 70px 0 0 0;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: .03em;
	color: #fff;
	text-indent:0;
}

p.stage_title_2 {
	padding: 0 0 5px;
	margin: 0 0 0 60px;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: .03em;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-indent:0;
}

.stage_description {
	margin: 0;
	padding-top: 19px;
	width: 70%;
	height: 47px;
	overflow: hidden;
}

.stage_more {
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 5;
	right: 10px;
	bottom: 15px;
	font-size: 1.8em;
	font-style: italic;
	letter-spacing: -0.01em;
	font-weight: bold;
}

/* BLENDER FILE END -- screen_home.css */



/* BLENDER FILE BEGIN -- additions.css */

body {
    background: #324356 url(/shared/images/header_bg.png) repeat-x;

	font-family: arial, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #324356;	
	width: 100%;
}

img {
    border: 0;
}

#globalheader {
	width:100%;
	background-image: none;
	border-bottom: 0;
}

#content {
	background: #fff url(/shared/images/content_top_bar.png) repeat-x;
	position: relative;
}

#content.stage_visible {
    margin-top: 20px;
}

#sectioncontent {
	display: block;
	margin: 0 auto 0px;
	width: 920px;
	padding: 0px;
	position: relative;
	min-height: none;
}

#content.stage_visible #sectioncontent {
    padding-top: 100px;
}

#stage {
	position: absolute;
	left: -5px;
	top: -105px;
	width: 932px;
	height: 226px;
}

#stage_outer {
	position: absolute;
	z-index: 40;
	left: 0;
	top: 0;
	width: 910px;
	height: 210px;
	background: #da8f1d url(/shared/images/stages/stage1_background_2.png) repeat-x;
}

#stage_inner {
	background: transparent url(/shared/images/hero_spot_border.png) no-repeat;
	width: 932px;
	height: 226px;
	position: relative;
	top: -5px;
	left: -11px;
}

#stage ul {
	list-style-type: none;
	float: right;
	margin: 0 ;
	padding: 12px 17px 0 0;
}

#stage ul li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}


#stage ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent url(/shared/images/stages/stage_slide_off.png) no-repeat;
}

#stage ul li a:hover {
	background-image: url(/shared/images/stages/stage_slide_hover.png);
	background-repeat: no-repeat;
}

#stage ul li.on a {
	background: transparent url(/shared/images/stages/stage_slide_on.png) no-repeat;
	cursor: default;
}

#stage img {
    position: absolute;
    z-index: 90;
    left: 20px;
    top: -11px;
    
}

#stage img.under {
    z-index: 3;
}

#stage h1 {
    position: absolute;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height: 1em;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,.8);
    left: 344px;
	bottom: 115px;
	margin: 0;
	padding: 0;
}

#stage h1 strong {
	padding: 0 0 5px;
	font-size: 35px;
	line-height: 1;
	text-indent: .7em;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	display: block;
}

#stage p {
	width: 480px;
	font-size: 13px;
	line-height: 1.3;
	position: absolute;
	left: 344px;
	top: 120px;
}

a.stage_more {
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 5;
	right: 20px;
	bottom: 17px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
    border: 0;
}

a.stage_more:hover {
    text-decoration: underline;
}

.paperclip {
    position: absolute;
    z-index: 100;
    width: 66px;
    height: 81px;
    left: 80px;
    top: -11px;
    background: transparent url(/shared/images/stages/paperclip.png) no-repeat;
}

/*.footerbartop {
    margin: 0;
    height: 100px;
    background: #fff;
    border: 0;
}*/

/* !PERSONA SCROLLER */
#personas {
    width: 563px;
    height: 179px;
    padding-top: 6px;
    background: transparent url(/shared/images/scroller/scroller_frame.png) no-repeat;
    position: relative;
}

#personas .buttons a {
    display: block;
    width: 62px;
    height: 184px;
    background: transparent url(/shared/images/scroller/scroller_buttons.png) no-repeat;
    position: absolute;
    top: 0;
    border: 0;
    text-decoration: none;
}

#personas .buttons a:hover {
    cursor: default;
}

#personas .buttons a.active:hover {
    cursor: pointer;
}

#personas .buttons a#right {
    right: 0;
    background-position: -62px 0;
}

#personas .buttons a#left.active:hover {
    background-position: 0 -184px;
}

#personas .buttons a#right.active:hover {
    background-position: -62px -184px;
}

#personas #viewable {
    position: relative;
    width: 429px;
    height: 173px;
    margin: 0 auto;
    overflow: hidden;
/*     background: rgba(255,0,0,.2); */
}

#personas #persona_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 173px;
}

#personas .persona {
    display: inline;
    float: left;
    padding-top: 9px;
}

#personas .persona a {
    border: 0;
    display: block;
}

#personas .persona img {
    display: block;
    margin: 0;
    padding: 0;
}

#personas .persona span {
    display: block;
    font-size: 11px;
    text-align: center;
}

#personas .extra {
    width: 516px;
    padding: 18px;
    background: transparent url(/shared/images/scroller/bubble.png) no-repeat;
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 5px;
    top: 194px;
    z-index: 100;
    display: none;
}

#personas .extra i {
    display: block;
    width: 38px;
    height: 20px;
    background: transparent url(/shared/images/scroller/bubble_pointer.gif) no-repeat;
    position: absolute;
    top: -19px;
    z-index: 10;
}

.overlay {
    position: absolute;
    z-index: 1000;
}

/* BLENDER FILE END -- additions.css */

