@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #190003;
	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;
	background-image: url(images/bg_resume.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---------- Menu Buttons ---------- */
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	color: #fff; /*button text color*/
}
a.boldbuttons{
	background: transparent url('images/roundedge-red-left.gif') no-repeat top left;
	color: #FFFFFF;
	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: 0.9;               /* newer Mozilla and CSS-3 */
}
a.boldbuttonsselect {
	background: transparent url('images/roundedge-red-left.gif') no-repeat top left;
	color: #FFFFFF;
	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.boldbuttonsselect:link, a.boldbuttons:link{
	color: #fff; /*button text color*/
}
a.boldbuttons span, a.boldbuttonsselect span{
	color: #fff; /*button text color*/
	background: transparent url('images/roundedge-red-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.boldbuttons:hover, a.boldbuttonsselect:hover { /* Hover state CSS */
	color: #fff; /*button text color*/
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1;           /* Mozilla 1.6 and below   */
	opacity: 1;               /* newer Mozilla and CSS-3 */
}
/* ---------- End Menu Buttons ---------- */

#header {
	background-image: url(images/header_resume.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 1110px;
	height: 205px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #fdb4af;
}
#header h1 {
	margin: 0;
	padding: 66px 114px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 200%;
}
#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-image: url(images/body_resume.jpg);
	background-repeat: repeat-y;
}
#mainTopBG {
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	background-image: url(images/body_resume_top.jpg);
	background-repeat: no-repeat;
}
#mainBottomBG {
	padding: 0;
	margin: 0;
	background-image: url(images/body_resume_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 1%;
}
#mainContent {
	padding: 0 120px 20px;
	margin: 0;
	color: #fdb4af;
	font-size: 80%;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}
#mainContent h1 {
	margin: 0;
	padding: .4em 0 0;
	color: #9e0b0f;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContent p {
	margin: 0;
	padding: 0 20px 0;
}
#mainContent ul {
	margin: 5px 15px;
	padding: 10px 25px;
	background-color: #3c100f;
	border: #540b0c 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;
	color: #fdb4af;
	background-color: #3c100f;
	border: #540b0c 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 span {
	font-weight: bold;
	text-transform: uppercase;
}
