body {
	background-image: url(../images/landing/vert_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}


h1{
	font-size:125%;
}
h2{
	font-size:120%;
}

h3{
	font-size:14px;
}


h4{
	font-size:150%;
	color:#cc0000;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


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

a:hover{
	color:#cc0000;
}


a img { /*no border on image links*/
	border-width:0;
	border-style:none;
}
hr {
    height:1px;
    width:100%;
	color:#cccccc;
    background:#cccccc;
    margin: .26em 0;  
	border:none 0;
 }

#wrapper{
	background-image:url(../images/landing/container_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:1.65em;
	width:798px;
	margin:0 auto;
	border: solid 1px #999999;
}

#popupwrapper{
	text-align:left;
	line-height:1.65em;
	width:90%;
	height:100%;
	padding: 10px;
	border: 1px solid #999999;
	padding:10px;
	background-color:#ffffff;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}

#popupwrapper a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cc0000;
}

#eventswrapper{
	text-align:left;
	width:100%;
	height:100%;
}

#eventswrapper a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
}

#eventswrapper a:hover{
	text-decoration:underline;
}

#top {
	background-image: url(../images/landing/top_bg.jpg);
	background-repeat:repeat-y;
	height:12px;
	background-attachment: fixed;
	background-position: center top;
}

#header{
	background-color: #000000;
	height: 50px;
	margin-top: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#nav_bar{
	height:25px;

}

	/*nav bar classes */
	#left_nav_box{
		float: left;
		width:146px;
		padding-left:20px;
		padding-top:5px;
		height: 20px;
		background-color:#ffffff;
	}
	
	#threecolftnavbox{
	float: left;
	width:146px;
	padding-left:20px;
	padding-top:5px;
	height: 19px;
	background-color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
	#left_nav_box a, #threecolftnavbox a{
		color:#000000;
	}
	
	#left_nav_box a:hover, #threecolftnavbox a:hover{
		color: #999999;
	}
	
	#navcontainer{
	width:404px;
	float: left;
	height: 20px;
	padding-left:15px;
	background-color:#cc0000;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	font-size: .9em;
	}
	
	#navcontainer ul{		
		padding-left: 0;
		margin-left: 0;
		margin-top:0px;
		background-color: #cc0000;
		color: #ffffff;
		float: left;
	}
	
	ul#navlist {
		margin-left: 0;
		padding-left: 0;
		/*white-space: nowrap;		*/
	}
	
	#navcontainer ul li { display: inline; }
	
	#navcontainer ul li a {
		/*padding: 0.2em 1em;*/
		margin-right: 12px;
		text-transform:uppercase;
		background-color: #cc0000;
		float: left;
		color: #ffffff;
		text-decoration: none;
		line-height:1.0em;
	}
	
	#navcontainer ul li a:hover, #navcontainer ul li a:active, a.redlink:hover,#footer a:hover,#popupwrapper a:hover,#eventswrapper a:hover, .pastpres a:hover {
		text-decoration:underline;
	}
	
	#right_nav_box{
		text-align:center;
		text-transform:uppercase;
		padding-top:5px;
		float: left;
		background-color:#ffffff;
		color:#cc0000;
		font-weight:bold;
		width:213px;
		height:20px;
		font-size:1em;
	}
	
	#threecol_right_nav_box{
		background-image:url(../images/landing/threecolright_bg.jpg);
		background-repeat: repeat-y;
		text-align:left;
		padding-left:20px;
		padding-top:5px;
		float: left;
		background-color:#ffffff;
		width:193px;
		height:107px;		
	}
	
	#right_nav_box a{
		color:#cc0000;
	}
	
	#middlenav{
		height:112px;
		background-color:#ffffff;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;
	}
	
	#threecolmidnav{
		height:112px;
		background-color:#ffffff;
	}
	
	
	
	#middlenavleft{
		float:left;
		width:145px;
		height:105px;
		padding-left:20px;
		padding-top:6px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;
		margin:0px;
		line-height:1.4em;
	}
	
	#threecolmidnavleft{
		float:left;
		width:146px;
		height:105px;
		padding-left:20px;
		padding-top:6px;
		margin:0px;
		line-height:1.4em;
	}
	
	
	
	#middlenavleft a, #threecolmidnavleft a {
		line-height:1.5em;
		color: #000000;
	}
	
	#middlenavleft a:hover, #threecolmidnavleft a:hover{
		color:#999999;
	}
	
	#topimage{
		float:left;
		width: 632px;
		height:112px;
		
	}
	
	#threecoltopimage{
		float:left;
		width: 419px;
		height:112px;
		
	}
		
	
	#maincontainer{
		height:100%;
		background-image: url(../images/landing/container_bg.jpg);
		background-repeat: repeat-y;	
		background-position: left top;
	}
	
	#threecolcontainer{
		height:100%;
		background-image: url(../images/landing/3col_bg.jpg);
		background-repeat: repeat-y;
		background-position: left top;
	}
	
	
	#twocolcontainer{
		height:100%;
		background-image: url(../images/landing/2col_bg.jpg);
		background-repeat: repeat-y;
		background-position: left top;
		float:left; /* 10.15.07 tt */
	}
	
	#main_content{
		width:544px;
		height: 100%;
		background-image: url(../images/landing/greybar.gif);
		background-repeat: repeat-x;
		background-position: right top;
		float:left;
		padding-left: 43px;
		padding-top:18px;
		background-color: #FFFFFF;
	}
	
	#right_column{
		width: 211px;
		height:100%;
		padding-top:18px;
		float:left;
	}
	
	#right_column2{
		width: 205px;
		height:100%;
		padding-top:18px;
		float:left;
	}
	
	#right_column form, #right_column2 form{
		margin-left:14px;
	}
	
	.formfield{
		width:150px;
		margin-top:7px;
		margin-bottom:4px;
		font-size: .83em;
		border: 1px solid #999999;
	}
	
	#right_column ul,#right_column2 ul{
		padding-top:25px;
		padding-bottom:25px;
		list-style:none;
		font-size:1em;
	}
	
	#right_column ul li a,#right_column2 ul li a{
		text-decoration:none;
		color:#000000;
	}
	
	#right_column ul li a:hover,#right_column2 ul li a:hover, .sub_content_column a:hover{
		color:#cc0000;
	}
	
	.right_nav_box{
		width:210px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #999999;
		border-bottom-color: #999999;
		margin-top:25px;
		margin-bottom:50px;
		float: right;	
	}	
	
	
	
	
	.right_col_img, .right_col_img2{
		margin-left:14px;
		margin-bottom:40px;		
	}
	
	
	
	
	
	
		#first_content_column{
			float:left;	
			width:151px;
		}
		
		#content_column{
			float:left;
			margin-left:30px;
			width:151px;
		}
		
		
		
		
		
		
		#first_twocol_column{
			float:left;	
			width:170px;
		}
		
		#twocol_content_column{
			float:left;
			margin-left:30px;
			width:170px;
		}
		#twocol_content_column2{
			float:left;
			margin-left:30px;
			width:170px;
			display:inline;
		}
			
		
	
	#wide_content_box{
		width:500px;
		margin-top:18px;
	}
		
	.wcc_header{
		width:100%;
		font-weight:bold;
		padding-left:7px;
	}
	
	.sub_content_column{
		float:left;
		width:235px;
		padding-left:7px;
		padding-right:7px;
	}
	
	#sub_content_box{
		float:left;
		width:100%;
		padding-left:7px;
		padding-right:7px;
	}
	
	.sub_content_column ul {
		list-style:none;
		margin-left:0px;
	}

	
	#content_column dl,#twocol_content_column dl, #first_content_column dl, #first_twocol_column dl, #twocol_content_column2 dl{
		margin-bottom:18px;
	}
	
	#content_column dt, #twocol_content_column dt, #first_content_column dt, #first_twocol_column dt, #twocol_content_column2 dt{
		font-weight:bold;		
		line-height:1.2em;
		margin-bottom:.6em;
		/*margin-bottom:5px;*/
	}
	
	#content_column dd, #twocol_content_column dd, #first_content_column dd, #first_twocol_column dd, #twocol_content_column2 dd{
		margin-left:0px;
		line-height:1.2em;
		margin-bottom:.6em;
		/*margin-bottom:5px;*/
	}
	
	#content_column dd a, #twocol_content_column dd a,
	#first_content_column dd a, #first_twocol_column dd a,
	#twocol_content_column2 dd a {
		text-decoration:none;
		color:#333333;
	}
	
	#content_column dd a:hover,  #twocol_content_column dd a:hover, #twocol_content_column2 dd a:hover, #first_content_column dd a:hover,#first_content_column dd a.column_sub_link:hover, #first_twocol_column dd a:hover, #first_twocol_column dd a.column_sub_link:hover ,#content_column dd a.column_sub_link:hover,  #twocol_content_column dd a.column_sub_link:hover, #twocol_content_column2 dd a.column_sub_link:hover {
		color:#cc0000;
	}
	
		#content_column dd a.column_sub_link, #twocol_content_column dd a.column_sub_link, #twocol_content_column2 dd a.column_sub_link,  #first_content_column dd a.column_sub_link, #first_twocol_column dd a.column_sub_link{
			margin-left:8px;
			color:#999999;
		}
		
	#footer{
		background-color:#000000;
		width:798px;
		clear:both;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .95em;
		color: #FFFFFF;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#footer a{
		color:#ffffff;
		text-decoration:none;
	}

	
	a.redlink{
		color:#cc0000;
		font-size:1em;
		font-weight:bold;
	}
	
	/* presidents page css */
	#left_column{
		float:left;
		padding-top:18px;
		margin-left:0;
		/*padding-left:20px;*/
		width:166px;
		height:100%;
		background-image: url(../images/landing/greybar.gif);
		background-repeat: repeat-x;
		background-position: right top;
		line-height:1.9em;
	}
	
	
		/*************
		* left nav ul, li
		**************/									
			ul#twocol_left_nav, ul#enews_left_nav  {			
				list-style:none;
				margin-left:0;
				padding:0 20px;
		}

	
	#left_column a:hover{
		color:#cc0000;
	}
	
	#center_column{
		float:left;
		width:395px;
		height:100%;
		padding-top:18px;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:40px;
		background-image: url(../images/landing/greybar.gif);
		background-repeat: repeat-x;
		background-position: right top;	
	}
	
	#twocol_box{
		float:left;
		width:602px;
		height:100%;
		padding-top:18px;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:40px;
		background-image: url(../images/landing/greybar.gif);
		background-repeat: repeat-x;
		background-position: right top;	
	}
	
	
	#president_caption{
		margin-left:14px;		
		margin-top:50px;
		margin-bottom:150px;
		width:145px;
	}
	
	/* breadcrumbs */
	.breadcrumbs{
			padding-top:10px;
			/* text-indent: 18px; */
			color:#cc0000;
		}
		
		.breadcrumbs a{
			text-decoration:none;
			color:#cccccc;			
		}
		
		.breadcrumbs a:hover{
			text-decoration:none;
			color:#cc0000;			
		}
		
		#staffcolumn{
			float:left;
			width:300px;
			height:100%;
		}
		
		
		.staffbox{
			margin-top:10px;
			width:290px;
			height:125px;
			padding-right:10px;
			padding-bottom:10px;
			padding-top:10px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #eeeeee;
			padding-bottom:10px;
			text-align:left;
			float:left;
		}
		
		.staffbox_long{
			margin-top:10px;
			width:290px;
			height:250px;
			padding-right:10px;
			padding-bottom:10px;
			padding-top:10px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #eeeeee;
			padding-bottom:10px;
			text-align:left;
			float:left;
		}
		
		.asstbox{
			float:right;
			clear:left;
			text-align:left;
			margin-right:10px;
		}
		
		.staffbox img,.staffbox_long img{
			float:left;
			margin-right:20px;
			margin-bottom:125px;
			
		}
		
		.staffbox p,.staffbox_long p{
			margin-top:0px;
			text-align:left;
			line-height:1.25em;
		}
		
		#bod_container{
			width: 600px;
			height:100%;
		}
		
			
			.bod_row{
				width: 600px;
				margin-bottom:40px;
			}
			
			.bod_row img{
				margin-top:10px;
				margin-bottom:10px;
			}
							
				dl.bod_row {
					width: 600px;
					height:1%;
					padding: 0;
					margin-top: 10px;
					margin-right: 0;
					margin-bottom: 10px;
					margin-left: 0;
	
				}
				
				dt.bod_row{
				width: 190px;
				float: left;
				margin: 0;
				font-weight: bold;
				padding: 5px;
				}
				
				
				
				dd.bod_row {
					float: left;
					width: 390px;
					margin: 0 0 0 0;
					padding: 5px;
				}
							
		
			
			.bod_header{
				padding-top:5px;
				padding-bottom:5px;
				color:#666666;
				border-top-width: 1px;
				border-bottom-width: 1px;
				border-top-style: solid;
				border-bottom-style: solid;
				border-top-color: #eeeeee;
				border-bottom-color: #eeeeee;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:1.25em;
				font-weight:bold;	
			}
			
			.bod_box{
				float:left;
				width:260px;
				padding-left:30px;
			}
									
			.pastpres{
				width: 600px;
				height:100%;
				margin-bottom:8px;
			}						
			
			dl.pastpres {
				width: 90px;
				text-align: center;
				padding: 10px;
				float: left;
				margin-top:0px;
				margin-bottom:0px;			
			}
			
			.pastpres dt { font-weight: bold; }
			
			.pastpres dt img {
				width: 50px;
				height: 60px;
			}
			
			.pastpres dd {
				margin: 0;
				padding: 0;
			}
			
			.pastpres a {
				color:#999;
			}
			
			p.pastpres {
				height:1%;
				border-bottom-width: 1px;
				border-bottom-style: solid;
				border-bottom-color: #cccccc;
				padding-bottom:25px;
				padding-top:20px;
			}
			
			div.greybox{
				margin-top:20px;
				margin-bottom:20px;	
				font-color:#cccccc;
				font-style:italic;							
			}
		
						
			
	/* end presidents page css */
	.lightgrey{
		color:#999;
	}
	
	ul.custom{
		list-style:none;
		margin-left:0px;
	}
	
	.rightfloatbox{
		background-color: #eeeeee;
		width: 175px;
		height: 70px;
		border: 1px solid #CCCCCC;
		float:right;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom: 10px;
		padding-left:10px;
		margin-left: 10px;
	}
	
	.borderbox{
		padding: 10px;
		margin-top:10px;
		height: 1%;
		width: 580px;
		border: 1px solid #cccccc;
		background-color:#eee;
}
	.borderbox p{ 
		margin-top:0px;
		margin-bottom:0px;
	 }
	.greybar{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
}
	
	.blackuppercaselink{
		color:#000000;
		text-transform:uppercase;
		font-size:1em;	
		font-weight:bold;
		}
		
	.red{
		color: #cc0000;
	}
	
	.redBold{
		color:#cc0000;
		font-weight:bold;
	}
	
	.clear{
		clear:both;
	}

	.left{
		float: left;
	}
	
	.right{
		float: right;
	}
	
	.top{
	float:right;		
	}
	
	.top a{
		color:#cc0000;
	}
	
	.top a:hover{
		color:#999;
	}
	
	
