@charset "UTF-8";
/* CSS Document */

/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#000000;
	background:#FFFFFF url(/profiles/images/iit_page_background.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/************#links - default (for now)**************/
a, a:link, a:visited {
	color:#CC0000;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	color:#CC0000;
}
a img {
	border-width:0;
	border-style:none;
	
}
a.gray:link, a.gray:visited, a.grey:link, a.grey:visited {
	color:#666666;
}

ul {
	list-style-type:none;
}
p {
	margin: 1.2em 0;
}


/*standard general classes*/
.gray {
	color:#666666;
}
.black, a.black, a.black:link, a.black:visited {
	color:#000000;
}
.grey {
	color:#666666;
}
.red {
	color:#CC0000;
}
.red_caps {
	color:#CC0000;
	text-transform:uppercase;
	/*font-weight:bold;*/
	font-size:120%;
	font-weight:normal;
}
.blue {
	color:#7D95B1;
}

.small {
	font-size:9px;
}

h1 {font-size:170%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h6 {font-size:100%;}










#container {
	margin:0 auto;
	text-align:left;
	width:800px;
	border:1px solid #999999;
}

/*header contains logo and quicklinks/search field/contact link*/
#header {
	width:100%;
	height:9em;
	color:#FFFFFF;
	background-color:#000000;
	position:relative;
}
#iit_logo {
	position:absolute;
	top:25%;
	left:10px;
	width:456px;
	height:39px;
}
#quicklinks	{
	width:300px;
	position:absolute;
	top:25%;
	right:10px;
	text-align:center;
}
#quicklinks select, #txt_search {
	width:120px;
	font-size:9px;
	
}
#quicklinks p {
	/*the bottom row*/
	margin:5px 0 0 0;
	background-image: url(/profiles/images/dot_black_white.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
}
#quicklinks a {
	color:white;
	margin-left:10px;
}
a#applynow, a#contactus {
	
	background:url(/profiles/images/dot_black_white_vertical.gif);
	background-repeat:repeat-y;
	background-position:100% 0;
	padding-right:10px;
	
}
a#applynow {
	text-transform:uppercase;
	text-decoration:none;
}

/*************************************************************/
/*-------------------TOP NAVIGATION LIST---------------------*/
/*************************************************************/
#global_top_nav { 
	width:100%;
	margin:0 auto;
	background:#CC0000 ;
	height:2.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
#global_top_nav ul { 
	
}
#global_top_nav li {
	float:left;
	background:url(/profiles/images/dot_white_red_vertical.gif);
	background-repeat:repeat-y;
	background-position:100% 0;
	color:#FFFFFF;
	background-color:#CC0000;
}
#global_top_nav li a {
	text-align:center;
	display:block;
	height:2em;
	margin-top:.5em;
}
a#gnav_prospective, a#gnav_business {
	width:250px;
}
a#gnav_alumni, a#gnav_visitors {
	width:150px;
}
#global_top_nav li.end {/*no right border on last item*/
	background-image:none;
}
#global_top_nav a:link, #global_top_nav a:visited {
	color:white;
	text-decoration:none;
}
#global_top_nav a:hover,#global_top_nav a:active {
	text-decoration:underline;
}







