@charset "utf-8";

html { height: 100%; }
body { margin: 0; padding: 0; height: 100%; font-family: Arial, Helvetica, sans-serif; background: #c1c1c1 url(../images/bg-1.jpg) left top repeat-x;
	font-size: 76%;   }
* { margin: 0; padding: 0; }
img { border: 0; }
ul, ol { margin-left: 80px; }
ul li, ol li { margin-left: 10px; }
#wrapper { margin: 0 auto; padding: 0; width: 800px; min-height: 100%; background:transparent; position: relative; }
#container {
	min-height: 100%;
	margin-bottom: 0px;
	position: relative;	background: url(../images/content-bg.jpg) top left repeat-y; }
	
	
/* Header styles */
#header { 
	height: 60px;
	padding: 0px;
	width: 800px;
	margin: 0 auto; }
	#header img.logo { margin: 15px 0 0 20px; padding: 0; }
	#header #contactInfo { float: right; margin: 0 20px 0 0; padding: 0; color: #fff; }
		#header #contactInfo p { font-size: 9pt; text-align: right; margin: 4px 10px 2px 0;}
			#header #contactInfo p a { color: #fff; text-decoration: none; }
			#header #contactInfo p a:hover { color: #5a5a9a; text-decoration: none; }
	#bar1 { height: 16px; width: 80px; margin: -30px auto 15px; }
	#bar2 { background: url(../images/content-top-curves.jpg) top left no-repeat; width: 800px; height: 40px; }


#menu { margin: 0 auto 20px auto; text-align: center; width: 60%; height: 20px; position: relative; top: 0px;  }
	ul#menu1  { list-style: none; margin: 0; padding: 0; height: 20px; }
		ul#menu1 li { 
			list-style: none; 
			color: #333333; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			font-size: 0.9em;
			margin: 0 0 0 0; display: inline; margin-right: 10px;  }
		ul#menu1 li a { 
			color: #333333; 
			margin-right: 10px;
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: bold; 
			font-size: 0.9em;
			text-decoration: none; }
		ul#menu1 li a:hover { color: #5a5a9a; text-decoration: none; }
		
		

		
#content { 
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -30px;
	width: 780px;
	background: #FFFFFF
	padding: 0 10px; 
	min-height: 100%; }
	
	#content p { margin: 0.25em 0.5em 0.5em; }	
	
