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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 780px;
	height: 525px;
	
	position: relative;
	background-image:url(images/main-bg.jpg);
	background-repeat: no-repeat;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BE1F24;
	font-weight: bold;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #mainContent a {
	color: #FFF;
}

.oneColElsCtr #mainContent a:hover {
	color: #FFF;
	text-decoration: none;
}

.oneColElsCtr #subContent {
	margin-left: 350px;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 140px 20px 180px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #subContent h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	
}

#signUp {
	behavior: url('csshover.htc');
	behavior: url('iepngfix.htc');
	background-image:url(images/buttons_03-trans.png);
	width: 338px;
	height: 95px;
	cursor: pointer;
}

#signUp:hover {
	behavior: url('csshover.htc');
	behavior: url('iepngfix.htc');
	background-image:url(images/buttons-ro_03-trans.png);
	width: 338px;
	height: 95px;
	cursor: pointer;
}
#obtain {
	behavior: url('csshover.htc');
	behavior: url('iepngfix.htc');
	background-image:url(images/buttons_06-trans.png);
	width: 338px;
	height: 95px;
	cursor: pointer;
}
#obtain:hover {
	behavior: url('csshover.htc');
	behavior: url('iepngfix.htc');
	background-image:url(images/buttons-ro_06-trans.png);
	width: 338px;
	height: 95px;
	cursor: pointer;
}
#footer {
	position: absolute;
	width: 780px;
	top: 525px;
	}
	
#footer a{
	text-decoration: none;
	color: #BE1F24;
	}
#footer a:hover{
	text-decoration: underline;
	color: #FFCC40;
	}


.oneColElsCtr #formContent {
	padding: 80px 20px 180px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 315px;
	
}

.oneColElsCtr #formContent h2 {
	font-size: 18px;
	color: #FFCC40;
}
.oneColElsCtr #formContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColElsCtr #formContent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC40;
	text-decoration: underline;
}



.oneColElsCtr form {
	padding: 21px;
	}
	
.alert {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc40;
	font-weight: bold;
	}

.text {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	font-weight: lighter;
	}
.text2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
	}
	
input {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #be1f24;
	
	}
