.rps-top {
	height: 125px;
}

.rps-menu-sidebar {
	padding: 55px 0 5px 10px;
	background-image: url(_elements/menu-sidebar.png);
	background-repeat: repeat-x;
}

.rps-menu-sidebar-secondary ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.rps-menu-sidebar-secondary li {
	margin: 0 0 1em 0;
}

.rps-menu-sidebar-secondary a {
	font-weight: bold;
}

.rps-middle {
	background-color: none;
	background-image: url(_elements/top.png);
	background-position: 0 -125px;
	background-repeat: no-repeat;
}

.rps-column-a-inset {
	padding: 550px 30px 30px;
}

.rps-column-b-inset {
	padding: 60px 50px 30px;
}

.rps-wrap-page {
	background-image: url(_elements/middle-inside.png);
	background-repeat: repeat-y;
	background-position: 20px 0;
}

.rps-ribbon-button {
	top: -8px;
}

.rps-menu-breadcrumb {
	margin: 0 0 1em 0;
}

.rps-menu-breadcrumb li {
	float: left;
	white-space: nowrap;
	margin: 0;
	*margin: 0 1em 0 0;
	_margin: 0 1em 0 0;
	*padding: 0 1em 0 0;
	_padding: 0 1em 0 0;
	*border-right: 1px solid #CCC;
	_border-right: 1px solid #CCC;
}

.rps-menu-breadcrumb li:after {
	content: "\0000a0\0000a0»\0000a0\0000a0";
}

.rps-photo-stack {
	top: 50px;
}

.rps-image-gallery li {
	margin: 0 8px 3px 0;
	padding: 0;
}

.rps-image-gallery img {
	width: 140px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	height: 140px;
}

.gfield_label .gfield_required {
	color: #FFF;
}

.rps-listing-image-large img {
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}

.rps-url-button {
	display: block;
	float: left;
	padding: 0 .5em;
	margin: 0 .5em 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #EBEBA5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	background-color: #89831B;
}

.rps-url-button:focus,
.rps-url-button:hover,
.rps-url-button:active {
	background-color: #B3AC23;
	border-color: #FFF;
}

/**
 * Secondary Navigation - Left sidebar
 *________________________________________________________________________________*/
.nav.secondary {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.2em;
}

.nav.secondary li + li {
	margin-top: .5em;
}