﻿/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Dino D'Amore
   ========================================================================== */
body { margin: 0; padding: 0; }

div#main-container { width: 960px; margin: 0 auto; background: #f5f5f5; }

header#main-header { height: 134px; background: url(../img/header-bg.png) no-repeat #fff; text-align:right; display: block; }
header#main-header div.telephone-number { color: #50AF30; font-size: 36px; font-weight:bold; width: 100%; margin: 74px 0 0 0; display:block; }

header#main-header div.social-container { margin: 0; padding: 0; height: 16px; }
header#main-header div.social-container ul { list-style: none; }
header#main-header div.social-container ul li { display: block; float: right; }
header#main-header div.social-container ul li a { text-decoration: none; height: 16px; width: 17px; display: block; }
header#main-header div.social-container ul li a.social-icon-facebook { background: url(../img/social-icon-sprite.jpg) no-repeat 0px 0px; }
header#main-header div.social-container ul li a:hover.social-icon-facebook { background: url(../img/social-icon-sprite.jpg) no-repeat 0px -16px; }
header#main-header div.social-container ul li a.social-icon-twitter { background: url(../img/social-icon-sprite.jpg) no-repeat -17px 0px; }
header#main-header div.social-container ul li a:hover.social-icon-twitter { background: url(../img/social-icon-sprite.jpg) no-repeat -17px -16px; }

/*style the main menu*/
nav#main-navigation { padding:0; height: 26px; background-color:#fff; margin: 0; }
nav#main-navigation ul { margin:0; padding:0px 13px; float:right; background: url(../img/nav-bg.png) no-repeat right top; }
nav#main-navigation ul img { margin:0; padding:0; }
nav#main-navigation ul li { list-style:none; float:left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; }
nav#main-navigation ul li a:link, nav#main-navigation ul li a:visited { display:block; text-decoration:none; padding: 0px 10px; line-height: 26px; margin:0; color:#94C7E4; font-weight: bold; }
nav#main-navigation ul li a:hover { color:#006AB6; }
/*style the sub menu*/
nav#main-navigation ul li ul { position: absolute; visibility:hidden; margin:0; padding:0; border-left:1px solid #fff; border-right:1px solid #fff; }
nav#main-navigation ul li ul li { display:inline; float:none; }
nav#main-navigation ul li ul li a:link, nav#main-navigation ul li ul li a:visited { background-color: #94C7E4; width:auto; color: #fff; border-bottom:1px solid #fff; }
nav#main-navigation ul li ul li a:hover { background-color: #006AB6; color: #fff; }

section#main-banner { height: 420px; border: none; padding: 0; margin: 0; display: block; }

.banner-mainbanner { background: url(../img/main-banner.jpg) no-repeat; }
.banner-individualchoice { background: url(../img/banner-individualchoice.jpg) no-repeat; }
.banner-respite { background: url(../img/banner-respite.jpg) no-repeat; }
.banner-emergency { background: url(../img/banner-emergency.jpg) no-repeat; }
.banner-specialist { background: url(../img/banner-specialist.jpg) no-repeat; }
.banner-activities { background: url(../img/banner-activities.jpg) no-repeat; }
.banner-yourfamily { background: url(../img/banner-yourfamily.jpg) no-repeat; }
.banner-menus { background: url(../img/banner-menus.jpg) no-repeat; }

section#main-banner div { float: right; width: 130px; margin: 10px; }
section#main-banner div h2 { font-size: 16px; text-align: center; line-height: 30px; padding: 0; margin: 0; color: #006AB6; }
section#main-banner div ol { list-style: none; margin: 0; padding: 0; }
section#main-banner div ol li { height: 70px; display: block; text-align: center; }

section#main-banner div ol li.tour-reception { background: url(../img/tour-reception.jpg) no-repeat center 16px; }
section#main-banner div ol li.tour-lounge { background: url(../img/tour-lounge.jpg) no-repeat center 16px; }
section#main-banner div ol li.tour-diningroom { background: url(../img/tour-diningroom.jpg) no-repeat center 16px; }
section#main-banner div ol li.tour-bedroom { background: url(../img/tour-bedroom.jpg) no-repeat center 16px; }
section#main-banner div ol li.tour-bathroom { background: url(../img/tour-bathroom.jpg) no-repeat center 16px; }

