/* For the 2nd level and below Graduate College  pages 

 * PUT CONTENT STYLES AT BOTTOM**
 */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;	
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size:72%;*/
	font-size:11px;
}
html
{ /*for footer stick*/
height: 100%;
}

body
{ /*for footer stick*/
height: 100%;
}
* html #wrapper_two_column_right, 
* html #wrapper, 
* html #wrapper_three_column, 
* html #wrapper_two_column_left, 
* html #wrapper_two_column_right, 
* html #wrapper_open
{ /*for footer stick*/
height: 100%;
}


ul {
	list-style-type:none;
}
td {
	vertical-align:top;
}
#content {
	color:#333333;
}
#content ul {
	/* default list style for user-entered content areas */
	list-style-type:disc;
	margin:1.2em 3em;
}
#content ol {
	/* default ordered list style for user-entered content areas */
	margin:1.2em 3em;
}
dt {
	font-weight:bold;
}

p {
	margin: 0 0 1.2em 0;
}
hr {
    height:1px;
    width:100%;
	color:#cccccc;
    background:#cccccc;
    margin: .26em 0;  
	border:none 0;
 }
h1 {font-size:1.3em;}
h2 {font-size:1.25em;}
h3 {font-size:1.2em;}
h4 {font-size:1.15em;}
h5 {font-size:1.1em;}
h6 {font-size:1.0em;}

input, select, th, td {
	font-size:1.0em;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}

.left{float:left; width:235px; margin-left:15px;}
.right{float:right; width:235px; margin-left:15px;}





/************#links - default styles**************/
a, a:link, a:visited {
	color:#CC0000;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	color:#CC0000;
}
a img { /*dont underline image links*/
	border-width:0;
	border-style:none;
}
a { /*gets rid of the dotted Firefox borders around links*/
	outline:none; 
}


/* some standard classes that can be applied to content */
.red {
	color:#CC0000;
}
.gray, grey {
	color:#666666;
}

.offwhite{
	color:#eeeeee;
}

.light_gray, light_grey {
	color:#999999;
}
.dark_gray, dark_grey {
	color:#333333;
}
.caps {
	text-transform:uppercase;
}
.plain {
	list-style-type:none;
}
.hide {
	display:none;
}
table.padder{
	padding:10px;
}


#wrapper, 
#wrapper_three_column, 
#wrapper_two_column_left, 
#wrapper_two_column_right, 
#wrapper_open {
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	/*footer stick method: http://solardreamstudios.com/learn/css/footerstick/ */
	/*below to get footer to stick*/
	position: relative;
	min-height: 100%;

}
#container_top {/*needed to get footer to stick*/
	padding-bottom: 4em;
}



/***************************************************************************/
	/*BAND 1: small top strip with gray background gradient*/
/***************************************************************************/
/*#band_1 { 
	display:none;
	width:800px;
	height:13px;
	background:#FFFFFF url(/cpd/template_images/tmpl1/band_1_background_pixel.jpg) top left repeat-y;
}
*/
/*band 1 not used */



/***************************************************************************/
	/*BAND 2: contains logo and myiit login*/
/***************************************************************************/
#band_2 { 
	width:800px;
	height:89px;
	background-color:#000000;
	position:relative;
}
#logo {
	position:absolute;
	top:0;
	left:10px;
}
#portal_login {
	position:absolute;
	top:20px;
	right:10px;
}
#ql_2{
	width:130px;
	position:absolute;
	top:25px;
	left:595px;
	
}

input#txt_search_2 {
	width:105px;
	height:16px;
	position:absolute;
	top:48px;
	left:595px;
}

#search_button_2 {
	width:20px;
	height:20px;
	position:absolute;
	top:48px;
	left: 705px;
}





/***************************************************************************/
	/* BAND 3: iit.edu link +  top global nav strip  + apply now link
/***************************************************************************/

#band_3 { 
	width:800px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#cc0000;
	font-size:10px;
}
#iit_home, #top_global_nav, #apply_now {
	float:left;
	clear:none;
}
#iit_home {
	width:160px;
	background-color:white;
	font-weight:bold;
	background-color:#cc0000;
}
#iit_home a {
	margin-left:10px;
	display:block;
	height:2em;
	margin-top:.5em;
	color:white;
}
#top_global_nav {
	width:468px;
	text-align:center;
	background-color:#CC0000;
	font-weight:bold;
	color:white;
	height:2.5em;
	border-right:1px solid #cc0000;
	border-left:1px solid #cc0000;
}
ul#global_navlist {

}
ul#top_global_navlist li{
	float:left;
	color:#000000;
	background-color:#CC0000;
	
	text-transform:uppercase;
	
}
#top_global_navlist li a {
	text-align:center;
	display:block;
	height:2em;
	margin-top:.5em;
}
#apply_now {
	width:170px;
	text-align:center;
	display:block;
	height:2em;
	margin-top:.5em;
	font-weight:bold;
}
#top_global_navlist a:link, #top_global_navlist a:visited {
	color:white;
	text-decoration:none;
}
#top_global_navlist a:hover,#top_global_navlist a:active {
	text-decoration:underline;
}
a#alumni, a#visitors {
	width:84px;
}
a#business, a#prospective {
	width:150px;
}


