/*#############################################################################
#
# File:	common.css
#
#   ©2003-2010	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 (info@jonwilde.net)
#
###############################################################################

/* Set Standardized Elements */

/* Set consistent (zero) margins and padding for common page elements */
html,body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ul,ol,li,
pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

/* Set standard table behavior */
table, td, tr, th {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
}

/* Remove image-link borders  */
/*a img,:link img,:visited img {
	border: none;
}*/

/* de-italicize address */
address {
	font-style: normal;
}

/* Set standard-size headdings and pre/code elements */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

/*  The following styles may vary based on your preferences.  */
/*  We are aiming for the FireFox standard in most cases.     */

/* Remove styles for citations, captions, table headers, etc. */
address,caption,cite,em,strong,th {
	font-style: normal;
	font-weight: normal;
}

/* Standard "code-related" elements */
code,dfn,var,kbd {
	font-style: italic;
	font-weight: normal;
}

/* Remove quotations marks from quotes because IE doesn't support them */
q:before, q:after {
	content:'';
}

/* Remove borders on acronyms and abbreviations */
abbr, acronym {
	border:0;
}

xmp, pre {
	text-align: left;
}



/* Elements */
body, div, p, .p, label, li, a, dt, dd, input, textarea {
	font: 12px Verdana, Arial, sans-serif;
	color: #000;
	text-align: left;
}

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

h1, h2, h3, h4 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 12px 0px;
}

h1 {
	font-size: 18px;
	padding: 0 0 10px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
	padding: 0 0 7px;
}

h4 {
	font-size: 13px;
	padding: 0;
}

p, .p {
	line-height: 1.5em;
	text-indent:	25px;
	padding: 0px 0px 10px;
	display: block;
}

ul {
	line-height: 1.3em;
	list-style:	disc;
	padding: 0 0 15px;
}

ol {
	list-style-type: decimal;
}

li {
	line-height: 1.3em;
	margin: 0 0 0 15px;
}

a {
	text-decoration: underline;
}

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

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

.hr {
	height: 1px;
	width: 100%;
	background-color: #33C;
	margin: 15px 0;
}

textarea, select, input[type="text"] {
	border: solid 1px #cdcdf3;
	font-size:		11px;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
	font-style: italic;
}

em {
	font-weight: normal;
	font-style: italic;
}

input[type="radio"],
input[type="checkbox"]
{
	vertical-align: middle;
	padding: 0 5px 0 0;
}





/* 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;
}

.noBorder, .noBorder td, .noBorder tr {
	border: 0px;
}



/* 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;
}



/* Button Styles */
.buttonContainer {
	padding: 10px 0;
	text-align: right;
}

input[type="button"] {
	border: 1px solid #33C;
	background-color: #E4E4E4;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 2px 10px;
	height: 23px;
	cursor: pointer;
}

input[type="button"]:hover,
input[type="button"]:active {
	cursor: pointer;
	background: url(../images/nav-bg.gif) repeat-x;
	color: #F60;
}

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









/* Page IDs */

#page {
	margin: 0 auto;
	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 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;
	width: 800px; 
}

#logo a {
	position: absolute;
	font: bold 41px verdana, arial, sans-serif;
	margin: 12px 67px;
	text-decoration: none;
	letter-spacing: .06em;
}

#logo a:hover {
	color: #000;
}


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

#navigateHead ul {
	margin: 0;
	padding: 2px 0;
	text-align:	center;
	width: 800px;
	position: absolute;
}

#navigateHead li {
	display: inline;
	list-style: none;
	margin: 1px 16px;
	position: relative;
	float: left;
}

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

#navigateHead a:hover {
	margin: 1px;
	border: 1px solid #33C;
	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 li {
	display: inline;
	list-style: none;
	margin: 0px 8px;
	color: #fff;
}

#navigateFoot a:link 	{ color: #fff; }
#navigateFoot a:visited { color: #fff; }
#navigateFoot a:hover 	{ color: #F93; }
#navigateFoot a:active	{ color: #F93; }




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

#contentLeftMid dt {
	margin-top: 5px;
}

#contentLeftMid input[type="text"],
#contentLeftMid select,
#contentLeftMid textarea {
	width: 182px;
	font-size: 11px;
}

option:first-child {
	color: #999;
}



/* 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: 560px;
	width: 210px;
	display: block;
	padding: 10px 0;
}

#resumeHeadInfo dt,
#resumeHeadInfo dd a {
	padding: 0;
	line-height: 150%;
	font-size: 11px;
}

#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 15px 30px;
}

.resumeSection h2 {
	font:	bold 13pt "Century Gothic", verdana, sans-serif;
	letter-spacing: +0.1em;
	padding: 6px 0 10px;
}

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

.resumeSubSection h3 {
	float: left;
}

.resumeServiceDate {
	display: block;
	position: absolute;
	left: 750px;
}

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

.resumeSubSection ul {
	padding: 0 0 15px 25px;
}

.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;
}