<style type="css/text">

/* -----------------------------------------------
 Colors
 ----------------------------------------------- */
.black  					{color: black;}
.white  					{color: white;}

.gray_dark					{color: #444444;}			/*Legacy*/
.gray_ltr					{color: #999999;}	/*Legacy*/
.gray_med					{color: #777777;}		/*Legacy*/

.color_gray_darker			{color: #333333;}
.color_gray_dark			{color: #444444;}
.color_gray_dark_lt			{color: #555555;}
.color_gray_med_dk			{color: #666666;}
.color_gray_medium			{color: #777777;}
.color_gray_med_light		{color: #999999;}
.color_gray_light_dk		{color: #AAAAAA;}
.color_gray_light_med		{color: #CCCCCC;}
.color_gray_light			{color: #DDDDDD;}
.color_gray_lightning		{color: #E8E8E8;}
.color_gray_light_lt		{color: #EEEEEE;}

.color_status_warning 		{color: #C40010;}
.color_status_good  		{color: #006633;}

.color_bs_desktop			{color: #C3BE85;}
.color_accent_01  			{color: #990000;}
.color_accent_02 			{color: #CCCC99;}
.color_accent_02_dark		{color: #666633;}
.color_accent_03  			{color: #999966;}
.color_accent_04			{color: #E6E6CC;}
.color_accent_05			{color: #848566;}
.color_accent_06			{color: #999966;}
.color_anchor				{color: #33331A;}
.color_anchor_hover			{color: #990000;}
.color_anchor_hover_lt		{color: #E6E6CC;}

/* -----------------------------------------------
 Background Colors
 ----------------------------------------------- */

.bkcolor_black  			{background-color: black;}
.bkcolor_white  			{background-color: white;}

.bkcolor_gray_darker		{background-color: #333333;}
.bkcolor_gray_dark			{background-color: #444444;}
.bkcolor_gray_dark_lt		{background-color: #555555;}
.bkcolor_gray_med_dk		{background-color: #666666;}
.bkcolor_gray_medium		{background-color: #777777;}
.bkcolor_gray_med_light		{background-color: #999999;}
.bkcolor_gray_light_dk		{background-color: #AAAAAA;}
.bkcolor_gray_light_med		{background-color: #CCCCCC;}
.bkcolor_gray_light			{background-color: #DDDDDD;}
.bkcolor_gray_lightning		{background-color: #E8E8E8;}
.bkcolor_gray_light_lt		{background-color: #EEEEEE;}

.bkcolor_status_warning		{background-color: #C40010;}
.bkcolor_status_good 		{background-color: #006633;}

.bkcolor_accent_01  		{background-color: #990000;}
.bkcolor_accent_02 			{background-color: #CCCC99;}
.bkcolor_accent_02_dark		{background-color: #666633;}
.bkcolor_accent_03  		{background-color: #999966;}
.bkcolor_accent_04			{background-color: #E6E6CC;}
.bkcolor_accent_05			{background-color: #848566;}
.bkcolor_accent_06			{background-color: #999966;}

/* -----------------------------------------------
 Row Colors
 ----------------------------------------------- */
.bkcolor_row_red_dk			{background-color: #FFCCCC;}
.bkcolor_row_red_lt  		{background-color: #FFDDDD;}
.bkcolor_row_brown_dk		{background-color: #F2ECE6;}
.bkcolor_row_brown_lt 		{background-color: #F9F5F2;}
.bkcolor_row_blue_dk 		{background-color: #DBE6EB;}
.bkcolor_row_blue_lt  		{background-color: #EDF3F5;}
.bkcolor_row_gray_dk 		{background-color: #EEEEEE;}
.bkcolor_row_gray_lt 		{background-color: #F7F7F7;}
.bkcolor_row_yellow_dk 		{background-color: #FFFFBF;}
.bkcolor_row_yellow_lt 		{background-color: #FFFFE7;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
body {
	font-family: georgia, garamond, times, serif;
	font-size: 10pt;
}

.body_main {
	color: black;
}

html, body, .body_main, .slideshow_body, #wrapper, #slideshow_wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.fullheight {
	height: 100%;
}

input, text {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-family: georgia, garamond, times, serif;
	font-size: 10pt;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

.redhead {
	color: #33331A;
	font-size: 14px;
	font-weight: bold;
}

.whitehead {
	color: white;
	display: block;
	font-weight: bold;
	padding: 4px;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
}

.subhead_error {
	color: #C40010;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.normaltight {
	font-weight: normal;
	letter-spacing: -1px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}
.tight {
	letter-spacing: -1px;
}

.boldgray {
	color: #777777;
	font-weight: bold;
}

.smallcaps, .small_caps, .smallcaps_nocolor {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.small_caps, .smallcaps {
	color: #666633;
}

.small_controls {
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
	color: black;
}

.wallpaper {
	background: url(/art/wallpaper_beige.gif) repeat;
}
.wallpaper_tan {
	background: url(/art/wallpaper_tan.gif) repeat;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a {
	color: #003300;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a.variations {
	text-decoration: underline;
	color: #000000;
	font-size: 9pt;
}

a.pagecur {
	text-decoration: none;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.copyright,
a.copyright,
a.policies {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.copyright:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #C4C288;
	font-weight: bold;
	text-decoration: none;
}
a.policies:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.visitus {
	color: white;
	text-decoration: none;
}
a.visitus:hover {
	color: #C4C288;
	text-decoration: underline;
}

.listview_page_selected {
	font-weight:bold;
	color:#a00;
}
	
.listview_page_number_found {
	font-weight:bold;
}

a.res_category_link {
	border-bottom: 1px dotted;
	color: black;
	text-decoration: none;
}

a.res_category_link:hover {
	background-color: #999966;
	border-bottom: 1px solid;
	color: #990000;
}

a.product_link {
	font-style: italic;
}

a.product_link:hover {
	font-style: italic;
}

a.imagelink {
	text-decoration: none;
	border-bottom: 0px;
}
a.imagelink:hover {
	text-decoration: none;
	border-bottom: 0px;
}

a.imagelink_bordered {
	border: 1px solid white;
	text-decoration: none;
	display: table-cell;
}
a.imagelink_bordered:hover {
	border: 1px solid #9A0000;
	text-decoration: none;
	display: table-cell;
}

a.arrowlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink:hover {
	background-color: #999966;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige:hover {
	background-color: #999966;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray:hover {
	background-color: #646464;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_sage {
	border-bottom: 0px;
	text-decoration: none;
}
a.arrowlink_sage:hover {
	background-color: #CCCC99;
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.button,
a.button_reversed:hover {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #990000;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

a.button:hover,
a.button_reversed {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: black;
	border-bottom: 0px;
	color: #CCCC99;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}

.lending_psuedobtn,
a.button_outlined {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
	color: #990000;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}
a.button_outlined:hover {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid black;
	border-right: 1px solid #CCC;
	border-top: 1px solid black;
	color: white;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.mini_btn {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: black;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	border-bottom: 0px;
	color: white;
	font-size: 9px;
	font-weight: bold;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red:hover {
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: black;
	border-bottom: 0px;
	color: #CCCC99;
	font-size: 9px;
	font-weight: bold;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.pagelink {
	border-bottom: none;
	color: black;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

a.pagelink:hover {
	background-color: #990000;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.pagelink_selected, a.pagelink_selected, a.pagelink_selected:hover {
	background-color: black;
	color: white;
	padding: 4px 2px 4px 2px;
}

a.titlelink  {
	border-bottom: 1px dotted;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.titlelink:hover {
	border-bottom: 1px solid;
	color: #666633;
	font-weight: bold;
}

a.noborder,
a.noborder:hover {
	border-bottom: 0px;
}

/* -----------------------------------------------
 Testimonial Block
 ----------------------------------------------- */
 
.testimonial_block {
	padding: 10px 10px 10px 30px;
	text-align: left;
}
a.testimonial_link {
	display: block;
	color: black;
	border: 0px;
	padding: 10px;
	text-align: left;
}
a.testimonial_link:hover {
	display: block;
	background-color: black;
	color: #CCCC99;
	text-decoration: none;
	border: 0px;
	padding: 10px;
	text-align: left;
}

.testimonial_portrait {
	float: right;
	padding-left: 10px;
}

.testimonial {
	text-indent:-0.5em;
	font-family: garamond, georgia, times, serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 6px;
	border-bottom: 0px;
}
.testimonial_attrib {
	color: #555555;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Inspirational Quote Block
 ----------------------------------------------- */

.inspirational_quote {
	color: black;
	font-family: georgia, times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
}

.inspirational_attribution {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Sponsors Page 
 ----------------------------------------------- */

.SP0NS0R_table {
	border-bottom: 1px solid #004178;
}

.SP0NS0R_heading {
	border: 1px solid #004178;
}

.SP0NS0R_block {
	color: black;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 10px;
}

.SP0NS0R_colorlogo {
	border: 1px solid #777777;
}

.SP0NS0R_namesub {
	border: 1px solid #777777;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
}

a.spsr_link {
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.spsr_link:hover {
	background-color: #BAD0EC;
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

a.SP0NS0R_name {
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.SP0NS0R_name:hover {
	background-color: #BAD0EC;
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

a.SP0NS0R_list {
	border-bottom: 0px;
	color: black;
	text-decoration: none;
}

a.SP0NS0R_list:hover {
	background-color: #BAD0EC;
	border-bottom: 1px solid;
	color: #004178;
}

/* -----------------------------------------------
 Plans 
 ----------------------------------------------- */

.submenu_block {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid black;
}

.plan_spex {
	background-image: url(/art/wallpaper_tan.gif);
	background-repeat: repeat;
	color: black;
	padding: 10px;
	text-align: center;
}

.features_list {
	list-style: square outside;
}

.heading_divider {
	position: relative;
	top: -6px;
	background-color: white;
	font-family: Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	border: 1px solid #C4C288;
	color: #666633;
	font-size: 10px;
	text-transform: uppercase;
}

.heading_divider_rule {
	border-bottom: 1px solid #C4C288;
	height: 5px;
}

a.submenu_btn {
	height: 23px;
	background-color: white;
	color: black;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.submenuselected_btn {
	height: 23px;
	background-color: #D7D5C2;
	color: black;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.order_btn {
	height: 23px;
	background-color: #990000;
	color: white;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

a.started_btn,
a.press_more_btn {
	background-color: #999966;
	color: white;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
}

a.submenuselected_btn:hover,
a.submenu_btn:hover,
a.order_btn:hover, 
a.started_btn:hover,
a.press_more_btn:hover {
	background-color: black;
	color: #C4C288;
	font-family:  Verdana, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
}

a.pure_hover_btn {
	background-color: transparent;
	display:block;
	padding: 5px;
	border-bottom: 1px solid #CCCC99;
}
a.pure_hover_btn:hover {
	background-color: #CCCC99;
	display:block;
	padding: 5px;
	color: black;
}

/* -----------------------------------------------
 Menus
 ----------------------------------------------- */
.menubar {
	display: block;
	width: 164px;
	padding-top: 50px;
}

a.menu_lifestyle {
	display: block;
	background: url(/images/lifestyleot.jpg) center center no-repeat;
}
a.menu_lifestyle_sel {
	display: block;
	background: url(/images/lifestyledn.jpg) center center no-repeat;
}
a.menu_lifestyle:hover, a.menu_lifestyle_sel:hover {
	background: url(/images/lifestyleov.jpg) center center no-repeat;
}

a.menu_heritage {
	display: block;
	background: url(/images/heritageot.jpg) center center no-repeat;
}
a.menu_heritage_sel {
	display: block;
	background: url(/images/heritagedn.jpg) center center no-repeat;
}
a.menu_heritage:hover, a.menu_heritage_sel:hover {
	background: url(/images/heritageov.jpg) center center no-repeat;
}

a.menu_plans {
	display: block;
	background: url(/images/plansot.jpg) center center no-repeat;
}
a.menu_plans_sel {
	display: block;
	background: url(/images/plansdn.jpg) center center no-repeat;
}
a.menu_plans:hover, a.menu_plans_sel:hover {
	background: url(/images/plansov.jpg) center center no-repeat;
}

a.menu_designs {
	display: block;
	background: url(/images/designsot.jpg) center center no-repeat;
}
a.menu_designs_sel {
	display: block;
	background: url(/images/designsdn.jpg) center center no-repeat;
}
a.menu_designs:hover, a.menu_designs_sel:hover {
	background: url(/images/designsov.jpg) center center no-repeat;
}

a.menu_smallhomes {
	display: block;
	background: url(/images/smallhomesot.jpg) center center no-repeat;
}
a.menu_smallhomes_sel {
	display: block;
	background: url(/images/smallhomesdn.jpg) center center no-repeat;
}
a.menu_smallhomes:hover, a.menu_smallhomes_sel:hover {
	background: url(/images/smallhomesov.jpg) center center no-repeat;
}

a.menu_waterfronthomes {
	display: block;
	background: url(/images/waterfronthomesot.jpg) center center no-repeat;
}
a.menu_waterfronthomes_sel {
	display: block;
	background: url(/images/waterfronthomesdn.jpg) center center no-repeat;
}
a.menu_waterfronthomes:hover, a.menu_waterfronthomes_sel:hover {
	background: url(/images/waterfronthomesov.jpg) center center no-repeat;
}

a.menu_services {
	display: block;
	background: url(/images/servicesot.jpg) center center no-repeat;
}
a.menu_services_sel {
	display: block;
	background: url(/images/servicesdn.jpg) center center no-repeat;
}
a.menu_services:hover, a.menu_services_sel:hover {
	background: url(/images/servicesov.jpg) center center no-repeat;
}

a.menu_gettingstarted {
	display: block;
	background: url(/images/gettingstartedot.jpg) center center no-repeat;
}
a.menu_gettingstarted_sel {
	display: block;
	background: url(/images/gettingstarteddn.jpg) center center no-repeat;
}
a.menu_gettingstarted:hover, a.menu_gettingstarted_sel:hover {
	background: url(/images/gettingstartedov.jpg) center center no-repeat;
}

a.menu_buildernetwork {
	display: block;
	background: url(/images/buildernetworkot.jpg) center center no-repeat;
}
a.menu_buildernetwork_sel {
	display: block;
	background: url(/images/buildernetworkdn.jpg) center center no-repeat;
}
a.menu_buildernetwork:hover, a.menu_buildernetwork_sel:hover {
	background: url(/images/buildernetworkov.jpg) center center no-repeat;
}

a.menu_portfolio {
	display: block;
	background: url(/images/portfolioot.jpg) center center no-repeat;
}
a.menu_portfolio_sel {
	display: block;
	background: url(/images/portfoliodn.jpg) center center no-repeat;
}
a.menu_portfolio:hover, a.menu_portfolio_sel:hover {
	background: url(/images/portfolioov.jpg) center center no-repeat;
}

a.menu_faqs {
	display: block;
	background: url(/images/faqsot.jpg) center center no-repeat;
}
a.menu_faqs_sel {
	display: block;
	background: url(/images/faqsdn.jpg) center center no-repeat;
}
a.menu_faqs:hover, a.menu_faqs_sel:hover {
	background: url(/images/faqsov.jpg) center center no-repeat;
}

a.menu_resources {
	display: block;
	background: url(/images/resourcesot.jpg) center center no-repeat;
}
a.menu_resources_sel {
	display: block;
	background: url(/images/resourcesdn.jpg) center center no-repeat;
}
a.menu_resources:hover, a.menu_resources_sel:hover {
	background: url(/images/resourcesov.jpg) center center no-repeat;
}

a.menu_books {
	display: block;
	background: url(/images/booksot.jpg) center center no-repeat;
}
a.menu_books_sel {
	display: block;
	background: url(/images/booksdn.jpg) center center no-repeat;
}
a.menu_books:hover, a.menu_books_sel:hover {
	background: url(/images/booksov.jpg) center center no-repeat;
}

a.menu_news {
	display: block;
	background: url(/images/newsot.jpg) center center no-repeat;
}
a.menu_news_sel {
	display: block;
	background: url(/images/newsdn.jpg) center center no-repeat;
}
a.menu_news:hover, a.menu_news_sel:hover {
	background: url(/images/newsov.jpg) center center no-repeat;
}

a.menu_pressreleases {
	display: block;
	background: url(/images/pressreleasesot.jpg) center center no-repeat;
}
a.menu_pressreleases_sel {
	display: block;
	background: url(/images/pressreleasesdn.jpg) center center no-repeat;
}
a.menu_pressreleases:hover, a.menu_pressreleases_sel:hover {
	background: url(/images/pressreleasesov.jpg) center center no-repeat;
}

a.menu_support {
	display: block;
	background: url(/images/supportot.jpg) center center no-repeat;
}
a.menu_support_sel {
	display: block;
	background: url(/images/supportdn.jpg) center center no-repeat;
}
a.menu_support:hover, a.menu_support_sel:hover {
	background: url(/images/supportov.jpg) center center no-repeat;
}

a.menu_contact {
	display: block;
	background: url(/images/contactot.jpg) center center no-repeat;
}
a.menu_contact_sel {
	display: block;
	background: url(/images/contactdn.jpg) center center no-repeat;
}
a.menu_contact:hover, a.menu_contact_sel:hover {
	background: url(/images/contactov.jpg) center center no-repeat;
}

a.menu_orderplans {
	display: block;
	background: url(/images/orderplansot.jpg) center center no-repeat;
}
a.menu_orderplans_sel {
	display: block;
	background: url(/images/orderplansdn.jpg) center center no-repeat;
}
a.menu_orderplans:hover, a.menu_orderplans_sel:hover {
	background: url(/images/orderplansov.jpg) center center no-repeat;
}

a.menu_employment {
	display: block;
	background: url(/images/employmentot.jpg) center center no-repeat;
}
a.menu_employment_sel {
	display: block;
	background: url(/images/employmentdn.jpg) center center no-repeat;
}
a.menu_employment:hover, a.menu_employment_sel:hover {
	background: url(/images/employmentov.jpg) center center no-repeat;
}

a.menu_printfriendly {
	display: block;
	background: url(/images/printfriendlyot.jpg) top center no-repeat;
}
a.menu_printfriendly_sel {
	display: block;
	background: url(/images/printfriendlydn.jpg) top center no-repeat;
}
a.menu_printfriendly:hover, a.menu_printfriendly_sel:hover {
	background: url(/images/printfriendlyov.jpg) top center no-repeat;
}

a.bungalow_logo {
	display: block;
	background: url(/art/BungalowCoLogo4.GIF) center center no-repeat;
}
a.bungalow_logo:hover {
	background: url(/art/BungalowCoLogo4rev.GIF) center center no-repeat;
}


a.footer_order_btn {
	display: block;
	padding: 0px;
	margin: 0px;
	background: #9A0000 url(/images/orderot.jpg) center center no-repeat;
	border: 0px;
}
a.footer_order_btn:hover {
	display: block;
	padding: 0px;
	margin: 0px;
	background: black url(/images/orderov.jpg) center center no-repeat;
	border: 0px;
}


/* -----------------------------------------------
 Fake Dialog boxes (login, search, etc)
 ----------------------------------------------- */
 
.form_titlebar {
	background-color: #666633;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.form_prompt {
	color: #333;
	font-weight: bold;
	margin-right: 10px;
}

.form_prompt_required {
	color: #666633;
	font-weight: bold;
	margin-right: 10px;
}

.askadvisor_block {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

.askadvisor_datestamp {
	color: #555;
	float: right;
	font-size: 9px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* -----------------------------------------------
 General Input Forms
 ----------------------------------------------- */

.form_sideprompt {
	color: #990000;
	font-weight: bold;
}

.form_sideproblem {
	color: #990000;
	font-weight: bold;
}

/* -----------------------------------------------
 Input Fields
 ----------------------------------------------- */
INPUT.flats {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding-left: 3px;
	margin: 2px;
	color: black;
	background-color: white;
	vertical-align: top;
	display: inline;
}
INPUT.redButtons,
.redbuttons {
	background-color: #9A0000;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
INPUT.redButtons:hover,
.redbuttons:hover {
	background-color: black;
	color: #CCCC99;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
TEXTAREA {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 1px;
}
TEXTAREA.flats {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 2px;
	width: 450px;
}
SELECT {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
SELECT.SELECTED {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.darkHeader {
	color: #555555;
}

/* -----------------------------------------------
 Registration Form
 ----------------------------------------------- */
 
.input_form_text {
	font-size: 10px;
}

.inputform_head {
	background-color: #666633;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
}

.inputform_errorhead {
	background-color: #C40010;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
}

.inputform_head_light {
	background-color: #646464;
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	padding: 5px;
}

.inputform_instrux {
	margin-top: 10px;
}

.inputform_required {
	background-image: url(/images/asterisk_black.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #666633;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_prompt {
	color: black;
	font-weight: bold;
	margin-top: 10px;
}

.inputform_problem {
	background-image: url(/images/asterisk_red.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #C40010;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 11px;
}

.inputform_hint {
	color: #777777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

.inputform_col_left {
	background-color: #DDDDDD;
	color: black;
	padding: 6px 10px 6px 10px;
	height: 28px;
}			

.inputform_col_left_header {
	/*background-color: #999999;*/
	color: black;
	padding-right: 10px;
	height: 28px;
}			

.inputform_col_right {
	background-color: #EEEEEE;
	color: black;
	padding: 6px 10px 6px 10px;
	height: 28px;
}			

.inputform_col_right_header {
	/*background-color: #DDDDDD;*/
	color: black;
	padding-left: 10px;
	height: 28px;
}			

/* -----------------------------------------------
 Login | Registration
 ----------------------------------------------- */

.login_block {
	color: white;
	font-size: 12px;
	margin: 10px 2px 10px 2px;
}

.login_btn {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border-bottom: 0px;
	color: white;
	background-color: #33331A;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.login_btn:hover {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: white;
	background-color: #990000;
	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px 4px 0px 4px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 PNG classes to support PNGswap() javasript;
 Identifying PNGs with mouseovers
 ----------------------------------------------- */

.PNG_arrow {
}

.JPG_arrow {
}

.PNG_comment {
	left: 0px;
	top: 3px;
}

/* -----------------------------------------------
 Helper Apps 
 ----------------------------------------------- */
 
.helper_app_text {
	margin-bottom: 10px;
}

a.helper_app_link {
	border-bottom: 1px dotted;
	color: #666633;
	font-weight: bold;
}

a.helper_app_link:hover {
	border-bottom: 1px solid;
	color: #990000;
	font-weight: bold;
}

.file_format_icon {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.file_size {
	color: #777777;
	white-space: nowrap;
}

/* -----------------------------------------------
 Slideshow 
 ----------------------------------------------- */

#slideshow_wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.slideshow_body {
	background: #CCCC99;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.slideshow_slide {
	background-color: #CCCC99;
	border: 1px solid #CCCC99;
	height: 610px;
	width: 610px;
}

.slideshow_scroller {
	background-color: #CCCC99;
	border: 1px solid #CCCC99;
	height: 120px;
	margin-bottom: 10px;
	overflow: auto;
	width: 610px;
}

.slideshow_thumbnail {
	/*height: 84px;
	width: 84px;*/
	padding: 0px 3px 0px 3px;
}

.slide_caption {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
}

a.slideshow_link {
	border: 1px solid #CCCC99;
	color: #CCCC99;
	display: block;
	text-decoration: none;
	padding: 5px;
}

a.slideshow_link:hover {
	border: 1px solid white;
	color: #CCCC99;
	display: block;
	text-decoration: none;
	padding: 5px;
}

a.slideshow_link_sel {
	border: 1px solid white;
	color: #CCCC99;
	display: block;
	text-decoration: none;
	padding: 5px;
}

a.slideshow_link_sel:hover {
	border: 1px solid #999966;
	color: #CCCC99;
	display: block;
	text-decoration: none;
	padding: 5px;
}

a.slidethumb { 
	display: block; 
	border: 1px solid #CCCC99;
}
a.slidethumb_sel, 
a.slidethumb:hover, 
a.slidethumb_sel:hover { 
	display: block; border: 1px solid white; 
}

/* -----------------------------------------------
 MyBizCenter
 ----------------------------------------------- */

.reminder_block {
	background-color: #FFF3CC;
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

a.mybizcenter_link {
	border-bottom: 0px;
	color: black;
	display: block;
	line-height: 120%;
	margin-bottom: 6px;
	margin-left: 74px;
}

a.mybizcenter_link:hover {
	border-bottom: 0px;
	color: #C20029;
}


/* -----------------------------------------------
 Advanced Search / Resource Recommendations 
 ----------------------------------------------- */

.query_caption {
	color: #333;
	float: left;
	margin-left: 18px;
	width: 200px;
}

.query_emphasis {
	color: #777;
	font-weight: bold;
}

.query_input {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 2px;
	padding-bottom: 4px;
}

.spotlite_results {
	text-align: left;
	width: 600px;
}

.spotlite_stars {
	float: right;
	margin-top: 5px;
}

.spotlite_kludge_4ie {
	height: 20px;
	margin-top: -20px;
}

.spotlite_rezcount {
	color: #777;
	float: right;
	font-weight: normal;
	margin-right: 14px;
	margin-top: 4px;
}

a.spotlite_category {
	background-color: #999966;
	border-bottom: 0px;
	color: black;
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 4px;
}

a.spotlite_category:hover {
	background-color: #CCCC99;
	border-bottom: 0px;
}

a.spotlite_rezlink {
	border-bottom: 1px solid #EEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}	

a.spotlite_rezlink:hover {
	border-bottom: 1px solid #EEE;
	color: #990000;
}	

a.spotlite_morelink {
	border-bottom: 0px;
	display: block;
	font-weight: bold;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}	

a.spotlite_morelink:hover {
	border-bottom: 0px;
}

.results_table {
	border: 1px solid #999;
}

/* -----------------------------------------------
 Copyright 
 ----------------------------------------------- */

.copyright_footer {
	font-size: 9px;
	padding: 5px;
	text-align: left;
}

.copyright_btn {
	border-bottom: 1px dotted;
	color: #555;
	text-decoration: none;
}

.copyright_btn:hover {
	background-color: #CCCC99;
	border-bottom: 0px;
	color: #777;
}

/* -----------------------------------------------
 Footer 
 ----------------------------------------------- */
 
.footer {
	color: black;
	padding: 10px;
	font-size: 9px;
	text-transform: uppercase;
}

.footer_stars {
	background-image: url(art/stars_bkgd.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 288px;
}

a.footer_link {
	color: black;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px;
}
a.footer_link:hover {
	color: white;
	font-weight: bold;
	font-size: 9px;
	text-decoration: underline;
	text-transform: uppercase;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Resources 
 ----------------------------------------------- */
 
.rez_type_banner {
	border: 1px solid #777777;
	color: #777777;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	padding: 1px 8px 1px 8px;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0px;
}

a.rez_type_banner {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	background-color: #999;
	color: white;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_banner:hover {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	background-color: #666633;
	color: white;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.rez_type_floater {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link:hover {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border: 1px solid #CCC;
	background-color: #777777;
	color: white;
	float: right;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_type_banner {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	border: 1px solid #999;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_type_banner:hover {
	color: #990000;
	border: 1px solid #990000;
}

.resource_banner_addendum {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #777777;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.resource_heading {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #CCCC99;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.resource_heading_reversed {
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.resource_column_right {
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 230px;
}

/* -----------------------------------------------
 FAQs 
 ----------------------------------------------- */
.faqs_Q {
	color: #666633;
	font-size: 18px;
	font-weight: bold;
}
.faqs_A {
	color: #999966;
	font-size: 18px;
	font-weight: bold;
}

/* -----------------------------------------------
 Store 
 ----------------------------------------------- */
 
.store_category_list {
 	list-style-type: none;
 	margin-top: 4px;
 	display: none;
}

.store_special_list {
 	list-style-type: none;
 	margin-top: 4px;
	margin-left: -30px;
}

.store_category_item {
 	margin-bottom: 4px;
}
 
.store_special_item {
 	margin-bottom: 10px;
}

.store_cart_contents_header {
	background-color: black;
	font-weight: bold;
	padding: 12px;
	color:white;
}
.store_cart_item_row_tr {
	color: black;
}
.store_cart_item_row_td {
	color: black;
}

.store_cart_totals_tr {
	color: black;
	background-color: #999966;
}

.store_cart_totals_shippers_tr {
	color: black;
	background-color: #999966;
}

.store_cart_totals_total_tr {
	color: black;
	background-color: #CCCC99;
}

.store_cart_billship_warning_tr {
	background-color: #DDDDDD;
	color: black;
}



a.store_heading, 
a.store_special_heading {
	background-color: #666633;
	border-bottom: 2px solid #666633;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
 
a.store_heading:hover, 
a.store_special_heading:hover {
	background-color: #990000;
	border-bottom: 2px solid #990000;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.store_special_heading {
	background-color: #666633;
	border-bottom: 2px solid #666633;
	color: white;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
 
a.store_heading_toggle {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #666633;
	border-bottom: 2px solid #666633;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
 
a.store_heading_toggle:hover {
	background-color: #990000;
	border-bottom: 2px solid #990000;
	color: white;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
 
a.store_category_link {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
 	border-bottom: 0px;
 	color: #33331A;
}
 
a.store_category_link:hover {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
  	color: #990000;
}
 
a.store_category_boldlink {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
 	color: #33331A;
	font-weight: bold;
}
a.store_category_boldlink:hover {
 	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
 	color: #990000;
	font-weight: bold;
}
 
a.store_item_link {
  	color: #33331A;
 	border-bottom: 0px;
 	font-size: 14px;
	font-weight: bold;
}
a.store_item_link:hover {
  	color: #990000;
 	border-bottom: 0px;
 	font-size: 14px;
	font-weight: bold;
}

a.more_link {
 	font-family:  Verdana, Helvetica, Arial, sans-serif;
 	font-size: 9px;
	color: #666633;
 	border-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
a.more_link:hover {
 	font-family:  Verdana, Helvetica, Arial, sans-serif;
 	font-size: 9px;
	color: #990000;
 	border-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

a.store_item_link_mini {
  	color: #33331A;
 	border-bottom: 0px;
	font-weight: bold;
}
a.store_item_link_mini:hover {
  	color: #990000;
 	border-bottom: 0px;
	font-weight: bold;
}

a.store_item_link_nano {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
}
 
a.store_item_link_nano:hover {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
}

.store_featured {
	background-color: white;
	border-bottom: 1px solid #999999;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
 
.store_pix_left {
	float: left;
	margin-bottom: 4px;
	margin-right: 8px;
}

.store_pix_right {
	float: right;
	margin-bottom: 2px;
	margin-left: 6px;
}

.storefront_specials_col, 
.storefront_categories_col {
	background-color: #E6E6CC;
}

.store_cart_totals_shippers_tr_rules {
	border-bottom: 1px solid #CCCC99;
}

.store_cart_totals_total_tr_rules {
	border-bottom: 1px solid #999966;
}

.store_cart_discounts_tr_rules {
	border-top: 1px solid white;
}

.mStore_Sidebar_CouponName {
	padding: 5px 0px 0px 0px;
}

.mStore_Sidebar_CouponCode_wrapper {
	padding: 5px 0px 5px 0px;
}

.store_option_description {
	padding: 4px;
	border: 3px double #999966;
}

/* -----------------------------------------------
 Store - List View 
 ----------------------------------------------- */

.store_gallery_td {
	padding-right: 10px;
	width: 565px;
}

.store_gallery_head {
	background-color: #999966;
	font-weight: bold;
	padding: 12px;
}

a.store_header_link {
	color: white;
	border-bottom: 1px solid #999966;
	font-weight: bold;
}
a.store_header_link:hover {
	color: #999966;
	border-bottom: 1px solid #999966;
	font-weight: bold;
}

.store_gallery_sortbar {
	background-color: #999966;
	float: right;
	padding: 7px;
	text-align: right;
}

.store_gallery_left {
	border-right: 1px solid #999966;
	height: 425px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
	padding-left: 10px;
}

.store_gallery_right {
	border-right: 1px solid #999966;
	height: 425px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
}

.store_gallery_hrule {
	border-bottom: 1px solid #999966;
	height: 2px;
	margin-bottom: 2px;
}

.store_list_desc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.store_item_title {
	height: 80px;
}

.store_item_desc {
	height: 275px;
}

.store_footer_bg {
	background-color: #999966;
}

.resource_sidebar_bg {
	background-color: #E6E6CC;
	color: black;
}

.store_header_search_results {
	color: black;
}

.store_row_color_light {
	background-color: white;
}
.store_row_color_dark {
	background-color: #EEEEEE;
}
.storesearchlink {
	background: url(/images/search_button_ot.gif) 0px 0px no-repeat;
	height: 18px;
	width: 18px;
	border-bottom: 0px;
}
.storesearchlink:hover {
	background: url(/images/search_button_ov.gif) 0px 0px no-repeat;
	height: 18px;
	width: 18px;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Columns and Rules 
 ----------------------------------------------- */
 
.table_rules {
	border: 1px solid black;
}

.table_rules_light {
	border: 1px solid #999966;
}

.table_rules_topbot {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.table_rules_topbot_black {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.cell_rule_left {
	border-left: 1px solid #9A0000;
}

.cell_rule_right {
	border-right: 1px solid #9A0000;
}

.cell_rule_subtotal {
	border-top: 1px solid #CCCC99}
.cell_rule_subtotal_bottom {
	border-bottom: 1px solid #CCCC99}

.column_left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.column_right {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* -----------------------------------------------
 Footnotes 
 ----------------------------------------------- */
 
 .footnote_sup {
	color: #999;
}
 
.footnotes {
	font-size: 9px;
	color: #999;
}

/* -----------------------------------------------
 Lists 
 ----------------------------------------------- */

.list_noindents {
	list-style: disc outside;
	margin-left: -22px;
	margin-right: 10px;
}

.sidebar_list {
	list-style: disc outside;
	margin-left: -15px;
	margin-right: 10px;
}

/* -----------------------------------------------
 List Views 
 ----------------------------------------------- */
 
.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.filterbar_caption {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.sortbar_caption {
	color: #999966;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}

a.sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	padding: 6px;
}
a.sort_btn:hover {
	background-color: #990000;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
}

a.star_sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.star_sort_btn:hover {
	background-color: #990000;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.sortselected_btn {
	background-color: #CCCC99;
	border-bottom: 0px;
	color: black;
	font-weight: bold;
	padding: 6px;
}

a.sortselected_btn:hover {
	background-color: #990000;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	padding: 6px;
}

/* -----------------------------------------------
 Sidebars 
 ----------------------------------------------- */
 
.sidebar_float {
	background-color: #999966;
	border: 1px solid #999966;
	float: right;
	margin-left: 10px;
	margin: 5px;
}

.sidebar_float_left {
	background-color: #999966;
	border: 1px solid #999966;
	float: left;
	margin-left: 10px;
	margin: 5px;
}

.sidebar_heading {
	background-color: #999966;
	font-weight: bold;
	padding: 5px;
}

.sidebar_quote {
	color: #666633;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 15px;
	text-align: left;
}

.sidebar_attribution {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 15px 15px 15px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Table Padding 
 ----------------------------------------------- */

.td_pad_R {
	padding-right: 10px;
}
.td_pad_BR {
	padding-bottom: 10px;
	padding-right: 10px;
}
.td_pad_RTB {
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* -----------------------------------------------
 List engine 
 ----------------------------------------------- */

.std_filterbar,
.filter_bar_tr {
	background-color:	#999966;
	padding: 6px;
}

.std_sortbar {
	background-color: black;
	padding: 6px;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */

.floatpixright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Plans
 ----------------------------------------------- */

.planBlocks {
	padding: 2px 10px 2px 8px;
	margin: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, Helv, sans;
	font-size: 12px;
}
.plans_row_active {
	color: black;
	background-color: #E6E6CC;
	border: 1px solid #999999;
	margin: 4px;
}
.plans_row_inactive {
	color: #AAAAAA;
	background-color: #EEEEEE;
	border: 1px dashed #999999;
	margin: 4px;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */

.list_noindent {
	margin-left: 15px;
	padding-left: 0px;
}
.li_color {
	color: #990000;
	list-style-type: square;
}

.portrait {
	float: right;
	margin-left: 10px;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.form_correction {
	margin:0px;
	padding:0px;
}

#pure_development_toolbar {
	position:fixed;
	z-index:100;
	right:30px;
	top:2px;
	border:1px dotted #555;
	background-color:#ccc;
	padding:2px;
	width:200px;
}
.light_green_border_bottom {
	border-bottom:1px solid #999966;
}

.underlined {
	text-decoration: underline;
}

INPUT.redButtons,
.redbuttons,
.redButtons {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: #9A0000;
	background-color: #9A0000;
	color: white;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
INPUT.redButtons:hover,
.redbuttons:hover,
.redButtons:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: black;
	background-color: black;
	color: white;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.headline_wrapper {
	background-color: #BE000A;
	background-image: url(art/headline_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 86px;
	max-height: 86px;
}

.bottom_gradient {
	background: url(/art/bottom_gradient.png) bottom center repeat-x;
}

/* -----------------------------------------------
 AlertMessages 
 ----------------------------------------------- */

.pure_alerts_container{
	width: 	400px;
	height:	400px;
	text-align: left;
}

.pure_alerts_container_heading {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background: #CCCC99;
	border-bottom: 1px solid white;
}

#scrolling_alerts_container {
}

.pure_alerts_listItem {
	display: block;
	background: #EEEEEE;
	border-bottom: 1px solid white;
	padding: 10px;
}
.pure_alerts_listItem:hover {
	display: block;
	background: #33331A;
	color: white;
	border-bottom: 1px solid white;
	padding: 10px;
}

.pure_alerts_detail_container {
	display:	none;
	padding:	10px;
	border:		1px solid #CCCC99;
}

.deebeeque {
	text-align:left;
	border:1px solid #0099ff;
	background-color:#ddddff;
	padding:6px;
	margin:3px;
}
.deebeeque_title{
	background-color:#0000cc;
	color:white;
	padding:2px 20px 2px 20px;
	font-weight:bold;
}

.hidden {
	display:none;
}
INPUT.no_border {
	border: 0px;
	margin: 0px;
	padding:0px;
	background-color: transparent;
	font-family: georgia, garamond, times, serif;
	font-size: 10pt;
	overflow:visible;
}
</style>

/* -----------------------------------------------
 Store
 ----------------------------------------------- */
.highlightedRow_light {
	background-color: #999966;
}

#listener_grayHead {
	position: absolute;
	top: 0px;
	bottom: auto;
	left: 1px;
	right: 0px;
	background-color: #CCCC99;
	height: 26px;
	width: 725px;
}
#stylesTable {
	position: absolute;
	top: 20px;
}
.substyleRow {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
IFRAME {
	/* border: 1px solid #999999 */
	border: none;
}
#mStoreInventory_image_window {
	/* display: none;
	visibility: hidden; */
	position: absolute;
	width: 400px;
	height: 250px;
	background-color: #EEEEEE;
	border: 1px solid #006633;
	top: 100px;
	left: 125px;
	z-index: 10;
}

#mStoreInventory_imageUpload_wizard{
	vertical-align: baseline;
	line-height: 22px;
}

.shortLink {
	width: 80px;
}
#AddStyleButton{
	position: relative;
	display: inline;
	right: 0px;
	top: 5px;
	background-color: #9A0000;
	width: 85px;
	padding: 3px;
	margin: 3px;
}
.product_option_description {
	color: #999999}
.productColumnHeads {
	background-color: #555555;
	color: white;
}
.productCells {
	padding: 2px 5px 2px 2px;
}
