@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #222;
	background-color: #e28070;
}
a:link {
	color: #bd3621;
	text-decoration: underline;
}
a:active {
	color: #bd3621;
	text-decoration: underline;
}
a:hover {
	color: #d05b49;
	text-decoration: underline;
}
a:visited {
	color: #568f7f;
	text-decoration: underline;
}
a.header:link {
	color: #bd3621;
	text-decoration: underline;
}
a.header:active {
	color: #bd3621;
	text-decoration: underline;
}
a.header:hover {
	color: #bd3621;
	text-decoration: underline;
}
a.header:visited {
	color: #bd3621;
	text-decoration: underline;
}
a.footer:link {
	color: #894747;
	text-decoration: none;
}
a.footer:active {
	color: #894747;
	text-decoration: none;
}
a.footer:hover {
	color: #894747;
	text-decoration: underline;
}
a.footer:visited {
	color: #894747;
	text-decoration: none;
}
.dukemorgan #header {
	background-image: url(../images/header-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 151px;
}
.dukemorgan #body-header {
	text-align: center;
	height: 63px;
	width: 673px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #796c4f;
	vertical-align: middle;
	line-height: 63px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 278px;
	padding-right: 0px;
}
.dukemorgan #body-container {
	width: 100%;
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(../images/middle-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.dukemorgan #rocks-container {
	width: 100%;
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(../images/rocks-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	clear: both;
}
.dukemorgan #2col-container {
	width: 972px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
.dukemorgan #footer {
	width: 100%; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #56090f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	height: 31px;
	line-height: 31px;
}
.dukemorgan #header-above-nav {
	position: inherit;
	width: 972px;
	padding-top: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 
.dukemorgan #header-nav {
	position: relative;
	width: 972px;
	float: none;
	clear: right;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
} 
.dukemorgan #maincontent {
	position: relative;
	padding-top: 6px;
	padding-right: 25px;
	width: 679px;
	text-align: left;
	float: left;
	padding-left: 25px;
} 
.dukemorgan #navigation {
	color: #083c37;
	list-style-type: none;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	width: 203px;
	float: left;
}
.dukemorgan #sitebody {
	position: relative;
	padding-right: 25px;
	text-align: left;
	padding-top: 18px;
	padding-left: 35px;
	padding-bottom: 15px;
} 
.price {
	color: #454545;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
}
.price-paragraph {
	color: #454545;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.dukemorgan #verticalnav {
	margin-left: 25px;
	position: relative;
}
.dukemorgan #verticalnav ul {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align: right;
	list-style-type: none;
	text-indent: 0px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
.dukemorgan #verticalnav li {
	line-height: 30px;
	padding-bottom: 2px;
	text-align: right;
	white-space: nowrap;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebb7a9;
	padding-right: 5px;
	padding-top: 2px;
}
.dukemorgan #verticalnav li a {
	color: #231f20;
	text-decoration: none;
}
.dukemorgan #verticalnav lia:link {
	color: #231f20;
	text-decoration: none;
}
.dukemorgan #verticalnav lia:visited {
	color: #231f20;
	text-decoration: none;
}
.dukemorgan #verticalnav lia:hover {
	color: #b8141a;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #696;
	width: 670px;
	margin-top: 40px;
	margin-bottom: 40px;
}
h1 {
	font-family: Georgia, Times, serif;
	font-size: 27px;
	color: #796c4f;
	text-align: right;
	font-weight: lighter;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #bc513f;
	font-weight: lighter;
	font-style: italic;
	padding-top: 7px;
	margin-bottom: -8px;
}
.left-pic {
	margin-right: 20px;
}
.right-pic {
	margin-left: 20px;
}
.subhead {
	color: #633;
	font-size: 24px;
}
