
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:510px;padding:5px;vertical-align: middle;}
input.title {font-size:1.5em;}
textarea {width:600px;height:550px;padding:5px; font-family:Verdana, Arial, Helvetica, sans-serif}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/************* GENERAL ****************/

/* typography.css ----- Refine This Over Time ------- */
body {font-size:75%;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;display:inline}
h1 {font-size:9pt;
	font-weight:bold;
	color: #005A63;
	margin:0;
	padding:0; }
h2 {font-size: 9pt;
    font-weight:bold;
	margin:0;
	padding:0;}
h3 {font-size:1.1em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 0 1.5em;}
li {margin:0; }
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0;
padding:0;
width:220px;}
dl.markup { width:600px; }
dl dt {font-weight:bold;
margin:0;
padding:0;}
dd {margin:0; padding:0;}


/********** Helen style sheet ************/

.f6 { font-size:6px; }
.f8 { font-size:8px; }
.f9 { font-size:9px; }
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f13 { font-size:13px; }
.f14 { font-size:14px; }
.f15 { font-size:15px; }
.f16 { font-size:16px; }
.f17 { font-size:17px; }
.f18 { font-size:18px; }
.f19 { font-size:19px; }
.f20 { font-size:20px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	color: #404040;
	background-color:#0087B9;
}


.bc {
	font-weight:bold;
	color: #005A63;
}

.c {
	color: #005A63;
}


	
a:link {
	color: #005A63;
	text-decoration: underline;	
}
a:visited {
	
	color: #005A63;
	text-decoration: underline;	
}
a:hover {
	
	color: #444444;
	text-decoration: none;
}
a:active {
	color: #005A63;
	text-decoration: none;
}
	

/********** End Helen style sheet ************/






	
.large-text {
	font-size:;
	}

.small-text {
	font-size:;
	}

/* wrapper */	
#wrapper {
	width:900px;
	margin:0 auto;
	margin-bottom:30px;
	
	
	}

/* header */	
#header {
	
	height:260px;
	}
	
.default { background: url(images/index-banner.jpg); }
.about { background: url(images/dementia_care_topbanner_about_us.jpg); }
.courses { background: url(images/dementia_care_topbanner_courses.jpg); }
.in-house { background: url(images/dementia_care_topbanner_in_house_training.jpg); }
.audits { background: url(images/dementia_care_topbanner_qualitative_observational_audits.jpg); }
.distance { background: url(images/dementia_care_topbanner_distance_learning.jpg); }
.contact { background: url(images/dementia_care_topbanner_in_house_training.jpg); }

	
/* page */
#page {
	border-left:2px solid #007889;
	border-right:2px solid #007889;
	border-bottom:2px solid #007889;
	width:856px;
	background-color:white;
	padding:20px;
	}	
	
/* menu */	
#menu {
	width:220px;
	float:left;
	margin-right:20px;
	text-align:center;
	
	}
		
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	margin-bottom:5px;
	}		
		

#menu a {
	background-color:#0088BA;
	display:block;
	width:210px;
	padding:5px;
	color:white;
	text-decoration:none;
	}	

#menu a:hover, #menu a:visited {
	background-color:#56B0D3;
	text-decoration:none;
	}
	
		



/* content */
#content {
	float:left;
	width:376px;
	margin-right:20px;
	text-align:left;
	
	}
	
/* sidebar */
#sidebar {
	float:left;
	width:220px;
	
	
	}
	
	
	
/* footer */
#footer {
	text-align:right;
	font-size:10px;
	color:white;
	
	}	

#footer a, #footer a:link {
	color: white;
	}
	
a#mercer {
	width:15px;
	height:100px;
	background-image:url(images/mercer.jpg);
	display:block;
	float:right;
	position:relative;
	bottom: 150px;
	left:17px;
	
	}	
	
a#mercer:hover {
	width:15px;
	height:100px;
	background-image:url(images/mercer_over.jpg);
	display:block;
	float:right;
	}
		
/************* END GENERAL ****************/

/* Home */	


/* Admin */

ul#pages-list {
	text-align:left;
	list-style:none;
	}
	
ul#pages-list li {
	padding:3px;
	margin:3px;
	
	}	
ul#pages-list a {
	text-decoration:none;
	}


.admin-page {
	float:left;
	width:500px;
	
	}

.admin-page a {
	display:block;
	padding:4px;
	}

.admin-page a:hover {
	background-color: #DBEDFF;
	}		
	

.del {
	
	float:right;
	width:35px;
	padding:4px;
	background-color: #FF9999;
	}

li.admin {
	border:1px solid #8FC7FF;
	overflow:auto;
	width:570px;
	
	
	}
		

/* Text Update */

table { 
	width:600px;
	border-collapse:collapse;
	
	}

th {
	font-weight: bold;
	border:1px solid black;
	text-align:center;
	padding:7px;
	}
	
td {
	padding:10px;
	border:1px solid black;
	text-align:center;
	}		

.g { color: orange; }

a#back, a#back:visited, a#back:active, a#back:hover {
	display:block;
	padding:7px;
	background-color:#56B0D3;
	font-weight:bold;
	width:120px;
	color:white;
	text-decoration:none;
	text-align:center;
	}
	
			
				