
/*  willabMain.css  */
/*  created september 2005 - van eiseman  */
/*  last edited --  */

BODY {
	background-color:#F0EB79;
	margin: 0px;
}

TD, TH, .bodycopy {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}

B, STRONG {
	font-weight: bold;
	color: #000000;
}

.headline, h1 {
	font-weight: bold;
	font-size: 15px;
	color: #6D6A37;
}

.subhead, h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.footer {
	text-align: right;
	font-size: 10px;
	color: #000000;
	padding: 2px 138px 0px 0px;
}

.mainTbl {
	text-align: left;
	padding: 5px 30px 5px 80px;
}

.ourStoryTbl {
	text-align: left;
	padding: 0px 0px 0px 55px;
}

.displayTbl {
	text-align: left;
	padding: 5px 0px 5px 80px;
}

/* -- LIST STYLES -- */

/*ul li {
	height: 90%;
	list-style-position: outside;
	list-style-type: disc;
}*/

ol li {
	list-style: decimal outside;
	margin: 0px 0px 5px -20px;
}

#portfolio ul li {
	list-style: url(../images/bullet.gif) outside;
	margin: 0px 0px 5px -20px;
}

/* -- LINK STYLES -- */

a, a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
a.footerLink, a.footerLink:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}
a.resultLink, a.resultLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
a.footerLink:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}
a.resultLink:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

.cursor {  
cursor: pointer;
}


/* -- FORM STYLES -- */

.req {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
    font-weight: bold;	
	color: #000000;
}

.error {
	color: #CC0000;
}

Input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #FFFF95;
	color: #000000;
}

Option {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #FFFF95;
	color: #000000;
}

.txtState	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #404040;
	background: #B2B2B2;
	width: 100px;
}

.txtZip	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #404040;
	background: #B2B2B2;
	width: 60px;
}

.txtBox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFFF95;
}

.txtCommentBox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFFF95;
}

.checkBox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #F0EB79;
}



/*  end  */