/* CSS Document */
body {
	background: #FFFFFF url(../images/stuart_page_bg.jpg) repeat-x;
	text-align:center;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:0px;
}

a {
	text-decoration:none;
	color:#cc0000;
}

a img { /*no border on image links*/
	border-width:0;
	border-style:none;
}


h1{
	font-size:18px;
	color: #7893B1;
	margin-left:18px;
	margin-bottom:18px;
}

#header{
	background-color:#000000;
	width:800px;
	height:73px;
}

#wrapper{
	text-align:left;
	width:800px;
	margin:0 auto;
	background-image:url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#noLeftNavWrapper{
	text-align:left;
	width:800px;
	background-image:url(../images/left_col_blue_gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#ffffff;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#blankWrapper{
	text-align:left;
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
}

#blankWrapper h3{
	font-size:18px;
	color: #7893B1;
	margin-top:18px;
	margin-bottom:18px;
}

#contentNoLeftNav{
	width:417px;
	margin-top:0px;
	/* background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom; */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a7aec1;
	border-left-width: 1px; /* 080307 */
	border-left-style: solid; /* 080307 */
	border-left-color: #a7aec1; /* 080307 */
}

#contentBlank{
	width:762px;
	min-height:500px;
	padding-left:18px;
	padding-right:18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#contentWideCol{
	width:630px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a7aec1;
	font-size:12px;
	
}

#contentNoLeftNav h1, #contentWideCol h1{
		font-size:18px;
		color: #7893B1;
		margin-left:12px;
		margin-bottom:18px;
}

#contentBoxContainer{
	margin-left:12px;
	margin-right:12px;
	background-position: right bottom;
}

	.contentBox{
	background-image:url(../images/box_header_bg.gif);
	/*border-left-color:#c2c4d0;*/
	/*border-left-width:1px;*/
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fafafa;
	text-align: left;
	width: 158px;
	padding-top: 9px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	/*border-left-style: solid;*/
	margin-bottom:20px;
	}

	
		.contentBox a{
			color:#333333;
		}
		
		.contentBox a:hover{
			color:#cc0000;
		}
		
		.boxHeader{
		font-weight:bold;
		}
		
		.boxTitle {
			font-weight:bold;
		}

		#leftCol{
			float:left;
			width:169px;
		}
	
	.top_left_box{
		width:169px;
		background-color:#FFFFFF;
		height: 15px; /*tt 100307 */
	}
	
	.top_left_box a{
		text-decoration:none;
		color:#333333;
		padding-left:18px;
		font-weight:bold;
	}
	
	.top_left_box a:hover{
		color:#cc0000;
	}
	
	.left_global_nav{
		padding-top:8px;
		padding-bottom:0px;/* 080207 */
		background-image:url(../images/grey_bg.gif);
		background-repeat: repeat-x;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #7893B1;
		height:103px;
	}
	
	.left_global_nav a{
		color:#333333;
		text-decoration:none;
		padding-left:18px;
		font-weight:bold;
	}
	
	.left_global_nav a:hover{
		color:#cc0000;
	}
	/*****start - left hand nav (the sct nav) styles****/
	
	.left_nav{
		background-image:url(../images/left_col_bg.gif);
		background-repeat: repeat-x;
		padding-top:18px;
		padding-bottom:100px;
		min-height:1%; /* 082207 peek-a-boo bug fix*/
	}
	
	.left_nav_no_bg{
		padding-top:18px;
		padding-bottom:100px;
	}
	
	.left_nav dt{
		margin-left:10px;
		font-weight:bold;
		color:#000000;
		text-transform:uppercase;
	}
	.left_nav dt a {
		color:#000000;
	}
	
	.left_nav a{
		color:#494C54;
		text-decoration:none;
	}
	
	.left_nav a:hover{
		color:#cc0000;
	}
	
	 .left_nav dd{
	 		color:#494C54;
			margin-left:10px;
			/*below added to deal with line break spacing issue*/
			line-height:.9em;
			margin-bottom:.5em;
		 }
	dd.second {
		margin-top:.5em;
		font-weight:bold;
	}
	
	 dd.third{
	 	
		margin-left:20px;
	 }
	 
	  dd.fourth{
		margin-left:30px;
	 }
	 
	  dd.fifth{
		margin-left:40px;
	 }
	 
	 /*****end - left hand nav (the sct nav) styles****/


	.left_event_box_waiver {
		text-align:center;
		background-color:#ffffff;
		padding-top:10px;
		padding-bottom:10px;
	}

	.left_event_box{
		text-align:center;
		background-color:#000000;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.left_apply_box{
		text-align:center;
		background-color:#ffffff;
		padding-top:10px;
		padding-bottom:0;
	}

