/**
 * Defaults
 */
html {
	overflow: -moz-scrollbars-vertical;
}

*:-moz-any-link:focus {
	outline: none;
}

/* old color: #color: #7a878f; */

body {
	font-family: Arial, Verdana;
	font-size: 0.75em;
	line-height: 130%;
	background-color: #cdd8da;
	color:#596368;
}

sub,sup {
	line-height: 0px;
	font-size: 75%;
}

h1 {
	font-size: 16px;
	margin-bottom: 7px;
	color: #bb5d1f;
}

h2 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #112c5d;
}

h3 {
	font-size: 12px;
	margin-bottom: 7px;
}

.blue {
	background-color: #2a4f6c;
}

a {
    color: #367fb0;
    text-decoration: underline;
}

p {
    margin-bottom: 15px;
    
}

.tgrid_4 {
    width: 220px;
    padding: 0px 20px 0px 20px;
    vertical-align: top;
}

.tgrid_8 {
    width: 440px;
    vertical-align: top;
}

.tgrid_4_last {
    width: 240px;
    margin: 0px;
    padding: 0px;
    background-color: #1c374c;
    height: 100%;
}

#MainContainer { margin: 0 auto; }

#ContentArea {
    background-image: url( ../images/content_tile.jpg );
    background-repeat: repeat-x;
    background-color: white;
}

#Footer {
    border: 1px solid #1c374c;
    border-top: none;
}

#ContentArea {
    border-left: 1px solid #1c374c;
    border-right: 1px solid #1c374c;
    border-bottom: 1px solid #1c374c;
}

#BannerArea {
    border-left: 1px solid #1c374c;
    border-right: 1px solid #1c374c;
}

#Head {
    border: 1px solid #1c374c;
    border-bottom: none;
}

#TeaserContent input
{
    border: 1px solid #1C374C;
    margin-left: 13px;
}

#TeaserContent label
{
    margin-left: 13px;
}

* html #TeaserLinks li {
    width:95%;
}

#SearchWrap {
    top:160px;
}

#SearchFormLeft {
    float: left; 
    width: 16px; 
    height: 26px; 
    background-image: url("../images/searchfield_left.png");
}

#SearchForm {
    float:left;
}

.searchField {
   background:url("../images/searchfield_text.png") repeat scroll 0 0 transparent;
   border:medium none;
   height:24px;
   line-height:24px;
   position:relative;
   width:145px;
   float:left;
}

.searchButtonSplash {
   float:left;
}	

#Claim {
   font-weight:bold;
   font-size:14px;
}
