/*
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;
	xmargin-bottom: 19.5em;
	}	
#C2CTraining h2 {
	text-align: center;
	font-size: large;
	margin-bottom: .75em;
	}
#C2CTraining h3 {
	font-size: 110%;
	text-align: center;
	border-top: solid #039 1px;
	border-bottom: solid #039 1px;
	margin-top: 2em;
	margin-bottom: 1.25em;
	padding: .25em 0;
	}
#C2CTraining a:link {
	color: #039;
	}
#C2CTraining a:hover {
	color: #039;
	background-color: #ff9;
	}
#C2CTraining p {
	margin: .5em 0 0 0;
	}
#C2CTraining ul {
	margin-top: 0;
	margin-bottom: 0;
	}
#C2CTraining ul li {
	margin-top: .25em;
	}
#Address {
	padding-left: 25px;
	}
xx#StrapLine {
	text-align: center;
	font-family: "Times New Roman";
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	}

/* 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;
	}
#Downloads {
	height: 300px;
	width: 170px;
	margin: 0 auto;
	overflow: hidden;
	background: url(dl.gif) top center no-repeat;
	}
#Downloads img {
	border-width: 0;
	}
#Downloads:hover {
	background-position: 0 -300px;
	}

