@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #262016;
	background-image: url(http://www.dpcampbell.com/images/bodybg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

a {
	color: #9d997f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.formfield {
	padding: 3px;
	font-size: 14px;
	color: white;
	background-color: #261f13;
	border: 1px solid #9d997f;
}

.formfield_contact {
	width: 285px;
	margin-top: 5px;
	padding: 5px;
	font-size: 14px;
	color: white;
	background-color: #261f13;
	border: 1px solid #9d997f;
}

#container {
	width: 940px;
	margin: auto;
}

#site_header {
	width: 940px;
	height: 278px;
	background: url(http://www.dpcampbell.com/images/site_header.jpg) top left no-repeat;
	position: relative;
}

#logolink a {
	display: block;
	width: 370px;
	height: 170px;
	position: absolute;
	top: 20px;
	left: 40px;
}

#menu {
	width: 518px;
	height: 40px;
	position: absolute;
	top: 235px;
	left: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul {
	float:left;
	margin: 0;
	margin-top:2px;
	padding: 0;
}

#menu ul li {
	float:left;
	display: inline;
}

#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	text-align: left;
}

#menu ul li a:hover {
	color: #000000;
	background-image: url(http://www.dpcampbell.com/images/menu_h.gif);
	background-repeat: no-repeat;
}

ul, li, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#mid_wrapper {
	background: url(http://www.dpcampbell.com/images/content_area.jpg) top left no-repeat;
}
#content_bg {
	background: url(http://www.dpcampbell.com/images/content_bg.jpg) top left repeat-y;
}
#main_content {
	width: 900px;
	margin: auto;
	overflow: hidden;
}
#left_column {
	float: left;
	width: 221px;
}
#left_content {
	padding: 10px;
}
#left_content p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#left_content ul {
	padding: 0;
	margin: 0;
}

#left_content ul li {
	display: inline;
	float: left;
}

iframe.form {
	overflow:hidden;
	padding-bottom: 10px;
}

div.email_updates {
	padding-left: 9px;
	padding-top: 8px;
}

#right_column {
	float: left;
	width: 678px;
	padding-bottom: 20px;
}
#right_content {
	padding: 20px;
}
#right_content p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#right_content td {
	vertical-align: top;
	padding-top: 10px;
}
#right_content td img.cover {
	border: 1px solid #0b0803;
	margin-left: 10px;
}
h1, h2, h3, h4, h5 {
	color: #9d997f;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1.main_heading {
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

hr.heading_line {
	background-color: #000;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}

#site_footer {
	width: 940px;
	margin: auto;
	height: 60px;
	position: relative;
	background-image: url(http://www.dpcampbell.com/images/site_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.floatclear {
	clear: both;
}

#footer_left {
	width: 600px;
	float: left;
	padding-left: 30px;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d997f;
}

#footer_right {
	width: 200px;
	float: right;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
}