/* ---------------------- GLOBAL ---------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #bea177 url(images/bg.jpg) repeat-x;
	font: 62.4% Verdana, Arial, Helvetica, sans-serif;
	color: #301b0c; 
}

img {

               border: 0;
}

h1 {
	font: 22px "Times New Roman", Times, serif;
	color: #570a02;
                font-weight: bold;
}

h2 {
	font: 19px "Times New Roman", Times, serif;
	color: #570a02;
                font-weight: bold;
}

h3 {
	font: 19px "Times New Roman", Times, serif;
	color: #fff;
                font-weight: bold;
}

h4 {
	font: 18px "Gill Sans Std Condensed", "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	color: #000;
                font-weight: bold;
                text-transform: uppercase;
}

h5 {
	font: 18px "Gill Sans Std Condensed", "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
                color: #51321d;
                font-weight: bold;
                text-transform: uppercase;
}

h6 {
	font: 20px "Gill Sans Std Condensed", "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
                color: #e9d8ad;
                font-weight: bold;
                text-transform: uppercase;
}

a:link {
               color: #570a02;
               text-decoration: none;
}

a:visited {
               color: #570a02;
               text-decoration: none;
}

a:hover {
               color: #570a02;
               text-decoration: underline;
}

a:active {
               color: #570a02;
               text-decoration: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

/* ---------------------- Header ---------------------- */

#header {
	height: 117px;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
        position: relative;
}

#logo {
	padding-top: 25px;
	padding-left: 30px;
	float: left;
}

#topnav {
	margin: 0;
	padding-top: 59px;
	padding-left: 145px;
	float: left;
        position: absolute;
        top: 0px;
        right: 20px;
}

#topnav a {
	font: 1.5em "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	padding: 0 1em 0 0;
}

#topnav a:link {
	color: #FFF;
}

#topnav a:visited {
	color: #FFF;
}

#topnav a:hover {
	color: #fb984f;
}

#topnav a:active {
	color: #FFF;
}

#topnav li {
	display: inline;
}

/* ---------------------- Search ---------------------- */

.fieldset {
          border:1px solid #301b0c;
          padding: 10px;
}

.breadcrumb {
          margin: 0 0 10px 0;
          background-color: transparent;
}

.default, .defaultBold {
          font-size: 10px;
          color: #301b0c;
          padding: 3px 0 3px 0;
          background-color: transparent;
}

.defaultBold {
          font-weight: bold;
}

.paginate {
          font-size: 12px;
          font-weight: normal;
          letter-spacing:	.1em;
          padding: 10px 6px 10px 4px;
          margin: 0;
          background-color: transparent;
}

.pagecount {
          font-size: 10px;
          color: #666;
          font-weight: normal;
          background-color: transparent;
}

.tablePad {
          padding: 3px 3px 5px 3px;
          margin-bottom: 10px;
}

.resultRowOne {
          font-size: 11px;
          color: #301b0c;
          padding: 5px 5px 5px 5px;
          background-color: #d2b892;
}

.resultRowTwo {
          font-size: 11px;
          color: #301b0c;
          padding: 5px 5px 5px 5px;
          background-color: #dfcaab;
}

.resultHead {
          font-size: 11px;
          font-weight: bold;
          color: #301b0c;
          padding: 5px 5px 5px 5px;
          border-bottom: 1px solid #463325;
          background-color: #b4966b;
}

.highlight {
          color: #77281d;
}


/* ---------------------- Footer ---------------------- */

#footer p {
	clear: left;
	font-size: 1em;
	border-top: dotted 1px #301b0c; 
	padding: 3px 0 5px 24px;
} 

#footer .footerButtons {
	padding: 3px 0 5px 24px;
} 

#footer img {
                border: none;
}