/* 

  -- Even more rounded corners with CSS: Base stylesheet --

*/



.dialog {

 position:relative;

 margin:0px auto;

 min-width:8em;

 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */

 color:#fff;

 z-index:1;

 margin-left:12px; /* default, width of left corner */

 margin-bottom:0.5em; /* spacing under dialog */

}



.dialog .content,

.dialog .t,

.dialog .b,

.dialog .b div {

 background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;

 _background-image:url(dialog2-blue.gif);

}



.dialog .content {

 position:relative;

 zoom:1;

 _overflow-y:hidden;

 padding:0px 12px 0px 0px;

}



.dialog .t {

 /* top+left vertical slice */

 position:absolute;

 left:0px;

 top:0px;

 width:12px; /* top slice width */

 margin-left:-12px;

 height:100%;

 _height:1600px; /* arbitrary long height, IE 6 */

 background-position:top left;

}



.dialog .b {

 /* bottom */

 position:relative;

 width:100%;

}



.dialog .b,

.dialog .b div {

 height:30px; /* height of bottom cap/shade */

 font-size:1px;

}



.dialog .b {

 background-position:bottom right;

}



.dialog .b div {

 position:relative;

 width:12px; /* bottom corner width */

 margin-left:-12px;

 background-position:bottom left;

}



.dialog .hd,

.dialog .bd,

.dialog .ft {

 position:relative;

}



.dialog .wrapper {

 /* extra content protector - preventing vertical overflow (past background) */

 position:static;

 max-height:1000px;

 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */

}



.dialog h1,

.dialog p {

 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */

 padding:0.5em 0px 0.5em 0px;

}



.dialog h1 {

 padding-bottom:0px;

}

#demo
{
	width:				780px;
	top:				0;
	margin:				0 auto;
	position:			relative;	
}
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
dt, dl, dd, ul, li
{
	margin:				0 4px 0 6px;
	padding:			0;
}

#mainMenu
{
	width:			100%;
	height:			1.0em;
	padding:		0.6em 0 1.0em 0; 
	margin:			0;

	font-size:		1.4em;
}

#mainMenu dl
{
	float:			right;
}

#mainMenu li
{
	list-style:		none;
	float:			left;
}

#subMenu1, #subMenu2, #subMenu3
{
	visibility:		hidden;
	position:		absolute;
	left:			0;
	width:			100%;
	margin:			0;
	padding:		0;
	font-size:		0.75em;
}

/* links */
a
{
	color: #F1C07E;
	text-decoration:	none;
}

a:hover
{
	color: #F68C1E;
	text-decoration:	underline;
}
.pics {  
    height:  200px;  
    width:   200px;  
    padding: 0;  
} 
 
.pics img {  
    padding: 0px;  
 
    width:  610px; 
    height: 200px; 
	margin-left: 80px;
    margin-right: auto 
} 
#timeline {
  height: 375px; /* fixed */
  overflow: auto; /* changed to hidden via JavaScript */
}

.tl-events { /* the UL */
  width: 11800px; /* the width required to hold all the info */
}

.tl-events li {
  float: left; /* allows the lis to stack against eachother */
  width: 300px;
}