

/* Primary Stylesheet = Layout Styles */

@media print {
	.page_break { page-break-before: always; }
	.hide_on_screen_show_when_printed { display:block; }
	.show_on_screen_hide_when_printed { display:none; }
}

@media screen {
	.hide_on_screen_show_when_printed { display:none; }
	.show_on_screen_hide_when_printed { display:block; }
}

/************** Global Styles - Tags in General **************/
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:#3E3F43;
}

/************** Global Common Classes **************/

.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }

.clear { clear:both; }
.float_right { float: right; }
.float_left { float: left; }

.red { color:#eb0606; }
.green { color:#1cb702; }
.border { border-bottom: 1px solid #6e6f64; }
.Border { border: 1px solid #6e6f64; }
.checkmarks {
	list-style-image:url(../images/layout/li_checkmark.gif);
	list-style-position:outside;
}

/************** Form Styles **************/
.blank_form { margin:0; padding:0; display:inline; }
.checkout_button { color:green; font-weight:bold; height:32px; }


/************** Our Process Styles **************/
#designProcessTable td { text-align:center; vertical-align:middle; }
.bgArcL { background:url(../images/Image/designProcessArcL2.gif) left center no-repeat; }
.bgArcLT { background:url(../images/Image/designProcessArcL.gif) left -110px no-repeat; }
.bgArcLB { background:url(../images/Image/designProcessArcL.gif) left top no-repeat; }
.bgArcR { background:url(../images/Image/designProcessArcR2.gif) right center no-repeat; }
.bgArcRT { background:url(../images/Image/designProcessArcR.gif) right -110px no-repeat; }
.bgArcRB { background:url(../images/Image/designProcessArcR.gif) right top no-repeat; }
.bgArcC { background:url(../images/Image/designProcessArcC.gif) center top no-repeat; }

/************** Client List Page Styles **************/
div#clientList {
	display:block;
	margin:8px auto 0 auto;
	padding:0 0 0 1px;
	width:610px;
	background:url(../images/Image/clientDividerBG.gif) left top repeat-y;
}
#clientList a {
	display:block;
	float:left;
	margin:0;
	padding:0 1px 0 0;
	width:121px;
	height:97px;
	background:url(../images/Image/clientDivider.gif) right top no-repeat;
}
#clientList img, #clientListTable a img  {
	border:none !important;
	text-decoration:none;
}

/************** General Container Styles **************/

#mm_menu_holder_container {
	z-index:6000;
	position:absolute;
	
		top:28px; 
		left:5px;
	
}
.menuTopColor {
}
div#menuLayer0, div#menuLayer1, div#menuLayer2, div#menuLayer3, div#menuLayer4, div#menuLayer5 {
	background-color:#707276 !important;
	padding:16px 0 4px 0 !important;	
}
#container {
	display:block;
	position:relative;
	min-height:100%;
	margin:0;
	padding:0;
}
#insideContent {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:900px;
	background: transparent url(../images/layout/topSwoosh.jpg) right top no-repeat;
}
#page { 
	display:block;
	float:right;
	margin:0;
	padding:0;
	width:675px;
}
#pageRight { 
	display:block;
	margin:0;
	padding:30px 30px 0 30px;
	width:615px;
}
#leftColumn {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:225px;
}
#page_content_container { 
	display:block;
	margin:0;
	padding:8px 0;
}
#home_page_content_container { 
	display:block;
	margin:0;
	padding:10px 30px 0 30px;
	width:540px;
}
#page_content_container p:first-child {
	margin-top:0;
}
#shareThisArea {
	display:block;
	margin:0;
	padding:2px 10px 0 4px;
	width:100px;
	white-space:nowrap;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#shareThisArea a:link, #shareThisArea a:visited {
	text-decoration:none;
	color:#898888;
}
#shareThisArea a:hover, #shareThisArea a:active {
	text-decoration:underline;
	color:#898888;
}


/************** Global Header Specific Styles **************/
#stSoloLogo {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	width:131px;
	height:75px;
	text-align:left;
}
#stSoloTagline {
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:739px;
	height:75px;
	text-align:left;
	z-index:10;
}
#headerSearch {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:8px;
	right:30px;
	z-index:11;
}


