/*========================================================

Global CSS file for South Coast Nursing Homes

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*===================================================================
BODY STRUCTURE
===================================================================*/

body {
	background: url('../cssimages/wrapper_background.jpg') repeat-x #ededed;
	color: #333;
}

#wrapper {
	position: relative;
	width: 905px;
	margin: 0 auto;
	background: url('../cssimages/wrapper_background.jpg') repeat-x top #f2f7f7;
}

a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}

.blue_text {
	color: #3f90ca;
}

.hide_text {
	display: none;
}

/*****************************************************************
Berkeley Lodge
******************************************************************/
#bl {
	background: url('../cssimages/CTA_BL.jpg') no-repeat;
}

#bl_launch_banner_s a {
	display: block;
	text-indent: -9999em;
	margin: 20px 0 0 0;
	width: 640px;
	height: 280px;
	background: url('../cssimages/bl_small_banner.jpg') no-repeat;
}

#banner .bl_1 a {
	background: url('../cssimages/bl_1.jpg') no-repeat;
}

#banner .bl_2 a {
	background: url('../cssimages/bl_2.jpg') no-repeat;
}

#banner .bl_3 a {
	background: url('../cssimages/bl_3.jpg') no-repeat;
}


/*===================================================================
BRANDING
===================================================================*/

#branding {
	text-indent: -9999em;
	padding: 10px 0 0 0;
}

#branding h1 {
	height: 59px;
	width: 427px;
	background: url('../cssimages/branding_logo.jpg') no-repeat;
	float: left;
}

#branding #CTA_number {
	width: 195px;
	height: 69px;
	background: url('../cssimages/CTA_call_us.jpg') no-repeat;
	float: right;
}

/*===================================================================
NAVIGATION
===================================================================*/

#main_navigation {
	clear: both;
	width: 890px;
	margin: 20px auto 15px auto;
	list-style: none;
}

#main_navigation li {
	float: left;
	margin: 0 15px 0 0;
}

#main_navigation li a {
	color: #333;
}

#main_navigation li a:hover {
	color: #347AAD;
}

/*===================================================================
SEARCH
===================================================================*/

#search {
	position: absolute;
	top: 82px;
	left: 700px;
}

#search input {
	border: solid 1px #ccc;
	padding: 4px 0 2px 5px;
}

#search input.search {
	height: 24px;
	width: 43px;
	text-indent: -9999em;
	border: none;
	padding: 0;
	background: url('../cssimages/search_button.jpg') no-repeat;
}

#search_results {
	list-style: none;
	margin: 20px 0 0 0;
	line-height: 1.6em;
}

/*=================================IE FIX=================================*/

* html #search input.search {
	background: url('../cssimages/IE_search_button.jpg') no-repeat;
	color: #fff;
	font-size: 0.9em;
}

*:first-child+html #search input.search {
	background: url('../cssimages/IE_search_button.jpg') no-repeat;
	color: #fff;
	font-size: 0.9em;
}

/*=================================END OF IE FIX=================================*/


/*===================================================================
BANNER
===================================================================*/

#banner {
	width: 895px;
	height: 263px;
	margin: 10px 0 0 0;
	text-indent: -9999em;
	border: solid 5px #f2f7f7;
}

#banner p {
	margin: 0;
}

#banner a {
	display: block;
	width: 895px;
	height: 263px;
}

/*#banner .recognition a {
	background: url('../cssimages/banner_1.jpg') no-repeat;
}

#banner .care a {
	background: url('../cssimages/banner_2.jpg') no-repeat;
}

#banner .homes a {
	background: url('../cssimages/banner_3.jpg') no-repeat;
}

#banner .gardens a {
	background: url('../cssimages/banner_4.jpg') no-repeat;
}

#banner .residents a {
	background: url('../cssimages/banner_5.jpg') no-repeat;
}

#banner .food a {
	background: url('../cssimages/banner_6.jpg') no-repeat;
}*/


