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

* {margin:0; padding:0;}

img {border:none}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1024px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
}
.menu {	
	position: relative;
	left:20px;
	width:944px;
	height: 151px;
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	background-color:#005daa;
	z-index:2;}
	

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}

.textbox {
	z-index:1;
	position:relative;
	top:0px;
	left:30px;
	width:940px;
	height:auto;
	margin: 10px 0px;
    border: 0px solid #fff;
    color: #fff;
    padding: 10px;
    text-align: left;
    background-color: #516abc;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;

    border-left: 3px solid #fff;
    border-right: 3px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.textbox2 {
	z-index:1;
	position:relative;
	top:0px;
	left:30px;
	width:940px;
	height:auto;
	margin: 10px 0px;
    border: 0px solid #fff;
    color: #fff;
    padding: 10px;
    text-align: left;
    background-color: #99ccff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;

    border-left: 3px solid #fff;
    border-right: 3px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.leftbox {
	position:relative;
	float:left;
	margin-left:30px;
	width:426px;
	height:270px;
	background-image:url(images/leftbox.png);
	background-repeat:no-repeat;
	z-index:1;
}

.centerbox {
	position:relative;
	float: left;
	margin-left:12px;
	width:256px;
	height:270px;
	background-image:url(images/centerbox.png);
	background-repeat:no-repeat;
	z-index:1;
}

.rightbox {
	position:relative;
	float: left;
	margin-left:15px;
	width:256px;
	height:270px;
	background-image:url(images/rightbox.png);
	z-index:1;
}

#logos {position:absolute;
		top:10px;
		left:20px;
		width:220px;
		height:250px;
}

.oneColFixCtrHdr #footer {
	position:relative;
	top:5px;
	height:47px;
	background-image:url(images/footerbar.png); background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer p {
	font-size:11px; font-weight:bold; text-align:center;
	margin: 0; 
	padding: 5px 0;
}

.oneColFixCtrHdr #footer p.orange {
	font-size:14px; font-weight:bold; text-align:center;
	color:#ffcc33;
	margin: 0; 
	padding: 5px;
}
.fltrt { 
	float: right;
	width:260px;
	margin-left: 8px;
	text-align:right;
}
.fltlft { 
	float: left;
	width:200px;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {font-size:18px; color:#ffcc33; padding-left:30px; padding-bottom:10px;}
h2 {font-size:16px; font-weight:bold; color:#ffcc33; padding:10px; text-align:center;}
h3 {font-size:14px; font-weight:bold; color:#ffcc33; padding:10px;}
h4 {font-size:14px; font-weight:bold; color:#ffcc33; padding:0px 10px 5px 10px;}
p {font-size:12px; font-weight:bold; padding:5px 30px;}
li.bullet { list-style-image:url(images/bullet.png); font-size:14px; font-weight:bold; padding-bottom:5px; margin-left:30px;}
ul.sitemap { font-size:12px; padding-bottom:10px;}
ul.offers { font-size:12px; font-weight:bold;}
ul.values { font-size:14px; font-weight:bold; color:#ffcc33; margin-left:30px;}
a:link {color:#ffcc33;}
a:visited {color:#CCC;}
span {color:#ffcc33;}
table.imagemenu {margin:0; background-color:#005daa;}
table.logos {margin-left:30px; font-size:14px; background-color:#FFF; padding-bottom:30px;}
td.logo {background-color:#FFF;}
table {margin-left:35px;}
td {font-size:12px; vertical-align:top; font-weight:bold;}
caption {text-align:left; font-weight:bold; color:#ffcc33; padding-bottom:20px;}

div.iframecopy
    {width:240px;
	height:190px;
	padding-right:10px;
	overflow:auto;
	scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#039;
    scrollbar-face-color:#06C;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#999;}

/*form*/

.formfield {
		border: #c6c6c6 1px solid; font-size: 11px; color:#676767; font-family:Arial, Helvetica, sans-serif; background-color:#ffffff;}
		
.formbutton {
		border: #999999 1px solid; font-weight:bold; font-size: 13px; background-color: #ffcc33; color: #005daa; font-family:Arial, Helvetica, sans-serif}
--> 