@charset "utf-8";

/* CPD HOMEPAGE STYLESHEET */
/* this stylesheet also used for 
 * itm and rice hompepages. To override
 * CPD styles for rice and itm you can
 * use the rice_homepage_overrides.css or
 * itm_homepage_overrides.css stylesheets 
**/

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#000000;
	background-color::#FFFFFF;
	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;
}
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-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%;}

td {
	vertical-align:top;
}
ul {
	list-style-type:none;
}
#content ul {
	margin:1.2em 3em;
}
#content ol {
	margin:1.2em 3em;
}
dt {
	font-weight:bold;
}
hr {
    height:1px;
    width:100%;
	color:#cccccc;
    background:#cccccc;
    margin: .26em 0;  
	border:none 0;
}
 .clear {
	clear:both;
}
.hide {
	display:none;
}




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

/*header contains logo and quicklinks/search field/contact link*/
#header {
	width:100%;
	height:89px;
	color:#FFFFFF;
	background-color:#000000;
	position:relative;
}
#iit_logo {
	position:absolute;
	top:0;
	left:10px;
	width:312px;
	height:89px;
}
#quicklinks select {
	position:absolute;
	top:10px;
	left:500px;
}
#quicklinks form {
	position:absolute;
	top:10px;
	left:630px;
	width:170px;
}
#search_button_2 {
	
}
#quicklinks select, #txt_search_2 {
	width:120px;
	font-size:9px;
}
#myiit_logo {
	position:absolute;
	top:35px;
	left:640px;
}
#contact_links {
	position:absolute;
	top:40px;
	left:680px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
#contact_links a {
	color:white;
}
a#applynow, a#contactus {
	
	
}
a#applynow {
	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(/cpd/template_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:215px;
}
a#gnav_alumni, a#gnav_visitors, a#gnav_iit {
	width:120px;
}
#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---------------------*/
/**/
/*************************************************************/
#mainwrap {
	background-color:white;	
}
.rice_homepage #mainwrap {
	background: url(/rice/images/rice_home_left_column.jpg) top left no-repeat;
}
#upper_content {
	background-color:black;
	width:800px;
	float:left;
	clear:both;
}
.rice_homepage #upper_content {
	background: url(/rice/images/rice_home_left_column.jpg) top left no-repeat;
	
}
#global_sub_nav {
	width:250px;
	float:left;
	clear:none;
	padding:5px 0;
	font-weight:bold;
}

.rice_homepage #global_sub_nav {
	font-weight:normal;
	font-size:13px;
	padding-top:25px;
	/*background:#FFFFFF url(/cpd/template_images/cpd_homepage_gradient_2.jpg) top left repeat-x;*/
}
#upper_content img {
	width:550px;
	height:262px;
	float:left;
	clear:none;
}
.rice_homepage #global_sub_nav img {
	width:250px;
	height:274px;
}
#global_sub_nav ul {
	margin:0 20px;
}

#global_sub_nav li {
	margin:1.5em 0;
}
.rice_homepage #global_sub_nav li {
	margin:1.0em 0;
}
#global_sub_nav  a{
	color:white;
}
.rice_homepage #global_sub_nav  a{
	color:#000000;
}
#institutes {
	width:250px;
	padding:20px 0;
	color:#666666;
	background-color:white;
}
#institutes h3 {
	font-size:100%;
	margin:0 20px;
	font-weight:normal;
	text-transform:uppercase;
}
#institutes a {
	color:#666666;
}
#institutes ul {
	margin:0 20px 60px 20px;
}
#institutes li {
	margin:.4em 0;
}
#content {
	float:left;
	clear:both;
	width:800px;
	margin-bottom:105px;
}
.rice_homepage #content {
	margin-bottom:0;
	height:275px;
	background:transparent;
}
#rice_text {
	font-size:12px;
	line-height:1.4em;
}
.rice_homepage #content img {
	float:left;
	clear:none;	
}
h1 {
	text-transform:uppercase;
	font-weight:normal;
}
.rice_homepage h1 {
	font-size:38px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:narrower;
	margin-bottom:20px;
	line-height:normal;
	
	
}
.rice_homepage h1:first-line {
	text-transform:none;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:normal;
	line-height:normal;
	
}
#left {
	background: url(/cpd/template_images/cpd_homepage_gradient_2.jpg)  left  -200px repeat-x;
	width:250px;
	float:left;
	clear:none;
}	
#left dt {
	font-weight:normal;
	color:#cc0000;
}
#left dd {
	margin-bottom:5px;
}
#right {
	background: url(/cpd/template_images/cpd_homepage_gradient_2.jpg) top left repeat-x;
	width:230px;
	float:right;
	clear:none;
}	
h2 {
	font-size:13px;
	margin:0;
	padding:0;
}
.description {
	font-size:13px;
	margin-top:0;
	padding-top:0;
}
#center_top {
	margin-left:260px;
	width:290px;
	background: url(/cpd/template_images/cpd_news_icon.gif)   left 20px  no-repeat;
	padding:20px 0;
}
#center_bottom {
	margin-left:260px;
	width:290px;
	background: url(/cpd/template_images/cpd_research_icon.gif)   left 20px  no-repeat;
	padding:20px 0;
}
h6 {
	margin-top:10px;
}
#center  {
	
}
.center_wrap {
	padding:20px 0 0 50px;
}
.wrap {
	padding:20px;
}
.left_wrap {
	/*background: url(/cpd/template_images/cpd_events_icon.gif)   left 20px  no-repeat;*/
	padding:40px 20px 20px 0;
	margin-left:20px;
}
#rice_text {
	margin:40px 0 0 40px;
	width:480px;
	float:left;
	clear:none;
}
#profile_copy {
	line-height:1.5em;
}


#promo {
	width:550px;
	height:80px;
	background-color:#CCCCCC;
	position:absolute;
	top:-80px;
	left:0;
}
/* footer */
.rice_homepage #footer_wrap {
	border-top:10px solid #336666;
}


#footer_wrap {
	width:800px;
	position:relative;
	clear:both;
	background-color:#000000;
	color:white;
	text-align:center;
	padding:5px 0;
}
#footer_wrap p {
	color:white;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFFFFF;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}


/* 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;
}