/***************************************************************************/
	/* BAND 4: contains the banner graphic, left side nav and 
	 * component area = default place for quicklinks
/***************************************************************************/
#band_4 {
	clear:both;
	width:800px;
	background:url(/cpd/template_images/cpd_masthead_band_2.gif) bottom right no-repeat;
	/*font-size:.90em;*/
	font-size:10px;
}
#gc_home_link {
	font-weight:bold;
}
#sub_global_nav {
	float:left;
	width:160px;
	/*height:112px;*/
}
#sub_global_nav ul {
	margin:10px 10px 0 10px;
}
#sub_global_nav li {
	
	line-height:1.1em;
	margin-bottom:.4em;
}
#sub_global_nav li a, #sub_global_nav li a:link, #sub_global_nav li a:visited {
	color:#333333;
	text-decoration:none;
}
#sub_global_nav li a:hover, #sub_global_nav li a:active {
	color:#000000;
	text-decoration:none;
}
#banner_image {
	float:left;
	clear:none;
	width:639px;
	height:112px;
	/*border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;*/
	margin-left:1px;
	overflow:hidden;
}
#txt_search {
	width:100px;
}
#c5 {
	width:160px;
	float:left;
	clear:none;
}
#c5 select {
	/*style when the quicklinks is the c5 component*/
	width:140px;
}
#c5 form#cpd_quicklinks {
	margin-top:15px;
	margin-left:10px;
}


/********************* sct navlist styles****************************/
/*************** // sct navlist styles // *****************/
/*********************sct navlist styles****************************/
/*the little home link above the left sct nav*/
div#cpd_home_link {
	width:140px;
	margin: 0 0 0 10px;
	font-size:11px;
	font-weight:bold;
}
div#cpd_home_link a {
	color:#000000;
}
/*********************start sct navlist styels *****************/
/*applies to all*/
ul#sct_navlist {
	width:140px;
	margin:0 0 0 10px;
	
}
ul#sct_navlist ul {
	margin:0 0 0 0px;
}
ul#sct_navlist ul ul{
	margin:0 0 0 10px;
}
ul#sct_navlist ul ul ul {
	margin:0 0 0 10px;
}
ul#sct_navlist ul ul ul ul{
	margin:0 0 0 10px;
}
/*applies to all*/
ul#sct_navlist li {
	line-height:1.2em;
	font-weight:bold;
	margin-top:1.2em;
	font-size:11px;
}
ul#sct_navlist li li {
	font-weight:normal;
	font-size:10px;
	margin-top:.4em;
}
ul#sct_navlist li li li {
	font-weight:normal;
	font-size:10px;
}
ul#sct_navlist li li li {
	font-weight:normal;
	font-size:10px;
}
ul#sct_navlist li a {
	line-height:1.2em;
}
ul#sct_navlist li a, ul#sct_navlist li a:link, ul#sct_navlist li a:visited{
	color:#333333;
}
ul#sct_navlist li a:hover, ul#sct_navlist li a:active {
	color:#000000;
} 
ul#sct_navlist li li a, ul#sct_navlist li li a:link, ul#sct_navlist li li a:visited{
	color:#666666;
}
ul#sct_navlist li li a:hover, ul#sct_navlist li li a:active {
	color:#333333;
} 





/*general & 1st level*/
ul#sct_navlist li.cpd_leftnav {
	 /*only top level must override*/
}

ul#sct_navlist li.cpd_leftnav_selected {
	color:#333333;
	font-weight:bold;
}
ul#sct_navlist li.cpd_leftnav_submenu {
	
}
ul#sct_navlist li.cpd_leftnav_selected_submenu {	
	color:#333333;
	font-weight:bold;
}


/*********************end sct navlist styles****************************/


