/*
	ThemePersonalBlack colors used:
	

	FFFFFF - white

	000000 - black

	303030 - 80% gray

	666666 - 60% gray

	9A9A9A - 40% gray

	CDCDCD - 20% gray

	E6E6E6 - 10% gray (#sidebarcontent)

	eeeeee (#copy)

*/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#666666;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p {
	margin: 0.8em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: underline;
	font-weight: bold;
	color:#303030;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#9A9A9A;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	padding: 0px 377px;
	text-align: center;
	background-color: #000000;
	font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
	font-size:80%;
	background-image:url(Images/_background.jpg); /*.gif);*/
	background-position:center top;
	/*background-attachment:fixed;*/
}
#skiptocontent{
	position:absolute;
	margin-left:-2000px;
}
#sizer {
	margin: 0 auto;
	padding: 10px 0;
	width: 60%;
	text-align:left;
	max-width: 150px;
	
	background-color:Transparent;
}
#expander {
	background: white;
	margin: 0 -375px;
	min-width: 750px; /* Critical Safari fix! */
	position: relative;
	
	background-color:Transparent;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	/* background-image:url(Images/content_border.jpg);
	background-repeat:repeat-y; */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar 
{
	width: 243px;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */	
	margin-left:-3px; /*IE Win 3px gap fix*/
	background-color:#9A9A9A;
	background-image:url(Images/sidebar_bg.jpg);
	background-repeat:repeat-y;
}

html>body #sidebar 
{
	margin-left:0;
}

#content 
{
	height:1%;
	margin:0;
	padding:0;
	background-image: url(Images/content_border.jpg);
	background-repeat:repeat-y;
}

#nosidebarcontent  
/* added to fix the problem of Firefox preventing the resume content from stretching across the sidebar */
{
	height:1%;
	margin:0;
	padding:0;
	background-image: url(Images/content_border.jpg);
	background-repeat:repeat-y;
}

html>body #content {
	height:auto;
	margin-right:243px;
}
#header {
    padding:2px 0 0 10px;
	background-color:#666666;
	/* background-color:Transparent; transparent background */
	background-image:none;
}
#headertop {
	position:relative;
	height:59px;
	background-color:#303030;
	/* background-color:Transparent; transparent background */
	top:0;
	left:0;
	bottom:0;
	padding-top:2px;
}
#ownername {
	padding:5px 20px;	
	color:#303030;
	/* color:White; transparent background */
	font-weight:bold;
	letter-spacing:0.2em;
	margin-left:10px;	
	height:49px;	
	background-color:#CDCDCD;
	/* background-color:Transparent; transparent background */
}
#ownername strong {
	margin-left:-2px; 
	font-weight:normal;
	font-size:140%;
	letter-spacing:normal; 
}
#ownername em {
	font-size:0.8em;
	line-height:3;
}
#themebar {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:50%;
	height:55px;  /* 44 */
	background-color:#303030;
	/*background-color:Transparent;  transparent background */
	background-position:2px 0;
}
#ownerinfo { /* not used ? */
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:70%;
	height:44px;
	background-repeat:no-repeat;
	background-color:#CDCDCD;
	background-position:2px 0;
}
#mainmenu, #mainmenu tr {
	height:24px;
	position:relative;
	border-bottom:2px solid #303030;
}



* html #mainmenu {margin-top:-1px;}

#mainmenu a {text-decoration:none;}

/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */
/* Hide from IE5-Mac \*/
* html #mainmenu a {height: 1%;}
/* end hiding */ 

#mainmenu .normallink {
	color:#CDCDCD;
	background-color:#303030;
	padding:0px 10px;
}
#mainmenu .selectedlink {
	color:#FFFFFF; 
	background-color:#9A9A9A;
	padding:0px 10px;
}
#contentwrapper {
	background-image:url(Images/sidebar_bg.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}

/* Hides from IE5-mac \*/ 
     * html #contentwrapper{height:1%;}
/* End hide from IE-mac */ 

#quote {
	/* height:127px; */
	padding:10px 10px 10px 20px; /* -- to make up for the -2px left margin */
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:140%;
	color:#FFFFFF;
	
	
}
#sidebarcontent {	
	margin:0 10px 1em;
	background-color:#E6E6E6;
	line-height:1em;
}
#sidebarcontent h3 {
	margin:0;
	padding:0.3em 2em;
	border-top:2px solid #303030;
	border-bottom:2px solid #9A9A9A;
	background-color:#666666;	
	color:#FFFFFF;
	font-size:110%;
	font-variant:small-caps;
	letter-spacing:0.15em;
}
#sidebarcontent .sbcontentcontainer {
	padding:0.5em 2em;
	color:#303030;
	font-size:95%;
	
	
	
}
#sidebarcontent .sbcontentcontainer ol 
{
	padding-left:20px;
}
#sidebarcontent .sbcontentcontainer ul 
{
	list-style-type:none;
}

#headerimgwrapper {
	margin-right:-8px;
	padding-right:10px;
	/* background-image:url(Images/header_img_border.gif); */
	background-repeat:no-repeat;
	background-position:100% 2px;
	
}
#headerimg {
	height:149px;
	background-image: url(Images/header_img.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:10px 2px;
}
#themepicker2 {
	display:inline;/* IEwin doubled margin bug fix */
	float:right;
	padding: 0px 10px 10px 10px;
	color:#FFFFFF;
	font-size:smaller;
    white-space: nowrap;
    
    font-weight:bold;
    background-color:Transparent;
}
#copy {		
	margin-left:10px;
	padding:2em 25px 3em;
	padding:2em 25px 3em;
	color:#000000;
	/*background-color:#FFFFFF;*/
	background-color:#eeeeee; /* this is where the main background color comes from */
}
#copy img {
	padding:2px;
	border:1px solid #000000; /* */
}
#copy .imgnoborder {
	 border-style:none;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
#copy .txtBox {
	margin-left: 1em;
	border:1px solid #000000;
	background-color:#CDCDCD;
}
#copy .txtBox:focus {
	background-color:#FFFFFF;
}
#copy .button {
	border:1px solid #000000;
	background-color:#666666;
	color:#FFFFFF;
}

#copy legend { /* background-color:#FFFFFF; */ padding:0.5em; }

#copy caption {text-align:left; font-weight:bold;}

#copy td, #copy th {padding: 0.2em 0.5em;}
		
* html #copy table tr {font-size:0.9em;}

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.5em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.5em 0;
}
.imgthumbnail {
	display:inline;
	margin: 0.5em 0em 0em 0em;
}
#footer {
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:26px;	
	clear:both;	
	padding:2px 0 0 10px;
	border-top:2px solid #303030;
	background-color:#666666;
	color:#FFFFFF;	
	font-size:smaller;
	letter-spacing:0.25em;
	
	margin:0 0 0 0px;
	background-image: url(Images/content_border.jpg);
	background-repeat:repeat-y;
}
#sidebarfooter {
	position:absolute;
	top:0;
	right:0;
	width:243px;
	height:28px;
	background-color:#303030;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		/* background:#FFFFFF !important; */
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#000000;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}