#mainContainer{
	float:right;
	width:631px;
}

	#centerCol{
		float:left;
		width:419px;
		background-color:#FFFFFF;
	}
	
	
	.top_image{
		width:419px;
		height:112px;
		padding-bottom:0px;
	}
	
	
	.top_img_wide{
	width:419px;
	height:112px;
	padding-bottom:0px;
	}
	
	
	#content{
	width:417px;
	background-color:#FFFFFF;
	/* margin-top:-12px; */
	border-right: 1px solid #7893B1;
	border-left: 1px solid #7893B1;
	}
	
	#content h1{
		font-size:18px;
		color: #7893B1;
		margin-left:18px;
		margin-bottom:18px;
	}
	
	#content p{
		/*margin-left:18px;
		margin-right:18px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	.main_body{
		margin-left:18px;
		margin-right:18px;
		padding-bottom:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;	
	}
	
	
	.main_body img {
		margin:0 5px 5px 5px;/*so when users insert an image it wont be flush with the text*/
	}
	
	.main_body h2{
		font-size:16px;		
	}
	
	.right_button{
	float:right;
	padding-bottom:18px;
	padding-top:18px;
	width: 175px;
	text-align: right;
	margin-bottom:50px;
	background-image:url(../images/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	}
	
	.right_hrz_line{
		background-image:url(../images/bottom_bg.gif); /* from right button style tt 07.31.07*/
		background-repeat:no-repeat;
		background-position: right top;
		float:right;
		padding-bottom:18px;
		padding-top:18px;
		width: 175px;
		text-align: right;
		padding-bottom:50px;
	}
	
		.top_center_box{
			width:419px;
			text-align:center;
			background-color:#000000;
			font-size:10px;
			height: 15px; /* tt 100307 */
		}
		
		
		.top_center_box a:hover{
			text-decoration:underline;		
		}
		
		
		a.center_box_nav {
			color:#FFFFFF;
			text-decoration:none;
			text-transform:uppercase;
			margin-right:15px;
		}
		
		a.center_box_last{
			color:#FFFFFF;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		.breadcrumbs{
			background-image:url(../images/bottom_bg.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
			padding-top:22px;
			padding-bottom:5px;
			/* text-indent: 18px; */
			padding-left:18px;
			color:#cc0000;
		}
		
		
		.breadcrumbs a{
			text-decoration:none;
			color:#999999;			
		}
		
		.breadcrumbs a:hover{
			text-decoration:underline;				
		}
	
#rightCol{
	float:right;
	width:212px;
}

#rightCol h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cc0000;
	margin-bottom:2px;
	/* margin-left:18px; */
}

