@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #110e03;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	position: relative;
	background-image: url(images/bg_other.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---------- Menu Buttons ---------- */
a.boldbuttons {
	background: transparent url('images/roundedge-brown-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: .9;               /* newer Mozilla and CSS-3 */
}
a.boldbuttonsselect {
	background: transparent url('images/roundedge-brown-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	filter:alpha(opacity=60);   /* Internet Explorer       */
	-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
	opacity: .6;               /* newer Mozilla and CSS-3 */
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons, a:link.boldbuttonsselect, a:visited.boldbuttonsselect, a:hover.boldbuttonsselect, a:active.boldbuttonsselect{
	color: #fff; /*button text color*/
}
a.boldbuttons span, a.boldbuttonsselect span{
	background: transparent url('images/roundedge-brown-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons, a:hover.boldbuttonsselect { /* Hover state CSS */
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1;           /* Mozilla 1.6 and below   */
	opacity: 1;               /* newer Mozilla and CSS-3 */
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/* ---------- End Menu Buttons ---------- */

#header {
	background-image: url(images/header_other.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 1110px;
	height: 205px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#header h1 {
	margin: 0;
	padding: 157px 114px 0 0;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 105%;
	color: #ad911f;
}
#mainBG {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #190003;
	background-image: url(images/body_other.gif);
	background-repeat: repeat-y;
}
#mainTopBG {
	padding: 0;
	margin: 0px 0 0 0;
	background-image: url(images/body_other_top.jpg);
	background-repeat: no-repeat;
}
#mainBottomBG {
	padding: 0;
	margin: 0;
	background-image: url(images/body_other_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainContent {
	padding: 0 120px 20px;
	margin: 0;
	color: #e6f0cf;
	font-size: 80%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
#mainContent img {
	margin: 18px 18px;
	padding: 15px;
	text-align: center;
	border: thin solid #ccc;
	background-color: #493d0d;
}
#mainContent a:link img, #mainContent a:visited img{
	filter:alpha(opacity=60);   /* Internet Explorer       */
	-moz-opacity:.6;           /* Mozilla 1.6 and below   */
	opacity: .6;               /* newer Mozilla and CSS-3 */
}
#mainContent a:hover img{
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1;           /* Mozilla 1.6 and below   */
	opacity: 1;               /* newer Mozilla and CSS-3 */
}
#mainContent h1 {
	margin: 0;
	padding: .4em 0 0;
	color: #9e0b0f;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContent ul {
	margin: 5px 15px;
	padding: 10px 25px;
	background-color: #204304;
	border: #326706 thin solid;
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	opacity: 0.7;               /* newer Mozilla and CSS-3 */
}
#mainContent p.pastjob, #mainContent p {
	margin: 5px 15px;
	padding: 10px 15px;
	background-color: #204304;
	border: #326706 thin solid;
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	opacity: 0.7;               /* newer Mozilla and CSS-3 */
}
