/*
Title:			Home page styles for Care2Care Training
Author:			Inversa Design/George Faill
Updated:		08 May 2009
*/


/* PageLeft
*/

#PageLeft {
	float: left;
	width: 700px;
	xheight: 522px;
	margin-left: 35px;
	text-align: justify;
	background-color: #fff;
	border: solid #906 1px;
	}
#Track {
	text-align: left;
	}

#C2CTraining {
	padding: 0 15px;
	font-size: small;
	}
#C2CTraining h2 {
	text-align: center;
	font-size: large;
	margin-bottom: .75em;
	}
#C2CTraining p {
	margin: .5em 0 0 0;
	}
#ContactAddress {
	text-align: center;
	margin-top: 3em;
	xmargin-bottom: 3em;
	}
#ContactAddress h3 {
	xfont-size: 110%;
	margin: 0;
	}
#ContactAddress p {
	margin-top: .5em;
	xfont-size: 110%;
	line-height: 1.5em;
	}

#Hours h3 {
	text-align: center;
	xfont-size: 110%;
	margin: 0;
	margin-top: 3em;
	margin-bottom: .75em
	}
#Hours p {
	margin-top: .75em;
	text-align: center;
	}
#Hours table {
	xfont-size: small;
	border-top: 1px solid #039;
	border-left: 1px solid #039;
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	}
#Hours td {
	xborder: 1px solid #039;
	border-right: 1px solid #039;
	border-bottom: 1px solid #039;
	margin: 0px;
	padding: 10px;
	}

/* 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;
	}

