/* globals */

html, body
{ font-family: verdana, tahoma, arial, sans-serif;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 12px;
	background: #643f15;
	color: #ffc833;
}

p
{ line-height: 1.6em;
  text-align: justify;
}
h1 {
	display: block;
	font-size: 130%;
	color: #ffc833;
	background: transparent;
	margin: 0;
  }

h2 {
  font-size: 120%;
  color: #ffc833;
  border-bottom: solid 1px #ffc833;
  background: transparent;
}
h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: 1px solid #ffc833;
}

/* main container */
#main
{ width: 850px;
  margin: 0 auto;
  background: #643f15 url(./images/back.png) repeat-y;
}

/* header */
#header
{ width: 100%;
  height: 180px;
  text-align: center;
  background: #a46923 url(./images/header.jpg) no-repeat top left;
  color: #643f15;
}
#header h1 {
		padding: 142px 0 0 55px;
}

#pathway {
	height: 30px;
	width: 100%;
	overflow: hidden;
	background: #643f15 url(./images/menu.png) repeat-x;
}

#data {
	float: left;
	width: 400px;
	font-size: 90%;
	margin: 0 0 0 20px;
	*margin-left: 10px;
	padding: 7px 0 0 0;
}
	
/* search_box area formatting*/
#searchbox { 
	float: right;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	height: 25px;
}
fieldset {
	padding: 5px 0 0 0;
	margin: 0 20px 0 210px;
	border-width: 0;
	border-style: none;
}

.search_string {
	font-size: 90%;
	border: 1px solid #ffc833;
	background: #a46923;
	color: #ffc833;
	margin-right: 5px;
	width: 130px;
}
.search_submit {
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #ffc833;
	background: #a46923;
	color: #ffc833;
	width: 50px;
}

#left_column {
	float: left;
	width: 150px;
}

#menu1  {
	display: block;
	background: #643f15;
}
#menu1 ul {
	padding: 0;
	margin: 0;
}
#menu1 li {
	display: block;
	height: 30px;
	list-style: none;
	background: #a46923;
	border-bottom: 1px solid #ffc833;
}
#menu1 a {
	display: block;
	text-decoration: none;
	height: 21px;
	color: #ffc833;
	padding: 9px 0 0 20px;
}
	
#menu1 li:hover {
	background: #4f3113;
	border-left: 5px solid #ffc833;
	font-weight: bold;
}
#menu1 .menu-current {
	background: #794d1b;
}

#content {
	float: left;
	width: 490px;
	margin: 0 15px 10px 15px;
	overflow: hidden;
}

/*#content */a {
	color: #ffc833;
	text-decoration: underline;
}

/*#content */a:hover {
	font-weight: bold;
}
/*#content */table {
	border: 0;
}
/*#content tbody, tr, td , th{
	border: 1px solid #ffc833;
	font-size: 10px;
	text-align: center;
}
#content th {
	font-weight: bold;
}

#content img a:hover {
	border: 2px solid #ffc833;
}*/
	
#right_column {
	float: right;
	width: 180px;
}
#right_column a {
	color: #ffc833;
}
.title{
	/*width: 180px;
	height: 30px;
	background: #a46923;
	border-bottom: 1px solid #ffc833;*/
	margin-right: 5px;
}
.link {
	color: #ffc833;
}

/*.title h2 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	border: none;
	padding-top: 9px;
	margin: 0 15px;
}*/

#news {
	font-size: 90%;
	padding: 10px 10px;
}
/* footer */
#footer {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 80%;
	background: #643f15 url(./images/menu.png) repeat-x;
}

#footer p {
	padding: 4px 0 0 0;
	margin: 0;
}
#footer a {
	text-decoration: underline;
	background: transparent;
	color: #ffc833;
}

#footer a:hover {
	font-weight: bold;
}
#powered {
	float: left;
	width: 200px;
	margin-left: 15px;
	text-align: left;
}
#copyright {
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 110px;
}
#design {
	float: right;
	text-align: right;
	margin-right: 15px;
}
#menu2 {
	clear: both;
	width: 850px;
	height: 30px;
	background: #643f15;
}
#menu2 ul {
	display: block;
	list-style: none;
	width: auto;
	margin: 0;
	padding: 5px 0 0 54px;
}
#menu2 li {
	display: block;
	float: left;
}
#menu2 a {
	text-decoration: none;
	display: block;
	width: 105px;
	font-size: 80%;
	text-align: center;
	color: #ffc833;
	/*padding: 5px 0;*/
	border-right: 1px solid #ffc833;
}
#menu2 .menu-first {
	border-left: 1px solid #ffc833;
}
#menu2 a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.text p {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin: 10px 15px;
}




