﻿html, body {
	background-color: #323232;
	color: #fff;
	font: 11px/120% "helvetica";
	height: 100%;
	margin: 0px auto;
	text-align: center;
}

a, a:visited {
    color: #fff;
    text-decoration: none;
}

img {
	border: none;
}

h1, h2, h3, legend {
	color: #ff9933;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	line-height: 150%; 
}

h3, legend {
	font-size: 12px;
	line-height: 140%; 
}

legend {
    margin-bottom: 20px;
    margin-left: 70px;
}

.page {
	background-image:url('../images/RC_holding_page.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto; /* for the rest */ 
	min-height: 800px;
	padding: 500px 30px 30px 30px;
	position: relative;
	text-align: left;
	width: 900px;
}

#header {
    display: none;
}

#main {
    padding: 30px;
}

#footer {
    padding: 30px;
}
#footerleft {
    float: left;
    width: 200px;
}
#footerright {
    text-align: right;
}

#moreinfo {
    text-align: right;
}

#morelayer {
	display: none;
}

.center {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0px auto;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	text-align: left;
	width: 560px; 
}

.form fieldset {
	clear: both; 
	border-color: #fff;
	border-width: 0px;
	border-style: none;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
.form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	font-size: 12px;
	line-height: 140%;
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.form input[type="text"] {
	background-image: url('../images/RC_input_box.png');
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 322px;
	height: 41px;
	border: none;
	border-width: 0px;
	padding: 0.7em;
	float: none;
	font-size: 1.5em;
	color: #fff;
}

.form input[type="submit"] {
    background-image: url('../images/RC_submit_button_text.png');
	background-repeat: no-repeat;
    background-color: Transparent;
    border: none;
    color: #fff;
    height: 39px;
    margin-left: 120px;
    width: 205px;
}

.validation, .validation-summary {
    color: #cae365;
}

.validation-summary {
    margin-left: 300px;
}