/**
 * Screen styles for the davisadvisors.com landing page and Inst. Investment site
 */
body#index {
	background: #f7f3ef url(../images/bg-landing.gif) repeat-x;
	font-family: Arial, Helvetica, san-serif;
	margin: 0;
	padding: 0;
}
#index #banner, #index #content {
	width: 850px;
	margin: 0 auto;
}

/* Several properties are added to this selector in institutional.css */
#index #banner {
	position: relative;
	background-position: 158px 50%;
	background-image: url(../images/title_landing.gif);
	height: 136px;
}
#index #content {
	margin-top: 0;
	padding: 2em 0 2em 0;
	background-color: #fff;
}
#index #content .column-group-2, #lmenu, #index #footer {
	margin-left: 158px;
}
#index #content .column {
	padding: 0;
}
#index #footer {
	color: #666;
	margin-top: 1.6em;
}
#index h1, #index h2 {
	font-family: 'Times New Roman', Times, Geneva, serif;
	font-weight: normal !important;
}
#index h1 {
	color: #a29061;
	font-size: 52px;
	line-height: .9em;
	letter-spacing: -2px;
	margin: 0 0 .3em 0;
	padding: 0;
}
#index h2 {
	font-size: 16px;
	line-height: 24px;
	width: 290px;
}
#index li, #lmenu .btn .desc {
	font-size: 12px;
}
#lmenu .btn .desc {
	letter-spacing: -.01em;
	/*word-spacing: .03em;*/
}
#index ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 105%;
}
#index li {
	list-style-image: none;
	background: url(../images/bullet-landing.gif) no-repeat left .22em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em !important;
}

/* Landing page menu */
#lmenu {
	height: 220px;
	width: auto;
}
#lmenu .btn {
	background: #fff;
	float: left;
	height: 64px;
	margin: 1em 17px 0 0;
	overflow: hidden;
	padding: 0;
	width: 209px;
}
#lmenu .btn a {
	background: #a29061;
	border: 6px solid #6F6445;
	border-top: 6px solid #CFC19B;
	border-left: 6px solid #BFB28F;
	color: #fff;
	display: block;
	font: bold 13px/36px Arial, Helvetica, san-serif;
	height: 35px;
	margin: 0;
	padding: .6em 0;
	text-align: center;
}
#lmenu .btn a.twoline {
	line-height: 18px;
}
#lmenu .hover a {
	background: #004D42;
	border-color: #002F27;
	border-top-color: #0D6F5F;
	border-left-color: #065F51;
	text-decoration: none;
}
#lmenu .btn.hover {
}
#lmenu .btn .desc {
	background: #fff;
	color: #004D42;
	margin: 0;
	padding: 10px 8px;
}
/* Page edit menu */
#editmenu {
	text-align: right;
	width: 700px;
	left: 130px;
	position: absolute;
	top: 10px;
}