#leftColumnContent .csc-textpic img {
	margin-bottom: 20px;
}

.sIFR-alternate {
	display: none;
}

#content p.bodytext {
	margin-bottom: 20px;
}

#content ul,
#content ol {
	list-style: none;
	margin-bottom: 20px;
}

#content ol {
	background: url('images/bulletNumber.png') 0 10px no-repeat;
}

#content ul li,
#content ol li {
	line-height: 27px;
	padding-left: 20px;
	background: url('images/bullet.png') 0 6px no-repeat;
}

#content ol li {
	background: 0 none;
}

/* -- -- -- -- table -- -- -- -- */
#content table {
	width: 100%;
	margin-bottom: 30px;
}

#content table thead th,
#content table tbody td {
	font-weight: normal;
	text-align: right;
	width: 20%;
}

#content table thead th.first,
#content table tbody td.first {
	text-align: left;
	width: 40%;
}

#content table thead th.first {
	font-size: 20px;
	line-height: normal !important;
}

#content table thead th.first strong {
	color: #0071bd;
}

#content table thead th.first strong embed {
	margin-bottom: -5px;
}

#content table thead tr th {
	border-bottom: 5px solid #fff;
	color: #666;
	font-size: 10px;
}

#content table tr span,
#content ul.linkList span.detail {
	color: #666;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

#content table tbody tr td {
	background-color: #f0f0f0;
	padding: 2px 5px;
	border-bottom: 3px solid #fff;
}

/* -- -- -- -- sitemap -- -- -- -- */
.tx-flseositemap-pi1 ul.deep0 {
	width: 50%;
	float: left;
}

.tx-flseositemap-pi1 ul li {
	margin-bottom: 5px;
}

.tx-flseositemap-pi1 ul li a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.tx-flseositemap-pi1 ul ul li a {
	font-size: 12px;
	font-weight: normal;
}

/* -- -- -- -- footer content -- -- -- -- */
#footerContent,
#footerContent a {
	color: #999;
}

#footerContent .box {
	padding: 15px 0 0;
	float: left;
	margin-right: 110px;
}

#footerContent #boxHours {
	margin-right: 0;
}

#footerContent span.headline {
	display: block;
	color: #fff;
}

/* -- -- -- -- overidden typo3 styles -- -- -- -- */
div.csc-textpic-left div.csc-textpic-text {
	clear: none;
}

#content div.csc-textpic-imagewrap ul,
#content div.csc-textpic-imagewrap ul li {
	list-style: none;
	background: none;
	padding: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #f0f0f0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img:hover {
	border-color: #d0d0d0;
}

/* -- -- -- -- list -- -- -- -- */
.listItem {
	clear: both;
	margin-bottom: 20px;
	position: relative;
	margin-right: -35px;
	margin-left: -35px;
	background-color: #f8f8f8;
}

.listItem:hover {
	background-color: #f1f1f1;
}

.listItem .image {
	width: 230px;
	float: left;
}

.listItem .title {
	font-size: 20px;
	line-height: normal;
	color: #0071bd;
}

.listItem .listItemInfo {
	padding-top: 10px;
	margin-left: 240px;
}

.listItem .moreLink {
	position: absolute;
	right: 35px;
	bottom: 20px;
	background: url('images/bullet.png') right center no-repeat;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
}

.listItem .moreLink a {
	text-decoration: none;
	color: #656a70;
}

.listItem .moreLink a:hover {
	color: #0071bd;
}

/* -- -- -- -- team member -- -- -- -- */
div#teamMember .image {
	margin: -20px 0 20px -35px;
}

div#teamMember .info {
	width: 200px;
	float: left;
}

div#teamMember .title {
	font-size: 20px;
	line-height: normal;
}

div#teamMember .message {
	margin-left: 220px;
}

/* -- -- -- -- forms -- -- -- -- */
input.inputText,
textarea,
select {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	width: 95%;
	padding: 4px;
	font-size: 12px;
	font-family: Verdana, Arial, "Times New Roman";
	color: #666;
}

.formElementHalfContainer input.inputText,
.formElementHalfContainer textarea {
	width: 88%;
}

.inputTextSmall {
	width: 70% !important;
}

.inputTextTiny {
	width: 20% !important;
}

.button {
	color: #fff;
	font-size: 12px;
	padding: 3px 10px 4px;
	border: 0 none;
	background-color: #0071bd;
}

.formSubmit {
	text-align: right;
	padding-right: 8px;
}

/* ### -- -- -- -- -- Form Element -- -- -- -- -- ### */

.formElement {
	clear: both;
	padding: 7px 0;
}

.formElement:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.formElementHalfContainer {
	width: 50%;
	float: left;
}

.formElementRequired {
	background-color: #fff2fa;
	padding: 4px 0;
	margin-bottom: 6px;
}

.formElementRequired label {
	font-weight: bold;
}

/* ### -- -- -- -- -- Form Field -- -- -- -- -- ### */

.formField {
	padding: 0;
	display: block;
}

.formElement .formField {
	margin-left: 120px;
}

.smallForm .formElement .formField {
	margin-left: 90px;
}

.formFieldInfo {
	margin-top: 5px;
	font-size: 10px;
	color: #05a;
}

fieldset .formElement .formField {
	margin-left: 90px;
}

.formField input, .formField select, .formField textarea  {
	margin: 2px 0;
}

.formField label {
	font-size: 1em !important;
	margin-bottom: 3px;
}

label.multipleOption {
	width: 150px;
	float: left;
}

label.multipleOptionUnsorted {
	padding-right: 20px;
}

.formField label.disabled {
	color: #231f20;
}

/* ### -- -- -- -- -- Form Field Label -- -- -- -- -- ### */

label {
	color: #000;
}

.formFieldLabel {
	text-align: right;
	float: left;
	width: 110px;
	color: #aaa;
	padding-top: 3px;
}

.smallForm .formElement .formFieldLabel {
	width: 70px;
}

.formFieldLabel img {
	vertical-align: middle;
}

fieldset .formFieldLabel {
	width: 90px;
}

div.errorField label,
.error {
	color: #bd0000;
	font-weight: bold;
}

div.errorField input.inputText,
div.errorField select,
div.errorField textarea {
	border-color: #bd0000;
}