/************** Left Navbar Specific Styles **************/
.leftNavBgTop {
	background:#83531e url(../images/layout/leftnav-top-bg.gif) left top repeat-x;
}
.leftNavTopColor {
	display:block;
	margin:0;
	padding:0;
	height:11px;
	background:#83531e;
}

/************** Text Size Function Styles ***************/
#title_and_textsize {
	display:block;
	margin:0;
	padding:0 0 12px 0;
}
#make_text_size_container {
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0 0 0 16px;
	text-align:right;
	color:#AAA099;
}
.make_text_size_larger{
	font-size:19px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.make_text_size_normal{
	font-size:15px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.make_text_size_smaller{
	font-size:11px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.text_size_label {
	font-size:83%;
}
#make_text_size_container a {
}
#make_text_size_container a:link, #make_text_size_container a:visited {
	color:#707276;
	text-decoration:none !important;
}
	
#make_text_size_container a:hover, #make_text_size_container a:active {
	color:#c5168d;
	text-decoration:none !important;
}

/*********** You are here breadcrumbs ***********/
#breadcrumbs_header {
	display:block;
	margin:0;
    padding:0 0 10px 0;
	color:#aaa099;
	font-size: 83%;
}
#breadcrumbs_header a:link, #breadcrumbs_header a:visited {
	color:#000000;
	text-decoration:none;
}
#breadcrumbs_header a:active, #breadcrumbs_header a:hover {
	color:#aaa099;
	text-decoration:underline;
}

#breadcrumbs_header a.thispage {
	color:#aaa099 !important;
	text-decoration:none !important;
	font-weight:bold !important;
}
#you_are_here {
	text-transform:uppercase;
}
a.print_page_link {
	display:block;
	margin:0;
	padding:0;
	width:71px;
	height:20px;
	border:none;
	background-image: url(../images/layout/print-button.png);
	background-repeat: no-repeat;
	overflow:hidden;
	cursor:pointer;
}
a.print_page_link b {
	display:none;
}
a.print_page_link:link, a.print_page_link:visited {
	background-position:left top;
}
a.print_page_link:hover, a.print_page_link:active {
	background-position:left bottom;
}



/************** Global Footer Specific Styles **************/
#footerSpace {
	display:block;
	margin:0 auto;
	padding:0;
	width:900px;
	height:500px;
}
#footerArea {
	display:block;
	margin:0;
	padding:0;
	width:100%;

}
#footerTabs {
	display:block;
	width:840px;
	height:26px;
	margin:0 auto;
	padding:85px 30px 0 30px;
}
#footerTabs a {
	display:block;
	float:right;
	margin:0;
	padding:0 0 0 10px;
	height:26px;
	background:#000000 url(../images/layout/tabs/left.gif) left top no-repeat;
}
#footerTabs a b {
	display:block;
	float:left;
	margin:0;
	padding:7px 10px 0 0;
	height:19px;
	font-weight:normal;
	cursor:pointer;
	background:#000000 url(../images/layout/tabs/right.gif) right top no-repeat;
}
#footerTabs a:link, #footerTabs a:visited {
	color:#b0b1b3;
	text-decoration:none;
}
#footerTabs a:hover, #footerTabs a:active {
	color:#c5168d;
	text-decoration:none;
}
#footerSiteMapBg {
	display:block;
	margin:0;
	padding:0;
	background:#161718 url(../images/layout/carbon-bg.gif) center top repeat;
}
#footerSiteMapShadow {
	display:block;
	margin:0;
	padding:0;
	height:54px;
	background:transparent url(../images/layout/footer-sitemap-shadow.png) left top repeat-x;
}
#footerSiteMap {
	display:block;
	position:relative;
	width:840px;
	margin:0 auto;
	padding:0 30px;
}
#footerShadow {
	display:block;
	margin:0;
	padding:0;
	height:87px;
	background:#3e3f43 url(../images/layout/footer-shadow.gif) left top repeat-x;
}
#footer {
	display:block;
	width:840px;
	margin:0 auto;
	padding:40px 30px 0 30px;
	color:#707276;
	font-size:92%;
}
#footer a:link, #footer a:visited {
	color:#707276;	
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#707276;	
	text-decoration:underline;
}
#breadcrumbs_footer {
	white-space:nowrap;
}

/************** Footer Sitemap Styles ************/

