* {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 18px 0;
	font-size: 18px;
	font-weight: bold;
	color: #665446;
	text-transform: uppercase;
	line-height: 1.3em;
}

h2,h3,h4,h5,h6 {
	margin: 18px 0 3px 0;
	font-size: 14px;
	font-weight: normal;
	color: #d10074;
}

h3 {
	color: #665446;
	font-size: 12px;	
}

p {
	margin: 0 0 1em 0;	
}

hr {
	color: #eee;
	margin: 4px 0;
}

label.error {
	margin: 0 0 0 6px;
	padding: 3px;
	background: #f00;
	color: #fff;
}

div.error {
	background: #f00;
	margin: 1em;
	padding: 12px;
	color: #fff;	
}

#page {
	width: 960px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
}

#calc-page {
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
}

#header {
	position: relative;
	height: 265px;
	background: url('../images/mast/mast_1.jpg') no-repeat;
}

#header_underbar {
	width: 960px;
	height: 39px;
	background: url('../images/header_underbar.png') repeat-x;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 39px;
	background: url('../images/navigation_bg.png') repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #594a3e;
	text-transform: uppercase;
	z-index: 10;
}

#navigation ul {
	list-style: none;
	padding: 16px 20px;
}

#navigation ul li {
	height: 22px;
	display: block;
	position: relative;
	float: left;
	margin-right: 38px;	
}

#navigation a {
	display: block;
	color: #594a3e;
	text-decoration: none;
}

#navigation a:hover {
	color: #52284f;	
}

#navigation .active {
	color: #52284f;	
}

#navigation ul li div {
	display: none;
	position: absolute;
	top: 18px;
	left: -6px;
	padding: 0;
	white-space: nowrap;
}

#navigation ul li ul {
	padding: 0;
	margin: 0 22px 6px 6px;
	z-index: 10;
}

#navigation ul li:hover div {
	display: block;	
}

#navigation ul li ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 10px;
	line-height: 16px;
	white-space: nowrap;
}

#navigation ul li ul:hover {
	display: block;
}

#navigation ul li ul li a {
	display: block;
	padding: 0 6px;
	margin: 0;
	background: none;
	font-weight: normal;
}

#navigation ul li ul li a:hover {
	text-decoration: underline;
	color: #52284f;
}

.alt-nav ul li {
	margin-right: 32px !important;	
}

.alt-nav .last {
	margin-right: 0 !important;	
}

.sub-white {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	opacity: 0.9;
}

.sub-white ul {
	padding: 3px 0 0 0 !important;
	margin: 6px 22px 6px 6px !important;
}

#table_sub {
	background: none;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

#table_sub thead th {
	background: url('../images/navigation_sub_head_bg.png') repeat-x;	
	height: 29px;
	text-align: left;
	padding: 0 12px;
}

#table_sub tbody {
	background: #ffffff;
	opacity: 0.9;
}

#table_sub tbody td {
	padding: 0 0 4px 0;
}

#table_sub thead .border, #table_sub tbody .border {
	border-right: 1px solid #d2d2d2;	
}

#table_sub td strong {
	padding: 2px 12px 0;
}

#content {
	width: 920px;
	padding: 20px;
	font-size: 11px;
	color: #665446;
	line-height: 14px;
}

#content a img {
	border: none;	
}

#calc-content {
	padding: 20px;
	font-size: 11px;
	color: #665446;
	line-height: 14px;
}

#content a, #calc-content a {
	color: #d10074;	
}

#content ul, #calc-content ul {
	margin: 0 0 1em 1.3em;
	list-style: outside disc;
}

#content ol, #calc-content ol {
	margin: 0 0 1em 0;
	list-style: inside decimal;
}

#footer {
	clear: both;
	width: 920px;
	padding: 10px 20px;
	background: url('../images/light_grey_bg.png') repeat;		
	font-size: 10px;
	color: #665446;
	text-transform: uppercase;
}

