/* CSS Document */
body {
	background-color: #DECB76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page_wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #3B1804;
}

.message {
	color: #990033;
	font-weight: bold;
}

/*-----------------------------------------------
   Style items for overall page
  -----------------------------------------------*/
.page_header {
	background-color: #3B1804;
	width: 800px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.page_middle {
	background-color: #ffffff;
	/* height: 420px; */
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	text-align: justify;
}

/*-----------------------------------------------
   Style items for navigation
  -----------------------------------------------*/
  
.navigation {
	height: 25px;
	margin: 10px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}
.navigation ul {
	text-align: center;
	list-style: none;
}
.navigation li {
	display: inline;
	padding: 0px 12px 0px 12px;
	list-style: none;	
}
.navigation li a {
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}
.navigation li a:hover {
	color: #DECB76;
}
#active_nav {
	color: #DECB76;
	text-decoration: none;
}

/*-----------------------------------------------
   Style items for main content
  -----------------------------------------------*/

.main_content {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #3B1804;
	font-size: 35px;
	font-family: Times, serif;
	font-style: italic;
	font-weight: normal;
	padding-left: 20px;
}
h2 {
	color: #3B1804;
	font-size: 17px;
	font-style: italic;
	padding-left: 20px;
}
h3 {
	color: #3B1804;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
}
p {
	color: #3B1804;
	padding-left: 20px;
}
/*-----------------------------------------------
   Style items for home page content
  -----------------------------------------------*/
#services {
	float: left;
	width: 275px;
	margin: 0px;
	text-align: center;
}

#service h3 {
	margin: 3px 0px 0px 0px;
}

#services p {
	margin: 3px 0px 6px 0px;
}

#overview {
	float: right;
	width: 490px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

/*-----------------------------------------------
   Style items for pages with information lists
   (used primarily in the admin area)
  -----------------------------------------------*/
.listheader {
	margin: 10px 15px 4px 45px;
	color: #704C22;
	font-weight: bold;
}

.itemlist {
	margin: 0px;
	padding: 2px 17px 15px 45px;
	line-height: 20px;
}

.itemlist a {
	border: none;
	margin-right: 0px;
	margin-left: 2px;
}

.itemlist img {
	border: 1px solid #d8b560;
	vertical-align: middle;
}

.message {
	color: red;
}

/*-----------------------------------------------
   Style items for forms
  -----------------------------------------------*/
.form_item {
	text-align: left;
	color: #4E3518;
	margin: 15px 0px 5px 50px;
}

.form_item_label {
	color: #000000;	
}

.form_item input {
	color: #4E3518;
}

.form_item textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4E3518;
}

.form_item table {
	margin-left: 10px;
}

.form_item td {
	font-size: 13px;
}

td .form_item {
	font-size: 13px;
}

#login {
	padding-top: 40px;
	padding-bottom: 70px;
}
table#jobapp1 td {
	text-align: center;
}

/*-----------------------------------------------
   Style items for job application step counter
  -----------------------------------------------*/
	.apphdr {
		font-size: 16px;
		font-weight: bold;
	}
	table#steps td {
		width: 30px;
		height: 20px;
		background-color: #DECB76;
		padding: 2px;
		font-size: 12px;
		font-weight: bold;
		color: #3B1804;
		text-align: center;
	}
	table#steps td a{
		text-decoration: none;
		color: #3B1804;
	}
	table#steps td a:hover {
		color: #FFFFFF;
	}
	table#steps td#on {
		background-color: #3B1804;
		color: #FFFFFF;
	}
	table#steps td#on a{
		text-decoration: none;
		color: #FFFFFF;
	}

/*-----------------------------------------------
   Style items for page footer
  -----------------------------------------------*/

#copyright {
	color: #18130F;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#copyright a {
	color:#000000;
}