/*This is the core style sheet of the site.*/

a:link, a:visited {
	background-color: #FFFFFF;
	color: #666666;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: #819D2F;
	color: #E6E6E6;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
}

body {
	background-color: #819D2F;
	background-image: url(../images/page-bg.gif);
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h1 {
	border-right: 2px solid #666666;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 5px;
	padding: 0 .8em 0 0;
	text-align: right;
	display: block
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .9em;
	font-style: italic;
}

hr {
	border-top: 1px dashed #A8C977;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #A8C977;
	background-color: #FFFFFF;
	height: 2px;
}

img {
	border: 0;
}

p {
	font-size: .8em;
	line-height: 1.7em;
	text-align: justify;
	display: block
}

p.small {
	font-size: .6em;
	text-align: right;
	display: block
}

.city {
	font-size: .6em;
}

.company, .dates {
	font-size: .6em;
	padding-right: 25px;
}

.highlight {
	color: #819D2F;
	background-color: #FFFFFF;
}

.jobtitle {
	font-size: .7em;
	font-style: italic;
	font-weight: bold;
	line-height: .7em;
	padding-right: 25px;
}

.thumbleft {
	cursor: pointer;
	float: left;
	padding: 0px 5px 0px 0px;
}

.thumbright {
	cursor: pointer;
	float: right;
	padding: 0px 0px 0px 5px;
}

#column1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

#column1 li, #column2 li {
	font-size: .8em;
	line-height: 1.7em;
	list-style-type: none;
}

#column1 ul, #column2 ul {
	margin-top: 0px;
	padding-top: 0px;
}

#column2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 50%;
}

#content {
	position: relative;
	width: 748px;
}

#dragbar {
	color: #666666;
	background-color: #CCCCCC;
	cursor: pointer;
	min-width: 360px; /*NS6 style to overcome bug*/
}

#closetext {
	font-size: .8em;
	font-weight: bold;
	padding: 0;
	margin: 2px;
}

#footer {
	border: 1px dashed #666666;
	font-size: .6em;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

#header {
	color: #666666;
	background-color: #FFFFFF;
	border-bottom: 1px #000000 solid;
	padding-bottom: 2px;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 2px;
}
#header p {
	font-size: .6em;
	width: 748px;
}

#inner-image {
	background-image: url(../images/inner-image.jpg);
	background-position: 198px 0px;
	background-repeat: no-repeat;
	height: 160px;
}

#main-text {
	color: #666666;
	background-color: #FFFFFF;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin-left: 198px;
	padding: 10px;
}

#navbar {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 198px;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #666666;
	background-color: #A8C977;
	border-bottom: 1px #000000 solid;
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	text-decoration: none;
}

#navbar ul li a:hover {
	background-color: #819D2F;
	color: #E6E6E6;
}

#outer-image {
	background-image: url(../images/outer-image.jpg);
	background-position: left top;
	height: 160px;
}

#resume ul li {
	font-size: .8em;
	line-height: 1.7em;
	text-align: justify;
}

#showimage {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	position: absolute;
	visibility: hidden;
}

#validation {
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}

#validation a:link, #validation a:visited, #validation a:active, #validation a:hover {
	background-color: #FFFFFF;
	color: #CCCCCC;
	text-decoration: none;
}