* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

html {
	height: 100%;
  padding-bottom: 1px;
}

body {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #f6f4f0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
}

a {
	color: #ca2028;
	outline: none;
}

a:link {
	color: #ca2028;
}

a:visited {
	color: #ca2028;
}

a:hover {
	color: #ca2028;
}

a:active {
	color: #ca2028;
}

a:focus {
	color: #ca2028;
}

a img {
	border: 0;
}

h1,h2,h3,h4 {
	color: #ca2028;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0 0 1em 0;  
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

input, textarea, select, option {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
}

input, textarea, select {
	background-image: url('../images/bg_input.png');
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid;
	border-color: #CFCFCF;
	padding: 5px;
}

input[type="submit"] {
	background-image: url('../images/bg_input_submit.png');
	border-width: 1px;
}

select {
	padding: 0px;
}

#edit_form p {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

.body_print {
	background-color: #ffffff;
	background-image: none;
}

table {
  margin: 0 0 2em 0;
}

.contentbox {	
	font-size: 0.8em;
	padding: 10px 20px 20px 20px;
}

.contentbox h1,.contentbox h2,.contentbox h3,.contentbox h4 {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ca2028;
	width: 60%;
}	

.contentbox p {
  line-height: 1.5em;
  padding: 0 0 2em 0;
  overflow: hidden;
}

.contentbox ol {
	margin: 0 0 0 1.9em;
  padding: 0 0 2em 0;
}

.contactform {
	overflow: hidden;
}

.contactform_submit {
	margin: 20px 0 0 250px;
}

.contentbox ul {
	margin: 0 0 0 1.5em;
  padding: 0 0 2em 0;
}

.contactform_leftbox {
	float: left;
	width: 49%;
}

.contactform_rightbox {
	float: right;
	width: 49%;
}

.contenttoolbar {
	padding: 10px 20px 0 0;
}

.events_entry {
	margin: 0 0 1.2em 0;
	padding: 0 0 0 0.5em;
}

.events_entry h3 {
	border: 0;
	font-size: 1em;
	font-variant: normal;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	width: 100%;
}

.events_entry p {
	margin: 0 0 0 0;
	padding: 0.2em 0 0 0;
}

.events_entry_summary {
	color: #6F6F6F;
}

.events_entry_data, .events_entry_summary {
	font-size: 0.85em;
}

.footerbox {
	font-size: 0.8em;
	text-align: center;
}

.form_label_block {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.form_selection {
	display: block;
}

.headerbox_navigation {
	color: #ffffff;	
	text-align: right;
}

.headerbox_navigation ul {
	list-style-type: none;
}

.headerbox_navigation li {
	
}

.infobox {
	font-size: 0.85em;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0 15px 0 15px;
}

.infobox p {
	font-size: 0.9em;
	text-align: justify;
}

.infobox h1, .infobox h2, .infobox h3, .infobox h4 {
	font-size: 1em;
	margin: 0 0 15px	 0;
}

.infobox .events_entry h3 {
	border: 0;
	font-size: 0.9em;
	font-variant: normal;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	width: 100%;
}

.infobox .events_entry_data, .infobox .events_entry_summary {
	font-size: 0.8em;
}

.navigation_link {
	background-image: url('../images/bg_nav-trans.png');
	background-repeat: no-repeat;
	background-position: center right;
	color: #ffffff;
	display: block;
	letter-spacing: 2px;
	font-size: 0.8em;
	padding: 5px 20px 5px 0;
	text-decoration: none;
}

.navigation_link:link {
	color: #ffffff;
}

.navigation_link:visited {
	color: #ffffff;
}

.navigation_link:hover {
	background-image: url('../images/bg_nav_hover-trans.png');
	background-repeat: no-repeat;
	background-position: center right;	
	color: #ffffff;
}

.navigation_link:active {
	color: #ffffff;
}

.navigation_link:focus {
	background-image: url('../images/bg_nav_hover-trans.png');
	background-repeat: no-repeat;
	background-position: center right;		
	color: #ffffff;
}

.navigation_link_sel {
	background-image: url('../images/bg_nav_sel-trans.png');
}

.navigation_sub ul {
	list-style-type: none;
}

.navigation_sub_link {
	background-image: url('../images/bg_nav_sub-trans.png');
	background-repeat: no-repeat;
	background-position: center left;	
	color: #000000;
	display: block;
	font-size: 0.9em;
	padding: 5px 0 5px 20px;
	text-decoration: none;
}

.navigation_sub_link:link {
	color: #000000;
}

.navigation_sub_link:visited {
	color: #000000;
}

.navigation_sub_link:hover {
	background-image: url('../images/bg_nav_sub_hover-trans.png');
	background-repeat: no-repeat;
	background-position: center left;		
	color: #000000;
}

.navigation_sub_link:active {
	color: #000000;
}

.navigation_sub_link:focus {
	background-image: url('../images/bg_nav_sub_hover-trans.png');
	background-repeat: no-repeat;
	background-position: center left;		
	color: #000000;
}

.navigation_sub_link_sel {
	background-image: url('../images/bg_nav_sub_sel-trans.png');
}

.news_box {
	margin: 0 0 20px 0;
}

.news_box h3 {
	border: 0;
	font-size: 1em;
	font-variant: normal;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	width: 100%;
}

.news_box hr {
	border: 0;
	background-color: #ca2028;
	color: #ca2028;
	height: 1px;
	margin: 15px auto;
	width: 80%;
}

.news_box_date {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

.news_box_headline {
	font-size: 0.9em;
	margin: 0 0 5px 0;
}

.news_box_morelink {
	display: block;
	font-size: 0.9em;
	text-align: center;
}

.news_box_summary {
	font-size: 0.8em;
	text-align: justify;
}

.team_box_entry {
	margin: 0 0 15px 0;
	overflow: hidden;	
}

.team_box_entry_data_image {
	float: left;
	padding: 0 0 0 0;
	width: 325px;
}

.team_box_entry_data {
	width: 425px;
}

.team_box_entry_name {
	margin: 0 0 0.5em 0;
}

.team_box_entry p.team_box_entry_department {	
	font-style: italic;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 0;
}

.team_box_entry_description {
	font-size: 0.85em;
	
}

.team_box_entry_image {
	
}

.team_box_short table {
	font-size: 0.85em;
	width: 100%;
}

.team_box_short th {
	background-color: #cb212c;
	color: #ffffff;
	text-align: left;
}

.team_box_short th,td {
	padding: 5px 20px 5px 5px;
}

.team_box_short_table_row_name {
	width: 50%;
}

.team_box_short_table_row_class {
	width: 50%;
}

.team_box_short_table_roweven {
	background-color: #f7dad0;
}

.team_box_short_table_rowodd {
	background-color: #ee9e8c;
}

.contentbox .news_box_summary {
	font-size: 1em;
}

p.comp_customer_event_detail_data {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}

p.comp_customer_event_detail_summary {
	margin: 0 0 1em 0;
	padding: 10px 0 10px 0;
}





