
/* Master link colors */
a:link {
	color: #4FAC26;
}
a:visited {
	color: #4FAC26;
}
a:hover {
	color: #000000;
}
a:active {
	color: #245011;
}

/* Site Headers */
.lrgHdr, h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #4FAC26;
	margin-bottom: 5px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.medHdr, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4FAC26;
	margin: 0px;
	padding: 0px;
}
.smHdr, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4FAC26;
	margin: 0px;
	padding: 0px;
}

/* Content text */
.bodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smTextCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
.errors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BB0000;
}

/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 240px;
	background-color: #4FAC26;
	text-align: left;
	border: 1px solid #222222;
	padding: 10px;
	margin-right: 20px;
}
.cartBoxText a:link {
	color: #CAEAC0;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #4FAD37;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #000000;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #245011;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4FAC26;
}
.navLinks a:link {
	color: #4FAC26;
	text-decoration: none;
}
.navLinks a:visited {
	color: #4FAC26;
	text-decoration: none;
}
.navLinks a:hover {
	color: #000000;
	text-decoration: none;
}
.navLinks a:active {
	color: #245011;
	text-decoration: none;
}

/* Add site specific styles below here */
/* Standard table styles */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
.bodyBg {
	background-image: url(/mainimages/mainBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentArea {
	min-height: 420px;
	background-image: url(/mainimages/contentBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.bttm {
	background-image: url(/mainimages/bttm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.right {
	background-image: url(/mainimages/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 8px;
}

.contentPadding {
	padding: 25px 15px 25px 25px;
	margin-left: 95px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.navBar {
	background-image: url(/mainimages/navBttm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 209px;
	padding-bottom: 288px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.topbarBg {
	background-color: #000000;
	border: 1px solid #000000;
}
.topbarGreenBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #4FAC26;
	padding-left: 20px;
	width: 250px;
}

.categoryNav {
	background-color: #4FAC26;
	font-size: 12px;
	font-weight: bold;
	color: #CAEAC0;
	border: 1px solid #0063A0;
	padding: 8px;
	display: block;
	text-align: center;
}
.logoSpacing {
	padding-left: 25px;
}
.phonePadding {
	padding-bottom: 20px;
}
.tableBorderCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.tableBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000000;
}
.tableHeader {
	background-color: #4FAC26;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.tableHeaderCol {
	background-color: #4FAC26;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}
.tableHeader2 {
	background-color: #BBBBBB;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4FAC26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableHeader2Col {
	background-color: #BBBBBB;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4FAC26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader3 {
	background-color: #777777;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	background-color: #777777;
}
.tableRowAttention a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttention {
	background-color: #4FAC26;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #4FAC26;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRow1 {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.tableRow2 {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	background-color: #EEEEEE;
}
.tableRow1Col {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2Col {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
	
}
.tableCell1 {
	padding: 4px;
}
.tableCell2 {
	padding: 4px;
	background-color: #EEEEEE;
}
.tableCell1Col {
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2Col {
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4FAC26;
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4FAC26;
	background-color: #EEEEEE;
}
form {
	margin: 0px;
	padding: 0px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.formInput {
    width:400px;
}
.action {
    border: 1px solid #000;
    font-size: 9px;
}

 /* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/
 .manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:#FFFFFF
     padding: 0px;
     border: 1px solid #000000;
 }

 .manageMainMenu{
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
 }

 .manageMainMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
 }

 .manageSubMenu{
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
 }
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}
.sidebarBg {

	background-image: url(/mainimages/sidebg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.callout {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 200px;
	float: right;
	color: #4FAC26;
}
.tableRowArchived {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #CCCCCC;
	padding: 4px;
}
.tableRowArchLeft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #CCCCCC;
	padding: 4px;
}
.tableFooter3 {
	padding: 3px;
	background-color: #4FAC26;
}
