/* ICONOGRAPHY 2008 - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #53534a;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
	background: #e2ded5 url("/images/bkg_body.jpg") repeat-x top left;
}
#tinymce {
	background: #fff;
	padding: 5px;
}
#tinymce p, #tinymce li {
	color: #53534a;
}
/************* COMMON ***************/
a {
	color: #cfcabd;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #fff;
	font-size: 110%;
}
li {
	margin: 0.2em 0;
	padding: 0;
	font-size: 110%;
	color: #fff;
}
h1 {
	font-size: 160%;	
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin:  0 0 0.2em 0;
	color: #fff;
}
h2 {
	font-size: 140%;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0.1em 0;
	padding: 0; 
	color: #fff;
}
h3 {
	font-size: 120%;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
}
h4 {
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
}
h5 {
	font-size: 90%;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
}
.red {
	color: #CC0000;
}
.note {
	font-size: 85%;
}
/******************** HEADER ***********************/
#wrap {
	margin: 16px auto;
	padding: 0;
	width: 966px;
}
#container {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	height: 862px;
	background: #cfcabd url("/images/bkg_container.jpg") no-repeat top left;
}
#header {
	width: 100%;
	min-height: 290px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	overflow: hidden;
}
#header .logo {
	float: left;
	width: 202px; 
	padding: 0;
	margin: 36px 0 0 68px;
	display: inline;
}
/* fix ie6 png link */
#header .logo a {
	position: relative;
	z-index: 10;
}
#header #navigation {
	float: right;
	width: 230px;
	margin: 80px 0 0 0;
	padding: 0;
	line-height: normal;
	text-transform: uppercase;
}
#header #navigation ul#topnav {
	width: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
	width: 140px;
}
#header #navigation ul#topnav li {
	padding: 0 0 6px 0;
	margin: 0;
}
#header #navigation ul#topnav a {
	display: block;
	background: url("/images/navigation/nav_main.png");
	height: 26px;
	text-indent: -9000px;
}
#header #navigation ul#topnav li.current a, #header #navigation ul#topnav a:hover { background-position: -140px 0px; }
#header #navigation ul#topnav li a.link2 { background-position: 0px -26px; }
#header #navigation ul#topnav li.current a.link2, #header #navigation ul#topnav a.link2:hover { background-position: -140px -26px; }
#header #navigation ul#topnav li a.link3 { background-position: 0px -52px; }
#header #navigation ul#topnav li.current a.link3, #header #navigation ul#topnav a.link3:hover { background-position: -140px -52px; }
#header #navigation ul#topnav li a.link4 { background-position: 0px -78px; }
#header #navigation ul#topnav li.current a.link4, #header #navigation ul#topnav a.link4:hover { background-position: -140px -78px; }

#subnav {
	float: left;
	clear: both;
	width: 920px;
	margin: 40px 23px 0 23px;
	padding: 0;
	line-height: normal;
}
#subnav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9000px;
}
#subnav ul li a {
	display: block;
	background: url("/images/navigation/nav_subC.png");
	height: 28px;
	width: 196px;
}
#subnav ul li a:hover, #subnav ul li.current a { background-position: 0px -28px; }
#subnav ul li a.link2 { width: 114px; background-position: -196px 0px; }
#subnav ul li a.link2:hover, #subnav ul li.current a.link2 { background-position: -196px -28px; }
#subnav ul li a.link3 { width: 96px; background-position: -308px 0px; }
#subnav ul li a.link3:hover, #subnav ul li.current a.link3 { background-position: -308px -28px; }
#subnav ul li a.link4 { width: 100px; background-position: -402px 0px; }
#subnav ul li a.link4:hover, #subnav ul li.current a.link4 { background-position: -402px -28px; }
#subnav ul li a.link5 { width: 90px; background-position: -502px 0px; }
#subnav ul li a.link5:hover, #subnav ul li.current a.link5 { background-position: -502px -28px; }
#subnav ul li a.link6 { width: 114px; background-position: -593px 0px; }
#subnav ul li a.link6:hover, #subnav ul li.current a.link6 { background-position: -593px -28px; }
#subnav ul li a.link7 { width: 206px; background-position: -710px 0px; }
#subnav ul li a.link7:hover, #subnav ul li.current a.link7 { background-position: -710px -28px; }

