/*
Title:			Home page styles for Care2Care Training
Author:			Inversa Design/George Faill
Updated:		08 May 2009
*/


/* PageLeft
*/

#PageLeft {
	float: left;
	width: 700px;
	margin-left: 35px;
	text-align: justify;
	background-color: #fff;
	border: solid #906 1px;
	}
#Track {
	text-align: left;
	}

#C2CTraining {
	padding: 0 15px;
	}	
#C2CTraining h2 {
	text-align: center;
	font-size: large;
	margin-bottom: .75em;
	}
#C2CTraining h3 {
	font-size: large;
	font-family: "Times New Roman";
	font-style: italic;
	margin: 0 0 1em 0;
	text-align: center;
	}
#C2CTraining dt {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-weight: bold;
	}
#C2CTraining p {
	margin: .5em 0 0 0;
	}
#C2CTraining a:link {
	color: #039;
	}
#C2CTraining a:hover {
	color: #039;
	background-color: #ff9;
	}
#CQC {
	text-align: center;
	}

#Complaints h3 {
	margin-top: 1.5em;
	padding: .25em 0;
	text-align: center;
	font-size: 110%;
	border-top: solid #039 1px;
	border-bottom: solid #039 1px;
	}
x#Contact {
	margin-top: 20px;
	border-top: 1px solid #039;
	padding: 10px 0 0 0;
	xbackground-color: #cfc;
	}

/* PageRight
*/

#PageRight {
	float: right;
	width: 200px;
	margin-right: 35px;
	text-align: center;
	}

#QuickLinks {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana;
	}
#QuickLinks h3 {
	padding: 4px 5px 7px 5px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #906;
	border-top: 5px ridge #fff;
	border-bottom: 5px ridge #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#Information {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana;
	}
#Information h4 {
	padding: 4px 5px;
	margin-bottom: 0;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #cfc;
	border-top: 5px ridge #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#Information ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 5px ridge #fff;
	}
#Information ul li {
	padding: 0px 5px;
	font-size: 80%;
	xfont-weight: bold;
	text-align: left;
	color: #000;
	background-color: #eee;
	border-bottom: 5px ridge #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#Information ul li a {
	display: block;
	padding: 3px 0px;
	width: 100%;
	text-decoration: none;
	}
#Information ul li a:link {
	color: #000;
	}
#Information ul li a:visited {
	color: #000;
	}
#Information ul li:hover {
	color: #eee;
	background-color: #666;
	}
#Information ul li:hover a {
	color: #eee;
	}
#Information #Info_Current {
	font-weight: bold;
	color: #039;
	background-color: #fff;
	}
#Information #Info_Current a {
	color: #039;
	text-decoration: none;
	}
