@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CBCBCB url(images/bg4.jpg) repeat-x;
	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: #666666;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cbcbcb;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(images/bg_header.jpg) repeat-x;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 170px;
	background-position: center;
}
#header h1 span {
	position: absolute;
	left: -9999px;
}
#navbar {
	font-size: 80%;
	padding-bottom: 1px;
	margin: 0px;
	text-align: center;
}
#navbar li a:link,#navbar li a:visited {
	background: #4E5756;
	padding: .2em .5em;
	text-decoration: none;
	color: #fff;
	margin-right: .5em;
	}
#navbar li a:hover, #navbar li a:active {
	color:  #666666;
	background:  #890701;
}

#navbar li {
	display: inline;
	padding: 0px 0px 1px;
	margin: 0px;
	text-decoration: none;
}

#nav_resume a:link, #nav_resume a:visited {
	display: inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4A5453;
	font-size: .8em;
}
#nav_resume a:hover, #nav_resume a:active {
	color: #333939;
	background-color: #CCCCCC;
}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CBCBCB url(images/bg_content.jpg) repeat-x;
	margin: 0px;
	overflow: auto;
}
.leftimage {
	float: left;
	margin: 0px 8px 8px 0px;
	border-style: none;
}
#mainContent table {
	font-size: 90%;
}
#container .centerimage {
	padding-top: 20px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/bg_footer.jpg) repeat-x;
	text-align: center;
	font-size: 85%;
	color: #CBCBCB;
	height: 100px;
	line-height: 50%;
	margin-top: 20px;
}
#footer a:link, #footer a:visited {
	font-size: 85%;
	color: #CBCBCB;
	text-decoration: none;
	background-color: #8D1005;
}
#footer a:hover, #footer a:active {
	color: #991106;
	background-color: #CBCBCB;
}
#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 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#p7GSvpW3 ul{
	background-color: #999999;
}
.oneColFixCtrHdr #container #mainContent #p7GS #p7GSnv #p7GSvpW3 #p7GSvp #p7GSsc ul li {
	background-color: #999999;
}