/************** MAIN CONTENT *****************/
#main-body {
	width: 920px;
	padding: 0;
	margin: 0 23px 0 23px;
	float: left;
	clear: both;
	display: inline;
}
#content {
	width: 920px;
	height: 372px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	background: #95664c url("/images/bkg_content.jpg") no-repeat top left;
}
/************************ main content *********************/
.page {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	display: inline;
}
.leftside {
	width: 440px;
	height: 366px;
	margin: 0;
	padding: 3px 0 3px 20px;
	float: left;
}
.copy {
	margin: 0;
	padding: 17px 10px 17px 0;
	width: 430px;
	height: 332px;
	overflow: auto;
	float: left;
	display: inline;
	position: relative;
}
.article-text {
	width: 460px;
	height: 372px;
	margin: 0;
	padding: 0;
	float: right;
}
.article-text .articlepadding {
	width: 440px;
	height: 366px;
	margin: 0;
	padding: 3px 0 3px 10px;
}
.carehome {
	float: left;
	width: 139px;
	margin: 0 0 6px 0;
	padding: 0 2px;
	color: #fff;
	font-size: 85%;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	display: block;
	line-height: normal;
}
.carehome a.care {
	display: block;
	height: 32px;
	width: 139px;
	background: url("/images/navigation/nav_check.gif");
}
.carehome a.care:hover {
	background-position: 0px -32px;
}
.carehome a.caretwo {
	display: block;
	height: 32px;
	width: 139px;
	background: url("/images/navigation/nav_silver.gif");
}
.carehome a.caretwo:hover {
	background-position: 0px -32px;
}
.carehome a.carethree {
	display: block;
	height: 32px;
	width: 139px;
	background: url("/images/navigation/nav_thorn.gif");
}
.carehome a.carethree:hover {
	background-position: 0px -32px;
}
/* quote changer */
ul#quotechanger {
	margin: 80px 10px 40px 20px;
	padding: 0;
	width: 360px;
	height: 212px;
	overflow: hidden;
	list-style: none;
	font-size: 180%;
	line-height: normal;
}
ul#quotechanger li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* image changer */
ul#imagechanger {
	margin: 3px 3px 3px 0;
	padding: 0;
	width: 457px;
	height: 366px;
	overflow: hidden;
	list-style: none;
}
ul#imagechanger li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
ul#imagechanger li img {
	width: 457px;
	height: 366px;
}
.fade {
	
}
/***** gallery ****/
.gallerybox {
	padding: 0;
	width: 920px;
	height: 372px;
	float: left;
	display: inline;
	position:relative; 
	margin-top: -20px; 
	margin-bottom: -24px;
}
/* rest of css for gallery is in imageflow.css ***/

/*** events ***/
.eventlist {
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	float: left;
	clear: both;
	color: #fff;
	display: inline;
}
dt {
	font-size: 130%;
	line-height: normal;
}
dd.image {
	float: left;
	margin: 0 20px 0 0;
}
dd.readmore {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.eventimg {
	width: 96%;
	margin: 0 0 6px 0;
	clear: both;
	float: left;
	display: inline;
}
.eventpics {
	width: 200px;
	margin: 0 4px 0 0;
	padding: 0;
	clear: both;
	float: left;
	display: inline;
}
.nav {
	width: 12px;
	height: 12px;
	float: left;
	margin: 90px 0 0 0;
}
.eventpics .pics {
	width: 100%;
	margin: 0;
	padding: 0;
}
.eventpage {
	width: 410px;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	float: left;
	clear: both;
	color: #fff;
	display: inline;
}
/* email and tel for care home */
.homecontact {
	width: 888px;
	margin: 8px 16px 0 16px;
	padding: 0;
	float: left;
	clear: both;
	font-size: 90%;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	text-align: right;
	display: inline;
	text-transform: uppercase;
}
.homecontact a {
	color: #53534a;
}
.homecontact a:hover {
	color: #95664c;
}
/********************* footer *********************/
#footer {
	width: 934px;
	padding: 16px;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	font-size: 85%;
	text-align: center;
	color: #53534a;
}
#footer a {
	color: #53534a;
}
/********************* MISC ***********************/
.mid {
	vertical-align: middle;
}
a img {
	border: none;
}
.hide {
	display: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#confbox, #errbox {
	clear: both;
	margin: 10px auto;
	padding: 15px 5%;
	width: 85%;
	text-align: center;
	font-weight: bold;
}
#confbox {
	color: #009900;
	border-top: 1px solid #009900;	
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
}
#errbox {
	color: #CC0000;
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;
	background: #FFEEEE;
}
form {
	margin: 0;
	padding: 0;
}
label {
	color: #fff;
	cursor: pointer;
	font-size: 90%;
	text-transform: uppercase;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}
.textfield {
	color: #53534a;
	vertical-align: middle;
	padding: 2px;
	font-size: 85%;
	margin: 0;
	border: none;
	background: #eed3ba;
	width: 96%; /* for IE5/Win hack */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.textfieldsm {
	width: 83%; /* for IE5/Win hack */
}
.focus {
	background: #fff;
}
.inputbutton {
	background: #eed3ba;
	color: #53534a;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}
/**** scroll bar styles */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #a27a63;
}
.jScrollPaneDrag {
	position: absolute;
	background: #84573e;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #a27a63 url("/images/scroll_up.png") no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #fff;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #a27a63 url("/images/scroll_down.png") no-repeat;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #fff;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #fff;*/
}