@charset "utf-8";

/*
Contribute doesn't render styles applied to this element, but this technique works fine in browsers
html {
	background: repeat-x top #FBC23E url(../images/top_bg2.gif);
	height: 100%;
}
*/

body {
	background: repeat-x top #FBC23E url(../images/top_bg2.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

img {
	border: 0;
}

a:active {
	outline: none;
}

/* Classes for general use */

.center {
	text-align: center;
}

.left {
	float: left;
	width: auto;
}

.red {
	color: #BE0404;
}

.red_border {
	border: 1px solid #BE0404 !important;
}

.focus {
	border: 1px solid #000 !important;
}

.clear {
	clear: both;
}

.indent {
	padding: 10px 0 0 20px;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

.gallery div {
	float: left;
	padding: 10px 33px 0 0;
	width: auto;
}

/* For any element that is centered and set to the main container width */

.contained {
	margin: 0 auto 0 auto; /* For Contribute design view */
	padding: 0;
	width: 968px;
}

/* Additional background elements */

#floral_wrap {
	display: table;
	background: no-repeat center 160px url(../images/floral_bg1.jpg);
	height: 100%;
	width: 100%;
}

#foot_wrap {
	background: repeat-x bottom url(../images/bottom_bg1.gif);
	margin: 0;
}

/* Main header */

#header {
	background: no-repeat top url(../images/rmhs_header4.jpg);
	height: 115px;
	position: relative;
		top: 0;
}
	#header h1 {
		height: 90px;
		margin: 0;
		overflow: hidden;
		position: absolute;
		left: 33px;
		width: 613px;
	}
	
	#header h1 a {
		display: block;
		padding-top: 90px; /* Hide the text in the element */
	}
	
	#header_nav_mini {
		color: #5A4516;
		font-size: 14px;
		height: 21px;
		line-height: 21px;
		margin: 0;
		padding: 0;
		position: absolute;
			top: 10px;
			right: 35px;
		width: auto;
	}
	
	#header_nav_mini li {
		background: no-repeat right url(../images/col_line1.gif);
		float: left;
		height: 21px;
		line-height: 21px;
		list-style: none;
		margin-left: 7px;
		padding: 0 9px 0 0;
		width: auto;
	}
	
	#header_nav_mini a, #header_nav_mini a:visited {
		color: #5A4516;
		text-decoration: none;
		white-space: nowrap; /* For Contribute design view */
	}
	
	#header_nav_mini a:hover {
		border-bottom: 1px dotted #5A4516;
	}
	
	#header_nav_mini .not_lined {
		background: none;
		height: 21px;
		padding: 0;
	}
	
	#header_nav_mini .on {
		font-weight: bold;
	}
	
/* Primary navigation, below the header */
	
#main_nav {
	color: #FFF;
	background-color: transparent;
	cursor: default;
	display: block;
	font-size: 16px; /* Originally 17px, but Contribute can't display small-caps */
	height: 43px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 115px;
	/** left: 18px; **/
}

	#main_nav li {
		float: left;
		height: 43px;
		line-height: 43px;
		list-style: none;
		margin: 0;
		width: auto;
	}
	
		#main_nav #facebook {
			width: 50px;
		}
			#main_nav #facebook a {
				padding-right: 0;
			}
		#main_nav #twitter {
			margin-left: 20px;
		}
			#main_nav #twitter a {
				padding-right: 0;
			}
		
	
	#main_nav a, #main_nav a:visited {
		background: no-repeat -27px 7px transparent url(../images/heart1.gif);
		color: #FFF;
		display: inline-block; /* Used for IE6, otherwise block is fine in other browsers */
		height: 43px;
		padding: 0 18px 0 27px;
		text-decoration: none;
		white-space: nowrap; /* For Contribute design view */
	}
	
	#main_nav a:hover {
		background-position: 0 7px;
	}
	
	#main_nav .hearted {
		background: no-repeat 15px 7px url(../images/heart1.gif);
	}
	
	#main_nav .on {
		background: no-repeat center bottom url(../images/arrow1.gif);
		padding: 0 18px 0 27px;
	}
	
