
html {

	/* MAKE BODY BG IMAGE AT BOTTOM - NEEDED FF and OPERA */
	min-height: 100%;
	height: auto;
}
body {
	margin:0;
	padding:0;
	background-color:white; /* #f1f1f1; */
	
	font-style:normal;
	font-size:75%;
	color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION:none;
}
img {
	margin:0;
	padding:0;
	vertical-align: bottom;
	border: none;
}

#footer img {
	margin:0;
	padding:0;
	vertical-align:middle;
	border: none;
}

#header_layer {
	background: white url(/images/header_layer_back.jpg) repeat-x top left;
	width:100%;
	height:485px;
	margin:0;
	padding:0;
	overflow:hidden; /* PREVENT CHILD'S MARGIN FROM AFFECTING THIS - FF */
}
#header_logo {
	background: url(/images/rh_logo.png) no-repeat top left;
	width:952px;
	height:40px;
	margin:0 auto 0 auto;
	padding:60px 0 0 0;
	text-align:right;
}
.header_bubble {
	width:952px;
	height:375px;
	margin:0 auto 0 auto;
	padding:0;
}
#header_bubble_1 {
	background: url(/images/header/1.jpg) no-repeat top left;
}
#header_bubble_2 {
	background: url(/images/header/2.jpg) no-repeat top left;
}
#header_bubble_3 {
	background: url(/images/header/3.jpg) no-repeat top left;
}
#header_bubble_4 {
	background: url(/images/header/4.jpg) no-repeat top left;
}
#header_bubble_gbts {
	background: url(/images/header/gbts.jpg) no-repeat top left;
}

#nav {
	position:relative;
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	text-align:left;
	overflow:hidden; /* PREVENT CHILD'S MARGIN FROM AFFECTING THIS - FF */
}
#nav ul {
	list-style-type:none;
	font-size:15px;
	margin:20px 0 0 0;
	padding:0;
}
#nav li {
	display:inline;
	margin:0 0 0 25px;
	padding:0;
}
#nav a, a:link, a:visited {
	color:#666666;
	text-decoration:none;
	margin:0 0 0 0;
	padding:1px;
}
#nav a:hover {
	color:#c37b13;
	text-decoration:underline;
}
#nav .CurrentPage {
	color:#c37b13;
	text-decoration:underline;
}


#content_layer {
	background: white url(/images/content_layer_back.jpg) repeat-x top left;
	width:100%;
	min-height:400px;
	margin:0;
	padding:0;
	border-top: 2px solid #d9d7d8;
	overflow:hidden;
}
#content {
	width:952px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:0;
	padding:0;
}



#footer {
	background:url(/images/footer.png) no-repeat top left;
	width:952px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:0;
	padding:0;
	text-align:right;
	clear:both;
}
#footer_nav ul {
	list-style-type:none;
	font-size:12px;
	margin:25px 0 25px 0;
	padding:0;
}
#footer_nav li {
	display:inline;
	margin:0 0 0 25px;
	padding:0;
}
#footer_nav a, a:link, a:visited {
	color:#888888;
	text-decoration:none;
	margin:0 0 0 0;
	padding:1px;
}
#footer_nav a:hover {
	color:#333333;
	text-decoration:underline;
}

.garden p {
	font-size: 115%;
	margin:10px 0 15px 0;
	padding:0;
	line-height:140%;
}


#cover_left {
	float:left;
	width:350px;
	height:auto;
	margin:0;
	padding:15px;
}
#cover_left p {
	font-size: 115%;
	margin:10px 0 15px 0;
	padding:0;
	line-height:140%;
}

#cover_right {
	float:left;
	width:540px;
	height:auto;
	margin:0;
	padding:15px;
}

#news_left {
	float:left;
	width:540px;
	height:auto;
	margin:0;
	padding:15px;
}

.box2 {
	float:left;
	width:440px;
	height:auto;
	margin:0;
	padding:15px;
}
.box3 {
	float:left;
	width:285px;
	height:auto;
	margin:0;
	padding:15px;
}




hr {
	border:1px dashed #eeeeee;
	width:90%;
	margin:0 0 5px 0;
}

h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 190%;
	color:#c37b13;
	margin:0;
	padding:0;
}
h2 {
	font-weight:bold;
	font-size:110%;
	margin:0;
	padding:0;
}
h3 {
	font-weight:normal;
	font-size:110%;
	margin:0;
	padding:0;
	line-height:140%;
}
p {
	font-size: 100%;
	margin:10px 0 15px 0;
	padding:0;
	line-height:140%;
}
a, a:link, a:visited {
	color:#c37b13;
	text-decoration:underline;
}
a:hover {
	color:#c37b13;
	text-decoration:none;
}

/*-------- HOME PAGE ------------------------------------------------------- */

.home_sec_title a:link,
.home_sec_title a:visited {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 180%;
	color:#c37b13;
	margin:10px 0;
	padding:10px 0;
	text-decoration:none;
}


/* ------- SERVICES PAGE --------------------------------------------------- */
.services tr {
	height:130px;
}
.services td {
	vertical-align:top;
	padding: 5px;
}
.services ul {
	list-style-type:none;
	font-size:12px;
	margin:0;
	padding:0;
}
.services li {
	margin:3px 0 0 0;
	padding:0;
}



#contact_info td {
	font-size:125%;
	padding:2px;
}





