@charset "utf-8";

/* PROFESSIONAL LEARNING HOMEPAGE STYLESHEET */



* {
	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_iit { width: 150px; }
a#gnav_prospective { width: 220px;  }
a#gnav_professionals { width: 170px;  }
a#gnav_companies {  width: 245px; }

#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;	
}

#pl_banner {
	/*contains the banner image*/
	width:800px;
	height:139px;
	float:left;
	clear:both;
}
#pl_left {
	width:405px;
	float:left;
	clear:none;
	background: #8a91b6 url(/cpd/template_images/pl_background_gradient.gif) top left repeat-x;
	color:#FFFFFF;
	padding-bottom:50px;
}
#pl_left a {
	color:#ffffff;
}
#pl_left h1 {
	margin:20px;
	text-transform:uppercase;
	background-image:url(/cpd/template_images/pl_header_underscore.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:6px;
	letter-spacing:.25em;
}
#pl_left ul {
	margin:20px 20px 40px 20px;
}
#pl_left li {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#pl_right {
	width:375px;
	float:right;
	clear:none;

}
#pl_right h1 {
	color:#505b92;
	margin:20px 20px 20px 0;
	text-transform:uppercase;
	background-image:url(/cpd/template_images/pl_header_underscore.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:6px;
	letter-spacing:.25em;
}
#pl_right a {
	color:black;
}
#pl_right ul {
	margin:20px 20px 40px 0;
}
#pl_right li {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:15px;
	background-image:url(/cpd/template_images/pl_gray_arrow.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
}
#pl_red_box {
	background-color:#b74a4a;
	border:10px solid #cc0000;
	color:white;
	width:345px;
	margin-top:20px;
	padding:0 5px 0 0 ;
	font-weight:bold;
	font-size:13px;
	line-height:1.5em;
}
#pl_red_box p {
	margin:5px 0 0 5px;
}
#pl_red_box  img {
	float:left;
	clear:none;
	margin-right:5px;
}
#pl_red_box a {
	color:white;
}
.pink {
	color:#e7c3c3;
}
#pl_bottom {
	float:left;
	clear:both;
	width:800px;
	height:87px;
	margin:20px 0;
}
#pl_promo_left {
	float:left;
	clear:none;
	width:405px;
	height:87px;
}
#pl_promo_right {
	float:right;
	clear:none;
	width:375px;
	height:87px;
}





/* footer */
#footer_wrap {
	width:800px;
	position:relative;
	clear:both;
	background-color:#000000;
	color:white;
	text-align:center;
	padding:5px 0;
}
#footer_wrap p {
	color:white;
	margin:20px 50px;
}
#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;
}


