@charset "UTF-8";
/* ldmStyle.css */

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
}
a {
	text-decoration: none;
	color: #999;
}
a img {
	border: 0 none;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
}
#header {
	height: 95px;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 52px;
}
#header p a {
	color: #333;
}
#header p a:hover {
	color: #A98546;
}
#header p {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font: normal 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#telephone {
	color: #321B71;
	font-size: 14px;
	font-weight: bold;
}
#homepage {
	color: #A98546;
	font: normal 16px "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0 198px;
	height: 453px;
	width: 454px;
}
#contact {
	width: 800px;
	height: 403px;
	padding: 25px;
}
#contact h2 {
	margin-bottom: 15px;
	font: normal 2.8em "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
}
#contactInfo {
	clear: both;
	width: 100%;
}
#contactInfo li {
	float: left;
}
li.first span, li.second span, li.third span {
	color: #cbac76;
}
li.first {
	margin-right: 25px;
	width: 220px;
	height: 300px;
	border-right: 1px solid #cbac76;
}
li.second, li.third {
	width: 265px;
}
#contactAddress li {
	float: none;
	padding: 0 0 1px 0;
	width: 200px;
	color: #cbac76;
}
.content {
	color: #FFF;
	background: url(images/purple-bg.jpg) center no-repeat;
	position: relative;
}
#LDMLink {
	position: absolute;
	left: 198px;
	top: 215px;
}
#CULDMLink {
	position: absolute;
	left: 425px;
	top: 215px;
}
#homepage h2 {
	color: #fff;
	letter-spacing: 0.2em;
	padding: 45px 0 25px;
}
.content h2 {
	font: normal 40px "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#homepage p {
	margin-top: 118px;
	color: #FFF;
	font: normal 14px "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	text-align: justify;
	letter-spacing: 0.025em;
}
#footer {
	color: #999;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	padding: 10px 0 15px;
	width: 100%;
}
#footer a:hover {
	color: #333;
}
#footer li {
	display: inline;
}
#firstROI {
	position: absolute;
	top: 10px;
	left: 10px;
}
#footer p.disclaimer {
	margin-top: 15px;
}
/* Contact Page */

#mediaContact {
	margin-top: 12px;
	color: #cbac76;
}

#mediaContact a {
	color: #cbac76;
	text-decoration: underline;
}

form {
	text-align: left;
}
label, input, select {
	padding-bottom: 1px;
	line-height: 1em;
	display: block;
}
label {
	color: #fff;
	font: 10px/1em normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
input {
	width: 225px;
	margin-bottom: 12px;
	padding: 2px 4px;
	height: 16px;
	border: none;
}
select {
	margin-bottom: 12px;
	width: 235px;
	height: 20px;
}
textarea {
	width: 232px;
	margin-bottom: 12px;
	border: none;
}
input.phone {
	margin-right: 11px;
	width: 50px;
	display: inline;
}
input.phone4 {
	width: 85px;
	display: inline;
}
#submitButton {
	margin: 45px 0 0 60px;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	color: #fff;
	background: #A98546;
	border-top: 1px solid #cbac76;
	border-left: 1px solid #cbac76;
	border-bottom: 1px solid #775925;
	border-right: 1px solid #775925;
}

/* Privacy Policy */

li#privacyPolicy {
	width: 500px;
}

#privacyPolicy p {
	margin: 0 0 10px 0;
}

#privacyPolicy a {
	color: #FFF;
	text-decoration: underline;
}

/* Marketing Guide */

#downloadList {
	border-left: 1px solid #cbac76;
	padding-left: 25px;
}

#downloadList li {
	float: none;
	padding-bottom: 1px;
}

#downloadList li span {
	display: none;
}

#downloadList li a {
	text-decoration: none;
}

#downloadList li a:hover {
	text-decoration: underline;
}

#downloadFirst {
	border: 0 none;
	margin-right: 0;
}