/*************************************************************/
/*-------------------MAIN AREA---------------------*/
/*includes right column, profile photo, profile tabs and text below*/
/*************************************************************/
#mainwrap {
	background:#FFFFFF url(/profiles/images/right_col_gradient.jpg) 510px 0 repeat-y;
}
#right_column { /*background image of right column is 290 wide - but is actually attached to #mainwrap div*/
	float:right;
	clear:none;
	width:250px;
	margin-right:20px;
	display:inline;
	/*margin-bottom:50px;*/
	margin-bottom:10px;
	background:transparent;
	color:#333333;
}
/*the top right homepage nav*/
#iit_right_nav dt{
	font-weight:normal;
	font-size:140%;
	margin-top:15px;
}
#iit_right_nav dt#resources_term, #iit_right_nav dd#resources_data{
	/* need to be narrower so myiit logo can sit beside it */
	width:150px;
}
/* default right column links */
#right_column a, #right_column a:link, #right_column a:visited {
	color:#333333;
	text-decoration:none;
}
#right_column a:hover, #right_column a:active {
	color:#CC0000;
}
/*the programs link (red with an arrow on right)*/
dt#academic_prog a{
	background:url(/profiles/images/tpl_tiny_red_arrow.gif) right 50% no-repeat;
	padding-right:15px;
	color:#CC0000;
}
#right_column a#fin_aid {
	background:url(/profiles/images/tinier_red_arrow.gif) right 50% no-repeat;
	padding-right:10px;
	color:#CC0000;
}
dt#academic_prog a:link, dt#academic_prog a:visited, dt#academic_prog a:hover, dt#academic_prog a:active {
	color:#CC0000;
} 
#right_column h3 {
	clear:both;
}
/*colleges & institutes list*/
img#myiit_logo {
	position:absolute;
	right:20px;
	top:-120px;
	
}
img#iit_online {
	position:absolute;
	right:20px;
	top:-80px;
	
}
img#ipro_logo {
	position:absolute;
	right:20px;
	top:-40px;
	
}

#institutes {
	border-top:6px solid #CC0000;
	padding-top:2em;
	margin-top:4em;
	position:relative;
}
#institutes h3 {
	color:#CC0000;
	font-weight:normal;	
	text-transform:uppercase;
}
#institutes li {
	
	margin-top:.6em;
	
}
#institutes a, #institutes a:link, #institutes a:visited, #institutes a:hover, #institutes a:active  {
	
}
/*main contains profile photo and tabs plus main content area*/
#main {
	width:510px;
	float:left;
	clear:none;
	/*margin-bottom:120px;*/
	margin-bottom:105px;
	line-height:1.5em;
	/*just added*/
	background-color:#FFFFFF;
}
/* main section alt V2 for video */
#main_alt {
	width:510px;
	float:left;
	clear:none;
	/*margin-bottom:120px;*/
	line-height:1.5em;
	/*just added*/
	background-color:#FFFFFF;
}
/*profile image*/
#big_profile_photo {
	border-right:4px solid #CC0000;
	border-bottom:4px solid #CC0000;
	width:506px;
	height:223px;
	margin:0;
	padding:0;
}
/*  profile tabs */
#profiletabs {
	float:left;
	width:510px;
	margin:0;
	padding:0;
	border:none;
}
ul#profiletabs_list {
	margin:0;
	padding:0;
	float:left;
}
#profiletabs_list a, #profiletabs_list span { 
	display:block;
	width:102px;
	height:25px;
	background-image:url(/profiles/images/profile_nav_bg.gif);
}
#profiletabs_list a#all_profile, #profiletabs_list span#allp_bg { 
	background-image:url(/profiles/images/profile_nav_last_bg.gif);
}
ul#profiletabs_list li {
	line-height:2.4em;
	width:102px;
	float:left;
	text-align:center;
}
ul#profiletabs_list li a.normal, 
ul#profiletabs_list li a.normal:link, 
ul#profiletabs_list li a.normal:visited {	
	background-repeat:no-repeat;
	background-position:0 0;
	border-bottom:1px solid #999999;
	color:#333333;
	text-decoration:none;
}
/*bg images on the span tags prevent the flicker in IE 6*/
ul#profiletabs_list li a.normal:hover, 
ul#profiletabs_list li a.normal:active,
ul#profiletabs_list li a.hilite, 
ul#profiletabs_list li a.hilite:link, 
ul#profiletabs_list li a.hilite:visited, 
ul#profiletabs_list li a.hilite:hover,
ul#profiletabs_list li a.hilite:active	{
	background-position:0 -25px;
	border-width:0;
	border-style:none;
	border-bottom:1px solid #999999;
	color:#FFFFFF;
	text-decoration:none;
}
span#sp_bg, 
span#fp_bg, 
span#rp_bg, 
span#ap_bg, 
span#allp_bg {
	display:block;
	width:102px;
	height:25px;
	background-repeat:no-repeat;
	background-position:0 -25px;
}