section#main-banner div ol li a:link, section#main-banner div ol li a:visited { font-size:11px; text-decoration: none; color: #006AB6; font-weight:bold; display: block; height: 70px; }
section#main-banner div ol li a:hover { color: #94C7E4; }

section#main-content { width: 650px; float: left; margin: 6px 40px 30px 20px; }
section#main-content h1 { font-size: 26px; font-weight: bold; color: #006C4E; margin: 0px 0px 10px 0px; }
section#main-content h2 { font-size: 18px; font-weight: bold; color: #006C4E; margin: 20px 0px 10px 0px; } 
section#main-content p { margin: 0px 0px 10px 0px; }
section#main-content p:last-child { margin: 0; }

section#main-content table { border: none; margin: 0 auto; padding: 0px; }
section#main-content th { background-color: #FCD905; border: 1px solid #ffffff; margin: 0px; text-align: left; padding: 10px; background-image: url(img/cleeve-hill-web-yell-strip.jpg); font-size: 12px; font-weight:bold; text-transform: uppercase; }
section#main-content td { border: 1px solid #ffffff; margin: 0px; padding: 6px; vertical-align: top; background-color: #ececed; text-align: left; font-size: 11px; }

section#main-content div.block-main-container { width: 300px; background: url(../img/block-main-header.jpg) no-repeat; margin: 20px 0px 10px 0px; padding: 0px 10px 0px 10px; float: left; }
section#main-content div.block-main-container h3 { margin: 0; padding: 0; color: #fff; font-size: 16px; text-transform: uppercase; line-height: 30px; font-style:normal; }
section#main-content div.block-main-container h4 { margin: 10px 10px 6px 10px; padding: 0; color: #50AE30; font-size: 12px; line-height: 16px; }
section#main-content div.block-main-container p { margin: 10px 0px 6px 0px; padding: 0px 10px; font-size: 12px; line-height: 16px; }
section#main-content div.block-main-container img.block-float-right { float: right; margin: 0px 0px 10px 6px; border: solid 1px #50AE30;}
section#main-content div.block-main-container img.block-float-center { margin: 4px 0px 2px 0px; }
section#main-content div.block-main-container a:link { color: #50AE30; font-size: 10px; text-decoration:none; display: block; text-align: right; margin-right: 4px; font-style:normal; }
section#main-content div.block-main-container a:visited { color: #006C4F; text-decoration:none; }
section#main-content div.block-main-container a:hover { color: #000; text-decoration:none; }
section#main-content div.block-main-container hr { margin: 10px 20px; padding: 0; border-color: #50AE30; }

section#main-content div.block-main-footer-image { padding: 0; margin: 0px 0px 0px -10px; width: 320px; background: url(../img/block-main-footer.jpg) no-repeat; height: 16px;float: left; }

section#main-content div.blockquote-holder { background: #deeae5; margin: 10px 0px; padding: 10px; font-size: 11px; float: left; }
section#main-content div.blockquote-holder h2 { margin: 0px 0px 10px 0px; padding: 0; }
section#main-content div.blockquote-holder img { border: solid 1px #50AE30; padding: 2px; margin: 0px 0px 20px 20px; }

