* {
	margin:0;
	padding:0;
}

html {
	overflow: scroll;
}
body {
	font: 70%/1.6em "Lucida Grande", Arial, "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin: 0;
	background:url(../images/backgrounds/bg_top.png) top left repeat-x #797979;
}

blockquote {
  margin:0 2em;
  font-style: italic;
}
blockquote p span.author{
  font-style: normal;
}

/*  SECTION FORM ELEMENTS */

form {
	text-align: left;
}

	fieldset {
		padding: 0 10px 2px 10px;
		margin: 0 0 13px 0;
		display: block;
		border: 2px solid #eee;
	}
	
	legend, 
	label {
		color: #606060;
		font-size: 100%;
		font-weight: bold;
	}
	
	legend {
		font-size: 1.4em;
		padding: 0 6px 0 6px;
		margin: 0 0 0 10px;	 
	}
	
	label {
		display: block; 
		float: left; 
		width: 170px; 
		text-align: right;
		padding-left: 10px;
		margin: 0 25px 0 0; 
		clear: left;  
		color: #666;
	}
	
	input:focus,
	textarea:focus {
		background: #FFF;
		border: 1px solid #666;
	}
	input,
	textarea {
		width: 480px;
		color:#797979;
		background: #f8f8f8;
		font-size: 1.1em;
		border: 1px solid #ccc;
		float: left;
		padding: 3px;
		margin-bottom: 15px;
		font-weight: bold;
		position: relative;
		display: block;
	}
	textarea {
		font-size: 1.4em;
	}
	
	input.button {
		float: right;
		margin-top: 15px;
		margin-right: 12px;
		width: 120px;
		cursor: pointer;
	}
	p#flashnotice {
		text-align: right;
		padding-right: 12px;
	}

/*  SECTION LIST ELEMENTS */

ul, 
ol {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
	ul li {
		list-style-type: none;
		margin:0 0 0 10px;
		padding:5px;
	}
	ol li {
		margin:0 0 0 10px;
		padding:5px;
	}

/* SECTION WRAPPER */

#screen {
	width:100%;
	margin:0 auto;
	display: block;
	background: url(../images/backgrounds/bg_top.png) top left repeat-x #f8f8f8;
}

	#page_wrapper {
		width:990px;
		padding:0;
		margin:0 auto;
  	text-align:left;
		background: #fff;
	}
	
		#page_main_wrapper {
			width:100%;
			overflow: hidden;
			min-height: 420px;
			background: url(../images/backgrounds/bg_wrapper_2.png) top left repeat-y #f8f8f8;
		}
			#sidebar {	
				width:190px;
				float:right;
				margin:57px 0 40px 0;
				border-top: 1px solid #ccc;
			}
			#content {
				margin:0 230px 0 5px;
				padding:0 0 20px 26px;
				min-height: 420px;
			}

		
/* SECTION PAGE HEADER */

#page_header {
	background:url(../images/header_4a.png) top left no-repeat #797979;
	margin: 0;
	color:#fff;
	height: 88px;
	width: 990px;
	cursor: pointer;
}
	/*
	#page_header h1 {
		font-size:2em;
		color:#fff;
		float:left;
	}
	#page_header h1 a {
		color:#fff;
		text-decoration:none;
		border:none;
	}
	#page_header h1 a:hover {
		color:#efefef;
	}
	#page_header h1 span {
		font-size:.8em;
		color:#ccc;
		text-transform:uppercase;
	}
	*/
/* SECTION MENU */

#sidebar #menu {
	margin-top: 0;
	width: 190px;
	list-style: none;
}
	#sidebar #menu a {
		color: #797979;
		background: #f8f8f8;
		display: block;
		font-weight: bold;
		height: 22px;
		padding: 9px 0 0 5px;
		text-decoration: none;
	}
	#sidebar #menu ul {
		background: #ccc;
		margin:0px;
		padding:0px;
		border:1px solid #eee;
	}
		#sidebar #menu ul li {	
			margin:0px;
			padding:0px;
			border:1px solid #eee;
		}
			#sidebar #menu ul li a {
				padding: 9px 0 3px 10px;
				display: block;
				color: #999;
				font-size: 1.2em;
				letter-spacing: 0.1em;
				border-bottom: 1px solid #ccc;
			}
			#sidebar #menu ul li a:hover {
				background: #797979;
				color: #fff;
			}
			#sidebar #menu ul li.selected a {
				background: #ddd;
				color: #000;
			}
			#sidebar #menu ul li.selected a:hover {
				background: #ddd;
				cursor: default;
			}

/* SECTION PAGE CONTENT */

