/************************* Text settings ***************************/
p, th, h1, h2, h3, label, td, li, ol, ul, link, a, textarea, input, select, caption, blockquote, address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px 5px 5px 5px;
}
select {
	padding: 0px;
}
ul {
	padding-left: 2em;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top:3px;
}
h2 {
	font-size:16px;
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
}
th {
	font-size:13px;
	font-weight: bold;
}
a {
	font-size:13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.highlight {
	font-weight: bold;
	color: #1C3E99; 
}
.cqc {
	clear: both;
}
#managersQuote {
	text-align: center;
	font-style: italic;
}
/******************* Menu Settings **************************/
#menuBar {
	width: auto;
	height: 35px;
	background-color: #1C3E99;
	padding-left: 60px;
}
#menuBar a span { 
	display:none;
}
#menuBar a {
	display:block;
	margin-right: 0px;
	margin-left: 5px;
	height: 35px;
	float:left;
	background-repeat: no-repeat;
	background-position: center center; 
	padding: 0px;
}
#menuBar a:link {
	display:block;	
}

.dash { /* For Disability accessability */
	display: none;
}
#home {
	width: 80px;
	background-image: url(Images/Buttons/home.gif);
}
#home:hover {
	background-image: url(Images/Buttons/homeRO.gif);
}
#careHomes {
	width: 130px;
	background-image: url(Images/Buttons/careHomes.gif);
}
#careHomes:hover {
	background-image: url(Images/Buttons/careHomesRO.gif);
}
#caseStudy {
	width: 130px;
	background-image: url(Images/Buttons/caseStudy.gif);
}
#caseStudy:hover {
	background-image: url(Images/Buttons/caseStudyRO.gif);
}
#links {
	width: 80px;
	background-image: url(Images/Buttons/links.gif);
}
#links:hover {
	background-image: url(Images/Buttons/linksRO.gif);
}
#news {
	width: 80px;
	background-image: url(Images/Buttons/news.gif);
}
#news:hover {
	background-image: url(Images/Buttons/newsRO.gif);
}
#jobs {
	width: 80px;
	background-image: url(Images/Buttons/jobs.gif);
}
#jobs:hover {
	background-image: url(Images/Buttons/jobsRO.gif);
}
#contactUs {
	width: 130px;
	background-image: url(Images/Buttons/contactUs.gif);
}
#contactUs:hover {
	background-image: url(Images/Buttons/contactUsRO.gif);
}

/*********************** Other DIV settings *******************************/
body {
	position: relative;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(Images/background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}
#header {
	padding-left: 40px;
	padding-top: 10px;
	background-color: #E4EBFA;
	height: 116px;
}
#bodyText {
	padding: 20px 40px;
}
#footer {
	padding-bottom: 5px;
	padding-top: 20px;
	text-align:center;
	clear: both;
}
.ACWD {
	color: #3B3A81;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/******don't show the human field on the contact form so as to catch spam robots*******/
#humanLabel, #human {
	display: none;
	visibility: hidden;
}

/***************** Anything Else ***************************************/
.floatRight, .floatLeft, #extraImages img {
	border: thick solid #1C3E99;
	margin: 0px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
#extraImages {
	clear: right;	
}
#homesList {
	clear: left;
}
#tagline {
	text-align: center;
	text-decoration: underline;
}
#address {
	font-style: italic;
	color: #1C3E99;
}
