/* general formatting for the site

	// Using scripts from http://www.electricprism.com/aeron/slideshow/index.html
	// and http://code.google.com/p/slideshow/ and Lightbox by http://phatfusion.net/

*/

body {
	/* background: #333333;  */
	background: #333333; 
	color: #ffffff;  
	font: normal 12px/16px Arial, sans-serif; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to 
			account for differing browser defaults */
	padding: 0;
}

a {
  	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
a:visited { color: #cccccc;}
a:hover {text-decoration: underline; color: yellow;}
a:hover {text-decoration: underline; color: yellow;}
a:hover.menu-selected {text-decoration: underline; color: yellow;}

h2 {
	padding: 15px 0px 0px 0px;
}

dt {
	font-weight:bold ;
}
.image {
	text-align: center; 
   	padding: 15px 0px 0px 0px;
}

p.menu {
	font: normal 10px/12px Arial, sans-serif; 
	text-align: right; 
	}
	
a.menu-selected {
	color: #ffffff;  
	text-align: right; 
	font-weight: bold; 
	}
	
img.selector {
	text-align: right;
	border: 0;
}
	
hr {
	/* width: 1025px; */
	text-align: left;
}

.popup {
	margin-top: 20px;
	margin-left: 20px;
}

p.button  { 
  	color: yellow;
	font: normal 12px/14px Arial, sans-serif; 
	padding: 0px;
}

.nav-buttons-header {
	width: 800px;
	/* padding: 30px 0px 0px 0px; 
	font: normal 2px/2px Arial, sans-serif; */
	font: normal 10px/12px Arial, sans-serif; 
}

.nav-buttons-footer {
	width: 800px;
	padding: 75px 50px 50px 15px; 
}

a.nav-buttons {
	color: #ffffff;  
	text-align: right; 
	font-weight: bold; 
	}

.copy {
	width: 800px;
	padding: 5px 5px 5px 5px;
	font: normal 14px/18px Arial, sans-serif;
}


.copyright  { 
	padding: 100px 5px 5px 15px;
  	color: #ffffff;
}
p.copyright  { 
  	color: #cccccc;
	font: normal 10px/12px Arial, sans-serif; 
	text-align: right; 
	padding: 0px;
}

.caption-img {
	text-align: center; 
	background: #000000;
   	padding: 15px 0px 0px 0px;
	width: 800px;
	height: 25px;
}

.header  { 
	width: 1050px;
}

.footer  { 
	padding: 50px 50px 50px 15px; 
	width: 1020px;
	font: normal 10px/12px Arial, sans-serif; 
}

.instructions {
	height: 400px;
	width: 150px;
	float: left;
	font: normal 10px/12px Arial, sans-serif; 
	text-align: left;
	
	position: absolute;
	bottom -30;
	
   	padding: 0px 0x 0px 15px;
}

.instructions-movie {
	font: normal 10px/12px Arial, sans-serif; 
	text-align: center;
   	padding: 10px 0x 0px 0px;
}

.movie-captions {
	/* background: #000; */
	color: #FFF;
	font: bold 12px/22px Arial, sans-serif;
	text-align: center;
	width: 400px;
	margin-left: 200px;
}

.content-captions {
	/* background: #000; */
	color: #FFF;
	font: bold 12px/16px Arial, sans-serif;
	text-align: center;
	width: 400px;
	margin-left: 200px;
}

.titlebar  { 
	letter-spacing: 5px; 
	text-align: left; 
	background: #ffffff; 
	color: #000000; 
	font: normal 26px/28px Arial; 
	padding: 10pt;
	/* width: 1000px; */
}
.subtitlebar  { 
	letter-spacing: 10px; 
	text-align: right; 
	background: #000000; 
	font: bold 12px/14px Arial; 
	color: #ffffff; 
	padding: 10pt;
	/* width: 1000px; */
}
.title  { 
	letter-spacing: 5px; 
	text-align: left; 
	font: bold 36px/38px Arial; 
	color: #ffffff; 
	padding: 5px 5px 5px 5px;
	width: 800px;
}



#left {
   border-right-width: thin;
   border-right-style: solid;
   border-right-color: #ffffff;
   padding: 15px;
   float: left;
   width: 150px;
} 

#right {
   padding: 5px 5px 5px 175px;
   float: right;
}


.twoColFixLt #container {
	/*width: 780px;   using 20px less than a full 800px width allows for browser chrome and avoids a 
				horizontal scroll bar */
	margin: 0 auto; 	/* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; 	/* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
   float: left; 		/* since this element is floated, a width must be given */
   width: 200px; 		/* the actual width of this div, in standards-compliant browsers, or standards mode in 
   					Internet Explorer will include the padding and border in addition to the width */
   /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */

   border-right-width: thin;
   border-right-style: solid;
   border-right-color: #ffffff;
   padding: 15px;

}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page 
				- no matter how much content the sidebar1 div contains, the column space will remain. 
	                        You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 
	                        space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;  /* remember that padding is the space inside the div box and margin is the space outside the 
				div box */
	/*  border: 1px solid #333333; */
	   border-collapse: collapse;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the 
		element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before 
		the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat-travel { /* this class should be placed on a div or break element and should be the final element before 
		the close of a container that should fully contain a float */
	clear:both;
 /*   height:10px;
    font-size: 1px;
    line-height: 0px; */
}

/* Star selector hack is a way to apply changes to just IE 5.5 and 6 
	This fixes the display in the object movie player */
* html object.mov {
    display: none;
}
