/* online collage CSS  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
	background-color:#48494f;
}

object {
	padding:0;
	margin:0;
	}
	
embed {
	padding:0;
	margin:0;
	}
	
sup {
	vertical-align:top;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color:#ffffff;
}

.homeheader	{
	background-image:url(/images/home_top.jpg);
	background-repeat:no-repeat;
}

a:link, a:visited {
	color:#21357a;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#21357a;
	text-decoration:underline;
	}
	
#wrapper {
	width:900px;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	position:relative;
	border-top:4px solid #ffffff;
	}
	
#content {
	position:relative;
	background-color:#ffffff;
	width:670px;
	float:left;
	padding:15px 0px 7px 15px; 
	/*letter-spacing: 0.07em;*/
	}

/*common*/

#header {
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	height:202px;
	position:relative;
	z-index:1000;
	}
	
.headerImg {
	z-index:1;
	position:absolute;
	}
	
#headerStore {
	position:absolute;
	height:20px;
	top:6px;
	right:6px;
	z-index:100;
	}
	
#headerNav {
	position:absolute;
	height:20px;
	bottom:0px;
	left:210px;
	width:685px;
	padding-right:5px;
	text-align:center;
	z-index:100;
	}
	
#headerNav a {
	font-size:11px;
	text-transform:uppercase;
	color:#21357a;
	font-weight:bold;
	}
	
#headerNav a:hover {
	text-decoration:none;
	color:#8eadf8;
	}
	

	
#innerText {
	padding-bottom:30px;
	}
	
#footer {
	width:626px;
	position:absolute;
	color:#525150;
	text-align:right;
	font-size:11px;
	text-transform:uppercase;
	padding-top:15px;
	bottom:10px;
	right:15px;
	}
	
#footer a {
	font-size:11px;
	}
	
#footer a:link, #footer a:visited {
	color:#525150;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#footer a:hover, #footer a:active{
	color:#525150;
	text-decoration:underline;
	text-transform:uppercase;
	}
	
#footerLinks {
	right:0px;
	position:absolute;
	margin-top:5px;
	text-align:right;

	}	
	
h1 {
	color:#21357a;
}

h2 {
	color:#21357a;
}

.pageTitle {
	text-transform:uppercase;
	color:#21357a;
	font-size:14px;
	font-weight:bold;
	}

.breadcrumbs {
	font-size:11px;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #8eafd8;
	text-decoration: underline;
	font-size:11px;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color: #8eafd8;
	text-decoration: none;
	font-size:11px;
}

.buttons {
	color: #ffffff;
	background-color: #8eafd8;
	font-weight: bold;
	border:1px solid #8eafd8;
}

.button {
	color: #ffffff;
	background-color: #8eafd8;
	font-weight: bold;
	border:1px solid #8eafd8;
}

#headerStore .button {
	color: #ffffff;
	font-weight: bold;
	background-color:#21357a;
	border:none;
	height:20px;
	cursor:pointer;
}

#nav .button {
	color: #ffffff;
	font-weight: bold;
	background-color:#21357a;
	border:none;
}

/*a.buttondark {
	display:block;
	padding:3px;
}

a.buttondark:link {
	background-image:url(/images/formbgover.gif);
	background-repeat:repeat-x;
}*/

.Border {
	border: 1px solid #8eafd8;
}

.formheader {
	color: #8eafd8;
	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%;
}

hr {
	background-color:#21357a;
	color:#21357a;
	height:1px;
}

@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;
}
