/*///////////////////////////////////////////
// CSS - LRM Site Globals                  //
///////////////////////////////////////////*/
body {
	background: #ededed;
	margin: 0px;
	padding: 0px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 11pt;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	color: #666666;
}
a { color: #799212; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
img {border: 0px none; }
h1 {
	font-size: 16pt;
	text-transform: uppercase;
	color: #6d870b;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 15pt;
	text-transform: uppercase;
}
h3 {
	font-size: 12pt;
}
form {
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 10px 10px 10px 20px;
	padding-left: 0px;
}
ul li, ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
.greenitalics {
	color: #a5b369;
	font-style: italics;
}
.greenbold {
	color:#a5b369;
	font-weight: bold;
}
.blueitalics{
	color: #334f6b;
	font-style: italics;
}
ol.upperRoman{
	list-style-type: upper-roman;
}
table.small{
		font-size: 10px;
}
.smallblueitalics{
	color: #334f6b;
	font-style: italics;
	font-size: 11px;
}


td.indent {
  width: 70%;
  height: 1px;
  overflow: hidden;
  visibility: visible;
  padding-left: 10px;
  text-align: left;
  text-indent: 5px;
}



/*///////////////////////////////////////////
// Layout - Main Container                 //
///////////////////////////////////////////*/
#container {
	width: 1024px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	display: block;
}

/*///////////////////////////////////////////
// Layout - Top                            //
///////////////////////////////////////////*/
#top {
	background: #ffffff;
	height: 100px;
}

#logo a{
	position: absolute;
	top: 70px;
	left: 21px;
	height: 25px;
	width: 387px;
	background:  url(/images/lrm_logo.png) no-repeat;
}

#schools {
	position: absolute;
	top: 35px;
	right: 10px;
	height: 55px;
	width: 218px;
	background:  url(/images/lrm_university_logos.png) no-repeat;
}

/*///////////////////////////////////////////
// Layout - Main Menu Navigation Bar       //
///////////////////////////////////////////*/

#navcontainer {
	clear: both;
	height: 53px;
	background:#4d4d4d url(/images/lrm_menu_background.png) repeat-x;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top:3px;
	}


#navbar {
	margin-top: .2em;
	position: absolute;
	width: 100%;
	margin-left: 1em;
}
#navbar li {
	list-style: none;
	float: left; 
}
#navbarlast li a {
	margin-top: .2em;
	display: block;
	padding: 3px 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none; 
	color: #fff;
	background: none;
}

#navbar li a {	
	margin-top: .2em;
	display: block;
	padding: 3px 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none; 
	color: #fff;
	background: url(/images/lrm_menu_divider.png) no-repeat right;

}
#navbar li a:hover {
	color: #000; 
}
#navbar li ul {
	display: none;  
}
#navbar li:hover ul, #navbar li.hover ul {

	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0; 
}
#navbar li:hover li, #navbar li.hover li {
	height:150px;
	margin-top: .44em;
	float: left; 
}
#navbar li:hover li a, #navbar li.hover li a {
	padding: 0px 10px 0px 6px;
	color: #aebd6f; 
	font-size:10px;	
	background: url(/images/lrm_sub_menu_divider.png) no-repeat right;

}
#navbar li li a:hover {
	color: #aebd6f; 
}


/*//////////////////////////
//	Search				  //
//////////////////////////*/

#search {
	position: absolute;
	top: 103px;
	right: 20px;
	height: 30px;
	width: 275px;
	background: url(/images/lrm_search_button.png) no-repeat right;
	text-align:left;
	padding-top:4px;
	
}





/*///////////////////////////////////////////
// Layout - Front Page Body                //
///////////////////////////////////////////*/

#fp_body_grey {
	height: 50px;
	padding: 0px;
	background: #e6e6e6;
}

#fp_body_white_line {
	height: 1px;
	padding: 0px;
	background: #ffffff;
}

#fp_body_green {
	height: 4px;
	padding: 0px;
	background: #AEBD6F;
}

#footer {
	height: 4px;
	padding: 0px;
	background: #AEBD6F;
}

#bottom_images {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	text-align: center;
	color: #666666;
	min-height: 175px;
	width: 100%;
	position:absolute;
}
.mit_lrm_study a{
	width: 338px;
	min-height: 174px;
	float:left;
	background:url(/images/front_mit_study.png) no-repeat;
	clear:both;
	
}
.kellogg_lrm_study a{
	background:url(/images/front_kellogg_survey.png) no-repeat;
	width: 346px;	
	min-height: 174px;
	left: 339px;
	top: 0px;
	position:absolute;

}

.insidesales_footer a {
	min-width: 338px;
	min-height: 174px;
	background:url(/images/lrm_front_insidesales_footer.png) no-repeat;
	left: 688px;
	top: 0px;
	position:absolute;
	margin-left: -2px;
}

#front_footer {
	background:#fff url(/images/front_footer.png) repeat-x;
	min-height:59px;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	text-align: center;
	color: #999999;
	float:left;
}

/*///////////////////////////////////////////
// Layout - Other than Front Page          //
///////////////////////////////////////////*/

#left_side {
	margin-left: 20px;
	font-size: 10pt;
	text-align: left;
	color: #666666;
	width:635px;
	float:left;
}

#h1_background {
	background: url(/images/lrm_h1_bg.jpg) repeat-x;
	clear: both;
	height: 70px;
	padding: 30px 0px 5px 15px;
}
#right_side
{
	background:url(/images/relatedLinks.png) no-repeat;
	width:340px;
	height:300px;
	float:right;
	text-align:right;
	margin-right: 10px;
}
#right_side ul li {
	list-style:none
}
#right_text
{
	float:right;
	padding: 40px 10px 0px 0px;
	margin: 7px 15px 0px 0px;
	color:#FFFfff;
	font-size:12px;
}
#right_text h2
{
	font-size:16px;
}
#right_text a
{
	color:#ffffff;
	font-size:12px;
	padding: -10px;
}

.italics {
	font-style:italic;
	color: #a2a1a0;
	
}
/*//////////////////////////////////
//	Omniture Line Break			  //
//////////////////////////////////*/
#break {
	width: 997px;
	height: 38px;
	color: white;
	background: url(/images/lrm_omniture_line_break.png) repeat-x;
	padding-left:28px;
	padding-top: 15px;
	font-size: 13pt;
	font-weight: bold;
	margin-left: -1.15em;
}

/*///////////////////////////////////////////
// Layout - Footer                         //
///////////////////////////////////////////*/

#footer {
	clear: both;
	height: 59px;
	padding: 0px;
	background: url(/images/lrm_footer.jpg) repeat-x;
}

#footer_text {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	text-align: center;
	color: #999999;
}

/*//////////////////////////////////////////
// Research Page CSS                      //
//////////////////////////////////////////*/
.head{
	font-size: 14pt;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 100%;
}
#html_image {
	background: url(/images/html.jpg) no-repeat;
	width: 200px;
	height: 30px;
	font-size: 13px;
}

	
