/*#############################################################################
#
# File:	common.css
#
#   ©2003-2008	www.JonWilde.net
#
#	This file and its contents are protected under U.S. copyright law. Any
#	unauthorized alteration, distribution, or reproduction will be prosecuted
#	to the maximum possible extent of the law.
#
#   Jon Wilde (jon@jonwilde.net)
#
###############################################################################


/* Elements */
html, body {
	margin: 0px;
	padding: 0px;
	color: #000;
}

body {
	min-width: 800px;
	margin-top: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

div {
	text-align: left;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
}

h1 {
	text-align: left;
	font-family: 	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		18px;
	font-weight:	bold;
	margin:		0px 0px 10px;
}

h2 {
	text-align: left;
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		15px;
	font-weight:	bold;
}

h3 {
	text-align: left;
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		13px;
	font-weight:	bold;
	padding:		0px;
	margin-bottom:	10px;
}

h4 {
	text-align:		left;
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		13px;
	font-weight:	bold;
	padding:		0px;
	margin:			0px;
}

p {
	text-align: left;
	margin-top:		0px;
	text-indent:	25px;
	font-family: 	verdana, arial, sans-serif;
	color:		#000;
	font-size: 	12px;
	line-height:	1.5em;
}

label	{
	font-family: 	verdana, arial, sans-serif;
	color:		#000;
	font-size: 	12px;
}

ul {
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size:		12px;
	line-height:	1.3em;
}

a		{
	text-decoration: underline;
	color:			#000;
}

a:hover	{
	text-decoration: underline;
	color:			#33C;
}

hr		{
	color:			#33C;
	border-style: 	solid;
	margin:			15px 0 15px 0;
}

img {
	border-width: 0px;
}

dl {
	margin: 0px;
	padding: 5px 0 5px 0;
}

textarea {
	font-family:	arial, sans-serif;
	color:			#000;
	font-size:		11px;
}


/* Common Classes */

.center {
	text-align:	center;
}

.right {
	text-align: right;
}

.wmark	{
	color:		#F93;
	font-size:	9px;
	text-align:	center;
	margin:		20px;
}

.small {
	font-size: 80%;
}

.hidden {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}


/* Page IDs */

#page {
	margin: 0;
	width: 800px;
	border: 2px solid #33C;
	padding: 2px;
}

#pageHead {}

#pageMain {
	margin: 20px 10px 10px;
	width: 780px;
}

#contentLeft {
	float: left;
	width: 215px;
	margin-bottom: 20px;
}

#contentLeftMid {
	padding: 0px 15px 0px 15px;
	background-image: url(../images/left-mid.gif);
}

#contentLeftMid h3 {
	margin: 0px;
	padding: 0px;
}

#contentLeftMid ul {
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

#contentRight {
	float: right;
	width: 545px;
}

#pageFoot {
	margin: 30px 0px 0px;
	clear: both;
}


/* Main Navigation Menu */

.headBorder {
	background-color: #33C;
	height: 7px;
	width: 800px;
}

#logo {
	margin: 2px 0px;
	height: 75px;
}

#navigateHead {
	width: 800px;
	background: #E4E4E4 url(../images/nav-bg.gif) repeat-x;
	height: 31px;
}

#navigateHead ul {
	margin: 0px;
	padding: 1px 0px;
	list-style: none;
}

#navigateHead li {
	float: left;
	display: inline;
	margin: 1px 16px;
	border: 0px;
}

#navigateHead a {
	font-size: 12px;
	display: block;
	height: 21px;
	margin: 2px;
	border: 0px;
	padding: 0px 8px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

#navigateHead li:hover {
	margin: 0px 15px;
	border: 1px solid #33C;
}

#navigateHead a:hover {
	margin: 1px;
	border: 1px solid #FFF;
	cursor: pointer;
	color: #FFF;
	background: url(../images/highlight.gif) repeat-x;
}

#navigateFoot {
	padding: 6px;
	background-color: #33C;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	color:		#FFF;
	font-size: 	10px;
}

#navigateFoot a {
	color:		#FFF;
}

#navigateFoot a:hover {
	color:		#F93;
}

#navigateFoot span {
	margin: 0 1em;
}


/* Left-side content */
#contentLeftMid dd {
	margin-left: 0;
}
#contentLeftMid dt {
	margin-top: 5px;
}

.leftInput {
	width: 182px;
	font-size: 		11px;
}

.buttonContainer {
	text-align: right;
}
.buttonContainerLeft {
	position: absolute;
	float: left;
}

/* Button Styles */
button {
	border: 1px solid #33C;
	background-color: #E4E4E4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 1px;
	width: 70px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

button:hover, button:active {
	background: url(../images/nav-bg.gif) repeat-x;
	color: #F60;
}


/* Error Page Content */
#error {
	color: #000000;
	width: 500px;
}

.errorHead {
	color: #B00;
	font-weight: bold;
}

.errorFoot {
	margin-top: 40px;
	font-size: 10px;
	width: 300px;
	border: 1px #000 solid;
	background-color: #EEE;
}



/* Resume Page IDs */

#resumeHeader {
	display:	block;
	height:		50px;
	width:		100%;
}

#resumeHeadTitle {
	position: absolute;
	width: 400px;
}

#resumeName {
	font-size: 24pt;
	font-weight: bold;
}

#resumeSubTitle {
	font-style: italic;
	font-family: arial, sans-serif;
	font-size: 	12pt;
}

#resumeHeadInfo {
	position: relative;
	left: 550px;
	width: 210px;
	display: block;
}

#resumeHeadInfo dt,
#resumeHeadInfo dd {
	padding: 0;
	line-height: 150%;
}

#resumeHeadInfo dt {
	float:left;
	width: 6em;
	text-align: right;
	margin-right: 1em;
	clear: both;
}

#resumeHeadInfo dd {
	float: left;
	margin-left: 0px;
}

.resumeSection {
	margin: 0 0 20px 30px;
}

.resumeSection h2 {
	font:	bold 13pt "Century Gothic", verdana, sans-serif;
	letter-spacing: +0.1em;
	margin: 18pt 0 9pt;
}

.resumeSubSection h3,
.resumeServiceDate {
	font:	italic 11pt arial, verdana, sans-serif;
	margin: 6px 0 8px;
}

.resumeSubSection h3 {
	float: left;
	width: 500px;
}

.resumeServiceDate {
	display: block;
	float: left;
}

.resumeSubSection p,
.resumeSubSection ul {
	clear: both;
}

.resumeSubSection p {
	clear: both;
	padding-bottom: 0;
	text-indent:	0;
	margin: 0 0 15px 20px;
}

.resumeSectionHead {
	height: 25px;
}

.resumeSectionHead h4 {
	float: left;
	width: 300px;
}

.resumeServiceLocation {
	display: block;
	float: right;
}


.resumeLeft {
	float:	left;
	font-size: 	12px;
}

.resumeRight {
	margin-left: 160px;
	font-size: 	12px;
}

.resumeReference {
	display: none;
}

.resumeLeftPad {
	display: block;
	padding-left: 25px;
}