/*  ----------------------------------------------------------- */
/*  These are all standard font styles for the frontend.        */
/*  ----------------------------------------------------------- */

/*  Used for the phone number and book online under the main navigation */
.under-nav-text {

font-family: Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-transform:uppercase;
}
.under-nav-text a:link {text-decoration: none; color: #ffffff;}
.under-nav-text a:visited {text-decoration: none; color: #ffffff;}
.under-nav-text a:active {text-decoration: none; color: #ffffff;}
.under-nav-text a:hover {text-decoration: underline; color: #ffffff;}


/*  Used for error and success messages   */
.user_message_error {color: #990000; font-weight: bold;}
.user_message_success {color: #009933; font-weight: bold;}

