/* Styles specific to the Wood Template
 */

/* Header area
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/wdFerns.gif);
	background-repeat: repeat;
	font-size: 12px;
	color: #333333;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #5F8D18; /* green */
}


.leftHeader {
	background-image: url(../images/wdLeftHeader.gif);
	background-repeat: no-repeat;
}
.centerHeader {
	background-image: url(../images/wdCenterHeader.gif);
	background-repeat: no-repeat;
}
.rightHeader {
	background-image: url(../images/wdRightHeader.gif);
	background-repeat: no-repeat;
}
.leftHeaderRepeat {
	background-image: url(../images/wdLeftHeaderRepeat.gif);
	background-repeat: repeat-x;
}
.rightHeaderRepeat {
	background-image: url(../images/wdRightHeaderRepeat.gif);
	background-repeat: repeat-x;
}

/* Sign in area
 */
.loginEmail {
	width: 90px;
	font-size: 10px;
	height: 16px;
	background-color:White;
	border: 1px solid #E7CA8F;
	inset #ccc;
}
.rememberCheck {
	margin: 0px 0px 0px 0px;
	height: 13px;
	inset #ccc;
}
.signInText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #060606;
}

/* Navigation bar
 */
.navBarBg {
	background-image: url(../images/wdNavBar.gif);
	background-repeat: repeat-x;
}
.navBarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #060606;
	font-weight: bold;
}
.navLinkCurrent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7979AD;
	font-weight: bold;
}
.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #060606;
	font-weight: bold;
}
A.navLink {color:#060606; text-decoration: none; }
A.navLink:visited {color:#060606; text-decoration: none; }
A.navLink:link	  {color:#060606; text-decoration: none; }
A.navLink:hover	  {color:#FDF6E4; text-decoration: none; }

/* Footer area
 */
.leftFooterRepeat {
	background-image: url(../images/wdLeftFooterRepeat.gif);
	background-repeat: repeat-x;
}
.rightFooter {
	background-image: url(../images/wdRightFooter.gif);
	background-repeat: no-repeat;
}
.leftFooter {
	background-image: url(../images/wdLeftFooter.gif);
	background-repeat: no-repeat;
}
.rightFooterRepeat {
	background-image: url(../images/wdRightFooterRepeat.gif);
	background-repeat: repeat-x;
}
.centerFooter {
	background-image: url(../images/wdCenterFooter.gif);
	background-repeat: no-repeat;
}
.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #060606;
	font-weight: bold;
}
A.footerLink {color:#060606; text-decoration: none; }
A.footerLink:visited {color:#060606; text-decoration: none; }
A.footerLink:link	  {color:#060606; text-decoration: none; }
A.footerLink:hover	  {color:#FDF6E4; text-decoration: none; }
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #060606;
}
A.copyright {color:#060606; text-decoration: none; }
A.copyright:visited {color:#060606; text-decoration: none; }
A.copyright:link	  {color:#060606; text-decoration: none; }
A.copyright:hover	  {color:#FDF6E4; text-decoration: none; }


/* Wood dividers
 */
.leftVertStick {
	background-image: url(../images/wdLeftVert.gif);
	background-repeat: repeat-y;
}
.rightVertStick {
	background-image: url(../images/wdRightVert.gif);
	background-repeat: repeat-y;
}
.horzStick {
	background-image: url(../images/wdStickHorz.gif);
	background-repeat: repeat-x;
}