/*===================================================================
CALL TO ACTIONS ON HOME PAGE
===================================================================*/

#home_cta, #main_cta {
	list-style: none;
	background: #f2f7f7;
	padding: 0 0 0 5px;
}

#home_cta, #main_cta a {
	color: #333;
	text-decoration: underline;
}

#main_cta {
	margin: 5px 0 0 0;
	padding: 0 0 5px 5px;
}

#home_cta li, #main_cta li {
	width: 219px;
	float: left;
	margin: 0 4px 0 0;
	border: solid 1px #e1e5e5;
}

#home_cta li a {
	display: block;
	width: 219px;
	height: 171px;
	text-indent: -9999em;
}

#home_cta li#our_homes a {
	background: url('../cssimages/CTA_homes.jpg') no-repeat;
}

#home_cta li#our_care a {
	background: url('../cssimages/CTA_care.jpg') no-repeat;
}

#home_cta li#locations a {
	background: url('../cssimages/CTA_locations.jpg') no-repeat;
}

#home_cta li#food_drink a {
	background: url('../cssimages/CTA_food.jpg') no-repeat;
}

#home_cta li#food_drink {
	margin: 0;
}

/*===================================================================
MAIN CALL TO ACTIONS
===================================================================*/

#main_cta li {
	height: 113px;
}

#main_cta li p {
	line-height: 1.1em;
	padding: 25px 13px 0 13px;
	margin: 0;
}

#main_cta li h3 {
	font-size: 1.6em;
	padding: 5px 13px 0 13px;
	margin: 0;
	font-weight: bold;
}

#main_cta li h4 {
	text-indent: -9999em;
}

#main_cta li#main_cta_phone {
	background: url('../cssimages/main_CTA_contact.jpg') no-repeat;
}

#main_cta li#main_cta_email {
	background: url('../cssimages/main_CTA_query.jpg') no-repeat;
}

#main_cta li#main_cta_homes {
	background: url('../cssimages/main_CTA_homes.jpg') no-repeat;
}

#main_cta li#main_cta_postcode {
	background: url('../cssimages/main_CTA_postcode.jpg') no-repeat;
}

#main_cta li#main_cta_postcode {
	margin: 0;
}

/*--------------------------------Postcode Search--------------------------------*/

#main_cta li#main_cta_postcode #postcode_search p {
	padding: 10px 0 0 13px;
}

#postcode_search input {
	border: solid 1px #ccc;
	padding: 4px 0 2px 5px;
	width: 140px;
}

#postcode_search input.submit {
	height: 24px;
	width: 43px;
	text-indent: -9999em;
	border: none;
	padding: 0;
	background: url('../cssimages/postcode_submit.jpg') no-repeat;
}

/*=================================IE FIX=================================*/

* html #postcode_search input.submit {
	background: url('../cssimages/IE_postcode_submit.jpg') no-repeat;
	font-size: 0.9em;
	color: #fff;
}

*:first-child+html #postcode_search input.submit {
	background: url('../cssimages/IE_postcode_submit.jpg') no-repeat;
	font-size: 0.9em;
	color: #fff;
}

/*=================================END OF IE FIX=================================*/

/*===================================================================
MAIN CONTENT
===================================================================*/

#main_content {
	width: 676px;
	float: left;
	border-right: solid 1px #e1e5e5;
}

/*===================================================================
CMS CONTENT
===================================================================*/

#content_title {
	height: 34px;
	background: url('../cssimages/blue_header_gradient.jpg') repeat-x;
	margin: 0 0px 0 5px;
	padding: 10px 0 0 10px;
	color: #fff;
}

#cms_content {
	padding: 0 20px 20px 20px;
	margin: 20px 0 0 0;
}

#cms_content a {
	color: #3f90ca;
	text-decoration: underline;
}

#cms_content a:hover {
	color: #669AAD;
	text-decoration: underline;
}

#cms_content ul {
	margin: 10px 0 0 10px;
}

/*==========================================IE 6 FIX==========================================*/

