* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background: url(/img/web_background.png) #d6c7a3;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: small;
	color: #fffffe;
}
#chromeFix { display: block; position: absolute; width: 1px; height: 100%; top: 0px; left: 0px; }
iframe {
	border: 0px none;
	overflow: hidden;
}
a {
	color: #8b6c29;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #AD8A35;
	text-decoration: underline;
}
.fleft {
	float: left;
}
.clearall {
	clear: both;
	height: 1px;
}
select 
{
	font-size: x-small;
}
option
{
	padding-right: 10px;
}
#showboxcontentpages {
	position: relative;
	overflow: hidden;
	width: 686px;
	height: 312px;
	border-bottom: 1px solid #FEFDFB;	
	border-right: 1px solid #FEFDFB;	
}
#showbox {
	width: 732px;
	vertical-align: top;
	overflow: hidden;
	color: #75695a;
	font-size: x-small;
	padding: 0;
	margin: 0 auto;
}
#showboxheader {	
	background-image: url(/img/showbox_header_bkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 21px;
	width: 712px;
	padding-top: 15px;
	padding-left: 20px;
	margin: 0px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
}
#showboxcontent {
	background-image:url(/img/showbox_content_bkg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 692px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	min-height: 320px;
}
#showboxfooter {
	background-image:url(/img/showbox_footer_bkg.png);
	background-repeat: repeat-y;
	background-position: left;
	
	width: 686px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 0;
}
#showboxfooter h1 {
	font-size: small;
	font-weight: bold;
	color: #8b6c29;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FEFDFB;
	border-bottom-color: #FEFDFB;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 5px;

	padding-left: 16px;
	background: url(/img/arrow_down.png);
	background-position: center left;
	background-repeat: no-repeat;
}
#showboxfooter p {
	margin-bottom: 5px;
	text-align: justify;
	font-size: x-small;
	color: #75695a;
}
#showboxbottom {
	background-image:url(/img/showbox_bottom_bkg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 712px;
	height: 24px;
	padding-left: 20px;
}
#showboxpager 
{
	text-align: right;
}
#showboxpager a 
{
	padding-right: 5px;
	font-size: x-small;
}
#showmore {
	font-weight: bold;
	font-size: x-small;
	vertical-align: top;
	padding: 10px;
	margin-left: 0px;
	border: 1px solid #000;
	width: 100%;
	background: url(/img/menubkg.png);	
}
#showmorelink {
	left: 280px;
}
#showmorelink {
	font-weight: bold;
	font-size: x-small;
	padding-top: 6px;
	padding-left: 16px;
	background: url(/img/more_info_bkg.png);
	width: 164px;
	height: 21px;
}
#showmorelink a {
	color: #ffcc66;
}
#showmorelink a:hover {
	color: #fefdfb;
}

#showmore p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#showmore p.head {
	padding-top: 10px;
}
#showmore p.collapse {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
}
#showmore p.data {
	color: #FC6;
	font-weight: normal;
	padding-top: 0px;
}
#showmore p.collapse a {
	color: #ffcc66;
}
#showmore p.collapse a:hover {
	color: #fefdfb;
}

#container {
	padding: 10px;
}
#job {
	width: 950px;
}
#showbox {
	width: 750px;
}
#jobloader {
	display: none;
}

#contactform div {
	clear: both;
	margin-bottom: 10px;
}
#contactform label {
	display: block;
	width: 150px;
	font-size: x-small;
	color: #31312d;
	font-weight: bold;
	padding-bottom: 2px;
}
#contactform input, #contactform textarea {
}

