body 
{
	background-image:url('../images/darkbrown/body_bg.gif');
}
 a {
	color: #a75b09;
	text-decoration:none;
}

 a:hover {
	text-decoration:underline;
}
/* HEADER
--------------------------------------------------------- */
#logo {
	float: left;
	padding-top:20px;
}
#search {
	float:right;
	padding-top:30px;
}

/* TOP NAVIGATION
--------------------------------------------------------- */

 #ja-topnav a {
	color: #939393;
	text-decoration:none;
}

#ja-topnav  a:hover {
	color: #a75b09;
}
#ja-topnav .active {
	color: #a75b09;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 0px solid #B4E4F0;
}

#ja-footer 
{
	background: #EFF9FC;
	background-image:url('../images/darkbrown/footer_bg.gif');
	background-repeat:repeat-x;
	clear: both;
	color: #FFF;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	text-align: left;
	height:270px;
	font-size:80%;
}
#ja-footer h1
{
	color: #FFF;
}

#ja-footer a {
	color: #9AA6AA;
	font-weight: bold;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #3B464A;
	font-weight: bold;
}


/* Text Form  FIELDS
---------------------------------------------------------*/


.textbox
{
	background: #FFF;
	color: #866b36;
	border:  1px solid #866b36;
	padding-left:5px;
	padding-right:5px;
}
.button
{
	background: #866b36;
	color: #FFF;
	border:  1px solid #924e05;
	padding-left:5px;
	padding-right:5px;
}