/* footer */
#footer {
	width:100%;
	height:75px;
	position:relative;
	clear:both;
	background-color:#000000;
	color:white;
	text-align:center;
	border-top:8px solid #CC0000;
	
	
}
#footer p {
	margin:1.3em 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFFFFF;
}
#footer a.red, #footer a.red:link, #footer a.red:visited, #footer a.red:hover, #footer a.red:active {
	color:#cc0000;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
#bottombox{ /*the box right above the footer*/
	width:510px;
	height:100px;
	position:absolute;
	top:-109px;
	border-top:1px solid #999999;
	left:0;
	background:url(/profiles/images/bottom_box_gradient.jpg) top left repeat-y;
	overflow:hidden; /*if theres too much content it will overlap the footer!*/
	color:#333333;
	text-align:left;
}
#bottombox_vid{ /*the box right above the footer*/
	width:430px;
	height:303px;
	/* border-top:1px solid #999999; */
	background-color: #000000;
	padding: 15px 40px 15px 40px;
	color:#333333;
	text-align:left;
}
#footer div#bottombox a,  #footer div#bottombox a:link, #footer div#bottombox a:visited{
	color:#333333;
	text-decoration:none;
}
#footer div#bottombox a:hover {
	color:#CC0000;
	text-decoration:none;
}
#footer div#bottombox a:active {
	color:#CC0000;
	text-decoration:none;
}
.clear{
	clear:both;
}


/* -------------------------------------------------------------------- */
/*  	##############CONTENT AREA STYLES BELOW ##########				*/

/* _______________________________________________________________________ */
/*	start homepage layout (has two columns)	*/
#homepage_column1 {
	float:left;
	clear:left;
	width:205px;
	margin:10px 0 0 40px;
	display:inline;/*fixes IE6 margin doubling bug*/
}
#homepage_column1 h1, #homepage_column2 h1{
	padding: 0 0 .3em 0;
	margin:0 0 10px 0;	
	font-size:13px;
	font-weight:bold;
	width:70%;
	color:#CC0000;
	border-bottom:1px solid #CC0000;
}
#homepage_column2 h1{
	margin-bottom:0;
}
#homepage_column2 {
	float:left;
	clear:none;
	width:205px;
	margin:10px 0 0 40px;
	display:inline;/*fixes IE6 margin doubling bug*/
	line-height:normal;
}
#homepage_column2 li {
	margin-bottom:1.5em;
}
#homepage_column2 dt {
	font-weight:normal;
	color:#CC0000;
	margin-top:10px;
}
#homepage_column2 dd a:link, #homepage_column2 dd a:visited {
	color:#000000;
}
#home_open_list dd {
	margin-bottom:1.0em;
	line-height:normal;
}




/* -------------------------------------------------------------------- */
/*  	##############CONTENT AREA STYLES BELOW ##########				*/

/* _______________________________________________________________________ */
/*	start homepage layout (has two columns)	*/
.homepage_column1 {
	float:left;
	ffclear:left;
	width:205px;
	margin:10px 0 0 40px;
	display:inline;/*fixes IE6 margin doubling bug*/
}
.homepage_column1 h1, .homepage_column2 h1{
	padding: 0 0 .3em 0;
	margin:0 0 10px 0;	
	font-size:13px;
	font-weight:bold;
	width:70%;
	color:#CC0000;
	border-bottom:1px solid #CC0000;
}
.homepage_column2 h1{
	margin-bottom:0;
}
.homepage_column2 {
	float:left;
	ffclear:none;
	width:205px;
	margin:10px 0 0 40px;
	display:inline;/*fixes IE6 margin doubling bug*/
	line-height:normal;
}
#homepage_column2 li {
	margin-bottom:1.5em;
}
#homepage_column2 dt {
	font-weight:normal;
	color:#CC0000;
	margin-top:10px;
}
#homepage_column2 dd a:link, .homepage_column2 dd a:visited {
	color:#000000;
}
#home_open_list dd {
	margin-bottom:1.0em;
	line-height:normal;
}



/*end homepage layout (has two columns)*/
/* _______________________________________________________________________ */




