body {
	margin: 0px;
	text-align: center;
	background-color: #372F2D; 
}

.rsm_overlay {
	width: 800px;
	font-family: "Palatino Linotype";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #372F2D;
}

.rsm_intro {
	margin-top: 200px;
}

.rsm_header {
	margin-top: 30px;
	width: 800px;
}

.rsm_MainImage {
	background-image: url(images/RSMInteriorsIndexImage3.jpg);
	height: 445px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #372F2D;
}

.rsm_nav {
	font-size: 11px;
	width: 558px;
	left: 100px;
	right: 100px;
}

.rsm_nav ul {
	margin: 0;
	padding: 3px 10px;
	background-color: #AD9D8E;
	white-space: nowrap;
	text-align: center;
}

.rsm_nav a {
	color: #000000;
	background-color: #AD9D8E;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#rsm_active_link {
	color: #000000;
	background-color: #FEFFCE;
	text-decoration: none;
}

.rsm_nav a:hover {
	color: #000000;
	background-color: #FEFFCE;
	text-decoration: none;
}

.rsm_nav ul lu a:link, ul li a:visited {
	color: #000000;
	background-color: #AD9D8E;
	text-decoration: none;
}

.rsm_nav li {
	display: inline;
	list-style: none;
}

.rsm_philosophy_textarea {
	height: 440px;
	width: 800px;
	text-align: center;
}

.rsm_services_textarea {
	height: 440px;
	width: 800px;
}

.rsm_portfolio_area {
	height: 440px;
	width: 800px;
	background-color: #372F2D;
	position: relative;
	top: 33px;
	text-align: center;
}

.rsm_publication_area {
	height: 440px;
	width: 800px;
}

.rsm_charities_area {
	height: 440px;
	width: 800px;
}

.rsm_bios_area {
	height: 440px;
	width: 800px;
}

.rsm_contact_area {
	height: 440px;
	width: 800px;
}

.rsm_textbox {
	font-size: 13px;
	width: 324px;
	height: 344px;
	text-align: justify;
	background-color: #FFFFCC;
/*	background-color: white; */
	text-align: justify;
	border: 7px solid #AD9D8E;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	position: relative;
	margin-top: 33px;
}

.rsm_textbox_scroller {
	font-size: 13px;
	width: 324px;
	height: 344px;
	text-align: justify;
	background-color: #FFFFCC;
/*	background-color: white; */
	text-align: justify;
	border: 7px solid #AD9D8E;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	position: relative;
	margin-top: 33px;
	overflow: auto;
	scrollbar-face-color:#FFFFCC;
	scrollbar-highlight-color:#AD9D8E;
	scrollbar-3dlight-color:#AD9D8E;
	scrollbar-darkshadow-color:#AD9D8E;
	scrollbar-shadow-color:#AD9D8E;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#AD9D8E;
}

.rsm_textbox_scroller h1 {
	font-size: 16px;
	font-weight: bold;
	color: #372F2D;
	text-decoration: underline;
}

.rsm_textbox2 {
	font-size: 13px;
	text-align: center;
	background-color: #FFFFFF; 
	position: relative;
	margin-top: 33px;
	background-color: #372F2D;
}

.rsm_arrows {
	position: relative;
	top: -9px;
	padding-bottom: 8px;
}

/* Publication POP-UP Gallery CSS */

.gallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer a {
	color: #000000;
}

.thumbnail img{
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
/*	border: 1px solid blue; */
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px; 
	border: 7px solid #AD9D8E;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -150px;
	left: 200px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/* Community POP-UP Gallery CSS */

.communitygallerycontainer{
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.communitygallerycontainer a {
	color: #000000;
}

.cthumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.cthumbnail:hover{
	background-color: transparent;
}

.cthumbnail:hover img{
/*	border: 1px solid blue; */
}

.cthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
/*	left: -1000px;  */
	right: -300px;
	border: 7px solid #AD9D8E;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.cthumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.cthumbnail:hover span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: visible;
	top: -150px; /*position where enlarged image should offset horizontally */
/*	left: 70px; */
	right: -300px;
	z-index: 50;
}
