﻿.startPageImage
{
    float: left;
    padding-right: 4px;
}

#image_wrap {float:left; width:439px; text-align:center;}
#description {font-family: Arial; font-size: 11px; margin-top: 5px;}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	float:left;
	overflow:hidden;
    width:192px;
}
	

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	
	clear:both;
}

.items div {
	float:left;
}

/* single scrollable item */
.scrollable img {
	/*float:left;*/
	margin:0px 0px 15px 15px;
}

/* active item */
.scrollable .active {
	cursor:default;
}
.scrollable img:hover{cursor: pointer;}
#bannerRoller {
clear: both;
min-height: 105px;
position: relative;
}

.introText
{
    padding-top:10px;
}
.mainIntro
{
    font-size: 1em;
    /*border-bottom: solid 2px #f1f1f1;*/
    padding-bottom: 10px;
}
.mainText
{
    font-size: 1em;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mainText  ol
{

    margin-left:12px;
    padding-left:12px;
    padding-right:9px;
}
.mainText  ul
{

   margin-left:9px;
   padding-left:9px;
}

.mainText td
{
    border-spacing: 10px;
}
.mainText td p
{
    margin: 0;
}
img.leftfloatingimage
{
    margin-right: 1px;
	float: left;
	padding-left:25px;
}
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
	
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}
.heading
{
    font-weight: bold;
    padding-bottom:8px;
}
.newsElement
{
    padding-bottom: 10px;
   padding-top: 2px;
}
.article_item
{
    margin-bottom: 10px;
    background-color: #f1f1f1;
    width:100%;
}
.article_heading
{
   font-weight:bold;
   margin-left:0px;
   padding-bottom: 3px;
   padding-top: 0px;
   display:block;
}
.article_img
{
    float: left; padding-right: 5px; padding-bottom: 3px; padding-top: 5px;
}
.article_intro
{
    padding-bottom: 5px;
    padding-right:5px;
    margin-left:5px;
}
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

.QuickSearchArea
{
   
	margin: 7px 20px 0px 0px;
   
}
.searchText
{
 
    float:left;
    height: 16px;
    padding: 2px;
    margin: 0 10px 5px 0;
}
.quickSearchField
{
    border: 2px solid #F1F1F1;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 11em
}
.quickSearchButton a
{
	height: 20px;
	display: block; 
	float: left;
	background-color: #aaa;
	color: #fff;
	padding: 3px 8px 0px 8px;
	
}

.quickSearchButton a:hover
{
	text-decoration: none;
	color: #fff;
}
   
.resultArea
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.resultArea p
{
    margin-top: 0;
}
.resultArea li
{
    padding-bottom: 10px;
    list-style-type:none;
}
.test{
}
.test2
{
}

.smallhr 
{
	height: 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	font-size: 1px;
}