#footerSiteMap ul {
	display: block;
	float: left;
	list-style:	none;
	margin: 0;
	padding: 0;	
}
#footerSiteMap ul#footerSiteMapUL {
	position:relative;
	right:-16px;
	padding:0;
	float:right;
}
#footerSiteMap ul li {
	display: block;
	float: left;
	list-style:	none;
	padding: 0;
	margin: 0;
}
#footerSiteMap ul li.FSM_home {
	width:80px;
}
#footerSiteMap ul li.FSM_home li {
	width:80px;
}
#footerSiteMap ul li.FSM_about  {
	padding-left:30px;
	width:110px;
}
#footerSiteMap ul li.FSM_about li  {
	padding-left:0;
	width:110px;
}
#footerSiteMap ul li.FSM_services  {
	padding-left:9px;
	width:110px;
}
#footerSiteMap ul li.FSM_services li  {
	padding-left:0;
	width:110px;
}
#footerSiteMap ul li.FSM_portfolio  {
	padding-left:30px;
	width:150px;
}
#footerSiteMap ul li.FSM_portfolio li  {
	padding-left:0;
	width:150px;
}
#footerSiteMap ul li.FSM_news  {
	padding-left:6px;
	width:110px;
}
#footerSiteMap ul li.FSM_news li  {
	padding-left:0;
	width:110px;
}
#footerSiteMap ul li.FSM_contact  {
	padding-left:0;
	width:104px;
}
#footerSiteMap ul li.FSM_contact li  {
	padding-left:0;
	width:104px;
}

#footerSiteMap ul li a {
	display: block;
	float: left;
	margin:0;
	padding:0 0 2px 0;
}
#footerSiteMap ul li a:link, #footerSiteMap ul li a:visited {
	font-weight:bold;
	font-size:117%;
	color:#707276;
	text-decoration:none;
}
#footerSiteMap ul li a:hover, #footerSiteMap ul li a:active {
	font-weight:bold;
	font-size:117%;
	color:#c5168d;
	text-decoration:none;
}
#footerSiteMap ul li li a:link, #footerSiteMap ul li li a:visited {
	font-weight:normal;
	font-size:100%;
	color:#666666;
	text-decoration:none;
}
#footerSiteMap ul li li a:hover, #footerSiteMap ul li li a:active {
	font-weight:normal;
	font-size:100%;
	color:#c5168d;
	text-decoration:none;
}
#footerSiteMap ul li li a.thispage:link,
#footerSiteMap ul li li a.thispage:visited {
	text-decoration:underline;
}
#footerSiteMap ul li li a.thispage:hover,
#footerSiteMap ul li li a.thispage:active {
}


#breadcrumbs {
	display:block;
	margin:0;
    padding:24px 0;
	color:#000000;
	font-size: 83%;
}
.breadcrumbs {
	font-size:83%;
}
.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #707070;
	text-decoration:none;
}
.breadcrumbs a:active, .breadcrumbs a:hover {
	color:#000000;
	text-decoration:none;
}
#alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;
}

#redbox {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;

}

.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;
}

/* ******************************************** */
/* END of rulesets that should be in every cms */
/* ******************************************** */
@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F9DD81;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is used by the Public Dealer Locator Spry UI */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #F4E3AA;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

/************** Calendar Styles **************/
.calendarName {
	display:block;
	text-align:left;
	margin-left:3px;
}
a.calendarText2, .calendarText2 {
	/* not an approved event */
	font-size: 75%;
	color:red;
}
a.calendarText {
	display:block;
	margin:0;
	padding:2px 5px;
	font-size: 75%;
}
a.calendarText:link, a.calendarText:visited {
	/* is an approved event */
	color:#7f4400;
	text-decoration:underline;
}
a.calendarText:hover, a.calendarText:active {
	/* is an approved event */
	color:#7f4400;
	text-decoration:none;
}
.calPreviousMonth a {
	display:block;
	font-weight:normal;
	padding-right:17px;
	border-right:1px solid #222222;
	margin:0;
}
.calNextMonth a {
	display:block;
	font-weight:normal;
	padding-left:15px;
	margin:0;
}
.calPreviousMonth a:link, .calPreviousMonth a:visited, 
.calNextMonth a:link, .calNextMonth a:visited {
	text-decoration:none;
	color:#222222;
}
.calPreviousMonth a:hover, .calPreviousMonth a:active, 
.calNextMonth a:hover, .calNextMonth a:active {
	text-decoration:underline;
	color:#222222;
}

