

/* ---------------------------------------------------------------------------------------
   general
   --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------
   html and body
   -------------------------------------------------------- */

	html {
		height: 100.1%; /* always show scrollbars */
	}
	
	body {
		background: #dcdcdf url(./../images/usa_body_bgr.gif) repeat-x;
		font-family: Lucida Grande, Tahoma, Arial, sans-serif; font-size: 100.01%;
		margin: 0; padding: 0;
		width: 100%;
	}



/* --------------------------------------------------------
   general ids and classes
   -------------------------------------------------------- */

	.clear {
		clear: both;
	}



/* --------------------------------------------------------
   typo
   -------------------------------------------------------- */
	
	p {
		font-size: 0.8em; line-height: 1.5em; font-weight: normal;
		margin: 0 0 1em 0;
		padding: 0;
	}
	p i {
		font-family: Courier, Courier New, monospace;
		font-style: normal;
		color: #444;
	}
	
	li {
		font-size: 0.8em; line-height: 1.5em;
	}
	

	h1 {
		font-size: 1.6em; line-height: 1em; font-weight: bold;
		margin: 0 0 0.5em 0; padding: 0;
	}	
	h2, h3, h4, h5, h6 {
		font-size: 0.8em; line-height: 1.5em; font-weight: bold;
		margin: 0 0 1em 0; padding: 0;
	}

	

/* --------------------------------------------------------
   links
   -------------------------------------------------------- */
	
	a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px dotted #666;
	}
	a:hover,
	a:focus {
		color: #ff0000 !important;
		border-bottom: 1px solid #666;
	}
	/*
	a:active {
		background: #ff0000 !important;
		color: #fff !important;
	}
	*/
	a:visited {
		color: #666;
	}


	a.skip {
		position: absolute; left: -990px;
		width: 900px;
		overflow: hidden;
	}


/* --------------------------------------------------------
   images
   -------------------------------------------------------- */

	img {
		border: 0;
		padding: 0;
		margin: 0;
		display: block;
	}
	img.inline {
		display: inline;
	}










/* ---------------------------------------------------------------------------------------
   structure
   --------------------------------------------------------------------------------------- */



/* --------------------------------------------------------
   site_wrapper
   -------------------------------------------------------- */

	#site_wrapper {
		width: 600px;
		margin: 0 auto;
	}


/* --------------------------------------------------------
   header
   -------------------------------------------------------- */

	#header {
		background: url(./../images/usa99.jpg) no-repeat;
		padding: 112px 0 0 0;
	}


/* --------------------------------------------------------
   content_wrapper
   -------------------------------------------------------- */

	#content_wrapper {
		position: relative; /* make parent */
	}


/* --------------------------------------------------------
   content
   -------------------------------------------------------- */



/* --------------------------------------------------------
   navigation
   -------------------------------------------------------- */

	#navigation {
		position: absolute; top: 0px; left: 0;
		width: 580px;
		padding: 10px 10px 40px 10px;
	}


/* --------------------------------------------------------
   footer
   -------------------------------------------------------- */










/* ---------------------------------------------------------------------------------------
   styles
   --------------------------------------------------------------------------------------- */



/* --------------------------------------------------------
   header
   -------------------------------------------------------- */

	#header p.title {
		margin: 0 0 0.2em 0;
	}


/* --------------------------------------------------------
   content
   -------------------------------------------------------- */

	#content {
		margin: 0 0 40px 0;
	}
	#content div.item {
		margin: 0 0 30px 0;
	}
	
	#content p.start {
		text-align: right;
	}
	#content p.start a {
		background: red;
		color: #fff;
		padding: 5px 40px;
		border: 0;
	}


/* -------------------------------
   buttons
   ------------------------------- */

	.buttons {
		margin: 0 0 20px 0;
		position: relative; /* make parent */
		width: 600px;
	}
	.bstart {
		margin: 0 0 5px 0;
	}
	#navigation .buttons {
		margin: 0 ;
	}
	.buttons p {
		display: block;
		margin: 0;
	}
	.buttons p.b1 {
		width: 140px;
		position: absolute; top: 0; left: 0;
	}
	.buttons p.b2 {
		width: 145px;
		position: absolute; top: 0; left: 150px;
	}
	.buttons p.b3 {
		width: 145px;
		margin: 0 0 0 300px;
	}
	.buttons p.b4 {
		width: 140px;
		position: absolute; top: 0; left: 460px;
	}
	#navigation .buttons p.b4 {
		width: 140px;
		position: absolute; top: 0; left: 440px;
	}
	.buttons p a {
		display: block;
		float: left;
		background: #9c9c9f;
		color: #fff !important;
		padding: 0 10px;
		border: 0;
	}
	.buttons p a.start {
		background: #008033;
	}
	.buttons p.b2 a,
	.buttons p.b4 a {
		float: right;
	}
	.buttons p a:hover,
	.buttons p a:focus {
		background: #ff0000;
		color: #fff !important;
		border: 0;
	}