* html #cms_content {
	padding: 0 14px 20px 20px;
}

/*==========================================END OF IE 6 FIX==========================================*/

/*===================================================================
TEMPLATES
===================================================================*/

.our_care_boxes {
	border: solid 1px #ccc;
	background: #edf4f8;
	padding: 10px 10px 10px 10px;
	margin: 20px 0 0px 0;
}

.our_care_text {
	width: 400px;
	float: left;
}

.our_care_image {
	width: 200px;
	float: right;
}

.drill_down_link {
	background: url('../cssimages/blue_gradient.jpg') repeat-x;
}

#cms_content .drill_down_link p {
	padding: 5px 0 5px 10px;
	margin: 0;
}

#cms_content .drill_down_link a {
	color: #fff;
}

/*-----------------------------Our Food-----------------------------*/

#menu {
	text-align: center;
}

#menu ul {
	list-style: none;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
}

#menu h2 {
	margin: 0 0 20px 0;
}

.sub_12 #profile_detail {
	min-height: 340px;
	_height: 340px;
}

.sub_12 #profile_detail p {
	margin-bottom: 0px;
}

/*-----------------------------Block Of Images-----------------------------*/

#image_block {
	background: #DBE1E7;
	padding: 3px;
	border: solid 1px #E1E5E5;
	margin: 0 5px 0 0px;
}

#image_block img {
	margin: 4px 0px 0 2px;
}

/*-----------------------------Contact Details-----------------------------*/

#contact_details {
	background: #edf4f8;
	border: solid 1px #ccc;
	padding: 20px 20px;
	margin: 0 5px 0 0;
}

#contact_details h3 {
	margin: 10px 0 0 0;
}

/*===================================================================
ADDITIONAL CONTENT
===================================================================*/
#additional_content {
	width: 225px;
	float: right;
}

#additional_content a {
	color: #347AAD;
}

#additional_content a:hover {
	color: #669AAD;
	text-decoration: underline;
}

#additional_content h1, #additional_content_wide h1, #additional_content_wide .home_additional {
	height: 34px;
	background: url('../cssimages/blue_header_gradient.jpg') repeat-x;
	margin: 0 5px 0 0;
	padding: 10px 0 0 10px;
	color: #fff;
}

#additional_content ul {
	list-style: none;
	margin: 20px 5px 0 5px;
}

/*===================================================================
NEWS COLUMN
===================================================================*/

#news_list li {
	margin: 0 0 30px 0;
}

#news_list h4 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	text-align: center;
}

/*===================================================================
STYLING LAYOUT FOR PAGES WITHOUT NEWS
===================================================================*/

#main_content_narrow {
	width: 451px;
	float: left;
}

#additional_content_wide {
	width: 449px;
	float: right;
}

/*==========================================IE 6 FIX==========================================*/

* html #additional_content_wide {
	width: 452px;
}

/*==========================================END OF IE 6 FIX==========================================*/

/*===================================================================
HOME DETAIL PAGE
===================================================================*/

.home_additional h3 {
	margin: 5px 0 0 ;
}

.home_additional h3.hd_control {
	width: 100px;
	float: left;
}

.home_additional ul {
	list-style: none;
	float: left;
	margin: 3px 0 0 0;
}

.home_additional li {
	float: left;
	margin: 0 4px 0 0;
}

/*==========================================IE FIX==========================================*/

* html .home_additional li {
	margin: 0 1px 0 0;
}

*:first-child+html .home_additional li {
	margin: 0 1px 0 0;
}

* html .home_additional li a {
	padding: 1px 0px 0 0;
}

*:first-child+html .home_additional li a {
	padding: 1px 0px 0 0;
}

/*==========================================END OF IE FIX==========================================*/


.home_additional li a {
	color: #fff;
	display: block;
	width: 120px;
	height: 17px;
	background: url('../cssimages/button_hd_purple.jpg') no-repeat;
	text-align: center;
	padding: 3px 0 0 0;
	font-size: 0.9em;
}

