/***********************************************/
/* adams.css           		                   */
/* Use with template ac_template01.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
body {
	background-color: #FDFDEF;
	background-image: url(../images/index_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	color: #8F7722;
	text-decoration: none;
}
a:link {
	color: #8F7722;
	text-decoration: none;
}
a:hover{
	color: #595959;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8F7722;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 10px 5px 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8F7722;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
ul {
}
li {
	padding-bottom: 10px;
}
.quote01 {
	display: block;
	float: right;
	width: 135px;
	position: relative;
	margin-bottom: 12px;
	margin-left: 12px;
	font-size: 10px;
	background-color: #FDFDEF;
	padding: 10px;
	border: 1px solid #E0E0E0;
}

/************* .secNav styles **************/

.secNav {
	font-size: 10px;
	font-weight: bold;
	color: #8F7722;
	position: static;
}
.secNav a {
	color: #8F7722;
	padding-left: 17px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5BB;
}
.secNav a:hover {
	color: #666666;
}

/************* .secNavOn styles **************/

.secNavOn {
	font-size: 10px;
	font-weight: bold;
	color: #8F7722;
	position: static;
}
.secNavOn a {
	color: #666666;
	padding-left: 17px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5BB;
}


/************* .dhtmlLINK styles **************/
#dhtmlLINK {
	font-size: 9px;
	text-align: right;
	display: block;
}
#dhtmlLINK a {
	color: #fefef0;
}
/************* .legalTxt styles **************/
#legalTxt {
	font-size: 9px;
	color: #D7CFAD;
}
#legalTxt a {
	color: #D7CFAD;
	text-decoration: underline;
}
#legalTxt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