/* -------------------------------
   google map
   ------------------------------- */

	#map {
		width: 600px;
		height: 360px;
		margin: 0 0 10px 0;
	}


/* -------------------------------
   image gallery
   ------------------------------- */

	#content #images {
		margin: 0 0 5px 0;
	}
	#content #images:after { /* clear floats */
	content:" "; clear:both; display:block; height:0; overflow:hidden; visibility:hidden;
	}
	#content #images a {
		display: block;
		float: left;
		margin: 0 12px 10px 0;
		border: 1px solid #acacaf;
	}
	#content #images a:hover,
	#content #images a:focus {
		border-color: #ff0000;
	}
	#content #images a.blind:hover,
	#content #images a.blind:focus {
		border-color: #acacaf;
	}


/* --------------------------------------------------------
   navigation
   -------------------------------------------------------- */

	#navigation {
		background: #cccccf;
		display: none; /* toggle by JS */
	}


/* --------------------------------------------------------
   footer
   -------------------------------------------------------- */

	#footer {
		padding: 20px 0;
		margin: 0;
	}
	#footer p {
		font-size: 0.7em;
	}





/* ---------------------------------------------------------------------------------------
   extras
   --------------------------------------------------------------------------------------- */



/* --------------------------------------------------------
   lightbox
   -------------------------------------------------------- */

	#lightbox {
		background-color: transparent;
		padding: 0;
		border: 20px solid #222;
		margin-top: -50px;
		/* border-bottom: 2px solid #666; */
		/* border-right: 2px solid #666; */
	}
	#lightbox img {
		display: block;
	}
	#lightboxDetails{
		font-size: 0.7em;
		padding: 0;
		color: #bbb;
		background: #222;
		display: block;
	}	
	#lightboxCaption {
		/* float: left; */
		padding: 0.8em 5px 0.3em 5px;
	}
	#keyboardMsg {
		float: right;
		display: none;
	}
	#lightbox img {
		border: none;
	} 
	#overlay img {
		border: none;
		display: none;
	}
	#overlay {
		background-image: url(./../images/lightbox_overlay.png);
	}
	#lightbox a {
		border: 0;
	}



/* --------------------------------------------------------
   ads
   -------------------------------------------------------- */

	#content div.advertising {
		margin: 0 0 20px 0;
	}

	#content div.advertising p.indicator {
		font-size: 0.7em;
		margin: 0 0 0.5em 0;
		color: #666;
	}
	#content div.advertising p.indicator span {
		padding: 0 0.3em;
	}
	#content div.advertising p.indicator a {
		border: 0;
		color: #000;
	}


	#content div.ads {
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		padding: 5px 0;
	}


	#content div.ads ul {
		margin:0 !important;
		padding: 0 !important;
	}
	#content div.ads ul li {
		margin:0 0 2px 0 !important;
		padding: 0 1% 0 0 !important;
		font-size: 1em !important;
		line-height: 1em !important;
		width: 32.3% !important;
		list-style-type: none !important;
	}
	#content div.ads ul li span {
		margin:0 !important;
		padding: 0 !important;
		font-size: 1em !important;
		line-height: 1em !important;
	}
	#content div.ads ul li a,
	#content div.ads ul li span a {
		font-size: 0.7em !important;
		line-height: 1.2em !important;
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
		text-decoration: none !important;
		border: 0 !important;
		font-size: 0.7em !important;
		font-family: Lucida Grande, Tahoma, Arial, sans-serif !important;
		color: #666 !important;
	}
	#content div.ads ul li a:hover,
	#content div.ads ul li a:focus {
		color: #000 !important;
	}



	/* DECAF */

	a#decafmedia,
	a#decafmedia:hover,
	a#decafmedia:focus {
  		width:12px;
  		height:64px;
  		border:0;
  		margin-top:-80px;
  		position: absolute; left: 5px;
  		text-decoration:none;
  		border:none;
  		background:none;
  	}


	/* mylinks */
	
	ul.ds_links {
		margin: 0;
		padding: 0;
		font-size: 0.7em;
	}
	ul.ds_links li {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		list-style-type: none;
	}
	ul.ds_links li a {
		text-decoration: none;
		border: 0;
		color: #666;
	}

	
