/*
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 p {
	margin: .5em 0 0 0;
	}
#C2CTraining a:link {
	color: #039;
	}
#C2CTraining a:hover {
	color: #039;
	background-color: #ff9;
	}

#Brochures h4 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: bold;
	}

.Brochure {
	margin: 0 auto;
	height: 138px;
	width: 575px;
	xborder: 1px solid #f00;
	}
.Brochure img {
	xmargin-right: 25px;
	}
.BText {
	width: 450px;
	margin-top: 50px;
	xborder: 1px solid #039;
	float: right;
	text-align: left;
	}
.BText img {
	margin-right: 5px;
	}
.BText h4 {
	margin: 0;
	padding: 0;
	font-size: small;
	xfont-weight: bold;
	}
.BText p {
	margin: 0;
	padding: 0;
	}
#PDFInfo {
	margin-top: 20px;
	border-top: 1px solid #039;
	padding: 10px 0 0 0;
	xbackground-color: #cfc;
	}
#PDFInfo h4 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: small;
	}

/* 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;
	}
