/*
St George's Care Agency
Main stylesheet
Author: Leah Taylor, Lantern Web Design http://www.lanternwebdesign.co.uk/
Version: 1.0 April 2009
Copyright 2009, All Rights Reserved
*/

/*----Layout-----*/

body {
	background-color: #f9f9f7;
}

#banner {
	position: relative;
	width: 800px;
	text-align: right;
	margin: 0.5em auto 0.4em auto;
}

#sitecontainer {
	background-image: url(../images/background1.jpg); 
	background-repeat: no-repeat;
	background-color: #9d0000;
	color: white;
	background-position: top;
	width: 800px;
	min-height: 700px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	position: absolute;
	overflow: hidden;
	top: -800px;
	left: -800px;
	width: 400px;
}

#navcontainer {
	position: relative;
	top: 190px;
	width: 800px;
	z-index: 10;
}

ul#navlist li {
	display: inline;
}

ul#navlist li a {
	margin: 0;
	padding: 0 1.4em;
}

ul#submenu {
	position: absolute;
	top: -987px;
}

ul#submenu li {
	float: none;
}

ul#navlist li:hover ul#submenu {
	display: block;
	position: absolute;
	top: 1em;
	margin-left: 18em;
}

ul#navlist li:hover ul#submenu li a {
	display: block;
	background-color: #8a0000;
	padding: 0.4em 1em;
}

#content {
	position: relative;
	padding-top: 14.5em;
	margin: 0 5em;
	font-size: 0.9em;
	padding-bottom: 1em;
}

body.contact #content {
	margin: 0 1em 0 2em;
}

.quicklink {
	margin-left: 6em;
	margin-bottom: 1em;
	margin-top: 2.8em;
}

#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
}

.fltr {float: right;}

.fltl {
	float: left;
}

.clear {
	clear: both;
}

#colr {
	width: 50%;
	position: relative;
}



/*----Typography------*/

#banner p {
	display: inline;
	color: #c03130;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: normal;
	}

#footer p {
	display: inline;
	font-size: 0.7em;
	color: #000000;
}

p, ul, ol, li {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #F3B9A1;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

p, ul, ol {line-height: 1.7em;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	color: #F3CCBA;
}

h1, h2, h3, h4 {
	margin-bottom: 1em;
}


h4 {margin-top: 1.8em;
margin-bottom: 0.8em;
color: #F3CCBA;
}

.helpful h4 {
	margin-bottom: 0em;
}

h5, h6, ul, ol, form, fieldset {margin-bottom: 0.6em;}
p {
	margin-bottom: 1em;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 0.9em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}

p.txtsm {
	font-size: 0.6em;
	margin: 23em 0 1em 0;
	text-align: center;
	color: #C15757;
}

p.error-msg, p.error-page-footer, p.error-page-heading1, p.error-page-heading2, p.error-page-line-closing, p.error-page-line-opening {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
}

p.error-page-heading1 {
	font-weight: bold;
	font-size: 1.2em;
}

p.error-page-heading2 {
	font-weight: bold;
}

p.error-msg {
	font-size: 0.7em;
}

p.error-page-footer {
	font-size: 0.6em;
}

p.error-page-line-closing {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

p.error-page-line-opening {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

#sitemap ul {
	margin-left: 3em;
	margin-top: 1em;
}

#sitemap ul li {
	font-weight: bold;
	margin-bottom: 1em;
}

#sitemap ul ul {
	margin-left: 2em;
}

#sitemap ul li ul li {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
}

.normlist {
	margin-left: 4em;
	margin-top: 1.5em;
}

.normlist li {
	margin-bottom: 1em;
	font-size: 1em;
}

#traininglist li {
	list-style-type:disc;
	margin-left: 3em;
	margin-bottom: 1em;
}


/*---------Links-------*/

#navcontainer a:link, #navcontainer a:visited {
	color: #C15757;
	text-decoration: none;
}

a:link, a:visited {
	color: #F3CCBA;
	text-decoration: underline;
	font-weight: bold;
}

h3 a:link, h3 a:visited, #banner a:link, #banner a:visited {
	text-decoration: none;
}

a:hover, a:active, h3 a:hover, h3 a:active {
	text-decoration: underline;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #F3CCBA;
	text-decoration: none;
}

#navcontainer a {
	font-weight: bold;
}

#submenu a {
	font-size: 1.2em;
}


#banner a {
	color: #c03130;
}

.contactinfo a:link, .contactinfo a:visited {
	text-decoration: none;
}

#banner a:hover, #banner a:active, #footer a:hover, #footer a:active, .contactinfo a:hover, .contactinfo a:active, #sitemap a:hover {
	text-decoration: underline;
}

#footer a {
	color: #c03130;
}

.home #navcontainer #hm, .about #navcontainer #ab, .services #navcontainer #sv, .homecare #navcontainer #hc, .residential #navcontainer #rc, .crb #navcontainer #crb, .training #navcontainer #tr, .careers #navcontainer #ca, .helpful #navcontainer #hl, .contact #navcontainer #cu {
	color: #F3CCBA;
}

.contactinfo a {
	color: #F3B9A1;
	font-weight: normal;
}