/* Sub-header element containing the subsidiary navigation and section title, i.e. "Events" */

#sub_header {
	height: 32px;
	width:	965px;
	margin: 0 auto;
		z-index: 89;
}

#sub_header1 {
	height: 32px;
	width:	965px;
	margin: 0 auto;
		z-index: 89;
}

	#sub_nav_bar {
		position:	absolute;
		top: 158px;
		height: 32px;
		display: block;
		margin: 0 auto;
		z-index: 99;
		width: 100%]
	}
	
	/* Subsidiary navigation, below main navigation in primary sections */
		
	#sub_nav {
		background: no-repeat center top url(../images/sub_nav_bg2.gif);
		color: #A10202;
			top: 0;
		font-size: 13px;
		height: 32px;
		letter-spacing: 1px;
		position: relative;
		width: 965px;
		z-index: 89;
	}
	
		#sub_nav ul {
			padding-left: 45px;
		}
		
		#sub_nav ul li {
			float: left;
			height: 32px;
			line-height: 36px;
			list-style: none;
			margin-left: 23px;
			width: auto;
			z-index: 89;

		}
		
		#sub_nav a, #sub_nav a:visited {
			color: #5A4516;
			height: 32px;
			text-decoration: none;
		}
		
		#sub_nav a:hover {
			text-decoration: underline;
		}
	
		
	#sub_title {
		height: 110px;
		margin-left: -484px;
		position: absolute;
			top: 0;
			left: 50%;
		width: 968px;
		z-index: auto;
		display: none;
	}

	#sub_header h2 {
		color: #3D2E0C;
		font-size: 33px;
		font-weight: normal;
		margin: 0;
		position: absolute;
			left: 45px;
			bottom: 15px;
	}
	
/* Primary container element with set width, below primary and subsidiary navigation */

#main {

	color: #353636;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;
		top: 50px;
}

	#main h2 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 10px 0;
	}
	
/* Image element for the home page */

#main_img {
	background: no-repeat url(../images/main_img1.jpg);
	height: 366px;
	width: 968px;
	z-index: 1;
}

	#main_img a:link, #main_img a:visited {
		background: no-repeat 0 -58px url(../images/donation_btn1.gif);
		display: block;
		height: 58px;
		overflow: hidden;
		position: relative;
			top: 283px;
			left: 659px;
		text-indent: -300px;
		width: 219px;
	}
	
	#main_img a:hover {
		background-position: 0;
	}
	
	#main_img span {
		display: none;
	}
	
/* Header image that corresponds to optional header image parameter */

#header_img {
	height: 307px;
	width: 968px;
	overflow: hidden;
}

/* White content element */

#white {
	background: repeat-y #FFF url(../images/white_bg1.gif);
}

	#white a, #white a:visited {
		color: #D20202;
		text-decoration: none;
	}
	
	#white a:hover {
		text-decoration: underline;
	}

#white_top_with_img, #white_top_no_img {
	padding-top: 30px;
	width: 968px;
}

#white_top_with_img {
	background: no-repeat url(../images/white_top1.gif);
}

#white_top_no_img {
	background: no-repeat url(../images/white_offset_bg1.gif);
}
	
#white_bottom {
	background: no-repeat url(../images/white_bottom1.gif);
	clear: both;
	height: 49px;
	position: relative;
		top: 0;
	width: 968px;
}

/* Left-side column in the white content area */
	
#main_col {
	float: left;
	position: relative;
		left: 48px;
	width: 560px;
	z-index: 1;
}

	#main_col h3 {
		color: #464646;
		font-size: 16px;
		margin-bottom: 10px;
	}

	#main_col img {
		display: block;
		margin-right: 33px;
	}
	
	#main_col ul {
		margin-left: 20px;
		padding: 0;
	}
	
#help_messages {
	font-size: 12px
}

/* Right-side sidebar element in the white content area */

