/* see looklook.css for general formatting */

#logo {
    position: absolute;

    top: 30px;
    left: 55px;

    height: 42px;
    width: 39px;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/logo_orange.png');

    z-index: 5;
}

#logo[id] {
	background-image: url("images/logo_orange.png");
}

#folder_title {
	position: absolute;

	overflow: hidden;

	top: 48px;
	left: 98px;

	width: 133px;
	height: 15px;

	font-family: "Georgia", "Times New Roman", serif;
	font-size: 95%;
	color: #251413;
	text-align: left;
}

#upper_dotted_line {
	position: absolute;
	
	overflow: hidden;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/upperline.llinc.png');
	
	top: 53px;
	left: 238px;

	width: 472px;
	height: 4px;
}

#upper_dotted_line[id] {
	background-image: url("images/upperline.llinc.png");
}
	
#sections_container {
	position: absolute;
	
  	top: 342px;
    left: 77px;

    width: 282px;
    height: 139px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/pages_linegroup.png');
	
	z-index: 5;
}
#sections_container[id] {
	background-image: url("images/pages_linegroup.png");
}
#sections {
    position: absolute;

    top: 4px;
    left: 0px;

    width: 262px;
    height: 162px;

    font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	color: #251413;

    text-align: left;
}

#sections a:link {
    text-decoration: none;
    color: #5B4342;
}

#sections a:visited {
	text-decoration: none;
	color: #5B4342;
}

#sections a:hover {
	text-decoration: none;
    color: #F58947;
}

#sections .research {
    position: absolute;

    top: 10px;
    left: 1px;
}

#sections .consulting {
    position: absolute;

    top: 57px;
    left: 1px;
}

#sections .marketing {
    position: absolute;

    top: 103px;
    left: 1px;
}

#sections .title {
    font-size: 22px;
}

#pic_nav {
	position: absolute;
	
	top: 517px;
	left: 47px;

	width: 29px;
	height: 24px;

	background-image: none;
	
	z-index: 5;
}

#copy_container {
    position: absolute;
    overflow: hidden;

    top: 70px;
    left: 70px;

    width: 400px;
    height: 265px;

    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 120%;
    text-align: left;
    line-height: 1.35em;
	color: #251413;
    z-index: 5;
}

#copy_container_content {
    position: relative;

    top: 0px;
    left: 0px;

    width: 380px;

    padding: 10px 15px 10px 20px;
}

ul {
	line-height:1.1em;
	margin-top:-.5em;
	margin-left:0px;
	padding-left:20px;
	list-style-type:square;
}

li {
	margin-top:.5em;
}