/* online collage CSS  */

html {
	margin:0;
	padding:0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
	margin:0;
	padding:0;
}

#containerHome {
	background-color:#ffffff;
/*	float:left;
	margin-left:-184px;
	width:100%;*/
}

#containerInner {
	background-color:#ffffff;
}


a:link, a:visited {
	color:#006842;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover, a:active {
	color:#006842;
	text-decoration:none;
	font-weight:bold;
	}

/*home layout*/

#navHome {
	/*background-image:url(/images/homelogo.gif);
	background-repeat:no-repeat;*/
	background-color:#318b4d;
	color:#ffffff;
	font-style:italic;
	text-align:left;
	}
	
#homeLeft {
	padding:5px 25px 189px 32px;
	width:121px;
	}
	
#homeContent {
	padding-top:0px;
	margin-top:0px;
	min-height:350px;
	height:auto !important;
	height:350px;
}

#srclogo {
	margin-bottom:105px;
	}
	
/*inner layout*/
	
#navInner {
	/*background-image:url(/images/homelogo.gif);
	background-repeat:no-repeat;*/
	background-color:#bbd6c0;
	text-align:left;
	margin-top:1px;
	}
	
#innerContent {
	background-color:#ffffff;
	padding-top:0px;
	margin-top:0px;
/*	min-height:350px;
	height:auto !important;
	height:350px;*/
}

	
/*common*/

#wrapper {
	text-align:left;
	}
	
#bar {
	width:577px;
/*	background-image:url(/images/homebar.gif);
	background-repeat:no-repeat;*/
	height:12px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

#contentText {
	padding:10px 10px 10px 10px;
	}

#headerLong {
	background-color:#3b2f4c;
	}

#headerLinks {
	width:538px;
	padding:0px 29px 0px 10px;
	color:#ccffcc;
	text-align:justify;
	background-color:#318b4d;
	display:block;
	height:27px;
	}
	
	
#headerLinks a:link, #headerLinks a:visited {
	color:#ccffcc;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#headerLinks a:hover, #headerLinks a:active {
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#headerDropdown {
	height:30px;
	text-align:left;
	padding-left:10px;
	padding-right:29px;
	background-color:#318b4d;
	margin-top:1px;
	}
	
#headerDropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display:inline;
}

#headerDropdown ul li ul a {
	display: block;
	background-color:#bbd6c0;
	border-top:1px solid #006842;	
	font-size:11px;
	font-weight:normal;
	width:200px;
	padding:5px 5px 5px 5px;
}

#headerDropdown a:link {
	background-color:#bbd6c0;
	color:#000000;
	text-decoration:none;
	
}

#headerDropdown a:visited {
	background-color:#bbd6c0;
	color:#000000;
	text-decoration:none;
}

#headerDropdown a:hover {
	background-color:#006842;	
	color:#ffffff;
	text-decoration:none;
}

#headerDropdown a:active {
	background-color:#006842;	
	color:#ffffff;
	text-decoration:none;	
}

#headerDropdown ul li {
	position: relative;
	}

#headerDropdown ul ul {
	position: absolute;
	z-index: 500;
	top:30px;
	left:0px;
}

#headerDropdown ul li #lastHeader  {
	position: absolute;
	z-index: 500;
	top:30px;
	left:-148px;
	text-align:right;
}

#headerDropdown ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#headerDropdown ul ul {
	display: none;
}

div#headerDropdown ul li:hover ul {
	display: block;
}

#menuContainer {
	zoom:1;
	}
	
#footer {
	padding-top:20px;
	}
	
#footerBorder {
	border-top:3px solid #006842;
	padding-top:3px;
	}

h1 {
font-family:arial;
color:#00FF99;

}

h3 {
	color:#006842;
	}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006842;
}

a.breadcrumbs:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.breadcrumbs:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.breadcrumbs:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006842;
	text-decoration: underline;
}
a.breadcrumbs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006842;
	text-decoration: underline;
}

.header01 {
	color: #006842;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color: #006842;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006842;
	font-weight: bold;
	border:none;
}
.Border {
	border: 1px solid #006842;
}
.formheader {
	color: #FFFFFF;
	background-color: #006842;
	font-weight:bold;
	padding:3px 3px 3px 0px;
}

.newsheader {
	color:#006842;
	font-size:14px;
	font-weight:bold;
	}
	
a.SubTitle:link, a.SubTitle:visited {
	display:block;
	background-color:#006842;
	color:#ffffff;
	height:100%;
	width:100%;
	text-decoration:none
	}
	
a.SubTitle:hover, a.SubTitle:active {
	display:block;
	background-color:#006842;
	color:#aef4c4;
	height:100%;
	width:100%;
	text-decoration:none
	}


#alertbox {
	border: 		1px solid #006842;
	background-color: #006842;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #006842;
	background-color: #006842;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}


/* 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-family: Arial, Helvetica, sans-serif;
	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;
}