#sidebar {
	font-size: 12px;
	float: right;
	margin-bottom: 115px;
	overflow: hidden;
	position: relative;
		right: 31px;
	width: 265px;
	z-index: 1; /* This keeps footer elements from overlapping content elements */
}

	#sidebar h3, #sidebar h4 {
		padding: 0;
	}
	
	#sidebar h3 {
		color: #363636;
		font-size: 20px;
		margin: 0;
	}
	
	#sidebar h4 {
		color: #464646;
		font-size: 16px;
		margin-bottom: 5px;
	}

	#sidebar ul {
		margin: 0;
		padding: 0;
	}

	#sidebar li, #main_col li {
		background: no-repeat 0 .3em url(../images/heart2.gif);
		list-style: none;
		margin-top: 1em;
		padding-left: 1.7em;
	}
	
	#sidebar div {
		clear: both;
		padding-left: 1.7em;
	}
	
/* Home page and tour thumbnails */

.thumb_img {
	float: left;
	margin-bottom: 18px;
	width: 174px;
}

	/* Thumbnail caption */
	.thumb_img p {
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		margin: 0;
		padding: 0;
		width: 153px;
	}
	
/* Home page excerpts */	
	
.excerpt {
	clear: both;
}

.short_excerpt {
	float: right;
	width: 358px;
}

/* Buttons */

.btn {
	display: block;
	height: 31px;
	margin-top: 16px;
	overflow: hidden;
	text-indent: -300px;
}

.btn:hover {
	background-position: 0 -31px;
}

.learn_more {
	background: no-repeat url(../images/learn_more_btn1.gif);
	width: 125px;
}

.read_more {
	background: no-repeat url(../images/read_more_btn1.gif);
	width: 125px;
}

.download {
	background: no-repeat url(../images/download_btn1.gif);
	width: 125px;
}

.reserve {
	background: no-repeat url(../images/reserve_btn1.gif);
	width: 290px;
}

.donate {
	background: no-repeat url(../images/donation_btn2.gif);
	position: absolute;
		top: 51px;
		right: 35px;
	width: 135px;
}

/* Visual dividers */

.divider, .divider_thin {
	border-bottom: 1px solid #959595;
	clear: both;
}
	
.divider {
	height: 40px; /* This is silly, but it doesn't interfere with floats between the browsers */
	margin-bottom: 40px;
}

.divider_thin  {
	height: 20px;
	margin-bottom: 20px;
}

/* Footer */

#footer {
	clear: both;
	color: #5A4516;
	background: no-repeat url(../images/white_bottom2.gif);
	font-size: 12px;
	height: 90px;
	position: relative;
		top: 0;
}

	#footer a, #footer a:visited {
		color: #5A4516;
		text-decoration: none;
		white-space: nowrap; /* For Contribute design view */
	}
	
	#footer a:hover {
		color: #000;
		background-color: transparent;
		text-decoration: none;
	}
	
	#footer .on {
		color: #000;
		background-color: transparent;
		font-weight: bold;
	}
	
	#footer .not_lined {
		background: none;
		height: 15px;
		padding: 0;
	}

	#hug {
		background: no-repeat url(../images/hug1.gif);
		height: 115px;
		position: absolute;
			top: -115px;
			right: 0;
		width: 186px;
	}
	
	#footer_nav_main, #footer_nav_mini {
		height: 15px;
		font-variant: normal;
		margin: 0;
		padding: 0;
		position: absolute;
			bottom: 49px;
	}
	
	#footer_nav_main {
		left: 34px;
	}
	
	#footer_nav_mini {
		right: 45px;
	}
	
	#footer_nav_main li, #footer_nav_mini li {
		background: no-repeat right url(../images/col_line2.gif);
		float: left;
		height: 15px;
		line-height: 15px;
		list-style: none;
		margin-left: 11px;
		padding: 0 12px 0 0;
		width: auto;	
	}
		
	#copyright {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		padding-right: 45px;
		position: absolute;
		right: 0;
		bottom: 15px;
		text-align: right;
	}
	
	#sitecredit {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		padding-left: 45px;
		position: absolute;
		left: 0;
		bottom: 15px;
		text-align: left;
	}
	
	#ascentiumlogo {

	}