#featurebox {
	font-family: Arial, Helvetica, sans-serif;
	padding: .25em;
	border: 1px solid #CCCCCC;
	width:85%;
	color:#999999;
}


/*********************************************/
/**libraries pages**/
ul#libraries_list { /*navlist - not sct nav*/
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:20px;
}
ul#libraries_list li {
	font-weight:bold;
	line-height:1.0em;
	margin-top:.5em;
	
	
}
ul#libraries_list li li {
	font-weight:normal;
	
}
ul#libraries_list li a {
	
}
/*********************************************/

/***************department sites*****************/
#site_list {margin-top:0;}
#site_list h4{font-weight:bold; margin-bottom:0; margin-top:20px; font-size:11px;}
#site_list h4 a{ color:#000000;}
#site_list h4 a:hover{ color:#cc0000;}
#site_list p {margin-bottom:0; margin-top:0; color:#000000;}
#site_list p a{color:#cc0000;}
#site_list p a:hover {color:#cccccc;}
#site_list span{margin-top:0; margin-left:10px;}
.sub_menu{
	display:none;
	margin-top:0;
	}
.flush{ margin-bottom:0}/*no bottom margin*/

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


/*** campuses ***/
#campus_map{
	background-image:url(/about/images/campus_table_bk.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height:253px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

#RT{float: right; margin-right:55px; }

#LFT{float:left; margin-left: 55px; }

#RT,#LFT{margin-top:15px; margin-bottom:15px;}

#RT p,#LFT p { border-bottom: 1px #cccccc solid; padding-bottom: 8px; }

#LFT p.last, #RT p.last{ border-bottom:none; }

/**** president's enews **********/
#pres_enews_2col_box{
		float:left;
		width:602px;
		height:100%;
		padding-top:18px;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:40px;		
		background-repeat: repeat-x;
		background-position: right top;	
	}
	
#enewstopimage{	
		width: 798px;
		height:112px;
		border-bottom:1px solid #cccccc;
	}
	
#enews_twocolcontainer{
		height:100%;
		background-image: url(/iithome/template_images/pres_enews_2col_bg.jpg);
		background-repeat: repeat-y;
		background-position: left top;
		float:left; /* 10.15.07 tt */
	}
	
	#enews_left_column{
		float:left;		
		margin-left:0;
		/*padding-left:20px;*/
		width:166px;
		height:100%;
		background-repeat: repeat-x;
		background-position: right top;
		line-height:1.9em;
	}

	#headline_container h4 {  margin-bottom:0px; font-size:125%; color:#666666; }
	
	
	
	/* 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, span.lcms_label {
	font-size:10px;	color: #000000;
}

	
	
