@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	background:url('../images/background.jpg');
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	font-family:Tahoma;
}
img{
	border: none;
}
h1,h2,h3{
	font-family: "Futura Bk", Arial;
	margin: 0px;
	font-weight:lighter;
}
label{
	color: #ee1997;
	font-weight: bold;
}
label.radio_label{
	color: #7c7c7c;
	font-weight: bold;
}
strong{
	font-weight: bold;
}
th{
	color: #3399FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#container{
	width: 1026px;
	margin: 0px auto;
}
#header{
	height: 110px;
}
#header_background{
	margin-left: 23px;
	margin-right: 23px;
	background: url('../images/header_image2.png') no-repeat;
	height: 125px;
	z-index:2;
}
#logo_container{
	text-align:right;
	padding-top: 40px;
}
#content_top{
	background:url('../images/content_top_03.png') no-repeat;
	z-index: -20;
}
#content_container{
	margin-left: 23px;
	margin-right: 23px;
	padding-top: 30px;
}
#content{
	background-color: #FFFFFF;
	/*border: 1px solid #FFFFFF;*/
	padding: 0px 20px 0px 20px;
	background-image: url('../images/flower.jpg');
	background-repeat:no-repeat;
	background-position:  20px bottom;
}
#content2{
	background-color: #FFFFFF;
	/*border: 1px solid #FFFFFF;*/
	padding: 0px 20px 0px 20px;
	background-repeat:no-repeat;
	background-position:  20px bottom;
}
#content_bottom{
	width: 980px;
	margin: 0px auto;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url('../images/content_bottom.jpg') no-repeat;
}
#footer{
	text-align:center;
	padding: 10px;
}
#footer p{
	color: #FFFFFF;
}
#index_content{
	text-align: right;
	background: url('../images/index_background.png') no-repeat;
	background-position: bottom;
	height: 600px;
	clear: both;
}
#apply_now_link{
	color: #FF0066;
	font-size: 48px;
	text-align:left;
	font-family:"Futura Bk", Arial;
}
#apply_now_link strong{
	font-size: 32px;
	margin: 0px;
}
#apply_now_link:hover strong{
	text-decoration:underline;
}
.emphasize{
	color: #FF0066;
}
.application_steps{
	float:left;
	font-size: 24px;
	text-align:center;
	width: 300px;
}
#navigation_container{
	background: url('../images/flower.jpg') no-repeat;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contact_information{
	background: url('../images/contact_info_logo.png') no-repeat 0px 30px;
	padding-top: 40px;
	padding-left: 120px;
}
#getting_to_know_information{
	background: url('../images/getting_logo.png') no-repeat 0px 30px;
	padding-top: 40px;
	padding-left: 200px;
}
#personal_references{
	background: url('../images/personal_reference.png') no-repeat 0px 30px;
	padding-top: 60px;
	padding-left: 90px;
}
.label_container{
	text-align: right;
}
input[type=text]{
	font-family: Tahoma;
	background: url('../images/textfield.jpg') no-repeat;
	border: none;
	padding: 10px;
	width: 267px;
}
#visitor_submit{
	border: none;
	cursor: pointer;
	background: url('../images/next.jpg') no-repeat;
	width: 156px;
	height: 56px;
}
.dropdown{
	border: none;
	background: url('../images/dropdown.jpg') no-repeat;
	padding: 10px;
	width: 130px;
}
#more_info{
	background: url('../images/textarea.jpg') no-repeat;
	padding: 10px;
	height: 279px;
	width: 678px;
	font-family: Tahoma;
	font-size: 12px;
	border: none;
}
#final_submit{
	border: none;
	width: 472px;
	height: 82px;
	background: url('../images/final_step_submit.png') no-repeat;
}
