/* CSS Document */

#sectionIndex {
    width: 55%;
	float: left;
	padding: 8px 6px 0 6px;
	}
#search {
    width: 40%;
	float: right;
	padding-top: 8px;
	text-align: right;
    }
#heading {
    clear: both;
	padding: 20px 20px 20px;
	}
#heading h2 {
    margin: 0;
	}
#link2photos {
    clear: both;
	padding: 0 20px 15px;
	text-align: right;
	}
.height {height: 20px;} /* To use on #link2photos div when this div is empty */
#content {
	margin: 0em;
	padding: 0 20px 2em 20px;
	}
.vline { /* used on index pg  */
    background-image: url(../../images/Vline.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
#contentLeft {
    float: left;
	width: 362px;
	margin: 0;
	}
.imgCentered {
    text-align: center;
	}
#contentRight {
    float: right;
	width: 44%;
	margin: 0;
	}
#contentRight li {
    line-height: 1.4em;
	}
.officials p {
    margin: 0.4em 30px 0.4em 50px;
	}
.event {
    clear: right;
	}
.event h3, .officials h3 {
    font-size: 1.2em;
	margin: 1.5em 0;
	font-weight: bold;
	font-style: italic;
	}
.event h3.withsubH {
    margin-bottom: 0;
	}
.event h4 {
    margin: 0 0 1.5em 0;
	}
.time {
    float: left;
	width: 140px;
	}
.results {
    float: right;
	width: 580px;
	background: url(../../images/Vline.gif) repeat-y;
	}
.results p {
    margin: 0 30px 1.5em 50px;
	}
.link2top {
    clear: both;
	text-align: right;
	}
/*  For summary pgs */	
.leftText {
    float: left;
	width: 47%;
	}
.rightImg {
    float: right;
	width: 47%;
	text-align: center;
	}
#bottomNav {
    clear: both;
	padding: 0 20px;
	text-align: right;
	}
#bottomNav p {
    margin: 0;
	line-height: 1.5em;
    }

/* section index dropdown */
#index, #index ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
    }
#index a {
	display: block;
	width: 26em;
    }
#index li ul a { /*  second-and-above levels */
	text-decoration: none;
	color: #fff;
	width: 11.5em;
    }
#index li ul ul a { /*  third level */
	width: 5em;
    }
#index li ul a:link {
    color: #fff;
	text-decoration: none;
	}
#index li ul a:visited {
    color: #fff;
	text-decoration: none;
	}
#index li ul a:active {
    color: #fff;
	text-decoration: none;
	}
#index li ul a:hover {
    background-color: #F7B501; /* gold */
    color: #000;
	text-decoration: none;
    }
#index li { /* all list items */
	float: left;
	width: 11.5em; /* width needed or else Opera goes nuts */
    }
#index li ul { /* second-level lists */
	position: absolute;
	background: #015A21; /* green */
	width: 11.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
#index li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 8em; /* top-margin should be same as line height, left-margin same as <a> width */
	width: 5em;
    }
#index li:hover ul ul, #index li:hover ul ul ul, #index li.sfhover ul ul, #index li.sfhover ul ul ul {
	left: -999em;
    }
#index li:hover ul, #index li li:hover ul, #index li li li:hover ul, #index li.sfhover ul, #index li li.sfhover ul, #index li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    }

.toc {
    list-style: none;
	margin-left: 0;
	}
h2.top {
    margin: 0 0 0.8em 0;
	}
/* use the history class to increase line height to make reading easier  */
.history p { 
    line-height: 1.5em;
	}
.results p.photo-captionOnly {
    margin: 0 30px 1.5em 50px;
	}
.results p.photo-caption {
    margin: 0 30px 0 50px;
	}
.results p.photo-details {
    margin: 0 30px 1.5em 50px;
	}
.table1 { /* no width stated so that the empty space will collaspe */
    margin: 0;
	padding: 0;
	}
.table1 th, .table1 td {
    padding: 5px;
	text-align: center;
	}
.table1 th {
    font-weight: bold;
	font-size: 1.0em;
	}
.table1 th.leftcell, .table1 td.leftcell {
    text-align: left;
	}
.table1 caption {
    font-size: 1.3em;
	margin: 0;
	padding: 1.2em 0 0.5em 0;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	}
.border {
    border: 1px solid #000;
	}