/***************************************************************************/
	/* BAND 5: Main content area
/***************************************************************************/
/* #wrapper (s) identify different layout styles
/** //  for open layout: #wrapper_open
/** //  for 3 column layout: #wrapper_3_column
/** //  for 2 column layouts: #wrapper_2_column_left and #wrapper_2_column_right 
/** //  all content areas are within #container
**/
#content {

	margin:10px 0 20px 15px;
	overflow:hidden;
}
#home_content {
	margin:0 0 0 1px;
	width:639px;
	overflow:hidden;
	
	float:left;
	clear:none;
}
#breadcrumb {
	font-size:.90em;
	
}
#breadcrumb a, 
#breadcrumb a:link, 
#breadcrumb a:visited,  
#breadcrumb a:hover,
#breadcrumb a:active{
	color:#666666;
	
}

/*new breadcrumbs*/
#sct_bc_div_breadcrumb1 {
	margin-bottom:15px;	
}
#sct_bc_div_breadcrumb1 ul {
	font-size:9.9px;
	color:#333333;
	margin:0;
	padding:0;
}
#sct_bc_div_breadcrumb1 li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#sct_bc_div_breadcrumb1 li a {
	font-size:9.9px;
	color:#666666;
	text-decoration: none;
}
#sct_bc_div_breadcrumb1 li a:hover {
	text-decoration: underline;
}
/*end new breadcrumbs*/

#column_left{
	/*left hand sct navigation column*/
	width:160px;
	float:left;
	display:inline;
	clear:none;
	margin-top:20px;
	overflow:hidden;
	
}
#c4 {
	width:160px;
	overflow:hidden;
	margin: 40px 0 0 0 ;
	
}

#c4_home {
	/* the image component under the sct nav area */
	margin:40px 0 0 10px;
	width:140px;
	overflow:hidden;
}
#c4_home h5 {
	border-left:1px solid #cc0000;
	border-top:1px solid #cc0000;
	padding: 2px 0 0 2px;
	color:#cc0000;
}
/*start of expanding menu styles*/
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}








#column_right{
	/*right hand component area column*/
	width:160px;
	margin-left:35px;
	margin-top:20px;
	float:left;
	display:inline;
	clear:none;
}
#c1 {
	/* the top component area in the right column */
	width:150px;
	overflow:hidden;
}
#c2 {
	/* the image (middle) component in the right column */
	margin:40px 0;
	width:150px;
	overflow:hidden;
	
	/*overflow:hidden; */
}
#c3 {
	/* the bottom component area in the right column */
	width:150px;
	overflow:hidden;
}
#column_right li { 
	/*incase items break to two lines*/
	line-height:1.0em;
	margin-bottom:.5em;
	margin-left:3px;
}
#c1 h1, 
#c1 h2,
#c1 h3,
#c1 h4,
#c1 h5,
#c1 h5
 {
	margin-bottom:.5em;
}
#c3 h1,
#c3 h2,
#c3 h3, 
#c3 h4, 
#c3 h5, 
#c3 h6, 
#c2 h5 {
	color:#CC0000;
	border-top:1px solid #CC0000;
	border-left:1px solid #CC0000;
	padding: 3px 0 0 3px;
	margin-bottom:.5em;
	width:150px;
}
#c3 a, #c3 a:link, #c3 a:visited {
	color:black;
	text-decoration:none;
}
#c3 a:hover {
	text-decoration:underline;
}



/*************** // open - no columns//****************/
#wrapper_open #content{ 
	float:left;
	width:740px;
	display:inline; /*prevents margin doubling bug in IE 6*/
}



/*************** // 3 column //****************/
#wrapper_three_column {
	background:#FFFFFF url(/cpd/template_images/3_col_bg.gif) top left repeat-y;
}

#wrapper_three_column #content{
	/*content area*/
	width:430px;
	float:left;
	display:inline;
	clear:none;
	
}


/*************** // 2 column left //****************/
#wrapper_two_column_left {
	background:#FFFFFF url(/cpd/template_images/2_col_left_background.gif) top left repeat-y;
}


#wrapper_two_column_left #content{
	/*content area*/
	width:580px;
	float:left;
	display:inline;
	clear:none;
	overflow:hidden;
	margin-right:0;

}


/*************** // 2 column right //****************/
#wrapper_two_column_right #content{
	/*content area*/
	width:570px;
	float:left;
	display:inline;
	clear:none;
}
#wrapper_two_column_right {
	background:#FFFFFF url(/cpd/template_images/2_col_right_background.gif) top left repeat-y;
}



/***************************************************************************/
	/* BAND 6: Footer
/***************************************************************************/

