/* @override http://l/dresserpalmerhouse.com/build/style.css */

* {
	margin: 0;
	padding: 0;
}

/* @group Global */

body {
	background: #A6A294;
	color: #003;
	font: 76%/1.4 geneva, helvetica, arial, sans-serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-style: oblique;
}

ol, ul {
	margin-left: 1em;
}

li {
	
}

p {
	font-size: 1em;
	line-height: 1.4;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link {
	text-decoration: none;
	color: #CDA55E;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}

a:active {
	
}

#container {
	width: 650px;
	margin: 20px auto 0 auto;
	position: relative;
	overflow: visible;
}

#c-inner {
	width: 650px;
	height: 386px;
	margin: 0 auto;
	overflow: visible;
}

#content-left {
	/*background: #F7E9D2;*/
	background: #f6e7ca;
	color: #231F20;
	
	position: absolute;
	top: 33px;
	left: 0;
	width: 245px;
	height: 320px;
}

#content-right {
	background: #CDA55E;
	color: white;
	
	position: absolute;
	top: 33px;
	left: 245px;
	width: 405px;
	height: 320px;
}

#content-left h1 a {
	display: block;
	width: 160px;
	height: 92px;
	background-image: url(img/DresserPalmerLogo.png);
	text-indent: -999em;
	overflow: auto;
	margin: 10px 0 0 40px;
}

#content-box {
	width: 217px;
	height: 192px;
	overflow: auto;
	margin: 16px 0 0 16px;
}

#content-box p {
	margin-bottom: 0.5em;
}

#content-box ul,
#content-box ol {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

#content-box a {
	color: #aa7f19;
}

#content-box .inner {
	padding-right: 8px;
}

.nav {
	position: absolute;
	width: 100%;
	background: white;
	height: 33px;
	font-size: 1.1em;
	color: #999;
}

#nav-top {
	top: 0;
	left: 0;
}

#nav-bottom {
	top: 353px;
	left: 0;
}

.nav ul {
	list-style: none;
	text-align: center;
	margin-top: 6px;
}

.nav ul li {
	display: inline;
	padding: 0 20px;
}

#footer {
	position: relative;
	color: white;
	font-size: 10px;
	width: 700px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#footer a {
	color: white;
}

/* tracker */

#eXTReMe {
	position: relative;
	top: 40px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

/* @end */

/* @group Home */

#home_logo {
	margin: 86px 0 0 14px;
}

/* @end */

/* @group Accommodations */

.accommodations #content-right p {
	margin: 14px 0 12px 16px;
}

.accommodations #content-right ul {
	list-style: none;
	margin: 0 0 16px 16px;
}

.accommodations #content-right a {
	color: white;
}

#accommodations_img {
	float: right;
	width: 213px;
}

/* @end */