#footer a {
	color: #665446;
	text-decoration: none;	
}

#footer_underbar {
	clear: both;
	width: 960px;
	height: 24px;
	margin: 0 0 24px 0;
	background: url('../images/underbar_general.png') repeat-x;
}

#tabbed_navigation {
	height: 31px;
	margin: 0 0 12px 0;	
}

#tabbed_navigation ul {
	height: 31px;
	margin: 0 0 1em 0;
}

#tabbed_navigation li {
	position: relative;
	top: 1px;
	list-style: none;
	display: block;
	float: left;
	line-height: 31px;
	border-right: 1px solid #e3e1dd;
	cursor: pointer;
	background: #cac6be;
}

/*#tabbed_navigation li:last-child {
	border-right: none;
	background: none;
}*/

#tabbed_navigation li span {
	display: block;
	padding: 0 14px;
	font-size: 11px;
	color: #d10074;
	font-weight: bold;
	text-decoration: none;
}

#tabbed_navigation li .active {
	color: #52284f;
	background: url('../images/tab_bg.png') repeat-x;
}

/*#tabbed_navigation #tab-print {
	background: none;
	border: none;
}*/

#tabbed_navigation #tab-print img {
	position: relative;
	top: 5px;
}

#gallery {
	background: #cac6be;
	padding: 15px 5px;
}

#gallery #image_holder {
	display: block;
	margin: 0 0 10px 0;
}

#gallery #image img {
	border: 1px solid #dedbd6;
	margin: 0 5px;
}

#gallery .thumb {
	border: 1px solid #dedbd6;
	cursor: pointer;
	margin: 5px;
}

#image {
	text-align: center;
	margin: 0 0 1em 0;
}

/* Three column, thin sidebars */
.col-1-1 {
	float: left;
	width: 176px;
	margin-right: 10px;
}

.col-1-2 {
	float: left;
	width: 530px;
	margin-left: 8px;
	margin-right: 10px;	
}

.col-1-3 {
	float: right;
	width: 176px;
	margin-left: 10px;
}

/* Two column 60:40'ish */
.col-2-1 {
	float: left;
	width: 530px;
	margin-right: 18px;
}

.col-2-2 {
	float: right;
	width: 362px;
	margin-left: 10px;	
}

/* Full width single column */
.col-3-1 { 
	width: 920px;
}

.tab {
	position: relative;
	padding-bottom: 2px;
	border-bottom: 1px solid #cac6be;
	cursor: pointer;
}

.tab .right_a {
	position: absolute;
	top: 0;
	right: 0;
	color: #52284f;
}

.hidden {
	display: none;	
}

.hidden td {
	padding: 1px 1px 12px 1px;	
}

.hidden td img {
	margin: 4px 0 0 0;	
}

.tab_table td {
	padding: 6px;
	line-height: 16px;
}

.tab_table tbody {
	cursor: pointer;	
}

.tab_table .key_strip {
	width: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
	background: #d10074;
}

.tab_table strong, .tab_table span {
	font-size: 13px;
}

.tab_table_noclick {
	background: #ffffff;
	cursor: default;
}

.which-city {
	margin: 0 0 1em 0;	
}

.which-city h3 {
	margin: 0 0 6px;
	padding: 0;
}

.which-city img {
	border: 0;
	margin: 4px 0 0;	
}

.quote {
	background: url('../images/light_grey_bg.png') repeat;
	margin: 0 0 1em 0;
	padding: 12px;
}

.quote h3 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.quote p {
	font-weight: bold;
	color: #665446;
	padding: 0 12px;
}