.calCurrentMonth {
	display:block;
	text-align:left;
	color:#000000;
	font-size: 150%;
	font-weight:normal;
	margin:0 0 6px 3px;
}
span.calDays_Number {
	display:block;
	margin:0;
	padding:2px 5px 0 5px;
	text-align:right;
}
.calDays_Number, .calDays_Number a:link, .calDays_Number a:visited {
	font-size: 91%;
	font-weight:normal;
	color:#aaa099;
	text-decoration:none;
}
.calDays_Number a:hover, .calDays_Number a:active {
	font-size: 91%;
	font-weight:normal;
	color:#aaa099;
	text-decoration:underline;
}
td.calDays {
	height:80px;
	text-align:left;
	border:1px solid #bcb6b3;
	background: #ffffff;
	text-align:left;
	color:#aaa099;
}
td.calDays_Today {
	height:80px;
	text-align:left;
	border:1px solid #bcb6b3;
	background: #dfdbd8;
	text-align:left;
	color:#aaa099;
}
td.calDays_of_Week {
	border:1px solid #000000;
	background: #000000;
	text-transform:uppercase;
	color:#ffffff !important; 
	font-weight:normal; 
	font-size:91%;
	padding:9px 2px;
	text-align:center !important;
}
.calMonthSelect { }
.calYearSelect { }
.calMonthYearSubmit { }
.calMonthYearForm { 
	margin:0;
	padding:0 0 8px 3px;
}

/************** Verity Search Styles **************/
#BCverity_search_container {
	display:block;
	margin:0;
	padding:6px 0 0 0;
}
#HomeBCverity_search_container {
	display:block;
	margin:0;
	padding:20px 0 0 0;
	width:169px;
	text-align:center;
}
input.BCverity_search_input {
	font-weight:normal;
	width:155px;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
	
		line-height:11px;
		margin:0 0 0 2px;
		padding:3px 2px 1px 5px;
		height:17px;
	
}

input.BCverity_search_button {
    cursor:pointer;
	font-weight:bold;
	width:30px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	
		line-height:15px;
		padding:0 0 1px 3px;
		margin:0 1px 0 0;
		height:23px;
	
}
input.BCverity_search_button:hover {
}
table#verity_search_table {
}
.verity_search_input {
	cursor:text;
	font-weight:normal;
	width:300px;
	text-align:left;
	vertical-align:middle;
	
		line-height:11px;
		padding:3px 2px 1px 5px;
		height:17px;
	
	
}
.verity_search_input:hover {
}
#verity_search_button {
	width:120px;
	font-weight:bold;
	cursor:pointer;
}
#verity_reset_button {
	cursor:pointer;
}
.hilight_search_terms {
	background-color:#e9ff58;
	font-weight:bold;
	text-transform:uppercase;
}
.verity_search_result_title {
	font-weight:bold;
	font-size: 133%;
	margin:6px 0;
	padding:0;
}
.verity_search_result_title a:link, .verity_search_result_title a:visited {
}
.verity_search_result_title a:hover, .verity_search_result_title a:active {
}
.verity_search_result_description {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url a:link {
}
.verity_search_result_url a:visited {
}
.verity_search_result_url a:hover, .verity_search_result_url a:active {
}

	
/************** Warm Fuzzy Styles ****************/
.warmFuzzyError, .warmFuzzyOK {
	display:block;
	clear:both;
	margin:14px 0;
	padding:10px 38px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.warmFuzzyError {
	background:#ffe1e1 url(../administration/images/icons/warning-32x32.gif) 3px 3px no-repeat;
	border:2px solid red;
	color:red;
}
.warmFuzzyOK {
	background:#f8ffe1 url(../administration/images/icons/green-check-32x32.gif) 3px 3px no-repeat;
	border:2px solid green;
	color:green;
}
.warmFuzzyError a, .warmFuzzyOK a {
}

#previewModeWarning {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:99%;
	margin:0;
	padding:0;
	text-align:center;
	z-index:9000;
}

img#previewModeWarningOverlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:9001;
}

#previewModeWarning div.warmFuzzyError {
	display:block;
	position:relative;
	z-index:9002;
}