/* _______________________________________________________________________ */
/*	start profile page layout 	*/
#profile_container {
	float:left;
	clear:both;
	width:470px;
	margin-left:20px;
	margin-top:20px;
	display:inline;
	
}
#profile_text {
	border-right:1px solid #CCCCCC;
	padding-right:10px;
	float:left;
	width:300px;
	display:inline;
}
#profile_text h1 {
	color:#CC0000;
	font-weight:normal;
}	
#profile_nav {
	margin-top:20px;
	float:right;
	width:150px;
	display:inline;
	
}

#profile_nav h5 {
	font-weight:normal;
	font-size:14px;
}

#profile_nav dt {
	margin-top:1.3em;
	line-height:normal;
	
	
}
#profile_nav dd {
	margin-left:1em;
	line-height:1em;
	margin-bottom:.4em;
}
#profile_container  p.profile_description {
	margin:0 0 0 0;
	padding:0;
}
#profile_text p.college {
	margin:0;
	padding:0;
}
#profile_container h1.profile_heading_individual {
	margin-bottom:0;
	padding-bottom:0;	
}


/*	end profile page layout 	*/
/* _______________________________________________________________________ */


/* _______________________________________________________________________ */
/*	start profile index page layout 	*/
#profile_index_container {
	float:left;
	clear:both;
	width:470px;
	margin-left:20px;
	margin-top:20px;
	display:inline;
}
#profile_index_container {
	font-size:12px;
}

#profile_index_container li {
	font-weight:bold;
	margin-top:1em;
}
#profile_index_container dl {
	margin-bottom:1em;
	font-size:10px;
}
#profile_index_container dt {
	font-weight:bold;
	margin-left:1.5em;
	font-weight:normal;
	margin-bottom:.3em;
}
#profile_index_container dd {
	margin-left:1.5em;
	font-weight:normal;
	
}



/*	end profile index page layout 	*/
/* _______________________________________________________________________ */



/* _______________________________________________________________________ */
/* styles for the content within the bottom box component */
/* the architect wrap div is within the componenet */
#architect_wrap {
	margin:17px 10px;
}
#architect_wrap a, #architect_wrap a:link, #architect_wrap a:visited {
	color:#333333;
}
#architect_wrap a:hover {
	color:#CC0000;
}
#architect_wrap a:active {
	color:#CC0000;
}
#architect_wrap img {
	float:left;
	margin-right:12px;
	display:inline;
}
#architect_wrap h3 {
	font-size:11px;
	font-style:italic;
}
#architect_text {
	width:160px;
	float:left;
	display:inline;
}
#architect_wrap p {
	margin:0;
}
/* _______________________________________________________________________ */


/* _______________________________________________________________________ */
/* styles for all profiles page lists */
/*  */
.category_trigger {
	font-size:12px;
	padding:20px 0 5px 0;
	border-bottom:1px solid #ccc;
	float:left;
	clear:both;
	width:100%;
	font-weight:normal;
}
.profiles_category_list {
	width:100%;
	float:left;
	clear:both;
	padding-bottom:20px;
}

.profiles_category_list ul {
	width:200px;
	margin-right:5px;
	float:left;
	clear:none;	
	margin-top:10px;
}

.profiles_category_list a {
	line-height:1.0em;	
}
.profiles_category_list li {
	padding-bottom:7px;	
}
.open, .closed {
	display:block;
	background-repeat:no-repeat;
	background-position:top right;
	height:16px;
	
	
}
.closed {
	background-image:url(/profiles/images/plus.gif);
}
.open {
	background-image:url(/profiles/images/minus.gif);
}


/* _______________________________________________________________________ */



/* _______________________________________________________________________ */
/* styles for the category page lists */
/*  */

#profile_2_col_list ul{
	width:225px;
	float:left;
	clear:none;
	margin:20px 5px 0 0;	
}
#profile_2_col_list a {
	line-height:1.0em;	
}
#profile_2_col_list li {
	padding-bottom:7px;	
}
/* _______________________________________________________________________ */

/* styles for news section */

.rss_box{ width:205px; font-family:Helvetica,Verdana,Sans-Serif; font-size: 11px; color: #000;}
.rss_item{color:#C00; margin-bottom:11px;}
.rss_item a {color:#000; text-decoration:none;}
.rss_item_a:hover{ text-decoration:underline;}
