/*

	/content/simple/template.css

*/

DIV.cmsContent {
	width: 600px;
	overflow-x: hidden;
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
	text-align: left;
}
DIV.cmsContent TD {
	font-size: 13px;
}
DIV.cmsContent A {
	text-decoration: none;
	font-weight: bold;
	color: #5D5C4F;
}
DIV.cmsContent A:hover {
	text-decoration: underline;
}

/* Layout */


/* Site Map */

DIV.tmpSiteBox {
	background: gray;
	color: white;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	text-align: left;
}
DIV.tmpSiteBox A {
	text-decoration: none;
	color: white;
}
DIV.tmpSiteBox DIV {
	padding-left: 21px;
}
DIV.tmpSiteBox A:hover {
	text-decoration: underline;
}
DIV.tmpSiteBox DIV.tmpSiteMap {
	padding-left: 14px;
	display: block;
	border-top: 1px solid white;
	line-height: 35px;
}
DIV.tmpSiteBox DIV.tmpSiteLinks {
	padding-top: 7px;
	padding-bottom: 7px;
}
DIV.tmpSiteBox DIV.tmpSiteLinks DIV {
	line-height: 35px;
	line-height: normal;
}
DIV.tmpSiteBox DIV.tmpSiteLinks DIV A {
	display: inline-block;
	color: #5D5C4F;
	color: Gray;
	padding-top: 8px;
	padding-bottom: 8px;
}
DIV.tmpSiteLinks, DIV.tmpSiteIndent {
	padding-left: 35px;
}

/* Colors */

DIV#parAboutCHC {
	background-color: #4E6F0E;
}
DIV#parOurHospitalsClients {
	background-color: #F58939;
}
DIV#parOurServices {
	background-color: #1483B4;
}
DIV#parOurTeam {
	background-color: #966B39;
}
DIV#parResources {
	background-color: #CC5B0E;
}
DIV#parCareers {
	background-color: #8BAE44;
}
DIV#chdAboutCHC {
	background-color: #E0E7D2;
}
DIV#chdOurHospitalsClients {
	background-color: #FEEEE3;
}
DIV#chdOurServices {
	background-color: #E1E9F4;
}
DIV#chdOurTeam {
	background-color: #F0EAE3;
}
DIV#chdResources {
	background-color: #F8E8DD;
}
DIV#chdCareers {
	background-color: #EFF4E5;
}