.rightbox {
	float: right; 
	padding: 0;
	margin: 0 1em 4em 1em;
	width: 150px; 
	border: 1px solid #5a5a9a; }
	.rightbox h5 {
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		color: #fff;
		background: #5a5a9a;
		padding: 3px 10px 3px; }
	.rightbox img { display: block; margin: 0 auto; padding:3px 0 3px; }
	
	
	/* Style for the resume page */
h1 { color:#5a5a9a; font-family: Arial, Helvetica, sans-serif; font-weight: 900; position: relative; z-index: 99; margin: 5px 0 8px 0.25em; padding: 0; }
h2 { color: #5a5a9a; margin: 5px 0 8px 0.5em; padding: 0; }
hr { color: #d6e3ff; }
	
.resumeEntry { margin: 20px; }
	.resumeHeader { margin-top: 2em; display: inline; background: #cccccc; width: 90%; }
	.resumeHeader div { background: #cccccc; padding: 3px 10px; }
	.resumeHeader strong { background: #ffffff; }

		.resumeHeader .left { float: left; text-align: left; }
		.resumeHeader .right { float: right; text-align: right; }
		.resumeHeader .center { text-align: center; margin: 0 auto; font-weight: bold; }
			.resumeHeader .center a.tog { color: black; font-weight: bold; text-decoration: none;
				background: url(../images/arrow-right.png) right center no-repeat; padding-right: 12px; }
				.resumeHeader .center a.tog:hover { color: black; font-weight: bold; text-decoration: none; }
				.resumeHeader .center a.tog:visited { color: black; font-weight: bold; text-decoration: none; }
				.resumeHeader .center a.tog:active { color: black; font-weight: bold; text-decoration: none; }
	.resumeText { padding: 5px 10px 0 10px; }
		.resumeText ul { margin: 5px 30px 10px 30px; padding: 5px 10px 0 10px; }
		
		
.clearfooter {
	height: 40px;
	clear: both; }
#footer {
	position: relative;
	background: url(../images/content-btm-curves.jpg) bottom left no-repeat;
	width: 800px;
	height: 40px;
	bottom: 20px; }
	#footer p { font-size: 0.7em; color: #666666; margin: 5px 30px; }	
		
div#accordion { 
	width: 700px;
	margin: 0 auto; }
	div#accordion h3 {
		height: 24px;
		padding: 3px 0 3px 4px;
		font-weight: bold;
		text-align: center;
		color: #666;
		border: 1px solid #666;
		border-bottom: 0px;
		cursor: pointer;
		clear: left;
		background: url(../images/accordion-h3-bg.gif) top left repeat-x; }
			div#accordion h3.last { border-bottom: 1px solid #666; }
		div#accordion ul { 
			margin: 0; padding: 1em;
			border-top: 3px solid #000; }
			div#accordion li {
				list-style: none;
				display: inline;
				background: none;
				padding-right: 130px;
				border: none; }


.illustration { width: 90%; border: 1px dotted #cccccc; margin: 20px auto; }
.illustration img { float: left; padding: 10px; }
.illustration p, .illustration h3 { padding: 5px; margin: 0; color:#000000; }

.design { width: 90%; border: 1px dotted #cccccc; margin: 20px auto 0; }
.design img { float: right; padding: 10px; }
.design p, .design h3 { padding: 5px; margin: 0; color:#000000;  }
.design ul { margin-left: 30px; }
.design ul li { margin-left: 20px; }

.multimedia { width: 90%; border: 1px dotted #cccccc; margin: 20px auto; }
.multimedia img { float: right; padding: 10px; }
.multimedia p, .multimedia h3 { padding: 5px; margin: 0; color:#000000;  }

.clear { clear: both; }


#flashcontent { margin: 0; }

.disclaimer { font-size: 0.9em; font-style: italic; font-weight: normal; }


/* Coda slider styles
 *****************************************************/
 
		
		.slider-wrap p { text-align: left; margin: 15px 0 }
		
		.slider-wrap p, ul { font-size: 13px; line-height: 1.4em; margin: 0; padding: 0; }
		
		.slider-wrap p a, li a { color: #39c; text-decoration: none }
		
		.slider-wrap p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		.slider-wrap p#cross-links { text-align: center }
		
		.slider-wrap p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		.slider-wrap noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		.slider-wrap noscript a { color: #a00; text-decoration: underline }
		.slider-wrap noscript ol { margin-left: 25px; }


		
		.slider-wrap a:focus { outline:none }
		
		.slider-wrap img { border: 0 }
		
		.slider-wrap h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left; margin-top: 0px; }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0 !important;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #ccc; /* this is the border. should have the same value for the links */
			margin: 0;
			width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 450px;
			clear: left;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 500px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			/* display: none; */
			margin: 0;
		}
		
		.stripNav select { min-width: 22em; }
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			margin-top: 0;
			margin-left: 0;
			margin-bottom: 0;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 20px;
			background: url(../images/tab-bg.gif) top left no-repeat;
			width: 57px;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 5px 0 8px;
		}
		
		.stripNav a#go { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			background: url(../images/gobutton.gif) top left no-repeat;
			height: 30px;
			width: 32px;
			color: #000;
			overflow: visible;
			text-decoration: none;
			display: inline-block;
			margin-left: 10px;
			padding: 0 5px 0 0;
		}
		
		/*.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }*/
		
		.stripNav li a:hover {
			text-decoration: underline;
		}
		
		.stripNav li a.current {
			background: url(../images/tab-bg-current.gif) top left no-repeat;
			color: #333;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: relative;
			top: 0px;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 20px;
			width: 150px;
			text-decoration: none;
		}

		
		.stripNavL {
			left: 0;
			padding: 4px 0 0 0;
		}
		
		.stripNavR {
			position: relative;
			top: -476px;
			left: 292px;
			right: 0;
			padding: 4px 0 0 0;
			text-align: left;
		}
		
		.stripNavL {
			background: url(../images/tab-bg-albumsL.gif) top left no-repeat;
		}
		
		.stripNavR {
			background: url(../images/tab-bg-albumsR.gif) top left no-repeat;
		}.grey {
	color: #CCCCCC;
}