.home_additional li.hd_map a {
	width: 81px;
	background: url('../cssimages/button_hd_purple_map.jpg') no-repeat;
}

.home_additional li a:hover {
	color: #DFDFDF;
}

#gallery_img_l {
	width: 444px;
	float: right;
	margin: 5px 5px -2px 0;
	background: #b9b9b9;
}

#gallery_img_l p {
	margin: 0;
	text-align: center;
}

#gallery_img_thumbnails {
	clear: both;
	background: #b9b9b9;
	margin: 0 5px 5px 0;
}

#gallery_img_thumbnails img {
	float: left;
	margin: 10px 15px 10px 17px;
	border: solid 1px #fff;
}

#key_info_list {
	list-style: none;
	line-height: 1.6em;
	margin: 20px 0 0 0;
}

#profile {
	padding: 0px 0 0 0px;
	background: url('../cssimages/manager_profile_block.jpg') repeat-y;
	margin: 0px 5px 0 0;
}

#profile_image {
	width: 222px;
	float: left;
	background: url('../cssimages/profile_image_background.jpg') no-repeat bottom;
}

#profile_image img {
	width: 222px;
	margin: 0 1px 0 0;
}

#profile_image #profile_CTA {
	border: solid 2px #e1e5e5;
	padding: 20px 0 0 0;
}

#profile_image h2, #profile_image h3, #profile_image p {
	padding: 0 15px 0 15px;
}

#profile_detail {
	width: 184px;
	min-height: 395px;
	_height: 395px;
	float: left;
	padding: 10px 10px 0px 20px;
	background: url('../cssimages/profile_detail_background.jpg') no-repeat top;
	border: solid 2px #e1e5e5;
	margin: 0 0 0 4px;
}

/*===================================================================
CONTACT PAGE
===================================================================*/

#contact_form {
	width: 425px;
	padding: 0;
	margin: 0;
}

/*==========================================IE 6 FIX==========================================*/

* html #contact_form {
	width: 419px;
}

/*==========================================END OF IE 6 FIX==========================================*/

#contact_form dl {
	margin: 20px 0 0 0;
	padding: 0;
}

#contact_form dt {
	width: 230px;
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	padding:5px 0 0 0;
}

#contact_form dd {
	float: left;
	margin: 0 0 30px 0;
}

#contact_form input, #contact_form textarea {
	border: solid 1px #888;
	padding: 5px;
}

#contact_form dt#address_title {
	font-size: 1.4em;
}

#contact_form .brochure_request_homes span {
	display: block;
	width: 180px;
	float:left;
	margin: 0 20px 10px 0;
}

/*===============================IE FIX===================================*/

* html #contact_form .brochure_request_homes span {
	width: 150px;
}


* html #contact_form .brochure_request_homes span input {
	border: solid 1px #7B7B7B;
	background: #ccc;
}

*:first-child+html #contact_form .brochure_request_homes span input {
	border: solid 1px #7B7B7B;
	background: #ccc;
}

* html #contact_form .yes_no {
	border: solid 1px #7B7B7B;
	background: #ccc;	
}

*:first-child+html .yes_no {
	border: solid 1px #7B7B7B;
	background: #ccc;	
}

/*===============================END OF IE FIX===================================*/

#contact_form #submit {
	clear: left;
}

.contact_warning {
	color: #C90704;
	margin: 10px 0 10px 0;
}

.required {
	font-size:1.4em;
	color: #C90704;
}

.contact_response {
	color: #039300;
}

/*===================================================================
FOOTER
===================================================================*/

#footer_navigation {
	clear: both;
	height: 24px;
	background: url('../cssimages/footer_gradient.jpg') repeat-x;
	border: solid 1px #e1e5e5;
	width: 894px;
	margin: 0 auto;
	padding: 8px 0 0 10px;
}

#footer_navigation li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

#footer_navigation li a {
	color: #333;
}

#footer_navigation li a:hover {
	color: #5795CB;
	text-decoration: underline;
}





































