html {
  /* CSS VALIDATION FAULT */
  /* CSS validation fails on the following, Mozilla hack to show scroll bars */
  /*   If you don't know why this is here, you shouldn't be reading this */
  overflow: -moz-scrollbars-vertical;
  height: 100%;
}

body {
	margin: 0px auto;
	padding-top: 15px;
	background-color: #fff;
  text-align: left;
  width: 720px;
}

#content {
  width: 720px;
	margin: 0px auto;
  display: table;
}

#logo {
	margin-bottom: 10px;
}

#breadcrumb_cms {
  padding: 0px 7px 7px 12px;
}

#breadcrumb_cms img {
  display: inline;
}

#content_main_cms {
  height: 100%;
  width: 480px;
  float: left;
  overflow: hidden;
  padding-top: 10px;
}

#content_sidebar {
  padding-top: 10px;
  width: 225px;
  float: right;
}

#content_top_left_cms {
  float: left;
	height: 270px;
	width: 425px;
}

#content_top_right_cms {
  float: right;
	height: 270px;
	width: 285px;
}

#content_middle_left {
  margin-top: 10px;
	background-image: url('/fileadmin/templates/talentum/3/images/news_bg.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 375px;
	padding-left: 15px;
	margin-right: 10px;
/* border: 1px solid red; */
}

#content_middle_left_cms {
	margin-right: 10px;
	margin-top: 5px;
/* border: 1px solid green; */
  height: 157px;
	overflow: auto;
}

#content_middle_left_cms h3 {
/* border: 1px solid blue; */
	color: #006; /* #d4701c; */
	margin-top: 5px;
}

#content_middle_left_cms li {
/* border: 1px solid yellow; */
  text-indent: -10px;
	color: #000;
	list-style: none;
}

#content_middle_left_cms li a {
 color: #f60;
}

#content_middle_left_cms li p {
 display: inline;
}

#content_middle_right_cms {
  margin-top: 10px;
	float: right;
	width: 320px;
	height: 165px;
	display: block;
/* border: 1px solid green; */
}

#content_middle_right_cms h1 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: -13px;
}

#content_middle_right_cms a.button {
  color: #006;
  font-size: 14px;
  background-image: url('/fileadmin/templates/talentum/3/images/nav/orange_button_bg_large.jpg');
  background-repeat: no-repeat;
  display: block;
  height: 74px;
  padding: 7px 0 0 15px;
  text-decoration: none;
  overflow: hidden;
}

#content_middle_right_cms div#spacer {
  height: 9px;
}

#content_bottom_left_cms {
	margin-top: 10px;
	float: left;
	height: 55px;
	width: 390px;
}

#content_bottom_right_cms {
	margin-top: 10px;
	float: right;
	width: 320px;
	height: 55px;
}

#sub_menu_cms a {
  font-size: 16px;
  color: #fff;
  background-image: url('/fileadmin/templates/talentum/3/images/nav/orange_button_bg.gif');
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  padding: 7px 0 0 15px;
  text-decoration: none;
  font-weight: bold;
}

#footer	{
	margin-top: 10px;
  text-align: right;
}

#nav_footer_cms li {
  list-style: none;
  display: inline;
  padding: 0px 7px 0px 7px;
  border-left: 1px solid black;
  margin-right: 0px;
}

#nav_footer_cms li.firstItem {
  border-left: 0px;
}

#copyright_cms {
  padding-right: 7px;
}

img {
	display: block;
	padding: 0px;
	margin: 0px;
  border: none;
}

.reference {
  font-weight: bold;
  background-color: rgb(147,147,147);
  margin-bottom: 0px;
}

/* TYPOGRAPHY */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, dl, dt, dl, div {
	font-family: "Lucida Grande", "Lucida Sans", verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	}

a:link {
	text-decoration : underline;
	color: #d4701c;
	background: transparent;
	}

a:visited {
	color: #f60;
	background: transparent;
	}

a:hover {
	text-decoration : none;
	color: #f60;
	background: transparent;
	}

a:active {
	text-decoration : underline;
	color: #c30;
	background: transparent;
	}

h1	{
  color: #006;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px 0px 5px 0px;
	}

h1.csc-firstHeader {
  font-size: 30px;
	color: #d4701c;
}

#content_sidebar_cms h1.csc-firstHeader {
  font-size: 14px;
}

h2	{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.25em;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25em;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}

p 	{
	margin-top: 0;
	margin-bottom: 1em;
	font-size:  11px;
	line-height: 1.5;
	}

dt 	{
	font-weight: bold;
	}


ul {
	list-style: square;
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 17px;
	line-height: 0;
	}

li {
	padding: 0 0 4px 0px;
	line-height: 1.2em;
}

.backtotop {
	text-align: right;
	padding-bottom: 10px;
}

/* NAVIGATION */

#nav {
	background: #006;
	margin-bottom: 10px;
	}

#nav tr {
	vertical-align: middle;
	text-align: center;
	}

#nav a {
	font-size: 14px;
	display: block;
	text-decoration : none;
	font-weight: bold;
	background: transparent;
	}

#nav a:link {
	color: #ffe3bd;
	}

#nav a:visited {
	color: #ffe3bd;
	}

#nav a:hover {
	color: #fff;
	}

#nav td a:hover  {
	padding: 6px 0px 7px 0px;
	background: #d4701c; /* #ff9933; d67d31; */
	}

#nav a:active {
	color: #fff;
	}

#nav_selected a:link {
	color: #fff;
	}
#nav_selected a:visited {
	color: #fff;
	}

#nav_selected {
	background: #d4701c;
	}

#nav_top {
	background: #006;
	margin-bottom: 10px;
	}

#nav_top tr {
	vertical-align: middle;
	text-align: center;
	}

#nav_top a {
	font-size: 14px;
	display: block;
	text-decoration : none;
	font-weight: bold;
	background: transparent;
	}

#nav_top a:link {
	color: #ffe3bd;
	}

#nav_top a:visited {
	color: #ffe3bd;
	}

#nav_top a:hover {
	color: #fff;
	}

#nav_top td a:hover  {
	padding: 6px 0px 7px 0px;
	background: #d4701c; /* #ff9933; d67d31; */
	}

#nav_top a:active {
	color: #fff;
	}

/* SIDEBAR CONTENT */

.greyHighlightsBox {
	width: 220px;
	background: #666;
	color: #fff;
	}

.greyQuotesBox {
	width: 220px;
	background: #666;
	color: #fff;
	}

#greyHighlights p {
	margin-top: 0px;
	color: #fff;
	padding: 0px 5px;
	}

#greyHighlights h2 {
	margin-top: 0px;
	color: #fff;
	padding: 0px 5px;
	}

#greyHighlights h3 {
	text-align: right;
	margin-top: 0px;
	color: #fff;
	padding: 0px 5px;
	}

#talentHighlightsTable img {
	border: 1px solid #F60;
	}


div.blog_body {
  display: block;
  border-top: 1px black dotted;
}

p.inline {
  display: inline;
}

p.posted_by {
  display: inline;
}

div.postmetadata {
  border-top: 1px black dotted;
  font-size: smaller;
}

div.postmetadata p {
  font-size: smaller;
}

p.postmetadata {
 font-size: smaller;
}

p.blog_list_subheader {
  border-top: 1px black dotted;
}
