html, body {
	height: 94%;
	}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#161616;
	background:#111 /*url(../images/site_bg.gif) fixed repeat-x left top*/;
	text-align:center;
	margin:15px auto 0 auto;
	font-size:0.75em;
	width:700px;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0;
	}
h1 {color:#1b1464;}
h2 {/*color:#a58121;*/color:#1b1464;}
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.5em;}
h4 {font-size:1em;}

p {
	margin:0 0 15px 0;
	font-size:1.17em;
	line-height:1.8em;
	padding:0;
	}
p.large_text {
	font-size:1.5em;
	}
a {
	color:#043c79;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#043c79;
	text-decoration:underline;
	}
hr {
	background-color:#ffffff;
	border:none;
	height:1px;
	margin:10px 0;
	border-bottom:1px solid #ccc;
	}
img {
	border:none;
	}
img.img_link {
	border:3px solid #043c79;
	}

/*--Colors--*/
.color_purple {color:#1b1464;}
.color_red {color:#d41205;}
.color_blue {color:#043c79;}
/*--Helpers--*/
.no_margin {margin:0;}
.m_bottom_10px {margin-bottom:10px;}

/*--Master Wrappers------------------------------------*/
#rrm_master_wrapper {
	min-height: 94%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	text-align:left;
	border:3px solid #464646;
	border-bottom:none;
	background:#ebf1fe;
	}
#rrm_footer_wrapper,
#rrm_push {
	clear:both;
	height:90px;
	text-align:left;
	}
#rrm_header_wrapper {
	padding:1px 0 1px 0;
	/*background:#fff /*url(../images/purple_dots_bg.gif) repeat-x;*/
	text-align:center;
	margin-bottom:15px;
	}

#rrm_body_wrapper {
	clear:both;
	padding:10px;
	text-align:center
	}

#rrm_footer_wrapper {
	clear:both;
	color:#28226d;
	border:3px solid #464646;
	border-top:none;
	background:#e3dff1 url(../images/purple_line.gif) repeat-x left top;
	padding:10px;
	text-align:center;
	font-size:12px;
	}
/*--Header Stuff--*/
#rrm_logo {
	margin:10px auto 20px auto;
	}
/*--Content Area--*/
.left_column {
	width:160px;
	float:left;
	}	
.right_column {
	margin-left:170px;
	text-align:left;
	}
/*--Menus-------------------------------------------*/

ul.rrm_header_menu,
ul.rrm_footer_menu {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.17em;
	}
ul.rrm_footer_menu {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}
ul.rrm_header_menu li,
ul.rrm_footer_menu li {
	display:inline;
	}
ul.rrm_header_menu li a,
ul.rrm_footer_menu li a {
	margin:0 10px;
	padding:0 3px 2px 3px;
	color:#043c79;
	text-decoration:none;
	border-bottom:2px solid #ebf1fe;
	}
ul.rrm_footer_menu li a {
	color:#28226d;
	border:none;
	font-weight:normal;
	}
ul.rrm_header_menu li a:hover {
	border-bottom:2px solid #b6c6d8;
	text-decoration:none;
	color:#043c79;		
	}
ul.rrm_footer_menu li a:hover {
	color:#28226d;
	text-decoration:underline;
	}/*--Active Classes--*/
#rrm_home li a.home,
#rrm_booking li a.booking,
#rrm_about li a.about,
#rrm_links li a.links,
#rrm_contact li a.contact,
#rrm_mission li a.mission {
	border-bottom:1px solid #b6c6d8;
	}
/*--Footer----------------------------------------------------*/
.rrm_footer_address {
	margin-bottom:10px;
	font-weight:bold;
	}
.rrm_footer_partners {
	margin-bottom:5px;
	}
.rrm_footer_copy {
	font-size:10px;
	color:#626262;
	}	
/*--Form--*/
form.rrm_form {
	padding:10px;
	border:1px solid #ccc;
	background:#eee;
	width:472px;
	margin:0 auto 10px auto;
	text-align:left;
	font-size:12px;
	}
form.rrm_form input,
form.rrm_form textarea {
	width:300px;
	border:1px solid #ccc;
	}
form.rrm_form label {
	font-weight:bold;
	width:150px;
	float:left;
	}
form.rrm_form input,
form.rrm_form textarea,
form.rrm_form label {
	margin:0 0 5px 0;
	}
form.rrm_form textarea {
	height:180px;
	}
form.rrm_form input.form_btn {
	margin-left:150px;
	width:auto;
	border:1px solid #1b1464;
	background:#e3dff1;
	color:#1b1464;
	cursor:pointer;
	font-weight:bold;
	}
/*--Clearfix to help enclose floats-----------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}	