/* online collage CSS  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#404f24;
}

a:link, a:visited {
	color:#799556;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#799556;
	text-decoration:underline;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 899px;
	background-color:#ffffff;
	position:relative;
	text-align:left;
}

/*home*/

#homeContent {
	height:162px;
	width:872px;
	border:1px solid #455a21;
	overflow:hidden;
	position:relative;
	text-align:left;
	left:50%;
	margin-left:-437px;
	}
	
#homeText {
	padding:7px 10px;
	color:#000000;
	width:289px;
	float:left;
	}
	
#meet {
	width:212px;
	float:left;
	}
	
#homeNews {
	padding:7px 10px;
	width:330px;
	float:left;
	}
	
#homeLinks {
	width:100%;
	height:147px;
	}

/*inside*/

#innerWrapper {
	width:899px;
	position:relative;
	padding-bottom:10px;

	}
	
#innerContent {
	width:872px;
	position:relative;
	text-align:left;
	left:50%;
	margin-left:-449px;
	margin-left:-449px !ie;
	background-image:url(/images/innerbg.gif);
	background-repeat:repeat-y;	
	min-height:311px;
  	height:auto !important;
  	height:311px;
	}

/*ie7 hack	*/
/*html>body #innerContent { *margin-left:450px; }*/
	
#innerText {
	padding:0px 0px 25px 19px;
	color:#000000;
	width:665px;
	float:right;
	overflow:auto;
	}
	
#innerTextDiary {
	padding:0px 0px 0px 19px;
	color:#000000;
	width:665px;
	float:right;
	}
	
#diaryText {
	padding:0px 70px 0px 60px;
	color:#000000;
	width:555px;
	float:right;
	background-image:url(/images/diary_bg.gif);
	background-repeat:repeat-y;
	display:block;
	}
	
#diaryTop {
	padding:0px 70px 0px 60px;
	color:#000000;
	width:555px;
	float:right;
	background-image:url(/images/diary_top.gif);
	background-repeat:no-repeat;
	height:119px;
}

#diaryBottom {
	padding:0px 70px 25px 60px;
	color:#000000;
	width:555px;
	float:right;
	background-image:url(/images/diary_bottom.gif);
	background-repeat:no-repeat;
	height:119px;
}

/*common*/

#header {
	width:899px;
	height:239px;
	}
	
#headerContent {
	height:102px;
	width:100%;
	}
	
#headerLogo {
	width:197px;
	padding-right:30px;
	float:left;
	}
	
#headerTopLinks {
	color:#da2734;
	font-size:11px;
	float:right;
	width:635px;
	text-align:right;
	padding:0px 0px 0px 0px;
	}	
	
#headerInjuries {
	color:#da2734;
	font-size:11px;
	float:right;
	width:635px;
	padding:10px 10px 10px 15px;
	}
	
#headerInjuries p {
	padding:0;
	margin:0;
	}

#headerFlash {
	width:100%;
	height:137px;
	}

#horizontalNavContainer {
	position:relative;
	width:899px;
}

#horizontalNav {
	width:879px;
	padding:10px;
	left:0px;
	position:relative;	
	display:block;
}

#horizontalNav ul {
	padding:0;
	margin:0 auto;
	text-align:center;
	}

#horizontalNav ul li {
	display:inline;
	padding:auto;
	margin: 0 auto;
	}

.horizontalNavItem a {
	display:inline;
	line-height:22px;
	background-color:#afbd21;
	width:auto;
	width:100% !ie;
	padding:3px 7px;
	font-size:11px;
	}

.horizontalNavItem a:link, .horizontalNavItem a:visited {
	text-decoration:none;
	color:#404f24;
	}

.horizontalNavItem a:hover, .horizontalNavItem a:active {
	background-color:#d0d87e;
	text-decoration:none;
	color:#404f24;
	}

.horizontalNavActive a {
	display:inline;
	line-height:22px;
	background-color:#afbd21;
	width:auto;
	width:100% !ie;
	padding:3px 7px;
	font-size:11px;
	}
	
.horizontalNavActive a:link, .horizontalNavActive a:visited, .horizontalNavActive a:hover, .horizontalNavActive a:active{
	background-color:#d0d87e;
	text-decoration:none;
	color:#404f24;
	}	

#content {
	width:899px;
	position:relative;
	}
	
#footer {
	width:899px;
	position:relative;
	font-size:10px;
	color:#ceddb2;
	
	}
	
#footer a:link, #footer a:visited {
	color:#ceddb2;
	font-size:10px;
	text-decoration:none;
	}
	
#footer a:hover, #footer a:active{
	color:#ceddb2;
	font-size:10px;
	text-decoration:underline;
	}
	
#footerLinks {
	line-height:20px;
	right:0px;
	position:absolute;
	margin-top:10px;
	}
	
/*other*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#748359;
	font-size:16px;
	font-weight:bold;
	padding:3px;
	margin:3px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#748359;
	font-size:14px;
	font-weight:bold;
	padding:3px 0px;
	margin:0px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 5px 19px;
	margin:0;
	}
	
hr {
	background-color:#4c711d;
	color:#4c711d;
	height:1px;
	}
	
.breadcrumbs {
	font-size: 10px;
	color: #000000;
	padding-bottom:10px;
}

a.breadcrumbs:link {
	font-size: 10px;
	font-weight: normal;
	color: #799556;
	text-decoration: none;
}
a.breadcrumbs:visited {
	
	font-size: 10px;
	font-weight: normal;
	color: #799556;
	text-decoration: none;
}
a.breadcrumbs:hover {

	font-size: 10px;
	font-weight: normal;
	color: #799556;
	text-decoration: underline;
}
a.breadcrumbs:active {
	font-size: 10px;
	font-weight: normal;
	color: #799556;
	text-decoration: underline;
}

.header01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#748359;
	font-size:16px;
}

.buttons {
	color: #afbd21;
}

.button {
	color: #404f24;
	background-color: #afbd21;
	font-weight: bold;
	border:none;
}

a.button:link, a.button:visited  {
	text-decoration:none;
	background-color:#afbd21;
	color:#404f24;
	background-image:url(/images/nav_arrow_up.gif);
	background-repeat:no-repeat;
	background-position:97%;
	}
	
a.button:hover, a.button:active {
	background-color:#d0d87e;
	background-image:url(/images/nav_arrow_down.gif);
	background-repeat:no-repeat;
	background-position:97%;
	}
	
.Border {
	border: 1px solid #455a21;
}
.formheader {
	color: #4c711d;
	font-weight:bold;
}

#alertbox {
	border: 		1px solid #455a21;
	background-color: #afbd21;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #455a21;
	background-color: #afbd21;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;
}

.calDay {
	width:100px;
	}

@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;
}

/*blog styles*/
.error {
	color:#da2734;
	}

.post {
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
}
.next-entries a {
	float: right;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}

#commentform input{
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	color: #404f24;
	background-color: #afbd21;
	font-weight: bold;
	border:none;
}

#commentform input[type="text"] {
	width: 200px;
}

/*sidebar */

/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li{
	background-image: none;
	color:#799556;
	font-size:11px;
	padding-left:45px;
	width:auto;
}

/*sidebar list level3 */

#sidebar ul li ul li ul li{
	background-image: none;
	color:#799556;
	font-size:11px;
	padding-left:60px;
	width:auto;
}

/*category widget */
ul.list-cat li, li.widget_categories li{
	padding-left: 45px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	padding-left: 45px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	padding-left: 45px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	padding-left: 45px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(../images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */

.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(../images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(../images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/footer-right-bg.gif) no-repeat;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(../images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(../images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}