#band_6{
	width:800px;
	height:4em;
	background-color:black;
	color:white;
	text-align:center;
	border-top:1px solid #cccccc;
	margin:0 auto;
	position: relative;
	margin-top: -4em;
}
#band_6 p {
	margin:1em 3em;
	line-height:1.2em;
	font-size:.90em;
}
#band_6 a, #band_6 a:link, #band_6 a:visited, #band_6 a:hover, #band_6 a:active {
	color:#FFFFFF;
}
#band_6 a:hover, #band_6 a:active {
	text-decoration:underline;
}

/********************************************************************************/
/***********************content styles below **************************/
/********************************************************************************/
/********************************************************************************/
#content h1{
	margin-bottom:.5em;
	margin-top:.6em;
}
#content {
	line-height:1.3em;
}
#content h2, h3, h4, h5, h6 {
	margin-bottom:.5em;
}
#content fieldset {
	border:1px solid #CCCCCC;
	margin-bottom:15px;
	padding:15px;
}
#content legend {
	color:#666666;
	border:1px solid #cccccc;
	padding:4px 10px;
	font-weight:bold;
	margin-right:20px;
}

/*****************************************************/
/****** 2 html floated columns in content area*********/
/*****************************************************/
#content_col_1 {
	width:190px;
	float:left;
	clear:none;
}
#content_col_2 {
	width:190px;
	float:left;
	clear:none;
	margin-left:40px;
}

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


/* ************************************ */
/* FACULTY BIOS TEMPLATE*/
/* ************************************ */
.edit_mode_only {
	width:300px;
	border:1px solid #CC0000;
	padding:30px;
	background-color:#e2e2e2;
	margin-top:30px;
}
#armour_fac_bio h2 {
	margin:1.5em 0 0 0;
	padding:0;
}
#armour_fac_bio ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#armour_fac_bio div.research ul {
	list-style-type:disc;
}
#armour_fac_bio div.research li {
	margin:0 3em;
}
#armour_fac_bio li{
	margin-bottom:.6em;
}
#armour_fac_bio p{
	margin-top:0;
}
#armour_fac_bio img {
	float:left;
	clear:none;
	margin-right:15px;
}
#main_contact_text {
	width:250px;
	float:left;
	clear:none;
}
#additional_info {
	clear:left;
}
/* ************************************ */


/* ************************************ */
/* PL IACET LOGO FOOTER */
/* ************************************ */

.iacet_logo { margin-top:20px; 
border-top: 1px solid #cccccc;
font-size:11px; padding:8px; 
	font-family:Arial, Helvetica, sans-serif; 
	width:100%; height: 50px; 
	color:#666666;
	}

.iacet_logo img { float:left; margin-right:5px;}


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



/*****************************************************/
/************* Course Descriptions *******************/
/*****************************************************/

#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;*/
	color:#333333;
	display:none;
}

#course_links ul {
	list-style:none;
	margin:0;
}

#course_links ul li a{
  margin-bottom:0;
  color:#666666;
}

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



/*****************************************************/
/***INTM HOMEPAGE (uses interior page design)*****/
/*****************************************************/
#c4_intm_home {
	width:160px;
	height:250px;
	background: url(/cpd/template_images/cpd_homepage_gradient_2.jpg) top left repeat-x;
	margin:50px 0 0 0;
}
#intm_home {
	color:#666666;
	
}
#intm_home h1 {
	line-height:normal;
}
#intm_home_left {
	width:350px;
	float:left;
	clear:none;
	margin-top:20px;
	line-height:1.5em;
}
.intm_home_feature {
	margin-top:20px;
}

.intm_home_feature h2 {
	font-size:12px;
}
.intm_home_feature p {
	font-size:12px;
	display:block;
	float:left;
	clear:none;
	width:200px;
	margin-left:15px;
}
.intm_home_feature img {
	width:120px;
	height:75px;
	float:left;
	clear:none;
	
}
#intm_home_right {
	background: url(/cpd/template_images/cpd_homepage_gradient_2.jpg) top left repeat-x;
	width:170px;
	float:right;
	clear:none;
	margin:20px 0 0 0;
	padding:20px 0  200px 0 ;
}
#intm_home_right ul {
	list-style-type:none;
	margin:0;
}
#intm_home_right h3 {
	color:#cc0000;
	text-transform:uppercase;
	margin:0 0 0 10px;
}
#intm_home_right li {
	font-size:12px;
	margin:10px;
}


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


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


/**********New Course Descriptions **********************/
/*    Added 1-26-2011	*/
/*******************************************************/

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

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

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

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

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


