@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	color:#4c4640;
}

#bg-pciture{
	background: url(../images/bg.jpg) repeat-x left top;
	min-height:512px;
}
#light-purple-container{
	width: 945px;
	background: url(../images/light-purple-bg.gif) repeat-y left top;
	margin: 0 auto!important;
	padding:0 0 50px!important;
	position: relative;
}
#logo{
	background: url(../images/logo.gif) no-repeat left bottom;
	display: block;
	height: 199px;
	width: 632px;
	text-indent: -9999px;
	margin-left: 88px;
}
#dark-purple-container{
	position:relative;
	z-index:1;
	background: #9d9ca1;
	padding: 20px 20px 100px;
	width: 585px;
	margin-top: 20px;
}
	#dark-purple-container p{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
}


#dark-purple-container2{
	position:relative;
	z-index:1;
	background: #9d9ca1;
	padding: 20px 20px 100px;
	width: 585px;
	margin-top: 20px;
}
	#dark-purple-container2 p{
	margin: 0 0 16px 0;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
}

#dark-purple-container2 a:link, #dark-purple-container2 a:visited{color:#FFF; font-weight:bold; text-decoration:underline;}
#dark-purple-container2 a:hover{
	color:#D5D5D7;
}

#click-to-register{
	background: #FFF;
	padding: 20px;
	width: 375px;
	border: 5px solid #9d9ca1;
	position: absolute;
	left: 88px;
	z-index:5;
	font-size:22px;
	top: 460px;
}

	#click-to-register a, #click-to-register a:link, #click-to-register a:visited{font-size:36px!important; color:#029ca1;}
	#click-to-register a:hover{
	color:#02CDD2;
}
#main-container{
	width: 857px;
	padding: 20px 0 40px 88px;
	margin: 0 auto;
}

	#main-container p{
	font-size: 16px;
	line-height: 24px;
}
	#main-container ol{position:relative; margin:0;}
		#main-container ol li{font-size: 16px; line-height: 24px;}


#footer{
	width: 837px;
	margin: 20px auto 0 auto;
	background-color:#e2e2e4;
	padding: 20px 20px 20px 88px;
}

#footer a:link, #footer a:visited{font-weight: bold;
	color: #4b4a50; text-decoration:underline}
#footer a:hover{
	color: #818088;
}

#footer #left,#footer #right{font-size:14px; line-height:19px;}
#footer #left{width:400px; float:left;}
#footer #right{width:400px; float:right; text-align:right;}

.promises{margin:20px 0; width:275px; height:53px; display:block}

/*spans*/

.bold-dark{
	font-weight: bold;
	color: #4b4a50;
}

h2.header{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #b06743;
}

h2.headerdark{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #4b4a50;
}




/*form*/

fieldset {
	padding: 00px;
	margin:0;
	width: 585px;
	border:none;
}

legend {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
fieldset ol {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
fieldset li {
  padding-bottom: 10px;
  margin-bottom:10px;
  min-height:25px;
}
fieldset li.field-label {
  padding-bottom: 3px;
  margin-bottom:0;
}

fieldset li.address1 {
  margin-bottom:3px;
}
fieldset li.address2 {
  padding:0;
  margin:0;
  margin-top:-30px;
  margin-bottom:10px;
}
label {
	width: 500px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	margin-top: 3px;
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.regForm {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}

.regForm input, .regForm select, .regForm textarea{
	font-family: Arial,Helvetica,sans-serif;
  	font-size: 14px;
	color: #4c4640;
}

.regForm input:focus, .regForm select:focus, .regForm textarea:focus{
	background: #ffffff;
}

.regForm input{
	
	padding: 7px;
	width: 500px;
	background: #e2e2e4;
	border: 1px solid #8b8b8f;
}

.regForm select {
	padding: 7px;
	width: 500px;
	background: #e2e2e4;
	border: 1px solid #8b8b8f;
}
.regForm textarea {
  	padding: 7px;
	width: 500px;
	background: #e2e2e4;
	border: 1px solid #8b8b8f;
	height:120px;
}
.regForm input.subButton {
	font-size:14px;
	width:200px;
	padding:5px;
 	background: #4b4a50;
	color:#fff;
	font-weight:bold;
	clear:both;
	float:left;
	border:none;
}

.regForm input.subButton:hover {
	background: #818088;
	cursor:pointer;
}

input.complete{
	font-size:14px;
	width:400px;
	padding:5px;
	background: #B06743;
	color:#fff;
	font-weight:bold;
	clear:both;
	float:left;
	border:none;
}
input.complete:hover {
	background: #C58465;
	cursor:pointer;
}
.regForm input[type=radio]{
  width:auto;
}


.secure{padding: 7px;
	width: 500px;
	background: #e2e2e4;
	border: 1px solid #8b8b8f;
	height:120px;}
	
	.secure p{font-family: Arial,Helvetica,sans-serif;
  	font-size: 18px!important;
	line-height:23px;
	color: #4c4640!important;}
