@charset "utf-8";
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
}
.headerbackground {
	background-image: url(images/headers/images/background_04.jpg);
}
.line {
	background-image: url(images/layout2_09.jpg);
	background-repeat: repeat-x;
}

.sideblackborders {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
}
.greybackground {
	background-color: #C4C4C4;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	color: #0066CC;
}
.BaseNav {
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.BaseNav:hover {
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}
.TinyNav {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
.TinyNav:hover {
	color: #999999;
	font-size: 10px;
}
.PageHeaderBig {
	font-size: 36px;
	font-style: italic;
	color: #990000;
}
.redheader {
	font-weight: bold;
	color: #990000;
	font-variant: normal;
	font-size: 1.1em;
}
.couponBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