#rightCol img{
	/* margin-left:18px; */
}

	.top_right_box{
			text-align:center;
			text-transform:uppercase;
			height: 15px; /* tt 100307 */
		}	
	
		.top_right_box a{
			color:#cc0000;
			font-weight:bold;
			text-decoration:none;
		}
		
		.top_right_box a:hover{
			color:#cccccc;
		}

	.right_search{
		padding-top:8px;
		background-image:url(../images/grey_bg.gif);
		height:103px;
		padding-left:18px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #7893B1;
		
	}
	
	.rt_srch_wide{
		padding-top:8px;
		background-image:url(../images/grey_bg.gif);
		height:103px;
		padding-left:18px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #7893B1;
		
	}
	
		/*************************
		* search link in right box
		**************************/
		.redlink{
			color:#cc0000;
			text-decoration:none;
			font-weight:bold;			
		}
		
	
	.right_search select, .rt_srch_wide select{ /* 081707 */
		font-size: 9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin-bottom:0px;  
		height:18px;
	}
	
	.right_search form, .rt_srch_wide form{
		margin-top:8px;
		margin-bottom:10px;
	}
	
	.search_field {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		height:15px;
		margin-top: 10px !important;				
	}
	
	a.right_search_link { /* 081707 */
		color: #cc0000;
		text-decoration: none;
	}
	
	a.right_search_link:hover { /* 081707 */
		color:#cccccc;
	}
		
		.right_nav{
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			font-weight:bold;
			color:#333333;
			padding-top:10px;
			width:212px;
		}
		
		.right_nav_wrapper { /* 081707 */
		 	margin-left:18px;
		}

		.right_nav ul{
			margin-left:0px;
			margin-top:0px;
			padding-left:3px;
			list-style:none;
		}
		
		.right_nav li {
			margin-bottom:3px;
		}
		
		.right_nav a{
			color:#333333;
			padding-bottom:8px;
			/* padding-left: 27px; */
		}
		
		.right_nav a:hover{
			color:#cc0000;
		 }
		
#footer{
	background-color:#000000;
	width:800px;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}


/* undergrad courses css */
#courselist{
	padding-left:18px;
	padding-right:18px;
}

.course_header{
	margin-top: 10px;
	margin-bottom:10px;
	text-transform:uppercase;
	cursor:pointer;
	color:#cc0000;
	text-decoration:none;
}

	.coursebody{
		margin-left:20px;
		margin-top:5px;
		text-align:justify; 
		font-size: 11px; 
	}
/* end undergrad courses css */

		caption{
			font-weight:bold;
			text-transform:uppercase;
		}

		.brand_logo{
			margin-bottom:15px;
		}
		
		.program_button{
		
			margin-bottom:5px;
		}
		
		.programs{
			padding-left:5px;
			padding-right:5px;
		}
		
		
		.left_w_margin{
			float:left;
			margin-left:30px;
		}
		
		.left{
			float:left;			
		}
		
		.right{
			float:right;
		}
		
		.red{
			color:#cc0000;
		}
		
		.grey{
			color:#cccccc;
		}
		
		.clear{
		clear:both;
		}
		
/****FACULTY BIOS: start styles for Faculty Bios pages*****/
/****(main content is wrapped in a div w/id faculty_bio_wrapper)**/
#faculty_bio_wrapper dt, #faculty_bio_wrapper dd {
	margin:0;
	padding:0;
}
#faculty_bio_wrapper dt {
	font-weight:bold;
}
#faculty_bio_wrapper dd {
	margin-bottom:1.5em;
}
#faculty_bio_wrapper h2 {
	font-size:14px;
	margin:0;
	padding:0;
}
#faculty_bio_wrapper dl#faculty_info {
	clear:both;
	margin-top:2em;
}
#faculty_bio_wrapper ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


/* for the header on the in addition link component (blue) */
h5.in_addition {
	width:175px;
	color:#7893B1;
	border-top:1px solid #7893B1;
	border-left:1px solid #7893B1;
	padding-top:3px;
	padding-left:3px;
	font-size:12px;
	margin-bottom:.5em;
	padding-bottom:0;

}

/********************
search form classes
********************/
.formfield{
		width:150px;
		margin-top:7px;
		margin-bottom:4px;
		font-size: .83em;
		border: 1px solid #999999;
	}
	
.ql_wrapper{
	margin-top:10px;
	margin-bottom:10px;
}


