/*

	/content/sitemap/template.css

*/

DIV.cmsContent {
	width: 606px;
	overflow-x: hidden;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #48483F;
}
DIV.cmsContent TD {
	font-size: 13px;
}
div.tmpBody {
	padding-left: 0px;
	padding-right: 30px;
	width: 636px;
	padding-top: 30px;
	padding-bottom: 30px;
}
div.tmpBody div.cmsContent {
	float: none;
}

/* Site Map */

DIV.tmpSiteMap {
	font-weight: bold;
}
DIV.tmpSiteMapChild, DIV.tmpSiteMapChildLast {
}
DIV.tmpSiteMapChildLast {
	border: 0;
}
DIV.tmpSiteMap A, DIV.tmpSiteMapChild A, DIV.tmpSiteMapChildLast A {
	text-decoration: none;
	display: block;
	padding: 9px;
	font-weight: bold;
	color: #48483F;
}
DIV.tmpSiteMap A {
	color: #ffffff;
}
DIV.tmpSiteMap A:hover, DIV.tmpSiteMapChild A:hover, DIV.tmpSiteMapChildLast A:hover {
	text-decoration: underline;
}
DIV.tmpChildren {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Sections */

DIV.tmpSection {
	border-bottom: 1px solid white;
}

/* Section colors (dark) */

DIV.tmpSectionProfile {
	background-color: #04599B;
}
DIV.tmpSectionServices {
	background-color: #DF6105;
}
DIV.tmpSectionProjects {
	background-color: #723C2C;
}
DIV.tmpSectionNews {
	background-color: #4AC8D3;
}
DIV.tmpSectionCareers {
	background-color: #EAAD07;
}

/* Section colors (light) */

DIV.tmpSectionProfile DIV.tmpChildren {
	background-color: #B9D1E3;
	color: #04599B;
}
DIV.tmpSectionServices DIV.tmpChildren {
	background-color: #F6D3B9;
	color: #DF6105;
}
DIV.tmpSectionProjects DIV.tmpChildren {
	background-color: #D7C9C4;
	color: #723C2C;
}
DIV.tmpSectionNews DIV.tmpChildren {
	background-color: #CDF0F3;
	color: #4AC8D3;
}
DIV.tmpSectionCareers DIV.tmpChildren {
	background-color: #F9E8BA;
	color: #EAAD07;
}