.quote .regular {
	width: 140px;
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.quote .dropmenu {
	width: 150px;
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.quote .submit {
	margin: 6px 0 0 0;
}

.quote-special {
	background: #e1e1e1;
	padding: 3px;
	margin: 0 0 1em;	
}

.datemenu {
	margin: 0 0 4px 0;
	padding: 3px 1px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.image {
	margin: 0 0 1em 0;	
}

	#largeImage {
		position: absolute;
		padding: 8px;
		background-color: #e3e3e3;
		border: 1px solid #bfbfbf;
	}

.hotspot {
	background: url('../images/light_grey_bg.png') repeat;
	margin: 0 0 1em 0;
	padding: 12px 0;
}

.hotspot h3 {
	padding: 0 12px 12px 12px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.hotspot p {
	font-weight: bold;
	color: #665446;
	padding: 0 12px 12px 12px;
}

.block_grey {
	background: url('../images/light_grey_bg.png') repeat;
	padding: 12px;
}

.block_grey h2 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.block_grey h2 span {
	font-size: 14px;
	text-transform: none;
}

.block_grey p {
	color: #665446;
	margin: 0;
	padding: 0;
}

.block_grey .regular {
	width: 232px;
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_grey .email {
	width: 232px;
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_grey .regular-nomar {
	width: 232px;
	margin: 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_grey .number {
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_grey .date {
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_grey .submit {
	margin: 6px 0 0 0;	
}

.block_clear {
	background: url('../images/light_grey_bg.png') repeat;
	padding: 12px;
}

.block_clear h2 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
}

.block_clear p {
	color: #665446;
	margin: 0;
	padding: 0;
}

.block_clear table {
	margin: 8px 0;
	color: #665446;
	font-size: 11px;
}

.block_clear .regular {
	width: 232px;
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_clear .regular_long {
	width: 98% !important;
}

.block_clear .regular-nomar {
	width: 232px;
	margin: 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_clear .number {
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_clear .checkbox {
	margin: 1px 0 4px 1px;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_clear .date {
	margin: 0 0 4px 0;
	padding: 3px;
	color: #665446;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.block_clear .submit {
	margin: 6px 0 0 0;	
}

.table_info th {
	background: url('../images/light_grey_bg.png') repeat;
	text-align: left;
}

.table_info th, .table_info td {
	padding: 3px 7px;
	border-bottom: 1px solid #dddddd;
}

.sales-left {
	margin: 0 20px 20px 0;
}

.sales-right {
	margin: 0 0 20px 20px;
}

.nomar {
	margin: 0 0 3px 0;	
}

.bold {
	font-weight: bold;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	clear: both;	
}

.hide-map {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#location_map {
	height: 442px;
	overflow: hidden;
	position: relative;
}

.tooltip {
	display: inline;
	padding: 6px;
	border: 2px solid #D10074;
	background: #ffffff;
}

#location_map .tt_1 {
	position: absolute;
	top: 115px;
	left: 110px;
}

#location_map .tt_2 {
	position: absolute;
	top: 165px;
	left: 90px;
}

#location_map .tt_3 {
	position: absolute;
	top: 115px;
	left: 225px;
}

#location_map .tt_4 {
	position: absolute;
	top: 217px;
	left: 225px;
}

#location_map .tt_10 {
	position: absolute;
	top: 162px;
	left: 225px;
}

#location_map .tt_6 {
	position: absolute;
	bottom: 175px;
	right: 160px;
}

#location_map .tt_7 {
	position: absolute;
	bottom: 155px;
	right: 35px;
}

#location_map .tt_8 {
	position: absolute;
	bottom: 115px;
	right: 120px;
}

#location_map .tt_9 {
	position: absolute;
	bottom: 65px;
	right: 65px;
}

#location_map .tt_5 {
	position: absolute;
	top: 172px;
	left: 136px;
}

#location_map_holder {
	width: 362px;	
}

/* WYSIWYG */

.backgroundGrey {
	background: url('/images/light_grey_bg.png') repeat;
	margin: 0 0 1em 0;
	padding: 12px;
}

.backgroundGrey h3 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.backgroundGrey p {
	color: #665446;
	padding: 0;
}

.backgroundGrey a {
	color: #d10074;
}