#content div.page {
		margin: -100px 0 1em 0;
		padding: 110px 0 0 0;
		display: none;
}
#content div#start.page {
		display: block;
}
#content div#error.page {
	text-align: center;
}
	#content div#error.page h2{
		text-align: left;
		color: red;
		margin-bottom: 90px; 
	}
		#content div#error.page h2 span {
			color:#121212;
		}
		#content div#error.page p strong {
			font-size:1.4em;
			position: relative;
			top: 2px;
		}
	#content div.page img {
		border: 2px solid #CCC;
	}
	#content div.page img:hover {
		border: 2px solid #666;
	}
	#content div.page img.noborder,
	#content div.page img.noborder:hover {
		border: 2px solid #fff;
	}
	#content div.page a {
		color:#000;
		font-weight: bold;
		text-decoration: none;
		white-space: nowrap;
	}
	#content div.page a:hover {
		/*
		padding-bottom: 1px;
		border-bottom: 1px solid #000;
		*/
	}
  #content #start p	{
    text-align: right;
  }
  #content #start p	a {
    color: #aaa;
  }
  #content div.page p a i	{
    font-weight: normal;
  }
  
  #content div.page h2 {
		font-size:1.6em;
		color:#121212;
		margin:10px 0;
		padding-bottom: 10px;
		border-bottom:2px solid #eee;
		clear:left;
	}
		#content div.page h2 a {
			color:#121212;
			text-decoration:none;
			border: 0;
		}
	#content div.page h3 {
		font-size:1.4em;
		color:#121212;
		padding: 10px 5px 10px 0;
		margin-top: 27px;
		margin-bottom: -7px;
		clear:left;
	}
		#content div.page h3 a {
			color:#121212;
			text-decoration:none;
			border: 0;
		}
		#content div.page h3 span.year {
			font-weight: normal;
		}
	#content div.page h4 {
		font-size:1.25em;
		color:#121212;
		padding: 10px 5px 10px 0;
		margin-top: 16px;
		margin-bottom: -21px;
		clear:left;
	}
	#content div.page ol,	
	#content div.page ul {	
		font-size:1.2em;
		margin: 8px;
		padding:0 0 0 5px;
		border: 0;
		border-left: 2px solid #eee;
	}
		#content div.page ol li {
			margin:0 0 0 25px;
			padding:2px;
		}
		#content div.page ul li {
			margin:0 0 0 5px;
			padding:2px;
		}
	#content div.page p {
		margin:15px 0;
		font-size:120%;
		line-height:1.8em;
	}
	#content div.page div { }
		#content div.page div a,
		#content div.page div p {
			display: block;
			float: left;
			margin: 15px 15px 25px 0;
			text-decoration: none !important;
			padding: 0;			
		}
		#content div.page div p {
			/*width: 500px;*/			
		}
		#content div.page div a:hover {
			/*
			padding-bottom: 0;
			border-bottom: 0px solid #000;
			*/
		}

	/* SECTION SLIDESHOW */
	
	#content div.page div.slideshow {
		position: relative;
		/* background: url(../images/backgrounds/me_1.jpg) #444; */
		background:  #eee url(../images/backgrounds/bg_stripes.jpg);
		border: 2px solid #f8f8f8;
		width: 700px;
		height: 250px;
		padding: 15px;
	}
	#content div.page div.slideshow div.slide {
		position: absolute;
		left: 0;
		top: 0;
	}
	#content div.page p {
		margin:15px 0;
		font-size:120%;
		line-height:1.3em;
	}
		
		.typingtext {
			font-size: 19px;
			line-height: 1.2em;
			color: white;
		}
		.lightgrey {
			color: #ccc;
		}
		.red {
			color: #f00;
		}
		.grey {
			color: #aaa;
		}
		.orange {
			color: #fc0;
		}
		.green {
			color: #9c0;
		}
		#result {
		}
		/* SECTION NOSCRIPT */
		
		/*#content div.page div.slideshow noscript div {}
			#content div.page div.slideshow noscript div {
				float: left;
				width: 730px;
				height: 280px;
				background: #efefef;
				text-align: center;
				font-size: 1.1em;
			}
				#content div.page div.slideshow noscript div p {
					position: relative;
					top: 40%;
				}
		*/
  	#content div.page div.slideshow-footer {
  		display: block;
  		height: 20px;
  		margin-bottom: -15px;
  		font-size: 14px;
  	}
  	#content div.page div.slideshow-footer {
  	}
	#content div.page div.slideshow-footer noscript {
		color: red;
		font-weight: bold;
	}
	
/* SECTION ICONS */

#i-use {
	float: right;
	margin-top: -49px;
}

/* SECTION PAGE FOOTER */

#page_footer {
	text-align: right;
	color:#ccc;
	width:990px;
	height: 50px;
	padding-top: 3px;
	margin:0 auto;
	background:url(../images/backgrounds/bg_footer.png) top left no-repeat #797979;
}
	#page_footer a {
		color:#EEE;
		text-decoration: none;
		margin-left: 10px;
	}
	#page_footer a:hover {
		text-decoration: underline;
		color:#FFF;
	}

/* SECTION MISC */


