/*
#00355E = NAVY BLUE
#C8A43E = MUSTARD YELLOW
#547996 = LIGHTER BLUE
#F6E5B6 = LIGHT YELLOW
*/

* { margin: 0; padding: 0; }

body {
	background:#00355E url(../gfx_register/bg.gif) repeat-x 0 0;
	color:#000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.nowrap {
	white-space: nowrap;
}

a { color:#C9A43F; text-decoration: none; }
a:hover { color:#ffffff; }

a img { border: none; outline: none; text-decoration: none; }

#navigation { display: none; }

#wrapper {
	position:absolute;
	width: 990px; 
	height: 580px; 
	margin: -290px 0px 0px -496px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #fff;
}

#container {
	width: 990px;
	height: 578px;
	background: url(../gfx_register/bg_mid.gif) repeat-y 0 0;
	position: relative;
}
#header {
	height: 353px;
}

#footer {
	padding: 0;
	bottom: 10px;
	left: 0;
	position: absolute;
}
#disclaimer {
	color: #9D8A34;
	font-size: 10px;
	padding: 5px 80px 0 25px;
}
#goBack {
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-indent: -9999px;
}
#goBack a {
	display: block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	background: url(../gfx_register/goBack.gif) no-repeat 0 0;
}
#goBack a:hover {
	background-position: -140px 0;
}

#foot_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 515px;
	height: 202px;
	background: url(../gfx_register/rendering.jpg) no-repeat 0 0;
}
#foot_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 575px;
	height: 202px;
	background: url(../gfx_register/foot_right.gif) no-repeat 0 0;
}
#logo {
	float: left;
	width: 415px;
	height: 353px;
	background: url(../gfx_register/logo.gif) no-repeat 0 0;
}
#register {
	float: right;
	width: 575px;
	
}
#register h2 {
	display: block;
	background: url(../gfx_register/registration.gif) no-repeat 162px 90%;
	height: 105px;
	width: 575px;
	text-indent: -9999px;
	margin: 0; 
	padding: 0;
}
#privacy {
	height: 40px;
	line-height: 1.2em;
	color:#B19743;
	float: left;
	width: 352px;
	font-size: 10px;
	background: url(../gfx_register/privacy.gif) no-repeat 0 10px;
}
#privacy p {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#logo p,
#logo h1,
#content p,
#content ul,
#footer p,
#footer ul { 
	display: none; 
}

.messaging {
	padding: 0 70px 0 165px;
	color: #fff;
}
.messaging p {
	margin: 0 0 10px;
	line-height: 1.4em;
}

/* Request Form
--------------------------------------------------------------------------------------------------- */
form { 
	padding: 0 54px 0 0; 
	clear: both;
}
form fieldset {
	border: none;
}
form fieldset legend {
	display: none;
}
.field label, 
.field input,
.field select {
	display: block;
	width: 65%;
	float: left;
	margin: 0;
	padding: 0;
}
.field textarea {
	width: 65%;
	height: 80px;
}
.field label {
	text-align: right;
	width: 30%;
	margin-right: 2%;
	color:#C8A43E;
	padding: 2px 0 0 0;
}
.field input,
.field select {
	background:#fff; 
	color:#00355E;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}
* html .field select {
	width: 66%;
}
form .field {
	clear: left;
	padding: 8px 0;
}
.send input {
	margin: 0;
	padding: 0 20px 0 0;
}
.send {
	padding: 10px 0 0 0;
	float: right;
	width: 148px;
}
.send input {
	width: 109px;
	height: 24px;
	display: block;
	border: none;
	outline: none;
	float: right;
}


#renderings { padding: 12px 0 0 0; }


/* Easy Clearing
--------------------------------------------------------------------------------------------------- */
.field:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.field {display: inline-block;}

/* Hides from IE-mac \*/
* html .field {height: 1%;}
.field {display: block;}
/* End hide from IE-mac */