p.testimonial-signature { color: #50AE30; display: block; text-align: right; font-style:normal; }

aside#sub-content { width: 240px; float: right; margin: 0px 10px 0px 0px;  }
aside#sub-content div.block-container { width: 220px; background: url(../img/block-header.jpg) no-repeat; margin: 0; padding: 0px 10px 10px 10px; }
aside#sub-content div.block-container h3 { margin: 0; padding: 0; color: #fff; font-size: 14px; text-transform: uppercase; line-height: 30px; }
aside#sub-content div.block-container h4 { margin: 4px 0px 6px 0px; padding: 0; color: #50AE30; font-size: 12px; line-height: 16px; }
aside#sub-content div.block-container p { margin: 0; padding: 0; font-size: 12px; line-height: 16px; }
aside#sub-content div.block-container a { margin: 0 0 4px 0; }

aside#sub-content div.block-footer-image { padding: 0; margin: -16px 0px 10px 0px; width: 240px; background: url(../img/block-footer.jpg) no-repeat; height: 16px; }

aside#sub-content div.block-container img.block-float-right { float: right; margin: 0px 0px 10px 6px; border: solid 1px #50AE30;}
aside#sub-content div.block-container img.block-float-center { margin: 4px 0px 2px 0px; }
aside#sub-content div.block-container a:link { color: #50AE30; font-size: 10px; text-decoration:none; display: block; text-align: right; margin-right: 4px; }
aside#sub-content div.block-container a:visited { color: #006C4F; text-decoration:none; }
aside#sub-content div.block-container a:hover { color: #000; text-decoration:none; }
aside#sub-content div.block-container table { margin: 10px 0px 0px 0px; }
aside#sub-content div.block-container table td { padding: 4px 0px; font-size: 11px; }


footer#main-footer { background: #fff url(../img/footer-bg.jpg) no-repeat; padding: 0; margin: 0 auto; display: block; height: 169px; width: 960px; }

footer#main-footer a:link, footer#main-footer a:visited { text-decoration: none; font-size: 11px; color: #50AE30; }
footer#main-footer a:hover { font-size: 11px;color: #000; text-decoration: none; }

footer#main-footer ul { list-style: none; padding: 0; margin: 0; position: relative; height: 169px; }
footer#main-footer ul li { float: left; line-height: 30px; margin: 0px 12px; }
footer#main-footer ul li a:link, footer#main-footer ul li a:visited { display: block; text-decoration: none; font-size: 10px; color: #fff; font-weight:bold; }
footer#main-footer ul li a:hover{ color: #000; }

footer#main-footer ul li ul { list-style: none; padding: 0; margin: 4px 0px 0px 0px; }
footer#main-footer ul li ul li { float:none; line-height: 16px; margin: 0; }

footer#main-footer p { display: block; color: #50AE30; margin: 6px 0px 0px 0px; padding: 0; line-height: 20px; font-size: 11px; width: 50%; }
footer#main-footer span {  }

.float-left { float:left; }
.float-right { float:right; }
.text-right { text-align: right; }
.text-left { text-align: left; }
img.float-right { float:right; border: solid 1px #006C4F; padding: 2px; margin: 0px 0px 20px 20px; }

div.rnha-logo { margin: -28px 6px 0px 0px; float: right; }

div.testimonial-box { border: 4px solid #efefef; padding: 10px 10px 18px 10px; background-color: #FFFFFF; margin: 0px 0px 20px 0px; }
div.testimonial-box p { line-height: 16px; padding: 0px 0px 0px 30px; font-style:italic; }
div.testimonial-box span.quote-marks { font-family: "Times New Roman", Times, serif; font-size: 48px; color:#CCCCCC; margin: -16px 0px 0px 0px; font-weight:bold; }

blockquote { background-color: #deeae5; margin: 10px 30px; padding: 20px; display: block; font-size: 11px; }

.italic-modifier { font-style:italic; }

/* ELEMENT STYLE FROM THE OLD WEBSITE */

.coretextTeam { width: 650px; margin: 0px; padding: 10px 25px 15px 25px; display: block; }
.boxgrid { width: 200px; height: 200px; margin: 10px 10px 0px 0px; padding: 0; float:left; border: solid 2px #005940; overflow: hidden; position: relative; }
.boxgrid img { position: absolute; top: 0; left: 0; border: 0; margin: 0; }
.boxgrid h3 { margin: 10px 10px 0 10px; color:#005940; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold; }
.boxgrid p { padding: 0 10px; color:#000000; font-weight:bold; font:10pt "Lucida Grande", Arial, sans-serif; }
.cover { padding: 0; margin: 0; }

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