/***************************
*
* styles for 
* board of
* overseers tt 10.05.07
*
****************************/
.boo_wrapper {
	width: 100%;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.boo_left {
	float: left;
	width: 180px;
}


.boo_right {
	float: right;
	width: 180px;
}

/**************************
* archive nav
**************************/
#fin_1,#fin_2,#fin_3,#fin_4{display:none;}


/* fix tiny font size on LCMS fields in edit mode */
#content .lcms_label, 
#lcmsContentDiv #lcms_content_only_desc,
#lcmsContentDiv div#lcms_content_only_fields, 
#lcms_content_only_fields span.lcms_label, #docdesc span.lcms_label
{
	font-size:10px;	color: #000000;
}

#container span.lcms_label, #container_2 span.lcms_label {
	font-size:10px;	color: #000000;
}



#c4 {
	/* the left column component area */
	background: url(http://stuart.iit.edu/images/gradient.jpg) top left repeat-x;
	
	background-repeat:repeat-x;
	background-position:top left;
	height: 207px;
	padding: 10px 0;
}

#c4 h4 {
	color:white;
	font-size:13px;
	margin:15px;
}

#c4 p {
	margin:15px;
	color:#666666;
}


/*new css nav menu and breadcrumbs*/
ul#newNav {	
	width:150px;
	margin:0 0 0 10px;
	padding:0;
}
ul#newNav ul {
	margin:0 0 0 0px;
	padding:0;
}
ul#newNav ul ul{
	margin:0 0 0 10px;
	padding:0;
}
ul#newNav ul ul ul {
	margin:0 0 0 10px;
	padding:0;
}
ul#newNav ul ul ul ul{
	margin:0 0 0 10px;
	padding:0;
}
/*applies to all*/
ul#newNav li {
	list-style-type:none;
	line-height:1.0em;
	font-weight:bold;
	margin-top:.9em;
	padding:0;
	text-transform:uppercase;
	font-size:11px;
	
}
ul#newNav li li {
	font-weight:bold;
	margin-top:.4em;
	padding:0;
	text-transform:none;
	
}
ul#newNav li li li {
	font-weight:normal;
	padding:0;
	text-transform:none;
}
ul#newNav li li li li {
	font-weight:normal;
	padding:0;
	text-transform:none;
}
ul#newNav li a {
	line-height:1.0em;
}
ul#newNav li a, ul#newNav li a:link, ul#newNav li avisited{
	color:black;
}
ul#newNav li a:hover, ul#newNav li a:active {
	color:#cc0000;
} 
ul#newNav li li a, ul#newNav li li a:link, ul#newNav li li a:visited{
	color:#494c54;
}
ul#newNav li li a:hover, ul#newNav li li a:active {
	color:#cc0000;
} 

a.leftColNav_selected, a.leftColNav_selected_submenu {
	font-weight: bold;	
}
/*breadcrumbs*/
#sct_bc_div_breadcrumb1 ul {
	margin:0;
	padding:0;
}
#sct_bc_div_breadcrumb1 li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
/*end new css nav menu and breadcrumbs*/



#lcms_modified {
	font-style:italic;
	color:#666;
	font-size:9px;
	margin-top: 25px;	
	display:block;
	float:left;
	clear:both;
	
}
#lcms_timestamp {
	
}

/**********New Course Descriptions **********************/
/*				Added 2-17-2011						*/
/*******************************************************/
#stuart_course_descriptions {
	margin-left:20px;
}

#stuart_course_descriptions .prerequisites, 
#stuart_course_descriptions .corequisites {
	/*display:none;	*/
	display:block;	
}
#stuart_course_descriptions .attributes {

	display:block;	
}
#stuart_course_descriptions  div.course_title {
	text-transform:uppercase;
	color:#cc0000;
	cursor:pointer;

}
#stuart_course_descriptions  div.course_title:hover {
	text-decoration:underline;	
}
#stuart_course_descriptions h2 {
	padding:20px 0 15px 0;	
}
#stuart_course_descriptions .course_info  {
	display:none;
}
#stuart_course_descriptions div.course  {

}
#stuart_course_descriptions .course {
	padding-bottom:10px;
}

#stuart_course_descriptions h2 {
	margin-top:0;
	padding-top:0;
}

/*******************************************************/

