.content {
	background: url('/images/home_bg_girl.gif') no-repeat top center;
}

.ui-dialog-content div {
	padding: 0;
	margin-bottom: 1em;
}

.orange_button {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold !important;
	padding: 0.4em 1.5em 0.2em !important;
}
.blue_button {
	font-size: 70% !important;
	text-decoration: none !important;
	padding: 0.4em 0.8em 0.2em !important;
}
.orange_button:hover,
.blue_button:hover {
	text-decoration: underline !important;
}

h2 {
	color: #425B78; /* dark blue */
	background: none;
	border: none;
	font-size: 170%;
	margin: 1em 0;
	text-align: center;
}

h3, dt {
	color: #a00c22;
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
	margin-bottom: 0.8em;
}

h3 {
	margin-top: 0;
	border: none;
}

dd, dd a {
	color: #000 !important;
	font-weight: bold;
}

dd a {
	line-height: 1em;
	width: 205px;
	display: block;
	margin-bottom: 0.8em;
	padding: 0.8em 0.7em 1em 0.8em;
}

dd a:hover {
	text-decoration: none;
}

#feature_search {
	background: url('/images/home_features_01.gif') no-repeat top left;
}

#feature_search:hover {
	background: url('/images/home_features_01_hover.gif') no-repeat top left;
}

#feature_update {
	background: url('/images/home_features_02.gif') no-repeat top left;
}

#feature_update:hover {
	background: url('/images/home_features_02_hover.gif') no-repeat top left;
}

#feature_email {
	background: url('/images/home_features_03.gif') no-repeat top left;
}

#feature_email:hover {
	background: url('/images/home_features_03_hover.gif') no-repeat top left;
}

#feature_dinger {
	background: url('/images/home_features_04.gif') no-repeat top left;
}

#feature_dinger:hover {
	background: url('/images/home_features_04_hover.gif') no-repeat top left;
}

#feature_all {
	text-decoration: underline;
	display: inline;
	padding: 0;
}

#signup {
	text-align: center;
	color: #425B78; /* dark blue */
	font-weight: bold;
	font-size: 140%;
}

#signup p {
	line-height: 1.4em;
	font-size: 110%;
	margin-bottom: 0.5em;
}

#signup p.small {
	font-size: 85%;
}

#signup a, #signup strong {
	text-decoration: underline;
	font-size: 80%;
	font-weight: normal;
}

#home_calc {
	background-image: url('/images/calc_panel_closed.gif');
	background-repeat: no-repeat;
	background-position: 0 20px;
	padding-left: 2em;
	height: 9em;
	font-size: 110%;
	color: #a00c22; /* dark red */
}

#home_calc.open {
	background-image: url('/images/calc_panel.gif');
	height: 21em;
}

#home_calc .k_submit {
	font-size: 70%;
}

#home_calc strong {
	font-size: 120%;
}

#home_calc form {
	margin: 0.2em 0;
}
#home_calc p {
	float: left;
}
#home_calc .small {
	font-size: 90%;
}

#home_calc .city_list {
	margin-top: 1em;
	width: 21em;
	float:left;
	display: none;
}

#home_calc .city_list li {
	margin-bottom: 0.2em;
}
#home_calc .city_list.open {
	display: block;
}

#calc_toggle {
	float: right;
	margin-right: 4em;
	background-image: url('/images/calc_arrow1.gif');
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 1em;
}
#calc_toggle.hide {
	background-image: url('/images/calc_arrow2.gif');
}

