body {
	background-color: #4D4C4E;
	margin: 50px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 0px;
	color: white;
}
div#page {
	border: 2px solid #373535;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 795px;
	background-color: white;
	color: black;
}
div#logos {
	height: 76px;
}
div#info_links {
	height: 13px;
	margin-top: -14px;
	line-height: 13px;
	float: right;
	margin-right: 12px;
}
div#info_links a {
	margin: 0px 6px;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
div#info_links a.active {
	color: #A03928;
}
div#info_links a:hover {
	color: #A03928;
	text-decoration: underline;
}
div#info_links span {
	font-size: 13px;
}
div#title {
	border-top: 1px solid #CF9C93;
	background-color: #A03928;
	height: 49px;
	color: white;
	border-bottom: 1px solid #803226;
	font-size: 16px;
	line-height: 20px;
	clear: both;
	padding-top: 10px;
	padding-left: 35px;
}
div#banner {
	border-top: 6px solid #231F20;
	border-bottom: 6px solid #231F20;
	height: 142px;
	background-image: url('/resources/images/banner.jpg');
}
div#content {
	margin: 43px 200px 43px 50px;
}
div#content_endcap {
	height: 38px;
	border-top: 1px solid #CF9C93;
	background-color: #A03928;
	clear: both;
}
div#copyright {
	font-size: 11px;
	margin: 5px auto;
	letter-spacing: 1px;
	font-family: Arial, sans-serif;
}
div#eventrental_logo {
	width: 137px;
	height: 48px;
	margin-top: 14px;
	margin-left: 22px;
	background-image: url('/resources/images/eventrental_logo.jpg');
	float: left;
}
div#commnw_logo {
	width: 89px;
	height: 54px;
	margin-top: 12px;
	margin-left: 14px;
	background-image: url('/resources/images/commnw_logo.jpg');
	float: left;
}
div#eventrental_logo span,
div#commnw_logo span {
	display: none;
}
hr.nocss {
	display: none;
}
p.title {
	font-style: italic;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	color: #AAAAAA;
}
p.headline {
	font-size: 16px;
	color: #A03928;
	line-height: 20px;
}
p.section {
	color: #A03928;
	line-height: 16px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}
p.section a {
	color: black;
	text-decoration: none;
}
p.section a.active {
	color: #A03928;
}
p.section a:hover {
	color: #A03928;
	text-decoration: underline;
}
p.section span {
	padding: 0px 6px;
	color: black;
}
p {
	margin: 20px 0px;
}
p a {
	color: #A03928;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
p.clear {
	clear: both;
}
p.center {
	text-align: center;
	margin-right: -150px;
}






div#primary_navigation {
	width: 249px;
	height: 21px;
	margin-top: -18px;
	background-image: url('/resources/images/navigation_bg.jpg');
}
div#primary_navigation li a {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-style: italic;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
div#primary_navigation li a:hover {
	text-decoration: underline;
}
div#primary_navigation ul {
	margin-left: 10px;
	list-style: none;
	padding: 0px;
}
div#primary_navigation li {
	height: 21px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	text-align: center;
}
div#primary_navigation li#rental_menu {
	width: 84px;
}
div#primary_navigation li#sales_menu {
	width: 68px;
}
div#primary_navigation li#service_menu {
	width: 73px;
}
div#primary_navigation li ul {
	display: none;
}
div#primary_navigation li:hover ul {
	position: absolute;
	display: block;
	margin: -1px 0px 0px -3px;
	border-bottom: 4px solid #231F20;
	border-left: 2px solid #231F20;
	border-right: 2px solid #231F20;
	border-top: 1px solid #231F20;
}
div#primary_navigation li ul li {
	float: none;
	text-align: left;
	background-color: #DDDDDD;
	white-space: nowrap;
}
div#primary_navigation li ul li a {
	text-transform: lowercase;
	color: black;
	text-align: left;
	padding: 0px 15px;
}
