
/***************************/
/* BEGIN STRUCTURAL STYLES */
/***************************/

body  {
	margin:0;
	padding:0;
	background: #e5e5e5;
}

#container { 
	width: 100%;
	background: url(img/main-bg.png) top center repeat-y;
}

#headerHold {
	width: 874px;
	margin: 0 auto;
}

#header {
	background: #fff;
}

#title {
	height: 100px;
}

#mainContentHold {
	width: 874px;
	margin: 0 auto;
	background: url(img/frontbg.jpg) bottom right no-repeat;
}

#mainContent .inner {
	padding: 15px 35px;
}

#menu {
	height: 25px;
	background: url(img/menu-bg.png) top left repeat-x;
	overflow: hidden;
}

#menu ul {
	list-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#footer {
	height: 25px;
	background: #839f49 url(img/footer.png) center right no-repeat;
	width: 874px;
	margin: 0 auto;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.inner {
	padding: 10px;
}

/*****************************/
/* BEGIN GENERIC HTML STYLES */
/*****************************/

td {
	font-size: 1em;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/***********************/
/* BEGIN VISUAL STYLES */
/***********************/

body {
	line-height: 1.5em;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

a {
	color: #598833;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", serif;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
}

h3 {
	font-weight: bold;
	color: #000;
	font-size: 1em;
	margin: 0.5em 0 1em 0;
}

#footer {
	text-align: center;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
}

#menu ul li a {
	margin-left: 15px;
	line-height: 23px;
	height: 25px;
	padding-left: 37px;
	background: url(img/menu-dec.png) top left no-repeat;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	color: #f0f9e6;
	text-decoration: none;
}

#sidebar1 {
  color: #41473b;
  font-size: 0.85em;
}

#sidebar1 h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	margin: 0.75 0 0.5em 0;
}

#sidebar1 h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

#sidebar1 p {
	margin: 0.25em 0 0.75em 0;
}

table.showcase {
  border-collapse: separate;
}

table.showcase td {
	vertical-align: middle;
}

table.showcase td.desc {
  background: url(img/showcase-right.png) top left repeat-y;
  border: solid 1px #e7eede;
  padding: 6px;
}

table.showcase td.thumb {
  border: solid 1px #e7eede;
}

div.resumes {
  font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

div.resumes h1 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}

div.resumes h2 {
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
}