@charset "UTF-8";
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #e89530;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #e89530;
	line-height: 1.2em;
	font-weight: normal;
}
.orng_txt {
	color: #e89530;
}
.n_blue_txt {
	color: #132f5d;
	font-size: 1em;
}
.big_white_txt {
	font-size: 1.2em;
}
.form_txt_box {
	background-color: #99CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input, textarea, select
{
	color: #000000;
	background: #bfcce2;
	border: 1px solid #bfcce2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
}
#proposal textarea 
	{
	height:80px;
	}

#proposal input, #proposal textarea {
	width: 160px;
}

#proposal textarea {
	height: 80px;
	width: 162px;
}

#proposal textarea.large {
	width: 400px;
	height: 120px;
}

#proposal input.radio {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background: none;
}

.contactInput {
  width: 200px;
}
#btm_link_cpyrt_box a:link {
	color: #ffffff;
	text-decoration:none;
	}
#btm_link_cpyrt_box a:visited {
	color: #ffffff;
	text-decoration:none;
	}
#btm_link_cpyrt_box a:hover {
	color: #e89530;
	text-decoration:none;
	}
#btm_link_cpyrt_box a:active {
	color: #ffffff;
	text-decoration:none;
	}
	
#content_box a:link {
	color: #e89530;
	text-decoration:none;
	}
#content_box a:visited {
	color: #e89530;
	text-decoration:none;
	}
#content_box a:hover {
	color: #132f5d;
	text-decoration:underline;
	}
#content_box a:active {
	color: #e89530;
	text-decoration:none;
	}
a:link {
	color: #e89530;
	text-decoration:none;
	}
a:visited {
	color: #e89530;
	text-decoration:none;
	}
a:hover {
	color: #e89530;
	text-decoration:underline;
	}
a:active {
	color: #e89530;
	text-decoration:none;
	}