/* Keller Ladder CSS */

/* --- global --- */
body { 
	margin: 0px;
	background: #DCDCDC;
 background-image: url('../images/bg.gif');
 background-repeat: no-repeat;
	color: #7F7F7F;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none;
}
td { 
	color: #7F7F7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none; 
}
a:link    { color: #D66812; font-weight: normal; text-decoration: none; }
a:visited { color: #D66812; font-weight: normal; text-decoration: none; }
a:hover   { color: #C5A68F; font-weight: normal; text-decoration: none; }
a:active  { color: #C5A68F; font-weight: normal; text-decoration: none; }

.copy { 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.copy a:link    { color: #000000; font-weight: normal; text-decoration: none; }
.copy a:visited { color: #000000; font-weight: normal; text-decoration: none; }
.copy a:hover   { color: #D66812; font-weight: normal; text-decoration: underline; }
.copy a:active  { color: #D66812; font-weight: normal; text-decoration: underline; }

.head { 
	color: #D66812;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	line-height: 22px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

.head2 { 
	color: #A6A5A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 22px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

.required   { 
	   color: #ff5c00;
	   font-style: normal; font-weight: normal; text-decoration: none; }

.regfield   { 
	   color: #5C7A8F;
	   font-style: normal; font-weight: normal; text-decoration: none; }


/* --- form stuff --- */
.ddHolder{
	background: #042147;
	padding: 5px 15px 0px 15px;
}
form { 
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	color: #333;
}
select.dd {
	width: 200px;
	border: 1px solid #042147;
}
input.wlist {
	width: 150px;
}
input.find {
	background-color: #ff5c00;
	border: 1px solid #042147;
	color: #042147;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
}

/* text field */
.field { 
    color: #888888; background: #eeeeee; 
		  width: 100%; height: 14px; 
		  border: #808080; border-style: solid; 
		  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* text field */
.field3 { 
    color: #888888; background: #eeeeee; 
		  width: 200; height: 14px; 
		  border: #808080; border-style: solid; 
		  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* required field */
.reqfield { 
		  color: #888888; background: #eeeeee; 
		  width: 100%; height: 14px; 
		  border: #ff5c00; border-style: solid; 
		  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* text field */
.field1 { 
		  color: #888888; background: #eeeeee; 
		  width: 100%; height: 76px; 
		  border: #808080; border-style: solid; 
		  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* state drop-down */
.state { 
	   color: #ffffff; 
    background: #ff5c00; 
	   width: 100%; height: 14px;
 	  border: 1px solid #ff5c00;}

/* drop-down */
.formdd { 
	   color: #888888; background: #eeeeee; 
	   width: 100%; height: 14px;
 	  border: 1px solid #808080;}

/* buttons */		  
.but1 { 
     font-weight: bold; 
	    color: #ffffff; background: #7F7F7F;
	    width: 60; height: 18px; 
	    border: #35271a; border-style: solid; 
	    border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
/* --- form stuff --- */













