html, body {
	height: 100%;
}

body {
	background-color:#FF6600;
	/*background-image:url(../images/templateBG.jpg);*/
	background-repeat:no-repeat;
	background-position:top center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000066;
}

p { margin: 0px 0px 5px 0px; }

a.transBtn {
	display:-moz-inline-box;
	display:inline-block;	
    background: transparent url(../images/trans_btn_right.gif) no-repeat top right; 
    text-decoration: none;
    color: #fff !important;
   	font-family: Arial, Helvetica, sans-serif;
   	font-weight:600;
	text-align:center;
    padding:0 14px 5px 0;
	margin:0 7px;
	height:28px;
	text-decoration:none;
}

a.transBtn:hover{
    text-decoration:none;
	cursor:pointer;
}

a.transBtn span { 
	font-size:16px;
    background: transparent url(../images/trans_btn_left.gif) no-repeat top left;
    height: 28px;
	line-height:28px;
	padding:0 5px 10px 19px;
	margin:0;
	cursor:pointer;
	text-decoration:none;
	display: inline-block;
}

* html a.transBtn {
	display:inline;
	width:1%;
	white-space:nowrap;
}

* html a.transBtn:hover{
    text-decoration:none;
	cursor:pointer;
}

#container {
	background-image:url(../images/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 845px;
	margin:0 auto;
	text-align:center;
}

#header {
	height:130px;
	width: 782px;
	padding-top:40px;
	margin: 0 auto;
}

#header .ing { padding-left: 25px; }
#header .osa { padding-right: 25px; }

#header #header_headline {
     margin-top:10px;
	height: 55px;
	background-image:url(../images/header_headline.gif);
	background-repeat:no-repeat;
	background-position:middle;
}

#header #header_headline h1 {
	color:#FFF;
	font-size:2.4em;
	line-height: 1.3em;

}

#leftColumn {
	width: 450px;
	height: 330px;
	float:left;
	padding-left: 50px;
	text-align:left;
}

#leftColumn h1 {
	font-size:1.9em;
	padding: 30px 0px 5px 0px;
}

#leftColumn ul {
	list-style-image:url(../images/bullet.gif);
	padding-left: 15px;
}

#leftColumn ul li{
	padding-bottom: 10px;
	line-height: 1.1em;
}

#leftColumn #cta {
	padding-top:10px;
	padding-left:20px;
}

#rightColumn {
	width: 285px;
	height: 330px;
	float:right;
	padding-right:50px;
	padding-bottom:60px;
}

#rightColumn h1 {
	padding-top: 5px;
	font-size:1.4em;
}

#rightColumn .oj {
	color:#FF6600;
	font-size: 1.5em;
}

#rightColumn p {
	font-size:0.9em;
}

#rightColumn form .ref_code {
	width: 200px;
	margin-bottom: 20px;
}

#rightColumn form .cta {
	margin-left: 10px;
}

#rightColumn form .open {
	margin-right: 10px;
}

#footer {
	clear:both;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FF6600;
	width: 845px;
	text-align:left;
}

#footer #legal {
	width: 600px;
	padding-left: 40px;
	font-size:0.7em;
	line-height: 1.2em;
	color:#FFFFFF;
	padding-top: 30px;
	padding-bottom: 25px;
}

#footer strong { font-size: 1.1em; }

#footer #logos {
	float:right;
	position:relative;
	top: -90px;
	right: 25px;
}

#footer #logos_noRef {
	float:right;
	position:relative;
	top: -63px;
	right: 25px;
}

.alignLeft { float:left; }
.alignRight { float:right; }
.alignNone { clear:both; }
