<cfcontent type="text/css" />

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #4F5151;
	background-color:#ffffff;
	font-size:12px;
}

object {
	padding:0;
	margin:0;
	}
	
embed {
	padding:0;
	margin:0;
	}

/*so superscripts don't screw up line spacing	*/
sup {
	vertical-align:top;
	}
	
/*centers content on page*/
#container {
	margin-left: auto;
	margin-right: auto;	
	width:90%;
	min-width:898px;
	background-color:#ffffff;
	zoom:1;
	position:relative;
}

a:link, a:visited {
	color:#707070;
	text-decoration:underline;
	}
	
a:hover, a:active {
	color:#000000;
	text-decoration:none;
	}
	
/*home*/

#homeNews {
	width:227px;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/homenewsbg.gif);
	background-repeat:repeat-y;
	float:right;
	margin:10px;
	}
	
#homeNews .title {
	height:21px;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/homenewstop.gif);
	background-repeat:no-repeat;
	line-height:20px;
	}

#leftCol {
	width:111px;
	position:relative;
	z-index:1;
	float:left;
	}
	
	
#textcontent {
	padding-right:22px;
	padding-bottom:20px;
	}
	
#textcontent p:first-child {
	padding-top:0;
	margin-top:0;
	}
	
#features {
	width:351px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
	}
	
#features p:first-child {
	padding-top:0;
	margin-top:0;
	}
	
#testimonials {
	width:156px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
	}
	
#testimonials p:first-child {
	padding-top:0;
	margin-top:0;
	}
	
#homebuttons {
	padding:15px 25px;
	width:144px;
	}
	
/*inner*/

#innercontent {
	padding:0% 2% 1% 4%;	
	overflow:hidden;
	position:relative;
	/*	width:517px;*/
	zoom:1;
	width:93%;
	}
	
#contentInner {
	position:relative;	
/*	width:763px;
*/	
/*	padding:0% 2% 2% 3%;
*/	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/left_swoosh.gif);
	background-repeat:no-repeat;
	background-position:top left; 
	}
	
#innerContainer {
	position:relative;
	z-index:10;
	}
	
	

/*common*/

#wrapper {
	width:100%;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	text-align:left;
	position:relative;
	margin:0;
	padding:0;
	background-color:#fcfcfc;
	}

#header {
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	height:147px;
	position:relative;
	background-color:#f9f9f9;
	zoom:1;
	}
	
#siteinfo {
	position:absolute;
	top:20px;
	right:210px;
	font-weight:bold;
	}
	

#content {
	position:relative;
/*	width:763px;
*/	float:left;
	padding:0% 2% 2% 3%;
	width:95%;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/left_swoosh.gif);
	background-repeat:no-repeat;
	background-position:top left; 
	}
	
#topNav {
	text-align:right;
	padding:1% 2% 1% 4%;		
	position:relative;
	width:93%;
	color:#d6d6d6;
	height:23px;
	}

#topNav a {
	text-decoration:none;
	position:relative;
	display:inline;
	}
	
#topNav a:hover .restoflink {
	color:#707070;
	}
	
#topNav a:hover .bluelink,  #topNav a:active .bluelink {
	color:#2CA6C9;
	}
	
#bottombg {
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:0px;
	margin-top:0px;
	height:23px;
	width:100%;
	position:relative;
	}
	
#footer {
	width:100%;
	position:relative;
	text-align:right;
	}
	
#footer a {
	text-decoration:none;
	}
	
#footerLinks {
	right:0px;
	position:absolute;
	padding:5px 0px;
	text-align:right;
	padding-right:6px;
	}	
	
#footerLeft {
	width:21px;
	position:absolute;
	top:0;
	left:0;
	}
	
#footerRight {
	width:31px;
	position:absolute;
	top:0;
	right:-1px;
	}
	
/*start of rulesets that should be in every cms*/	
h1 {
	color:#4F5151;
}

h2 {
	color:#4F5151;
}

.pageTitle {
	text-transform:uppercase;
	color:#4F5151;
	font-size:14px;
	font-weight:bold;
	}
	
.formheader {
	border:1px solid #d6d6d6;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/formheader.gif);
	background-repeat:no-repeat;
	line-height:24px;
	padding:0px 10px;
}
	

.breadcrumbs {
	font-size:10px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #707070;
	text-decoration:none;
	font-size:10px;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color:#000000;
	text-decoration:none;
	font-size:10px;	
}

.buttons {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	border:1px solid #000000;
}

.button {
	color: #707070;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/button_off.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	border:1px solid #707070;
	background-color:#f1f1f1;
}

a.button:link, a.button:visited {
	color:#707070;
	text-decoration:none;
	font-weight:bold;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/button_off.gif);
	background-repeat:no-repeat;
	display:block;
	height:23px;
	width:144px;
	overflow:hidden;
	line-height:22px;
	text-indent:5px;
	text-align:left;
	border:0;
	background-color:#f1f1f1;
	}
	
a.button:hover, a.button:active {
	color:#2CA6C9;
	text-decoration:none;
	font-weight:bold;
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>/images/button_on.gif);
	background-repeat:no-repeat;
	display:block;
	height:23px;
	width:144px;
	overflow:hidden;
	line-height:22px;
	text-indent:5px;
	text-align:left;
	border:0;
	}

.RequiredField {
	background-color:#ff0000;
	}


	
/*a.buttondark {
	display:block;
	padding:3px;
	}

a.buttondark:link {
	background-image:url(<cfoutput>#REQUEST.PAGEROOTPATH#</cfoutput>images/formbgover.gif);
	background-repeat:repeat-x;
}*/

.Border {
	border: 1px solid #707070;
}

.formheader {
	color: #707070;
	font-weight:bold;
}

#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;
}

hr, .hr { 
	clear: both; 
	margin: 6px 0; 
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid silver; 
	border-left: none;
	height: 1px; 
	color: silver;
	background: none;
}

.leftLogin {
	padding-left:25px;
	padding-right:30px;
	}

/*end rulesets for every site*/
@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;
}

/*required gallery styling css*/

#galleryPane{
	/*border-color: #E19B2D;
	border-style: solid;
	border-width: 2px;*/
	height: 400px;
	width: 650px;
	display:block;
	clear:left;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}

#previews{
	width: 185px;
	height: 400px;
	float:left;
	overflow:visible;
	/*z-index: 0;*/
}

#galleries{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #B5B5B5;
	position: relative;
	border-width: 1px;
	border-color: #B5B5B5;
	border-style: solid;
	background-color:#FFFFFF;
	padding: 5px;
}

#thumbnails{
	position: relative;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #B5B5B5;
	border-style: solid;
	margin: 0px;
	/*overflow: scroll;*/

	
}
#gallerySelect{

	border-width: 1px;
	border-color: #B5B5B5;
	border-style: solid;
}

#thumb{
	vertical-align:middle;
	/*position: relative;*/
	display: inline;
}

#thumb img{
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	cursor:pointer;
}

#controls{
	margin: 0px;
	padding-top: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #B5B5B5;
	border-style: solid;
	
}

#controls a{
	cursor:pointer;
}

#picture{
	float:left;
	margin-left: 30px;
	
}

#mainImageTitle{
	font-weight: bold;
	font-size:14px;
}

#mainImageCaption{
	font-weight: bold;
}


