@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-color:#0f4b7e;
	background-repeat:repeat-x;
	margin: 60px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img{border:none;
}


.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	width:700px;
}
#header {
	float:left;
	width:700px;
	height:138px;
}

div.float {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.topNav {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
}

/*LH Search bar and navigaiton*/
#LH_nav{
	width:173px;
	float:left;
	}
.bg_LH_nav{
	background-image:url(images/navBG.gif);
	background-color:#ffffff;
	background-repeat:repeat-x;
	}
#quote{
	width:153px;
	margin:20px 10px 0px 10px;
	
	}
#quote p{
	font-size:12px;
	color:#174A7C;
	line-height:1.3;
	margin:0px;
	padding-bottom:0px;
	}
#quote h3{
	font-size:12px;
	color:#174A7C;
	margin:0px;
	padding:0px;
	font-style:italic;
	}
	

/*MAIN CONTENT*/
#RH_content{
	width:507px;
	float:left;
	padding:0px 10px 20px 10px;
}


#RH_content h1,h2{
font-size:16px;
color:#B1953A;
margin:4px 0px 7px 0px;
	}
#RH_content h3{
font-size:14px;
color:#4d4d4d;
margin:0px;
padding:0px 0px 0px 0px;
	}
#RH_content p{
font-size:13px;
color:#4d4d4d;
line-height:1.3;
margin:0px;
padding:0px 0px 8px 0px;
	}
#RH_content td{
font-size:13px;
color:#4d4d4d;
line-height:1.1;
margin:0px;
padding:0px 0px 8px 0px;
	}
#RH_content th{
font-size:14px;
color:#4d4d4d;
margin:0px;
padding:0px 0px 8px 0px;
font-weight:bold;
	}
	
	
#RH_content p td{
font-size:13px;
color:#4d4d4d;
line-height:1.1;
border-bottom:#B1953A thin solid;
margin:0px;
padding:0px 0px 8px 0px;
	}
#RH_content p th{
font-size:14px;
color:#4d4d4d;
margin:0px;
padding:0px 0px 8px 0px;
font-weight:bold;
	}


#RH_content a{
font-size:13x;
color:#174a7c;
text-decoration:underline;
	}
#RH_content a:hover{
font-size:13px;
color:#174a7c;
text-decoration:none;



	}
#RH_content ul, li{
font-size:13px;
color:#4d4d4d;
margin-top:3px;
line-height:1.3;

	}
	


#home {
	width:527px;
	}
.bgHome{
background-image:url(/images/home/title_image.jpg);
background-repeat:no-repeat;
}
#home table {
	vertical-align:bottom;
}
	
#homeContent{
	width:170px;
	margin-left:20px;
	margin-top:25px;
	}

#homeContent p{
font-size:12px;
color:#4d4d4d;
line-height:1.3;
margin-top:0px;
padding:0px 0px 0px 0px;
	}	




	


#RH_content div.homeSpecials{
width:100%;
padding-top:10px;
padding-bottom:10px;
border-top-style:dotted;
border-top-color:#FF0000;
border-top-width:thin;
border-bottom-style:dotted;
border-bottom-color:#FF0000;
border-bottom-width:thin

	}
#RH_content div.homeSpecialsBottom{
width:100%;
padding-top:10px;
padding-bottom:10px;
border-bottom-style:dotted;
border-bottom-color:#FF0000;
border-bottom-width:thin

	}








#RH_content div.ptreat{
font-family:Arial, sans-serif;
font-size:13px;
color:#646466;
padding:0px;
margin-top:5px;

	}






#footer {
	width:100%;
	float:left;
	height:37px;
}

