@charset "utf-8";
/* CSS Document */

body {
	
	margin:0px;
	background-image: url(images/backgroundblue-lighter.gif);
	background-repeat: repeat;	
	
}


.navigation {
	
	float:left;
	width:155px;
	
}

.wrapper_main {
	
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-375px;
	margin-top:50px;
/*	border: 1px solid #036;*/
	
}


.wrapper_right {
	
	float:left;	
	
}


.banner {
	
	height:118px;
	float:left;
	line-height:0px;
	
}


.clear {
	
	clear:left;
	margin-bottom:25px;
	
}


.footer {
	
	clear:both;
	width:514px;
	height:21px;
	background-image: url(images/background_text_bottom.png);

}


.iframe_content {
	
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFffcd;
	/*padding-left:10px;*/
	display:table;
	line-height:15px;
	/*min-height:300px;*/
	
}


.feature_image {
	
	float:left; 
	/*margin-right:10px; */
	width:100px;
	
}


.feature_image img {
	
	border: 1px solid #41428e;
	
}


.feature_text {
	
	/*float:left;*/
	width:375px;
	margin-left:110px;
	/*line-height:15px;*/
	
}

.feature_text p {
	
	margin-top:0px;	
	
	
}

.feature_text img {
	
/*	margin-bottom:3px;
	margin-top:5px;*/
	
}


.text {
/*	background-image: url(images/vignette_mousewaving.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right:10px;*/
	background-color:#6365ce;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFffcd;
	border-right-color: #FFffcd;
	border-bottom-color: #FFffcd;
	border-left-color: #FFffcd;
	display:table;
	width:488px;
	padding-left:15px;
	padding-right:10px;
	/*height:440px;*/
	
}

.text_contact {
	
	background-image: url(images/background_contact.png);
	background-repeat: no-repeat;	
	width:562px;
	height:490px;
	
	
}


.text p {
	
	margin-top:0px;	
	
}

h1 {
	
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
	
}

h2 {
	
	font-size:9px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-bottom:0px;
	text-align:center;
	line-height:11px;
	
	
}

h5 {
	
	color:#CCC;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	
	
}

.border {
	
	border: 1px solid #41428e;	
		
}


A:link {color: #20226f; text-decoration: none; font-weight: normal;}
A:visited {color: #20226f; text-decoration: none; font-weight: normal;}
A:hover {color: #DF7E00; text-decoration:underline; font-weight: normal;}
