* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	text-align: left;
}
ul li {
	list-style-type: none;
}
a:active {
	outline: none;
}
.clear_left {
	clear: left;
}
.spacer {
	height: 8px;
	line-height: 8px;
}
.standard_link, .standard_link a {
	color: #2486a9;
}
h1 {
	font-size: 16px;
	padding-bottom: 4px;
}
.red {
	color: #ff0000;
}
.pale_blue {
	color: #0b4761;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 18px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
input, textarea, select {
	border: 1px solid #c7c7c7;
	padding: 2px;
}

/* Buttons */
.submit, .submit_large, .submit_larger, .submit_narrow {
	background: url('../images/button_normal.png') no-repeat top left;
	width: 106px !important;
	height: 35px;
	border: none;
	cursor: pointer;
	cursor: hand;
	color: #fff  !important;;
	font-style: normal !important;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
}
.submit_narrow {
	background: url('../images/button_narrow.png') no-repeat top left;
	width: 82px !important;
	height: 25px !important;
	line-height: 25px;
	font-size: 12px;
}
.submit_large {
	background: url('../images/button_large.png') no-repeat top left;
	width: 169px !important;
	letter-spacing: -.2pt;
}
.submit_larger {
	background: url('../images/button_larger.png') no-repeat 0 -1px;
	width: 139px !important;
	padding-top: 1px;
}
input.submit, input.submit_large, input.submit_narrow {
	display: inline;
	padding: 0 0 4px;
}
/* Main */
.container {
	width: 786px;
}
.header {
	width: 785px;
	height: 107px;
	background: url('../images/header.gif') no-repeat top left;
	position: relative;
	z-index: 0;
}
.main {
	position: relative;
	z-index: 1;
	padding: 0 39px 39px 39px;
	margin-top: -25px;
}

/* Widget */
#widget_container {
	text-align: center;
}
#widget {
	width: 288px;
	height: 248px;
	background: url('../images/widget_background.png') no-repeat top left;
	margin: 0 auto;
}
#widget ul li {
	float: left;
	/*line-height: 30px;*/
	padding-left: 8px;
	vertical-align: middle;
}
#widget ul li input{
	border: none;
}
#widget h3 {
	font-size: 16px;
	letter-spacing: -0.4pt;
	padding: 8px 0 4px 0;
}
#widget_container p {
	padding: 10px;
	line-height: 16px;
}

#widget .text_input {
	width: 108px;
	height: 18px;
	border: 1px solid #2a7ba8;
	padding: 2px !important;
	margin-left: 48px !important;
}

/* Active Widget */

#active_widget {
	text-align: center;
	width: 288px;
	margin: 0 auto;
}

#active_widget_container {
	width: 288px;
	height: 248px;
}

#active_widget_top {
	background: url('../images/widget_bottom.gif') no-repeat top left;
	height: 66px;
}

#active_widget_map {
}

#active_widget ul li {
	float: left;
	padding-left: 8px;
	vertical-align: middle;
	background: none;
}

#active_widget ul li input{
	border: none;
}
#active_widget h3 {
	font-size: 16px;
	letter-spacing: -0.4pt;
	padding: 8px 0 4px 0;
}
#active_widget p {
	padding: 10px;
	line-height: 16px;
}

#active_widget .text_input {
	width: 108px;
	height: 18px;
	border: 1px solid #2a7ba8;
	padding: 2px !important;
	font-size: 16px;
	margin-left: 48px !important;
}

/* End Active Widget */

/* Email Invite */
.small_container {
	width: 280px;
	float: left;
	margin-left: 48px;
	display: inline;
	position: relative;
}
.small_container h1 {
	padding-top: 10px;
}
.email_invite li {
	*display: inline;
	padding-left: 2px;
	font-weight: bold;
	line-height: 22px;
}
.email_invite input {
	width: 275px;
	color: #0e4e72;
	font-style: italic;
}
.email_invite textarea {
	width: 263px;
	height: 75px;
	color: #0e4e72;
	font-style: italic;
	padding: 8px;
}
.email_invite small {
	color: #676767;
	display: block;
	line-height: 13px;
}
.email_invite select {
	width:  60px;
}
/* Thank You */
.main.padded {
	padding: 0 48px 0 48px;
}
/* Email */
.quote {
	background-color: #dbf6fd;
	color: #005793;
	padding: 10px 26px 10px 26px;
	line-height: 20px;
	margin: 20px;
}
.quote p {
	font-style: italic;
}

.admin_user_image {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	line-height: 20px;
}

.admin_user_container {
	width: 600px;
}

.admin_message_container {
	width: 600px;
}

.items_table {
	
}

.items_table td, .items_table th {
	padding: 5px;
}

.items_table th {
	background-color: #FAF0E6;
}

.items_table td {
	background-color: #FFF5EE;
}

/* Map */

.smart_window {
	font-family: Verdana;
	font-size: 10px;
	width: 330px;
	height: auto;
	padding: 7px;
}

.smart_window p {
	margin-bottom: 8px;
}

.avatar_img {
	float: left;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.sw_info {
	float: left;
	width: 240px;
}
.search_zip_code {
	margin: 10px 0 10px 0;
	*margin-bottom: 15px;
}
.search_zip_code li {
	line-height: 33px;
	height: 33px;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	border: 1px solid red;
}
.search_zip_code .text_input {
	font-size: 16px;
	height: 18px;
	width: 108px;
}
#map_header a {
	text-decoration: none;
	font-size: 11px;
}
#map_header {
	padding: 20px 8px 10px 0;
}
#map_header .return {
	float: right;
	padding-top: 4px;
	text-decoration: none;
}
#map_container {
	width: 750px;
	height: 500px;
}

/* End Map */

/* Error fields */
.errors {
	background-color: #ffff99;
	padding: 8px 10px 8px 10px;
	border: 1px solid #c7c7c7;
	width: 314px;
	margin: 5px 0 10px 0;
}
.errors li {
	margin: 4px;
	list-style-type: disc;
	margin-left: 16px;
}
.error_description {
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 0 !important;
	list-style-type: none !important;
}
/* End Error fields */

.map_search_form {
	float:right;
}

.map_suggestion {
	float:left;
	width:300px;
	padding-top:10px;
	text-align:left;
}

.disclaimer {
	width: 750px;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 11px;
	text-align: left;
}

#button_list {
	width: 285px;
}

#button_list li {
	float: left;
	line-height: -35px;
	vertical-align: middle;
}
