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

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	height: 100%;
    margin: 0 0 1px 0;
	padding: 0;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(images/header.png) repeat-x;
	background-color: #1098bf;
}
img {
    border: none;
}
hr {
	border-color: #c6dfea;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	height: 1px; overflow: hidden;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 8px 0;
}
h1 {
    font-size: 26px;
	line-height: 26px;
}
h2 {
    font-size: 21px;
	line-height: 21px;
	color: #9ad9eb;
	font-weight: normal;
}
h3 {
    font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
h4 {
    font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #9be8fe;
}
h5 {
    font-size: 21px;
	line-height: 22px;
	color: #666666;
}
h6 {
    font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #4b4b4b;
}
a:link,
a:visited {
    text-decoration: none;
    font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #075065;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: underline;
    color: #666666;
}
a:focus {
    outline: 0;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Header */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#header {
    width: 100%;
	height: 70px;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 5px;
	background-color: #007b9f;
}
h1 {
    float: right;
	clear: none;
	width: 347px;
	height: 35px;
	margin: 10px -4px 0 0;
	text-indent: -9999px;
	background: transparent url(images/logo.png) no-repeat 0 0;
}
h2 {
	float: right;
	clear: none;
	margin: 0;
}
div#header img {
    margin: 0;
    float: left;
	clear: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Main body */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#container {
    width: 700px;
	margin: 0px auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#left {
    width: 246px;
    margin-top: 284px;
    float: left;
    clear: none;
}
div#thumb1 {
	width: 118px;
	float: left;
	text-align: center;
}
div#thumb2 {
	width: 118px;
	float: right;
	text-align: center;
}
div#sponsorship {
	background: url(images/sponsor-mid.png);
}
div#sponsor_text {
	padding: 5px 15px 0 15px;
	color: #075065;
}
div#right {
    width: 440px;
	margin-top: 10px;
	float: right;
	clear: none;
	text-align: right;
}
div#opening {
	width: 373px;
	float: right;
}
div#right h4 {
    width: 373px;
	float: right;
}
div#one {
	height: 136px;
	width: 360px;
	float: right;
	clear: both;
	background: url(images/step-1.png) no-repeat 0 0;
}
div#onetext {
	padding: 70px 15px 0 0;
	font-size: 12px;
	color: #075065;
}
div#one a img {
	margin: 10px 18px 0 0;
}
div#two {
	width: 450px;
	margin-top: -36px;
	float: right;
	clear: both;
	font-size: 12px;
	color: #075065;
	background: url(images/2-mid.png);
	line-height: 14px;
}
div#twotext {
	width: 234px;
	float: left;
	padding: 5px 15px 0 15px;
}
div#form1 {
	float: left;
	clear: none;
}
div#form1 input {
	margin: -5px 0 8px 0;
}
div#form2 {
	width: 413px;
	float: left;
	clear: both;
	margin: 10px 0px 8px 18px;

	text-align: left;
}
div.form2left {
	width: 200px;
	float: left;
}
div.form2right {
	width: 200px;
	float: right;
}
div#form2 input {
	width: 195px;
}
div#two a img {
	margin: 10px 18px 0 0;
}
div#three {
	height: 248px;
	width: 450px;
	float: right;
	clear: both;
	background: url(images/step-3.png) no-repeat 0 0;
}
div#threetext {
	width: 400px;
	float: left;
	padding: 60px 25px 0 25px;
	font-size: 12px;
	text-align: left;
	color: #075065;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#footer {
	width: 100%;
	margin-top: 20px;
	float: left;
	clear: both;
	font-size: 14px;
	text-align: center;
	color: #075065;
}