/* ---------------------------------------------------------------------------

	Form Styles
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

div.form_container { margin-bottom: 25px; }

label { padding-right: 10px; color: #333; }

label.more { padding-right: 0; }

span.notice {
	padding: 0 2px;
	background-color: #fc0;
	color: #333;
	font-size: 90%;
}

p span.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

input, select, textarea { font-size: 100%; }

textarea { height: 100px; }

/* two column forms ------------------------------ */

dl.two_column { width: 100%; }

dl.two_column dt {
	float: left;
	width: 20%;
	margin: 0;
	line-height: 22px;
	text-align: right;
}

dt label { font-weight: bold; }

dl.two_column dd {
	margin: 0 0 0 22%;
	margin-bottom: 10px;
	line-height: 22px;
}

/* NOTE: used to break and create rows for relative font size increase */

dl.two_column dd.clear {
	clear: both;
	margin-left: 0;
	padding-bottom: 4px;
	background: url(../images/px.gif) repeat-x bottom left;
}

dl.two_column dd.clear hr { display: none; }

/* sub fields */

dl.two_column dd.sub { margin-bottom: 7px; font-size: 90%; }

dl.two_column dd.sub label { color: #666; }

/* full column dds */

dl.two_column dd.column_full { margin-left: 0; }

/* notes and formatting examples */

.note { font-size: 90%; color: #666; }

/* lists within dds */

dl.two_column dd ul, 
dl.two_column dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* remember me */

dd.remember label { font-size: 90%; color: #666; }

/* field widths */

.full { width: 98%; }

.medium { width: 35%; margin-right: 10px; }

.small { width: 15%; }

.radio { margin-right: 5px; }

select.small { margin-right: 10px; }

/* submit */

input#submit,
input#friendSubmit,
input#agentSubmit { 
	margin-right: 25px;
	font-size: 100%; 
}

input#submit.right,
input#friendSubmit.right,
input#agentSubmit.right {
	float: right;
	margin-right: 0;
}

dl.two_column dd.submit { margin-bottom: 0; }

dl.two_column dd.submit input { margin-right: 5px; }

/* form messages */

div.message {
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #789700;
	border: 2px solid #dcdcdc;
	font-weight: bold;
}

div.message p {
	margin-bottom: 0;
	padding-left: 18px;
	background: url(../images/icon_confirm.gif) no-repeat 0 50%;
}

div.message ul { 
	margin: 0; 
	list-style: none;
}

div.error { color: #333; }

div.error li {
	padding-left: 18px;
	font-weight: normal;
	background: url(../images/icon_error.gif) no-repeat 0 50%;
}

div.error span { 
	color: #c00; 
	font-weight: bold;
}

/*  ---------------------------------------------------------------------------

	=Contact Forms

--------------------------------------------------------------------------- */

#contact_form,
#emailAgent,
#emailFriend {
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 4px solid #e5e5e5;
}

#contact_form dl.two_column dt,
#emailAgentForm dl.two_column dt,
#emailFriendForm dl.two_column dt {
	text-align: left;
}

#contact_form dl.two_column dd.clear,
#emailAgentForm dl.two_column dd.clear,
#emailFriendForm dl.two_column dd.clear {
	background: url(../images/bg_opendot.gif) repeat-x bottom left;
}

/* submit - additional IDs - see "submit" above */


/*  ---------------------------------------------------------------------------

	=Quiz Form

--------------------------------------------------------------------------- */

#quiz {
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 4px solid #e5e5e5;
}

#quiz dl dt,
#quiz dl dd {
	margin-bottom: 10px;
}

#quiz dl dd ul, 
#quiz dl dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quiz dl dd li input {
	margin-right: 5px;
}

#quiz dl dd.clear {
	clear: both;
	margin-left: 0;
	padding-bottom: 4px;
	background: url(../images/bg_opendot.gif) repeat-x bottom left;
}

#quiz dl dd.clear hr { display: none; }

/* quiz results --------------------- */

#quiz_results {
	margin: 0;
	padding-left: 20px;
	border-top: 2px solid #e5e5e5;
}

#quiz_results li {
	clear: both;
	margin-left: 0;
	padding: 7px 10px;
	background: url(../images/bg_opendot.gif) repeat-x bottom left;
}

/* #quiz_results li.even {
	background-color: #faf5e5;
} */

#quiz_results li a:link {
	border-bottom: none;
}

#quiz_results li a:hover {
	border-bottom: 1px solid;
}

/*  ---------------------------------------------------------------------------

	=SPECIFIC Find-a-home Form

--------------------------------------------------------------------------- */

#nav_findhome {
	position: absolute;
	top: 355px;
	right: 30px;
	width: 357px;
	height: 362px;
	z-index: 5;
}

body.home #nav_findhome {
	top: 360px;
}

body.search #nav_findhome,
body.property #nav_findhome,
body.master_plan #nav_findhome,
body.builders #nav_findhome {
	top: 325px;
}

body.neighborhoods #nav_findhome {
	top: 440px;
}

body.utility #nav_findhome {
	top: 220px;
}

body.about #nav_findhome {
	top: 245px;
}
	
#nav_findhome_wrapper {
	background: url(../images/findhome_bg-2.png) repeat-y 28px bottom;
}

#nav_findhome h2 {
	width: 357px;
	height: 112px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(../images/findhome_title.png) no-repeat 0 0;
}

#nav_findhome dl.two_column { width: 357px; }

#nav_findhome dl.two_column dt {
	float: left;
	width: 120px;
	margin-left: 51px;
	padding: 5px 0;
	padding-left: 11px;
	line-height: 21px;
	text-align: left;
}

#nav_findhome dl.two_column dt.long {
	width: 200px;
}

#nav_findhome dt label { 
	color: #fc0;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold; 
}

#nav_findhome dl.two_column dd {
	margin: 0;
	padding: 5px 0;
	padding-right: 35px;
	line-height: 22px;
	text-align: right;
	font-size: 85%;
}

#nav_findhome dl.two_column dd.alt {
	background: url(../images/findhome_bg_zebra.png) repeat-y 38px 0;
}

#nav_findhome dl.two_column dd.clear {
	padding: 0;
	margin: 0;
}

#nav_findhome dl.two_column dd.last {
	padding-bottom: 20px;
	margin-bottom: 5px;
}

#nav_findhome .full { width: 135px; }

#nav_findhome #search {
	position: relative;
	top: -5px;
	width: 172px;
	height: 36px;
	margin-left: 184px;
	border: 0;
	cursor: pointer;
	background: url(../images/findhome_search.png) no-repeat 0 0;
}

/* IE 7 only */
*:first-child+html #nav_findhome #search { top: 0; }


#nav_findhome #search span {
	text-indent: -9999px;
	display: block;
}

/*  ---------------------------------------------------------------------------

	=SPECIFIC Messages

--------------------------------------------------------------------------- */

#messages {
	margin-bottom: 20px;
	background-color: #eae1c2;
	font-weight: bold;
	font-style: italic;
}

#messages ul {
	padding: 10px;
	list-style: none;
}

#messages ul li {
	color: #6c5d3a;
}

#messages ul li.error {
	color: #900;
}




