@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #505050;
	font-family: Optima, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-image: url(../images/YellowRedFadeBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #43151F;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#navbar {
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
#mainContent {
	padding: 0 20px;
	text-align: center;
}
#footer {
	padding: 0 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:visited { 
	color: #969696 ; 
	font-size: inherit; 
	text-decoration: none; 
}
a:hover { 
	color: #505050; 
	font-size: inherit; 
	text-decoration: none; 
}
a:active {
	color: #78706e ; 
	font-size: inherit; 
	text-decoration: none; 
}
a:link { 
	color: #505050; 
	font-size: inherit; 
}

h1 {
	font-size: 2em;
	font-weight: 500;
	font-stretch: normal;
	text-align: left;
	letter-spacing: 3px;
	margin: 0.67em 0 0;
}
h2 { 
	font-size: 1.5em; 
	font-weight: 300; 
	font-variant: small-caps; 
	margin: 0.2em 0 0.83em; 
}
h3 { 
	font-size: 1.25em; 
	font-weight: 100; 
	font-stretch: semi-expanded; 
	font-variant: small-caps; 
	text-decoration: none; 
	text-align: center;
	margin: 1em 0; 
}
h4 { 
	font-size: 1.1em;  
	font-variant: small-caps; 
	font-weight: 100; 
	font-stretch: semi-expanded; 
	text-decoration: none; 
	margin: 0.25em 0; 
}
h5 { 
	font-size: 1em;  
	font-variant: small-caps; 
	font-weight: 100; 
	font-stretch: semi-expanded; 
	text-decoration: none; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.navbar { 
	color: #505050; 
	font-size: 1.5em; 
	text-align: center; 
	white-space: pre; 
}
.oblique { 
	font-style: oblique; 
}
.leftindent { 
	margin-left: 40px; 
}
.left { 
	text-align: left; 
	margin-left: 16px; 
}
.center { 
	text-align: center; 
}
.floatright { 
	float: right; 
	margin-right: 25%;
}
.floatleft { 
	float: left; 
	margin-left: 25%; 
}


/*__________ Resume Styles__________*/
.ParNormalParagraphStyle {
}
.Parbody { 
	color: #323232;
	margin-left: 16px; 
	color: #505050;
	font-size: 1em; 
	margin-right: 12px; 
}
.Parbulletedbody { 
	color: #323232;
	font-size: 0.9em; 
	margin-right: 10px; 
	margin-bottom: 1px; 
	margin-left: 135px; 
	list-style-type: circle; 
	list-style-position: outside; 
	display: list-item; 
	white-space: normal; 
}
.ParEmploymentheaders { 
	color: #323232;
	margin-left: 25px; 
	margin-top: 10px; 
	margin-bottom: -10px; 
	white-space: pre; 
}
#paperbox {
	background-color: #fffff9;
	text-align: left;
	position: relative;
	width: 800px;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	top: 30px;
}
#paperbox2 {
	background-color: #fffff9;
	text-align: left;
	width: 650px;
	height: auto;
	padding: 10px;
	margin-top: -10px;
}
#paperbox3 { background-color: #fffff9; 
	text-align: left; 
	margin-bottom: 20pt; 
	position: relative; 
	width: 650px;
	height: auto; 
	float: right; 
}

.Parformletters { 
	font-size: 1em; 
	margin-left: 17px; 
	text-indent: 19px; 
	color: #323232; 
}
.ParSectionHeaders {
	color: #e6c100;
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;
	margin-top: 7px;
	margin-bottom: -10px;
	margin-left: 10px;
}
.ParTimelines {
	margin-left: 25px;
	color: #323232;
	font-size: 1em;
	white-space: pre;
	font-weight: lighter;
	line-height: 1.6em;
}

/*----------HighSlide CSS------------*/

.thumbwrapper-spacer {
	background-image: none;
	background-position: 0 0;
	text-align: center;
	vertical-align: middle;
	width: 10px;
	height: 120px;
	float: left;
	padding-top: 22px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.thumbwrapper-spacer2 {
	background-image: none;
	background-position: 0 0;
	text-align: center;
	padding-top: 22px;
	width: 12px;
	height: 140px;
	float: left;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.thumbwrapper-spacer3 { 
	background-image: none; 
	background-position: 0 0; 
	text-align: center; 
	margin: 2px 2px 10px; 
	padding-top: 22px; 
	width: 200px; 
	height: 120px; 
	float: left; 
	vertical-align: middle; 
}
.thumbwrapperls-left { 
	background-image: none; 
	background-repeat: no-repeat; 
	text-align: left; 
	margin: 2px 2px 10px; 
	padding-top: 22px; 
	width: 140px; 
	height: 120px; 
	float: left; 
	vertical-align: middle; 
	position: relative; 
}
.thumbwrapperls {
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	width: 140px;
	height: 160px;
	float: left;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.thumbwrapperpt-left { 
	background-image: none; 
	background-repeat: no-repeat; 
	text-align: left; 
	margin: 2px 2px 10px; 
	padding-top: 8px; 
	width: 140px; 
	height: 134px; 
	float: left; 
	vertical-align: middle; 
	position: relative; 
	padding-bottom: -8px; 
}
.thumbwrapperpt { 
	background-image: none; 
	background-repeat: no-repeat; 
	text-align: center; 
	margin: 2px 2px 10px; 
	padding-top: 8px; 
	padding-bottom: -8px; 
	position: relative; 
	width: 140px; 
	height: 134px; 
	float: left;
	vertical-align: middle; 
}

/* ----------- Menu Bar --------*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 800px;
	letter-spacing: 0.5em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 25%;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 10em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 12em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFB8;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFD956;
	color: #666666;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFD956;
	color: #666666;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: center 90%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: center 90%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-position: 0% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
#paperbox4 {
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	margin-bottom: 25px;
}
