/* HOME PAGE */

#header_login_form, #header_signup_link {
	position: absolute;
	top: 48px;
}

#header_login_form {
	right: 200px;
	width: 325px;
}

#header_signup_link {
	right: 12px;
	width: 200px;
}

#header_login_form h6, #header_signup_link h6 {
	font-weight: bold;
}

#header_login_form .button, #header_signup_link .button {
	background-image: url(../images/green-button-small-white.jpg);
}

#header_login_form h6, #login_error_msg {
	text-indent: 12px;
}

#fp_status_msg {
	font-weight: bold;
	padding: 8px 90px 8px 12px;
	color: #006f5f;
}

#header_login_form .login_box {
	background: #fff url(../images/header-login-bg.jpg) top left no-repeat;
	height: 40px;
	width: 263px;
}

#header_login_form .login_box label {
	color: #006f5f;
	float: left;
	display: block;
	height: 40px;
	width: 80px;
	overflow: hidden;
	line-height: 42px;
	text-indent: 14px;
}

#header_login_form .login_box input {
	float: left;
	border: none !important;
	margin: 13px 0 0 8px;
	width: 160px;
}

#login_submit_button, #fp_submit_button {
	display: none;
}

#header_login_form .button {
	margin-top: 4px;
	margin-left: 16px;
}

#header_login_form a {
	float: left;
}

#header_login_form .forgotten_password {
	margin: 4px 0 0 10px;
	line-height: 33px;
}

#landing_bg {
	height: 224px;
	width: 915px;
	background: url(../images/landing-bg.jpg) top left no-repeat;
	margin: 12px 0 12px 22px;
	position: relative;
	top: 0; left: 0;
}

#landing_bg .text1, #landing_bg .text2, #landing_bg .text3 {
	color: #006f5f;
	position: absolute;
	display: block;
	font-weight: bold;
}

#landing_bg .text1, #landing_bg .large, #landing_bg .link1, #landing_bg .link1 .title, #landing_bg .link2 .title {
	font-size: 16px;
	line-height: 1.2em;
}


#landing_bg .medium  {
	font-size: 14px;
	line-height: 1.2em;
}

#landing_bg .small {
	line-height: 1.8em;
}

#landing_bg .text1 {
	top: 19px; left: 270px;
	width: 150px;
}

#landing_bg .text2 {
	top: 16px; left: 558px;
	width: 320px;
}

#landing_bg .text3 {
	top: 141px; left: 175px;
	width: 210px;
}

#landing_bg .link1, #landing_bg .link2 {
	color: #006f5f;
	position: absolute;
	display: block;
	font-weight: bold;
}

#landing_bg .link1 span, #landing_bg .link2 span {
	display: block;
}

#landing_bg .link1 .title, #landing_bg .link2 .title {
	color: #54544b;
}

#landing_bg .link1, #landing_bg .link2 {
	width: 345px;
	left: 465px;
	padding-left: 93px;
	padding-bottom: 7px;
}

#landing_bg .link1 {
	top: 122px;
	padding-top: 5px;
	line-height: 1.1em;
}

#landing_bg .link2 {
	top: 174px;
	padding-top: 6px;
}


/* SIGNUP FORM */

#search_form {
	margin-bottom: 26px;
}

#search_form .bottom {
	bottom: -18px;
	height: 20px;
	background-image: url(../images/search-form-bottom-blank.png);
}

#search_form h4 {
	color: #006f5f;
	margin-top: 15px;
}

#search_form h4, #search_form p {
	line-height: 1.2em;
	margin-left: 25px;
	margin-right: 25px;
}

#search_form .button {
	position: relative;
	top: 7px; left: 24px;
	background-image: url(../images/green-button-small-white.jpg);
}

#right_side .right_box h6 {
	padding-bottom: 0;
}

#right_side .right_box .format_text {
	padding-bottom: 25px;
}

.title_icon {
	top: -2px;
}

#right_side .label, #right_side .textarea_label {
	padding: 12px 0 12px 19px;
	width: 100px;
}

#right_side .textarea_label {
	vertical-align: top;
}

#right_side .input, #right_side .file {
	width: 198px;
	height: 28px;
	background: url(../images/input-text.png) 0 50% no-repeat;
}

#right_side .textarea {
	width: 198px;
	height: 59px;
	background: url(../images/input-textarea.png) 0 50% no-repeat;
}

#right_side form table {
	margin: 19px 0 18px 16px;
}

#right_side form table td {
	vertical-align: middle;
}

#right_side .input input, #right_side .textarea textarea, #right_side .file input {
	background: none transparent !important;
	border: none !important;
	margin-left: 12px;
	width: 175px;
}

#right_side .select select {
	width: 100%;
}

#right_side .textarea textarea {
	height: 48px;
}

.signup_errors, #login_error_msg {
	color: red;
	font-weight: bold;
}

.signup_complete {
	color: green;
	font-weight: bold;
}

#signup_header {
	height: 240px;
	width: 842px;
	position: relative;
	top: 0; left: 0;
	background: url(../images/signup-header.jpg) top left no-repeat;
	margin: 0 0 0 26px;
}

#signup_header p {
	color: #006f5f;
	position: absolute;
	display: block;
	font-size: 32px;
	line-height: 1em;
	top: 90px; left: 238px;
	font-weight: bold;
}


