/* GLOBAL TEXT ATTRIBUTES */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #D8D6B8; font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 12px; line-height: 18px; 
	   color: #4D4A1E; 
	   font-style: normal; font-weight: normal; text-decoration: none;}
td   { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 12px; line-height: 16px; 
	   color: #4D4A1E; 
	   font-style: normal; font-weight: normal; text-decoration: none; }

.specs   { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 12px; 
	   color: #4D4A1E; 
	   font-style: normal; font-weight: normal; text-decoration: none; }

.specs1   { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 12px; 
	   color: #ffffff; 
    background-color: #986633;
	   font-style: normal; font-weight: bold; text-decoration: none; }

a:link    { color: #986633; text-decoration: none; font-weight: normal; }
a:visited { color: #986633; text-decoration: none; font-weight: normal; }
a:hover   { color: #9CA56F; text-decoration: underline; font-weight: normal; }
a:active  { color: #9CA56F; text-decoration: underline; font-weight: normal; }

/* copyright */
.copy           { font-family: Verdana, Arial, Helvetica, sans-serif; 
				  font-size: 10px; line-height: 11px;
				  color: #4D4A1E; 
				  font-weight: normal; text-decoration: none; }
.copy a:link    { color: #9CA56F; text-decoration: none; font-weight: normal; }
.copy a:visited { color: #9CA56F; text-decoration: none; font-weight: normal; }
.copy a:hover   { color: #986633; text-decoration: none; font-weight: normal; }
.copy a:active  { color: #986633; text-decoration: none; font-weight: normal; }

/* home nav links */
.nav           { padding: 5px;
 				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 13px; line-height: 26px;
				color: #ffffff; 
				font-weight: normal; text-decoration: none; }
.nav a:link    { color: #ffffff; text-decoration: none; font-weight: bold; }
.nav a:visited { color: #ffffff; text-decoration: none; font-weight: bold; }
.nav a:hover   { color: #9CA56F; text-decoration: none; font-weight: bold; background-color: #ffffff; }
.nav a:active  { color: #9CA56F; text-decoration: none; font-weight: bold; background-color: #ffffff; }

/* h1 */
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; 
     color: #986633; font-size: 14px; line-height: 16px; 
	 font-weight: bold; text-decoration: none; }

/* ========================================================================================================= */

/* h2 */
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; 
     color: #9CA56F; font-size: 12px; line-height: 12px; 
	 font-weight: bold; text-decoration: none; }

/* ========================================================================================================= */
/* CELL PADDING */
/* for 10px padding on all sides */
.padTen { padding: 10px; }
/* for 10px */
.padTenSides { padding-left: 10px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; }
/* for 15px padding on left and right (no top or bottom) */
.padFTSides { padding-left: 15px; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; }
/* for 10px padding on top and bottom (no sides) */
.padTenTB { padding-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; }
/* for 5px padding on left */
.padFive { padding-left: 5px; }


.box { background: #ffffff; 
	     width: 100%; height: 18px; 
	     border: 1px solid #221e17; 
}

.field { background: #ffffff; 
		     width: 100%; height: 80px; 
	       border: 1px solid #221e17; 
}

/* drop-down */
.dd { font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; line-height: 14px; 
			color: #333; background: #eeeeee; 
			width: 100%; 
			border: #333; border-style: solid; 
			border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px 
}

/* contact drop-down */
.cdd { background: #fff; 
			 width: 300px; 
			 border: 1px solid #221e17;
}

/* button */		  
.but { font-size: 9px; 
			 line-height: 14px; 
			 font-weight: bold; 
	     color: #ffffff; background: #9d4202;
	     padding: 2px 4px 2px 4px; 
	     border: 1px solid #221e17;
}
.indexlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #4D4A1E;
	font-weight: normal;
	text-decoration: none;
	margin: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 1px;
}

.indexlist a:link    { color: #9CA56F; text-decoration: none; font-weight: normal; }
.indexlist a:visited { color: #9CA56F; text-decoration: none; font-weight: normal; }
.indexlist a:hover   { color: #986633; text-decoration: none; font-weight: normal; }
.indexlist a:active  { color: #986633; text-decoration: none; font-weight: normal; }
